/*  
Theme Name: Wordpress Training
Author URI: http://www.wordpressTraining.com/
Version: 1.0
Author: Wordpress Training
Description: WordpressTraining is a theme by <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://wpremix.com/">WP Remix</a>.
*/

 
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #fff;
	color: #333;
}
img {
	border: none;
	background: none;
}
body * {
	margin: 0px; 
	padding: 0px;
}
hr {
	height: 5px;
	margin: 10px 0px;
	border: none;
	color: #fff;
	border-top: 1px dotted #D3D3D3;
}
blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Serif;
	background:url(images/quote.gif) no-repeat top left; 
	}
blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
.left	{ float:left;}
.right	{ float:right;}
/*************************************
	Links
**************************************/
a {
	text-decoration: none;
	outline:none;
	color: #d64900;
	}
	
a:hover{
	color: #333;
	text-decoration:none;
	}
/*************************************
	Headings
**************************************/
h1  {
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	color: #104183;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 24px;
	font-weight:normal;
 }
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	text-decoration: none;
	color: #538f05;
}
h1 a:hover, h3 a:hover {
	color: #ff7800;
}
h1 a:hover, h3 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
	color: #570e00;
}
	
h2 a, h2 a:visited  {
	color: #570e00;
	text-decoration: underline;
}
h2 a:hover {
	color: #333;
	text-decoration: none;
	}
h3 {
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 a{
	color: #333;
}
#sidebar h3 {
	font-size: 22px; 
}
h3 a, h3 a:visited {
	text-decoration: none;
}
#sidebar h2 {
	margin: 0px 0; padding: 0px 0px 0px 22px;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #538f05;
	text-transform:uppercase;
	border-top:1px solid #93aac6;
	border-bottom:1px solid #93aac6;
}
#sidebar h3 {
	margin: 0px 0 5px 0; padding: 3px 0px 3px 22px;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #1f467a;
	border-bottom:2px solid #7cbbf6;
	background:#fff url(images/bullet2.png)  no-repeat;
	background-position:3px 8px;
}
#sidebar {
	color: #333;}
h6 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0 0 0px;
	margin:25px 0 5px 0;
	line-height: 150%;
	color: #000;
	border-bottom:1px solid #ccc;
}


/*************************************
	Header
**************************************/
#header { 
	 background:url(images/headerbg.png) repeat-x;}
#header-in {
	width: 960px;
	padding: 0px;
	height:144px;
	position: relative;
	overflow:hidden;
	margin:  0px auto;
	}
	
#header-in .title {
	margin: 0px;
	padding: 15px 10px 5px 10px;
	width:  590px;
	float:  left;
	
}
#header-in .title a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #e8f6fd;
}
#header-in .title a:hover {
	 color: #FFF;
}
#header-in .description {
	clear:  both;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 4px 15px;
	width:  850px;
	color: #fff;
}
/*************************************
	Subscribe form 
**************************************/
.subscribe {
	width:366px;
	height:52px;
	float: right;
 	position: absolute;
	top: 0px;
	right: 0px;
	background:url(images/subscribebg.png) top left no-repeat;
}
.subscribeform {
	float:left;
	padding:5px 0 0 12px;
	overflow:hidden;}
	
.subscribeform p { 
	margin:0 0 1px 0;
	padding:0;
 	font:bold 10px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff; }
	
