/*  
Theme Name: TRUSTBLUE

Description: TRUSTBLUE wordpress theme is a highly customized theme by TRUSTMEHER. This is a modified version with combination of many other available free themes in 3 Column category. 
Version: 1.0
Author: TRUSTMEHER
Author URI: http://trustMeher.org/
Tags: blue, custom-header, fixed-width, three-columns, left-sidebar, right-sidebar 
The CSS, XHTML, design and PHP are released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* HTML Elements */
* {
	margin:0;
	padding:0;
	
	}

body {
	font: 100% Tahoma, Georgia, Tahoma, Arial,  Sans-Serif;	
	background: url("images/blue-ocean.jpg");
	background-repeat: repeat-x; 
	background-position: center 75%; 
	background-attachment: fixed;
	text-align: justify;
	background-color: #007EBA; /* 113546*/	
	border-top:0px solid #00599c; /* This is Page TOP Border */
	border-bottom:0px solid #00599c;   /* This is Page Bottom Border */ 	
	color: Black;
	width:100%;
	}

p {	
	margin: 10px 0;
	}

a:link, a:visited {
	color: #00599C;	
    text-decoration:none
	}

a:hover, a:active {
	color:#00599C;
    text-decoration:underline;
	}

a img {
	border:0;
	}

pre, code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	
	
pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  border:1px dashed #CCCCCC;
} 

code {
	padding:0 2px;
}		

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}			

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

blockquote {
	padding: 10px 10px 0 10px;
	border-left: 10px solid #ddd;
	/*border-bottom: 8px solid #ddd; */
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	
	
/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}	

/*another set of classes for img alignment*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.centered {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.centered {display: block; margin-left: auto; margin-right: auto}

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

a img {border:none;}

/*a:hover img { border:solid blue 1px; }  //may not be needed */

img.wp-smiley {
    float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

/* Structure */
#page {
	width:980px;	
	margin:10px auto;		
	background:#FFFFFF; 	/* This is Page Background color */
	font-size:0.80em; /* This is font size on page for running content Default value is 0.75em; */
	border: 6px solid #D2D8E5; /* A0C4F1 */ /* This is Page Border like frame */
	}

.left {
	float:left;
	}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	

#head{
	width:100%;	
}

#head-top{

	width:980px;	
	background: #1E4790 url(images/navbar.png) repeat-x;	/* images/menu-top-bg.gif  */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto 0px;
	padding:0px 0px;
}

#head-bottom{

	width:100%;
	height:275px;
	background-color: #F5FCFD; 
	background:url(images/samadhi-10.jpg) no-repeat top;	
	/* This is main header Big image */
	text-align:left;
    margin-bottom:1px;

}

#headbottom-center-text{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:125px;
	float:left;

}
#headbottom-center-text #headbottom-center-title{

    font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F1F9FB; /*13546*/	
	padding-bottom:5px;
	font-weight:bold;

}

#headbottom-center-text #headbottom-center-title a{    
	color:#F1F9FB;	
	font-weight:bold;

}

#headbottom-center-text #headbottom-center-title a:hover{    
	
	color: #CACACA;
	text-decoration: none;
}

#headbottom-center-text #headbottom-center-body{

	font-size:12px;
	line-height:15px;
	width:550px;
	color:#F1F9FB; /*999*/
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/*menu*/

#menu, #menu ul {
	margin:0; 
	padding:0; 
	list-style: none; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:722px; 	 
	font-weight:bold;
}

#menu a {
	display:block; 
	padding:0.25em 1em; 
	color:#F1F9FB; 
	border-right:1px solid #333; 
	text-decoration:none; 	
}
#menu a:hover {
	background:#0B96F5; 
	color:#fff;
}

#menu li {
	float:left; 
	position:relative;
}

#menu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:1.9em; 
	left:-1px;
}
#menu ul a {
	border-left:1px solid #333;
}
#menu li ul {
	border-top:1px solid #c8c8c8; 
	width:14.1em;	
	background: #1E4790;
	
	
}

#menu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #c8c8c8;
}
#menu ul ul {
	top:auto;
}

#menu li ul ul {
	left:13em; 
	margin:0px 0 0 10px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display:block;	
}

#searchform {	
	float:right;
	text-align:left;
	padding: 0px;
	
	}
	
input#s {
width:155px;
border:2px solid #378ACB; 
background-image: url(images/input-bg.jpg); background-repeat: repeat-x; }


/* end menu */	
	
/* end header */

/* Text*/
h1 {
	font:1.8em Arial;
	font-weight:bold;
	letter-spacing:-0.02em;		
	color:#00599c;
	}
	
h2 {
	font:0.90em Georgia; 
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
	}

h3 {
	font:1.2em Arial; 
	margin-bottom:10px;
	color: #3479D8; 
	font-weight:bold;
	}

h4 {
	font-weight:bold;
    font:1.2em Arial; 
	margin-bottom:10px;		
	color:#3479D8;
	font-weight:bold;
	}

