/*
Theme Name: Scenic Sanity
Theme URI: http://www.dynamicguru.com/
Description: A light weight, light color beautiful theme with some eye candy hover effects on the sidebar links.Cufon text-image replacement for headings, Rounded corners in browsers that support them , and excerpts on homepage and archive pages.Ideal for personal weblogs and journals.
Version: 1.1
Author: Mujtaba Ahmed
Author URI: http://www.dynamicguru.com/mujtaba/
Tags: light,orange,white,two-columns,left-sidebar,fixed-width,seasonal
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background: #00223b url(images/bg.jpg) no-repeat fixed center top;
}

a {
	color:#02358e;
	text-decoration:none;
}

a:hover {
	color:#1993B8;
	text-decoration: underline;
	padding:0px;
	}
a img, a:hover img{
	border:none;
	background:none;
	padding:0px;
}
.ngg-galleryoverview a:hover {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}
.link_none  a:hover {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}

#page {
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;
	background: #FFFFFF url(images/content_grad.png) repeat-x;
}
#page.header_banner a:hover {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}

/*BEGIN HEADER*************************************/

#header {
	background: url("images/header.jpg") no-repeat top center;
	height:176px;
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:0px;
}
#header h1 {
	margin:0;
	font-weight:normal;
	font-size:48px;
	padding-top:15px;
}
#description {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	padding:3px;
	padding-left:10px;
	
}
/*END HEADER***************************/

/***************Begin NAV************************/

/* header tabs */

#tabs{
	position: relative;
	z-index: 200;
	font: 13px "Arial Narrow", "Futura Std Condensed", "Helvetica 35 Thin", sans-serif;
	color: #FFFFFF;
	clear:left;
	height:30px;
	background: #02358e;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}



#tabs ul{
  	list-style:none;
	left:-40px;
	top:-13px;
	position: relative;
	float: left;
}



#tabs li{
	position: relative;
	float: left;
	display:inline;
	height: 30px;
	background: #02358e;
	border-right: 1px solid #38BFDC;
	margin:0px;
}



#tabs a {
	float:left;
	background:#02358e;
	color: #fff; /* IE 7 bug-fix */
	padding: 8px 10px 5px;
}



#tabs a span{
  float:left;
  display:block;

}



#tabs a span span{
  display:block;
  background:none;
  height: auto;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float:none;}

/* End IE5-Mac hack */

#tabs a:hover span {

	
}



#tabs a:hover, #tabs li:hover a{
 	display:block;
  	height: 22px;
	padding: 8px 10px 0px 10px;
	background-position:0% -30px;
	background-color:#ACDBE4;
	color:#02358e;
	text-decoration:none;
	position: relative;
}

#tabs a:hover span, #tabs li:hover a span{
	background-position:100% -30px;
	height:30px;
	background-color:#ACDBE4;
	color:#02358e;
	text-decoration:none;
}



#tabs a.active, #tabs a.active:hover,

#tabs li.current_page_item a, #tabs li.current_page_item a:hover,

#tabs li.current_page_ancestor a, #tabs li.current_page_ancestor a:hover,

#tabs li.current-cat a, #tabs li.current-cat a:hover,

#tabs li.current-cat-parent a, #tabs li.current-cat-parent a:hover{

  background-position:0% -80px;

}



#tabs a.active span, #tabs a.active:hover span,

#tabs li.current_page_item a span, #tabs li.current_page_item a:hover span,

#tabs li.current_page_ancestor a span, #tabs li.current_page_ancestor a:hover span,

#tabs li.current-cat a span, #tabs li.current-cat a:hover span,

#tabs li.current-cat-parent a span, #tabs li.current-cat-parent a:hover span{
	background-position:100% -80px;
	background-color:#02358e;
	color:#fff;
	text-decoration:none;
}



/* sub-menus */



#tabs ul ul {
	position: absolute;
	display: none;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
	z-index: 200;
	font: 11px "Arial Narrow", "Futura Std Condensed", "Helvetica 35 Thin", sans-serif;
	color: #d4fcfe;
	height:20px;
	text-transform: capitalize;
	letter-spacing: .05em;
	border:0px;
	width: 200px;
}