.subscribeform .input{
	 width:188px;
	 padding:4px 5px 4px 5px;
	 background:url(images/sinputbg.png) no-repeat;
	 border:none;
	 color:#fff;} 
.sbutton {
	width:27px;
	height:24px;
	text-align:center;
	font:bold 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
	background:url(images/b_subscribebg.png) no-repeat;
	border:none;
	color:#fff;
	}


/*************************************
	RSS Feed
**************************************/
 .rss {
 	float:left;
	padding: 8px 0 0 42px; margin: 0px;
}
 
.searchform {
	margin:38px 0px 0 0 ;
	float:right;
	width:218px;
	background:url(images/searchform-bg.gif) no-repeat right top;
}
.searchform .s {
	border: none;
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	margin:5px 35px 0px 22px;
	width: 153px;
	float: left;
	background:none;
	color: #333;
	
}
.searchform .button {   
   position:relative; top:-12px; right:-90px;}
  
#searchform { width: 220px;} 
  
#ul {
	display: block;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#navi {
	height: 26px;
	width: 960px;
	text-align: center;
	line-height: normal;
	position: relative;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 38px 0 0 0;
	float: left;
	clear:both;
	height: 26px;
}
#nav li {
	float: left;
	margin: 0;
	line-height:22px;
	margin-left:2px;
}
#nav .page_item a{
	display: block;
	text-decoration: none;
	margin:0 10px;
	padding:5px 0px 0px 0px ; 
	font:12px  Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #80d2fb;
}
#nav li:hover {
}
#nav .page_item a:hover {
	border: none;
	color:#fff;
}
#nav li.current_page_item  { 
	text-decoration: none;   
	color: #fff;  
	}
#nav .current_page_item a { 
	text-decoration: none; 
	color: #fff ; }
		
#nav .current_page_item a 		{ 
	text-decoration: none; color: #fff ;  border-bottom:2px solid #598b41   }
#nav .current_page_item a:hover{
		text-decoration: none;color: #fff ; border-bottom:2px solid #598b41    }
 
/*************************************
	Main Container
**************************************/
#MainContainer { padding:20px; background:url(images/container.png) repeat-x top;}
#container { 
	width:960px;
	text-align: left; 
	margin: 0 auto;
	border: 0px solid black;
	clear: both;
	overflow:hidden;
	height:100%;
	border: 0px solid black;
	}
 

 
/*************************************
	Content
**************************************/
#content {
	width: 640px;
	float: left; 
	display: block;
	}
.content-index {
	 width:auto !important;
	}
#content h1.btmspace{
	margin-bottom:15px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: disc outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 0;
	}
#content .post-meta-top {
	margin: 5px 0px 15px 0px;
	padding: 5px 0px;
	color: #8E8F91;
	overflow:hidden;
	height:100%;
	font-size:11px;
	border-top: 1px dotted #5189a0;
	border-bottom: 1px dotted #5189a0;
}
#content .post-bottom {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	overflow:hidden;
	height:100%;
	font-size:11px;
	border-top: 1px solid #7cbbf6;
	border-bottom: 3px solid #7cbbf6;
	color: #535353;
	background:#e8f2fc;
	line-height:18px;
}
.post-bottom a {
	color: #d64900;
	text-decoration: none;
}
.post-bottom a:hover {
	text-decoration: underline;
}
.home_postright	{ width:280px; float:right !important; margin:0 !important; }
.row1 { border-bottom:1px dotted #7cbbf6; margin-bottom:2px; padding-bottom:3px; padding-left:18px; overflow:hidden; height:100%;  }
.field { width:185px; float:left; font-weight:bold;}

.featured {color: #104183; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; padding: 0 0 10px 0;}
.i_cat 		{ background: url(images/i_categories.png) -2px 2px no-repeat; }
.i_video	{ background:url(images/i_video.png) 0 2px no-repeat; }
.i_record	{ background:url(images/i_record.png) 0 2px  no-repeat; }
.i_tags		{ background:url(images/i_tag.png) 0 5px no-repeat; }

.widget_tag_cloud { background: url(images/i_tag.png) no-repeat; background-position:0 5px;}

.comm {
	float: right;
	font-size:11px;
	text-align: right;
	padding-left:20px;
	background: url(images/i_recentcomments.png) no-repeat;
}
.comm a {
	text-decoration: none;
}

.auth {
	float: left;
 	padding:0 0px 0 0;
	text-align: left;
}
.auth .i_auth {
	padding: 0px 0px 0px 15px;
	background: url(images/i_meta.png) no-repeat; 
}
.date {
	text-align: left;
}
.i_date { background:url(images/i_archive.png) no-repeat; padding-left:18px;}

.imgleft	{ margin:2px 15px 15px 0; padding:2px; border:1px solid #666; float:left;}
.imgright	{ margin:2px 0 15px 15px; padding:2px;  border:1px solid #666; float:right;}

#relatedposts ul {
	margin: 0px; 
	padding: 0px 0 15px 0px;
	list-style:none;
}
#relatedposts ul li {
	margin: 0px; 
	padding-bottom:5px;
	list-style:none;
	border-bottom:1px dotted #666;
}
#relatedposts li a, #relatedposts li a:visited {
	color: #d64900;
	padding: 0;
	margin: 0px;
	text-decoration: none;
	
}
#relatedposts li a:hover {
	text-decoration: none;
	color:#333;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 15px;
	text-transform:uppercase;
	background:url(images/arrow-left.gif) no-repeat left;
}
.nav-next a {
	padding-right: 15px;
	text-transform:uppercase;
	background:url(images/arrow-right.gif) no-repeat right;
}