h5 {
	font-weight:bold;
    font:1.2em Arial;       
	margin-bottom:10px;	
	color:#3479D8;
	}
	
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #3479D8;
	}	
	
h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited {
	text-decoration: none;
	color: #3479D8;
	}	


#respond h4 {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}
	
h4#respond {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}		

h3.comments {
	margin-top:32px;
	padding-left:0px;
	color:#333;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#archive {
	padding-top:5px;
	font-size:1.05em;
	line-height:1.75em;
	}	
	
#archive blockquote {
	padding: 0px 10px 0 10px;
	}

#archive .title  a {
	font:1.6em Georgia;
	/* This font size controls the post Title - font:1.3em Georgia; on index.php  */
	font-weight:normal;	
	font-style: italic;	
	letter-spacing:-0.02em;		
	color:#1174c2;	
	}
#archive .title  a:hover {
	color: white;
	text-decoration:none;
	
	background-color: #1174D2; 
}

#archive .clearfloat {
	padding-bottom:5px;
	/*margin-bottom:5px;*/
	}

#archive .story {
	display:block;
	margin-top:3px;
	}

#archive p {
	margin:5px;
	padding:0px;
	}
	
#archive img {
	margin:5px;
	padding:0px;
	}		

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

/* Easy Slider */
#featured {	
	background:#D0F0FF; /* #D0F0FF , #F9FBFA ,    */ 
	background: url("images/blue-sky-new2.jpg");  /* images/blue-blend.gif This is for Featured Box Background */
	padding:10px;	
	float:left;
	display: inline;
	overflow:hidden;
	min-height:250px;		
	margin-bottom:3px;	
	border: 3px solid #7CC1EA;/* #DADADA #D2D8E5; #00599c	*/
	}
	
#featured h4 {
	font:1.1em Arial;
	font-weight:bold; 
	color:#00599c;	
	border-bottom: 2px solid #00599c;
	padding:3px 10px;
	text-transform: uppercase;
	}		
	
#featured .title {
	font:1.3em Georgia;
	font-weight:bold;	
	font-style: italic;	
	letter-spacing:-0.05em;		
	color:White;	
	/*margin-left:20px; This is for Featured Post TITLE */
	}	
	
#featured .title  a {	
	margin-left:20px;
}
	
#featured  .title  a:hover {
	color: #C66545;
	text-decoration:none;
	
}	

 #slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
  }  
  
 #slider, #slider li{
  /*
   define width and height of container element and list item (slide)
   list items must be the same size as the slider area
  */
   
  width:494px;
  height:200px;
  overflow:hidden;
 
  }
 #slider li{
  /*background:#f1f1f1;*/   
  }  
 #slider li h2{
  margin:0 20px;
  padding-top:20px;
  } 
 #slider li p{
  margin:10px 20px;
  }  
  
#slider li img{
  margin:10px 20px;
  }  
  
#slider li .stats{
  margin-left:20px;
  }   
  
 span#prevBtn{
   background : url(images/go-back-button.gif) no-repeat left center;
   float : left;
   padding-left : 35px;
   margin-top:10px;
 }

 span#nextBtn{
   background : url(images/go_but.gif) no-repeat right center;
   float : right;
   padding-right : 35px;
   text-align : right;
   margin-top:10px;
 }  

 #prevBtn a,#nextBtn a:visited, #nextBtn a,#nextBtn a:visited
 {
  color : #00599c;/*#999;*/
  text-decoration : none;
  font-weight:bold;
 }
 
 #prevBtn a:hover, #nextBtn a:hover
 {
  color : #47667F;/*#000;*/
  text-decoration : none;
  font-weight:bold;
 }    

/* // Easy Slider */
	
/* Content Page*/

#widecontent {
	width:720px;
	background:#fff;
	padding:10px;
	/*font-size:1.05em;
	line-height:1.75em;*/
	float:left;
	min-height:400px;
	margin-left:5px;
	margin-top:2px;
	}
	
	#widecontent h1.title {
	/* border-top:2px solid #ddd;	  /* This is the title top border on Post Entry single.php */
	border-bottom:12px solid #1174D2;
	color:#1174c2; /* This is the font color of title on Post Entry single.php */
	font:32px Georgia;
	font-weight:normal;
	}

#content {
	width:540px;
	background:#fff;
	padding:10px;
	/*font-size:1.05em;
	line-height:1.75em;*/
	float:left;
	min-height:400px;
	margin-left:5px;
	margin-top:5px;
	}

#content .breadcrumbs {
	font-weight:bold;
	color:#999999;
	}
	
#content .breadcrumbs a {
	font-weight:bold;
	color:#00599c;
	}

#content h1.title {
	border-top:3px solid #ddd;	  /* This is the title on Post Entry single.php */
	color:#1174c2; /* This is the font color of title on Post Entry single.php */
	font:1.6em Georgia;
	}

#content h2 {	
	margin-bottom:10px;	
	
	}
	