#tabs ul ul ul{
	width: 180px;
}



#tabs ul a.active ul,

#tabs ul li.current_page_item ul,

#tabs ul li.current_page_ancestor ul,

#tabs ul li.current-cat ul,

#tabs ul li.current-cat-parent ul{

}



#tabs ul.active ul ul,

#tabs ul li.current_page_item ul ul,

#tabs ul li.current_page_ancestor ul ul,

#tabs ul li.current-cat ul ul,

#tabs ul li.current-cat-parent ul ul{


}



#tabs ul li ul a{
  height:auto;
  float:left;
  background: 02358e;
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  font-weight: normal;
  line-height: 125%;
  text-decoration:none;
  border-right:none;
  width:180px;

}



#tabs li:hover ul a span{ 
 }



#tabs ul li ul a span, #tabs ul li ul a span span{

  margin: 0;

  padding: 0;

  height: auto;

  float: none;

}



#tabs ul ul a:hover, #tabs ul ul a:hover,

#tabs ul a.active ul a:hover,

#tabs ul li.current_page_item ul a:hover,

#tabs ul li.current_page_ancestor ul a:hover,

#tabs ul li.current-cat ul a:hover,

#tabs ul li.current-cat-parent ul a:hover{


}



#tabs ul ul a:hover, #tabs ul ul a:hover span,

#tabs ul a.active ul a:hover span,

#tabs ul li.current_page_item ul a:hover span,

#tabs ul li.current_page_ancestor ul a:hover span,

#tabs ul ul li.current_page_parent a:hover span,

#tabs ul ul li.current_page_item a:hover span,

#tabs ul ul li.current_page_parent li.current_page_item a:hover span,

#tabs ul ul li.current-cat a:hover span,

#tabs ul ul li.current-cat-parent li.current_page_item a:hover span{

 	background-color:#fff;
	color:#02358e;

}



#tabs ul li ul a span, #tabs ul li ul a span{


}



#tabs ul ul ul{

  top:auto;

}



#tabs ul li ul ul {

  left:145px;

  top: 4px;

}



#tabs ul li:hover ul ul, #tabs ul li:hover ul ul ul, #tabs ul li:hover ul ul ul ul{

  display:none;

}

#tabs ul li:hover ul, #tabs ul li li:hover ul, #tabs ul li li li:hover ul, #tabs ul li li li li:hover ul{

  display:block;

}



/* active submenus */

#tabs ul ul li.current_page_parent a span,

#tabs ul ul li.current_page_item a span,

#tabs ul ul li.current_page_parent li.current_page_item a span,

#tabs ul ul li.current-cat a span,

#tabs ul ul li.current-cat-parent li.current_page_item a span{

  color: #02358e;

}



#tabs ul ul li.current_page_item li a span, #tabs ul ul li.current_page_parent li a span,

#tabs ul ul li.current-cat li a span, #tabs ul ul li.current-cat-parent li a span{

  color: #02358e;

}



/* IE 7 bug-fixes */

#tabs ul li:hover { z-index: 100; }

#tabs ul * li:hover { visibility: inherit; }
/***************End NAV************************/


/***************Begin SIDEBAR************************/
#sidebar {
	float:right;
	width:250px;
	padding-right:15px;
	
}

#sidebar h2 {
	color: #02358e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	cursor:crosshair;
	margin:10px 0px;
	padding:5px 5px 5px 10px;
}
#sidebar ul,#sidebar   ul   li {
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:12px;
	line-height: 18px;
}
#sidebar>ul {
	padding-bottom:5px;
	*margin-bottom:20px;	
}
#sidebar a {
	color: #02358e;
	text-decoration:none;
	display:block;
	padding-left: 5px;
}

#sidebar a:hover { color:#FFFFFF;
	background: #02358e;;
	padding: 3px;
	
	}
#sidebar>ul>li ul {
	margin-left:3px;
	padding-left: 10px;
}



/*******SIDEBAR END***************/

#content {
	margin-right:260px;
	padding-right:15px;
	padding-left:20px;
	font-size:14px;
}
 #content .post {
	padding:5px 0px;
	margin-left:0px;
	float:left;
	width:660px;
	line-height:1.2em;
 }

 #content h2,#content h3 a{
	font-weight:bold;
 }

 #content .entry {
	padding:5px 0px;
	font-size:1.0em;
 }