/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

.textarea {border:1px solid #ababab;}
.Cbutton { 
	border:none; 
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:4px;
	border:none; 
	background:#434343;
	color:#fff;}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.comment-body {
	margin: 0px; padding:5px 10px 20px 30px;
	background:url(images/quote.png) no-repeat left top;
	background-position:0 0px;
}
.comment-metadata {
	padding:5px 10px;
	background: #fff;
	color: #ca5433;
}
.comment-metadata a, .comment-metadata a:visited {
color: #333333;
}
.comment-metadata a:hover {
color: #FF8800;
}
.authorcomment {
	margin: 0px 0px 10px 0px;
	font-size:12px;
	overflow: hidden;
	height:100%;
	border-bottom:1px solid #ccc;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
 }
.authorcomment .comment-metadata {
	padding: 11px 10px;
	background: #fff;
	color: #333333;
}
.authorcomment .comment-metadata a {
	color: #b30000;
}
.authorcomment .comment-metadata a:hover {
	color: #333;
}

.nav-next	  { padding-right:8px; font-weight:bold;}
.nav-previous { padding-left:8px; font-weight:bold;}

/*	Comment Form	*/

 
/*************************************
	Sidebar
**************************************/
#sidebar {
	float: right;
	display: block;
	width: 285px;
	margin: 0 0px 0 0px;
	padding: 0px 0px 0px 15px;
	border:none;
	background:url(images/sidebarbg.png) no-repeat top left;
}

#sidebar ul {
	list-style-type: none;
	
}
#sidebar .advertise {
	text-align: left;
	padding:0;
	margin-left:7px;
}
#sidebar .advertise img {
	padding:0 5px;
	border:none;
}
#sidebarwrap {
 	padding: 15px 0px 0px 0px;
	margin: 0px;
	border: none;
}

.widget_categories		{ background: url(images/i_categories.png) no-repeat; background-position:0 5px;}
.widget_archives   		{ background: url(images/i_archive.png) no-repeat; background-position:0 4px;}
.widget_recent_comments { background: url(images/i_recentcomments.png) no-repeat; background-position:0 5px;  }
.widget_links			{ background: url(images/i_links.png) no-repeat; background-position:0 5px; }
.widget_meta			{ background: url(images/i_meta.png) no-repeat; background-position:0 5px;}
.widget_recent_entries	{ background: url(images/i_recententries.png) no-repeat; background-position:0 5px;}
.widget_pages			{ background: url(images/i_pages.png) no-repeat; background-position:0 5px;}
.linkcat				{ background: url(images/i_blogroll.png) no-repeat; background-position:0 5px;}
.more-link				{ font-size:10px; text-transform:uppercase !important;  margin-top:10px;  margin-bottom:10px; display: block; text-align:right;}
#wp-calendar			{ width:100%;} 