#content h2.title {
	font:1.5em Georgia; 
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;	
	color:#47667F;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin:0 10px 5px 0;
	}
	
.post p {
	padding-bottom:10px;
	}	

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li{	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #archive img {	
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:0px;
	}

.stats {
	border-top:1px solid #e4e4e4;
    margin-top:0px;
	padding:4px 0px;
	/* text-transform:uppercase; */
	font:0.8em Arial;
    color:#999;
	display:block;
	}

.stats span {
	padding: 0px 5px 0px 0px;
	}

.stats span a:hover {
	background:none;
	}

.stats span a {
	color:#999;
	}

.statss img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:540px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar-right {

	/* background: #FFFFFF url(images/sidebartop.gif) top no-repeat; */ 
	/* This is for Sidebar Widgets Border like Revolution's */
	width:200px;	
	float:right;	
	margin-right:5px;	
	display: inline;
	overflow:auto;	
	}
	
#sidebar-right .sidebar_box h4 {
	font:1.1em Arial;
	font-weight:bold;
	color:#FFFFFF;	
	background: #1E4790;
	/* background:url(images/Blue_1x30.gif);	/* This is for sidebar Menu Title Background image */
	border-bottom: 2px solid #666666;	
	margin-top:10px;	
	padding:3px 0px 3px 3px;
	/*text-transform: uppercase;*/
	}

#sidebar-right .sidebar_box li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 0px;	
	}
	
/* Style for first level child categories*/	
#sidebar-right .sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-right .sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}

#sidebar-right .sidebar_box li ul li:before {
	content: "\00BB \0020";
	}
	
/* left Sidebar*/
#sidebar-left {
	width:200px;
	overflow:auto;
	float:left;	
	margin-left:5px;	
	display: inline;
	}
	
#sidebar-left .sidebar_box h4 {
	font:1.1em Arial;
	font-weight:bold;
	/* background:url(images/Blue_1x30.gif);	/* This is for sidebar Menu Title Background image */
	color:#FFFFFF;	
	border-bottom: 2px solid #666666;	
	margin-top:10px;	
	padding:3px 0px 3px 3px;
	background: #1E4790;
	/*text-transform: uppercase;*/
	}

#sidebar-left .sidebar_box li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 0px;	
	}
	
/* Style for first level child categories*/	
#sidebar-left .sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-left .sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

#sidebar-left .sidebar_box li ul li:before {
	content: "\00BB \0020";
	}
	
.sidebar_box {
	background:#F6F6F6 none repeat scroll 0% 50%;
	border: 1px solid #D2D8E5;
	background:url(images/sidebar-bg.gif) repeat left;	/* This is for sidebar Menu Title Background image */
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	}
	

div.author-image{width:48px;height:48px;float:right;margin:0 5px 0 5px;}
div.author-bio{width:180px;display:inline;}	

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

/* Comments Styling */
.commentlist li {
margin-bottom: 1.5em;
padding-top: 1em;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
background:#F2F2F2;
list-style: none;
}

.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;	
	text-align:right;
	font-size:0.9em;	
	}

.commentlist p {
margin:1em;
}

.commentlist ul.children {
background-color: #F5FCFD; 
}

li.bypostauthor {
/*background-color: #113546;*/
background:#87CEFA;
color:#111111;
}

li.pingback, li.trackback {
background-color: #E6E6E6;
}


.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}

#footer {
	font-size:0.75em;
	color:#FFFFFF;
	width: 990px;	
	background:#1A4080;	/*1A4080 ; #000000*/
	border: 0px solid #D2D8E5;
	margin: 0 auto;
	padding:0px;
	}
	
#footer a {
	color:#F1F9FB;
	text-decoration:underline;
}
#footer h4 {
	font:1.1em Arial;
	font-weight:bold;
	color:#F1F9FB;	
	border-bottom: 2px solid #FFFFFF;
	padding:3px 10px;
	text-transform: uppercase;
	}

/* Footer Left / Center / Right CSS Statements are removed as we are using our footer file */
	
/*Archive properties*/

#archive ul li {	
	list-style:square;
	margin-left:30px;
	}	
	
/*Image Caption CSS*/	

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;	
}

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

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

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/


* html .clearfloat {
	height:1%;
	html {overflow-x: hidden;} /* This is to hide the horizontal bottom srcollbar */
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* Link-to-me plugin css code */
	
.linktext {font-size:9px;margin-left:5%;margin-right:5%;}
.linktextarea {font-size:9px;font-family:verdana;overflow:hidden;}




#pagelink {

	text-align: right;
	color: #000000;
	background:#DCEAF3;
	border-top: 3px solid #1174D2;
	border-bottom: 5px solid #1174D2;
	padding-right:10px; /* This is Menu padding from right side */
				
	}
	

div.scroll {
height: 500px;
width: 250px;
overflow: auto;
border: 1px solid #666;
background-color: #ffffff;
padding: 8px;
}


#wp-calendar{
width: 180px;
padding: 0 0 15px;
margin-bottom: 6px;
}