p.postmetadata {
	background:#ACDBE4;
	border:1px solid #02358e;
	padding:3px 5px;
	font-size:10px;
	margin: 20px 0px;
		}

a.readmore{
	padding:3px 5px;
	background:#ACDBE4;
	border:1px solid #02358e;
	margin:5px 0px;
	font-style:italic;
	text-decoration:none;
	font-size: smaller;
}
a.readmore:hover {
	background-color:#044d7b;
	color:#fff;
}
small.time,small.author,small.comments_count {
	border-left:1px solid #02358e;
	padding: 0px 5px;	
}
small.time {
	border:none !important;
}
small.author {
}
small.comments_count {
}
span.linkright>a,span.linkleft>a {
	margin:0px 5px;
	background:#fff;
	border:1px solid #02358e;
	padding:4px;
	font-family:Georgia,serif;
}

div.clear {
	clear:both;
}
a.post-edit-link {
}
a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
h2 {
	color:#000;
	font-weight:normal;
	font-size: 150%;
}
h3 {
	color:#00276c;
	font-weight:normal;
	font-size: 130%;
}

div.comment_part {
	margin-left:10px;
	padding-left:10px;
	width:590px;
	font-size: 90%;
	line-height: 140%;
 }
h3#comments {
	padding:5px 5px 0px;
	cursor:crosshair;
	font-style: italic;
}

ul.commentlist {
	list-style:none;
	float: left;
	position: relative;
	left: -35px;
	top: -10px;
	}
ul.commentlist li {
	margin:0px 10px 10px 0px;
	padding:10px;
	background:#ACDBE4;
	border:1px solid #02358e;
}
ul.commentlist li.alt {
	padding:10px;
	background:#ACDBE4;
	border:1px solid #02358e;
}
ul.commentlist img.avatar {
	display:block;
}
cite.comment_author {
	text-transform:capitalize;
	font-style: normal;
}
em.awaiting_moderation {
	display:block;
	padding:3px;
	font-size:10px;
	border:1px solid #02358e;
	margin:0px;
}
small.commentmetadata,small.commentmetadata a {
	font-style:italic;
	padding:3px;	
}

hr {
	display:none;
}


#footer {
	clear:both;
	padding:0px;
	text-align:center;
	font-size:10.5px;
	margin-top:5px;
}
#footer p {
	padding:20px 0px;
	color:#444;
}
.note,.warning,.caution,.highlight {
	background:#FFF;
	padding:5px;
	font-size:14px;
	color:#02358e;
	border:1px solid #02358e;
	border-width:1px 0px;
}
#footer_logos {
	height:50px;
	margin: 20px 0px 5px;
	padding: 0px;
}
#footer_logos a:hover{
	background:none;
	padding: 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* Begin Calendar */



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	padding:0px;
	background:none;
	color:#02358e
	font-weight:bold;
	}
#wp-calendar {
	border:1px solid #02358e;
}
#wp-calendar caption {
	font: normal 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
	}
	
#wp-calendar {
	empty-cells:hide;
	margin: 0px auto 0;
	width: 240px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	}

#wp-calendar td {
	padding: 3px 0;
	background:transparent;
	text-align:center;
	margin:-1px;
	font-family:Georgia,serif;
	}
#wp-calendar td:hover{
	background:#A1D6E0;
	cursor:pointer;
}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #02358e;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #02358e;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.wp-caption {
	border: 1px solid #aaa;
	text-align: center;
	background:#ACDBE4;
	border:1px solid #02358e;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.wp-caption img {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:20;
	}
div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #02358e;
	position:relative;
	float:left;
}

td.single_alignleft,td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #02358e;
}
input,textarea {
	background:#ACDBE4;
	border:1px solid #02358e;
	padding:3px 5px;
	margin-left: 10px;
}
input[type="submit"]
{
	cursor:pointer;
}
/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 1px solid #02358e;
	background:none;
	padding:0px;
}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/

.rule {
	border-bottom: 2px dotted #02358e;
	width:100%;
	padding: 10px 0px;
}