/*************************************
	Popular Posts Section
**************************************/
#sidebar #sidebarwrap {
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	
} 
/*************************************
	Left Sidebar
**************************************/
#sidebar ul, #sidebar ul li {
	margin: 0px 0 25px 0;  padding: 0px;
}
#sidebar ul li ul {
	font-size:11px;
}
#sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #b0b0b0;
}
#sidebar ul li ul li a, #sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 3px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	text-decoration: none;
	color:#d64900;
}
#sidebar ul li ul li ul li {
	margin:  0px; padding: 0px;
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px dotted #b0b0b0;
	background: none;
}
#sidebar ul li ul li ul li a, #sidebar ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
	color: #333;
	
}
#sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}
/*sidebar index */
	#xsnazzy {background: transparent;}
	
	.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
	.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
	.xb1, .xb2, .xb3 {height:1px;}
	.xb2, .xb3, .xb4 {background:#e7f1fc; border-left:1px solid #cbdef0; border-right:1px solid #cbdef0;}
	.xb1 {margin:0 5px; background:#cbdef0;}
	.xb2 {margin:0 3px; border-width:0 2px;}
	.xb3 {margin:0 2px;}
	.xb4 {height:2px; margin:0 1px;}
	
	.xboxcontent {display:block; background:#e7f1fc; border:0 solid #cbdef0; border-width:0 1px; padding:5px 10px; height:100%; overflow:hidden;}
	.xboxcontent p { margin:0 0 8px 0; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:18px; }
	.xboxcontent .more	{ float:right; text-transform:uppercase; font-weight:bold;}
	
	.xboxcontent hr { margin:0 0 10px 0; padding:0; background:none; height:1px; border:none; clear:both; border-bottom:1px dotted #666;}
	
	.xboxcontent ul li { margin:5px 0 !important; padding:0 0 0 15px !important; list-style:none;}
	.xboxcontent li { font-size:11px; background:url(images/bullet3.png) no-repeat; background-position:0 3px;}

/*************************************
	bottom
**************************************/

#bottom	 			{ background:#d4e6ff url(images/bottombg.png) repeat-x top; padding:10px 0; height:100%; overflow:hidden;} 
#bottom-in			{ width:960px; margin:0 auto; }

.categorypost  		{ width:300px; }
.categorypost h2 	{ padding:0; margin-bottom:10px; font-size:18px;  color:#4d84ba;  border-bottom:2px solid #2e75af;}
.cspacer			{ margin-left:32px;}

.categorypost ul {
	margin: 0px; padding: 0;
	list-style:none;
}
.categorypost li {
	margin: 0px; padding: 5px 22px;
	list-style:none;
	font-size:11px;
	border-bottom: 1px dotted #9c9c9c;
	background: url(images/bullet.png) 5px 9px no-repeat;
}
 
.categorypost li a {
	color: #333;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}
.categorypost li a:hover {
	text-decoration: none;
	color:#d64900;
} 
  
/*************************************
	Footer
**************************************/

#footer { 
	padding:  10px 0px 20px 0px;
	text-align: center;
	height:48px;
	clear: both;
	font-size:11px;
	background:url(images/footer-bg.png) repeat-x ;
	}

#footer-wrap {
	width: 960px;
	margin: 0px auto;
}

#footer .copyright 		{ float:left; text-align:left;  color: #fff; }
		.copyright a 	{  text-decoration:none;  color: #809dc4; }
		.copyright a:hover {text-decoration:none; color: #fff; }
		.designby		{ color:#809dc4; margin:5px 0; float:left; }
		
 	ul#nav-footer 				{ margin: 0 0 0 0; padding:0; float:right;  
								  font-size: 11px; text-align: right; text-transform:uppercase;}
	ul#nav-footer li 			{ padding: 5px 8px 5px 12px; list-style:none;  float:left; font-family:Georgia, "Times New Roman", Times, serif }
	ul#nav-footer li.nobg 		{ padding: 5px 8px 0px 12px;    }
	ul#nav-footer li a 			{ text-decoration:none; color: #80d2fb;}
 	ul#nav-footer li a:hover 	{ color: #fff;   }

.widebanner, .coffeebanner {
	width: 100%;
	display: block;
	text-align: center;
	margin: 1em 0;
	padding: .5em 0;
	border: 1px dotted #ccc;
	background: #eee;
}

.coffeebanner {
	text-align: left;
	padding: 0 0 .5em 1em;
	font-size: 1.2em;
	line-height: 150%;
}
.coffeebanner input {
	padding: 10px 10px 10px 0;
}

