/*  
	Theme Name: 	WordPress Theme 1088
	Theme URI: 		http://template-help.com/
	Description:	A theme from Template-Help.com Collection
	Version: 		2.9
	Author: 		Template_Help.com 
	Author URL: 	http://www.Template-Help.com/ 
*/

/* CSS Document */
* { padding:0; margin:0;}

	html { font-size:100.01%; }
	
	body { background:#f3eee0; font-size:62.5%; font-family: Arial, Helvetica, sans-serif; color:#666;}
	
.clear { clear: both;}

	table, td, div, img { border:0; border-collapse:collapse;}
	td {vertical-align:top;}
	ul { list-style: none;}
	p { padding:0px 0px 18px 0px;}
		
a {text-decoration: none; color:#144587; outline:none;}
a:hover {text-decoration: none; color:#d3017c;}
a:visited {text-decoration: none; color:#d3017c;}
a:visited:hover {text-decoration: none; color:#d3017c;}
	
	input, select, textarea, html body textarea { vertical-align:middle; font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif;}
	input.text, select, textarea { padding:2px 0px 3px 6px; border:1px solid #666; background:#fff;}
	
/*** Main ***/
	.width { overflow:hidden; width:982px; margin: 0 auto;}
	
	.main { width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1050)? "1050px" : "100%"); min-width:1050px;}
	
	.main { padding:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/header-bg.gif) repeat-x 0 0 #fff;}
	.main.mainpage { background:url(images/tail2.gif) repeat-x 0 0 #fff;}


	.main-bg { overflow:hidden; height:100%;}
	
	.mainpage .main-bg { background:url(images/splash-bg.jpg) no-repeat center 85px;}
	
	.main-width { width:982px; margin:0 auto;}
	
	.header { height:85px; margin:0px 0px 0px 0px; overflow:hidden;}
	
		/*.wrapp .login { float:left; color:#2b2b2b; font-size:10px; text-transform:uppercase; overflow:hidden; height:100%; padding:13px 0px 5px 20px;}
		.wrapp .login span { color:#bcbcbc;}
		.wrapp .login a { color:#2b2b2b; text-decoration:none;}
		.wrapp .login a:hover { color:#fb4361; text-decoration: underline;}
		
		.wrapp .banners { clear:both; width:356px; margin:0px 0px 0px 13px; overflow:hidden;}
		.wrapp .banners a { display:block; background:url(images/banner.gif) no-repeat 0 0; text-transform:uppercase; padding:23px 5px 20px 39px; letter-spacing:-1px; overflow:hidden; margin:0px 0px 4px 0px; font-size:18px; color:#d0cecc;}
		.wrapp .banners a:hover { color:#000; text-decoration:none;}
			.wrapp .banners a span { display:block; font-size:30px; margin:0px 0px -1px 0px;}*/
		
	.custom { clear:both; overflow:hidden; height:493px; margin:0px 0px 0px 0px;} /*was: height:693px;*/
	.custom .indent { overflow:hidden; padding:44px 0px 0px 0px;}
	.custom h1 {
		font-size:40px;
		line-height:1em;
		color:#414b4e;
		font-weight:normal;
		padding-left:20px;
		margin-bottom:41px;
	}
	
	.custom h1 cufon { margin:0px 0px -2px 0px;}
	
	/*--- banners begin ---*/	
	.banners {
		overflow:hidden;
		padding-bottom:27px; margin:0px 0px 0px 4px;
	}
		.banners li {
			float:left;
			font-size:13px;
			color:#fff;
		}	
		
		.inner p {
			line-height: 16px;
		}	
		
		.banners li .inner { line-height:1.5em;}
		
			.banners li.banner1 {
				width:286px;
				height:293px;
				background:url(images/banner1.gif) no-repeat left 5px;
			}
				.banners li.banner1 .inner {
					padding:65px 70px 0 55px;
				}
			.banners li.banner2 {
				width:287px;
				height:293px;
				background:url(images/banner2.gif) no-repeat left top;
				margin-left:-56px;
			}
				.banners li.banner2 .inner {
					padding:65px 65px 0 67px;
				}
			.banners li.banner3 {
				width:287px;
				height:293px;
				background:url(images/banner3.gif) no-repeat left 12px;
				margin-left:-55px;
			}
				.banners li.banner3 .inner {
					padding:65px 65px 0 66px;
				}
			.banners li.banner4 {
				width:287px;
				height:293px;
				background:url(images/banner4.gif) no-repeat left top;
				margin-left:-60px;
			}
				.banners li.banner4 .inner {
					padding:65px 35px 0 70px;
				}
		
		.banners li h3 {
			font-size:24px;
			line-height:1.2em;
			text-align:center; padding:6px 0px 3px 0px;
			margin-bottom:8px;
		}
	
	.button {
		display:block;
		background:url(images/button-bg1.png) no-repeat left top;
		width:82px;
		height:24px;
		line-height:25px;
		color:#040404;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:10px;
		margin:0 auto; margin-top:3px; margin-left:38px;
	}
	.button:hover {
		background:url(images/button-bg2.png) no-repeat left top;
		color:#fff;
		text-decoration:none;
	}

/*--- banners end ---*/
	
/*--- carousel begin ---*/
.carousel-box {
	background:url(images/carousel-bg.gif) left top repeat-x;
	height:198px; margin:0px 1px 0px 4px;
	overflow:hidden;
	position:relative;
}
	.carousel-box .inner {
		padding:26px 0 0 73px;
	}
		.carousel-box button {
			background:none;
			width:34px;
			height:65px;
			border:none;
			position:absolute;
			cursor:pointer;
			outline:none;
			z-index:10;
		}
		.carousel-box button.prev {
			left:0;
			top:65px;
			background:url(images/prev-bg.gif) no-repeat left top;
		}
		.carousel-box button.prev:hover {
			background-position:left -65px;
		}
		.carousel-box button.next {
			right:0;
			top:65px;
			background:url(images/next-bg.gif) no-repeat left 1px;
		}
		.carousel-box button.next:hover {
			background-position:left -65px;
		}
			.carousel-box ul li {
				padding-right:24px;
				float:left;
				position:relative;
			}
			.carousel-box ul li a {
				width:149px;
				height:149px;
				position:relative;
				float:left;
			}
				.carousel-box ul li span {
					width:149px;
					height:149px;
					overflow:hidden;
					display:block;
					cursor:pointer;
				}
				.carousel-box ul li a:hover {
					
				}
/*--- carousel end ---*/


	
/*** Menu ***/
	.main-menu { float:left;}
	.menu { overflow:hidden; padding:45px 0px 0px 0px; margin:0px 0px 0px 6px;}
	
	.menu ul { list-style:none; float:left;}
	.menu ul li {  float:left; overflow:hidden; background:url(images/ver.gif) no-repeat 0 5px;  margin:0px 0px 0px -1px; padding:0px 0px 0px 0px;}
	
	.menu ul li a { display:block;  padding:1px 25px 20px 20px; text-transform:lowercase; font-size:1.4em; color:#000; text-decoration:none;}
	
	.menu ul li a:hover { text-decoration:underline;}
	
	.menu ul li.current_page_item {}
	.menu ul li.current_page_item a { font-size:13px; font-weight: bold;}

	.menu ul ul { display:none;}
	
	/* #dropmenu */
		#dropmenu { z-index:999999;}
		#dropmenu .menu ul ul { display:none; z-index:99; margin:0; width:160px; margin:0px 0px 0px 5px;  background:#414a4e; padding:10px 0 10px 0 !important; position: absolute; }	
		#dropmenu .menu ul ul li { line-height:inherit; float:none; height:auto;background: none!important; text-align:left; line-height:1.4em;}
		#dropmenu .menu ul ul li a { margin:0; color:#fff; background: none; text-transform:none; font-size:12px; padding:2px 0px 8px 10px; text-decoration:none;}	
		
		#dropmenu .menu ul ul li a:hover {  color:#f8625c;}
		
			#dropmenu .menu ul ul ul { margin:0px 0px 0px 0px;  position: absolute; z-index:9999999999; background:#323739 !important; width:160px; margin:-35px 0px 0px 120px;}
			#dropmenu .menu ul ul ul li { background: none!important;}
			#dropmenu .menu ul ul ul li a { margin:0px 0px 0px 0px; padding:6px 0px 3px 10px;}
	
/*** Logo ***/
	.logo { float:right;}
	.logo .indent { padding:30px 29px 0px 0px;}
	.logo h1 {
		display:block; overflow:hidden;
		width:309px; height:48px;
		background:url(images/logo.png) no-repeat 0 0;
		font-size:2.1em; color:#fff; text-indent:-1000em; cursor:pointer;
		}
	
	
/*** Slogan ***/
	.slogan {}
	
/*** Search ***/
	.search { float:right; width:221px; margin:0px 1px 0px 0px; padding:0px 0px 45px 0px;}
	.search .indent { overflow:hidden; padding:0px 0px 0px 0px;}
	
	.search form { padding:8px 0px 10px 15px; background:url(images/searchbg.gif) no-repeat 0 0;}
	.search .text {  margin:0px 0px 0px 0px; width:200px; padding:3px 0px 4px 0px; font-size:10px; text-transform:uppercase; color:#2b2b2b; margin:2px 3px 0px 0px; background: transparent; font-size:10px; border:0;}
	.search .but { cursor: pointer; margin:1px 0px 0px 4px;}

/*** Flash ***/
	.flash { clear:both; padding:4px 0px 0px 0px; overflow:hidden;}
	
/*** Rss ***/
	.rss {}
	

/*** Column ***/
	.content { clear:both; overflow:hidden; height:100%; padding:35px 0px 20px 11px;}
	.column-right { float:right; width:367px; margin:0px 0px 0px 43px;}
	
	
/*** Widgets  ***/
	.widget {
		clear:both;
		overflow:hidden; height:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 15px 0px;
		}
	
	.widget .title {
		overflow:hidden; height:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 13px 0px;
		}
		
	.widget .title h2 {
		overflow:hidden; height:100%;
		font-weight: normal; font-size:2.4em; line-height:1.2em;
		color:#353535;
		padding:3px 0px 5px 12px;
		}
	
	.widget ul {
		clear:both; line-height:14px;
		font-size:14px; overflow:hidden;
		color:#353535;
		margin:0px 0px 0px 12px;
		}
	
	.widget ul li {
		overflow:hidden; height:100%;
		background:url(images/marker.gif) no-repeat 0 6px;
		padding:0px 0px 10px 18px;
		margin:0px 0px 0px 0px;
		}
	
	.widget ul li a {
		font-size:14px; line-height:1.2em; color:#f8625c; text-decoration:none;
		}
	
	.widget ul li a:hover { color:#353535;}
	
	.widget ul ul { font-size:100%; margin:0px 0px -5px 0px; padding:0px 0px 0px 0px;}
	.widget ul ul li { border:0; margin:1px 0px 0px 0px;}

	/**************/
	.widget .view { font-size:14px; display:block; padding:0px 0px 0px 12px; text-decoration:none;}
	.widget .view:hover { color:#000;}
	
	
	.widget .blogposts {
	 padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
	}
		.widget .blogposts li {
			width:100%; padding:0px 0px 1px 0px; background: none;
			overflow:hidden; 
		}
			.widget .blogposts li a {
				display:block;line-height:1.4em;
				color:#666;
				text-decoration:none;
			}
				.widget .blogposts li a span {
					display:block;
					cursor:pointer;
				}
					.widget .blogposts li a span span span {
						padding:8px 20px 10px 12px;
					}
			.widget .blogposts li a:hover {
				text-decoration:none;
				background:url(images/left-top-corner.gif) no-repeat left top #f5f2ed;
			}
				.widget .blogposts li a:hover span {
					background:url(images/right-top-corner.gif) no-repeat right top;
				}
					.widget .blogposts li a:hover span span {
						background:url(images/right-bot-corner.gif) no-repeat right bottom;
					}
						.widget .blogposts li a:hover span span span {
							background:url(images/left-bot-corner.gif) no-repeat left bottom;
						}
							.widget .blogposts li a strong {
								display:block;
							}
							.widget .blogposts li a em {
								display:block;
								color:#f8625c;
								font-style:normal;
							}
		
	/*** widget_tag_cloud ***/
		.widget_tag_cloud {}
		.widget_tag_cloud h2 {}
		
		.widget_tag_cloud a { padding:0px 6px 0 0; font-size:11px; color:#000; line-height:1.7em;}
		.widget_tag_cloud .widget-bgr div { padding:0px 0px 0px 2px;}
		.widget_tag_cloud .widget-bgr .title { padding:0;}
		.widget_tag_cloud .widget-bgr .title div { padding:0px 0px 0px 0px;}
		.widget_tag_cloud .widget-bgr .title div div { padding:0px 0px 0px 0px;}
		
		.widget_tag_cloud a { text-decoration:none;}
		.widget_tag_cloud a:hover { text-decoration: underline;}
		
	/*** widget_text ***/
		.textwidget { color:#000; font-size:1.2em; line-height:1.3em; padding:0px 20px 40px 20px;}
		.textwidget a { color:#000;}
		
	/*** widget_page ***/
	
	/*** widget_categories ***/
		.widget_categories {}
		
	/*** widget_archive  ***/
		.widget_archive {}
		
	/*** widget_meta ***/
		.widget_meta { margin:0px 0px 20px 0px;}
		
	/*** widget_links  ***/
	
	/*** widget_recent_entries  ***/

	/*** widget_recent_comments  ***/
	
	/*** widget_latest  ***/
	
	/*** widget_other ***/
		.content #wp-calendar * { color:#000; font-size:12px;}

		#search form .text { padding:4px 0px 4px 5px; width:140px; margin:0px 0px 0px 0px;}
		.search_page .text { padding:5px 0px 4px 5px; margin:0px 0px 1px 0px;}
		
		.widget_calendar table { margin:10px 0px 0px 20px;}
		
/*** Content  ***/
	.column-center { overflow:hidden; height:100%; padding:0px 0px 0px 0px;}

	.column-center .indent { overflow:hidden; height:100%; clear:both;  padding:0px 0px 20px 0px;}
	
	/*** Title wrapper ***/
		.column-center .title {
			overflow:hidden; height:100%;
			padding:0px 0px 0px 0px; clear:both;
			margin:0px 0px 9px 0px;
			}
			
		.column-center .title h2 {
			overflow:hidden; height:100%;
			font-size:24px; font-weight: normal;
			color:#353535; line-height:1.15em;
			padding:0px 0px 2px 0px;
			}
		
		.column-center .title h3 {
			overflow:hidden; height:100%;
			font-size:20px; font-weight: normal;
			color:#1c1c1c; line-height:1.2em;
			padding:1px 0px 3px 8px;
			}
				
		.column-center .title h2 a,
		.column-center .title h3 a { color:#353535; background: none; text-decoration:none;}
		
		.column-center .title h2 a:hover,
		.column-center .title h3 a:hover { color:#000;/* text-decoration: underline;*/}
	/******/
		.title-page01 { clear:both;overflow:hidden;}
		.title-page01 h2 {  font-size:2em; font-weight: normal; color:#000; overflow:hidden; height:100%; text-transform:uppercase; padding:0px 0px 20px 0px;}

	/*** Date ***/
		.column-center .date { float:left; font-size:12px; color:#4b4a4a; padding:0px 0px 0px 1px;}
		.column-center .date a { color:#f8625c;}
		
	/*** Author ***/
		.column-center .author { float:right; font-size:12px; color:#4b4a4a; padding:0px 12px 0px 0px;}
		.column-center .author a { color:#f8625c;}
		
		
	/*** Text box ***/
		.text-box {
			clear:both;
			overflow:hidden; height:100%;
			font-size:14px; line-height:1.4em;
			padding:3px 0px 0px 0px;
			}
			
		.text-box p { padding:0px 0px 19px 0px;}
		
		.text-box p v { color:#f8625c;}
		.text-box p span { color:#000;}
		
		.fleft { margin:-3px 32px 6px 0px; padding:0px 0px 0px 0px;  display: inline; float:left; overflow:hidden; height:100%;}
		
		.text-box img {}
		.text-box p a { font-weight: bold; text-decoration: none;}
		.text-box p a:hover { color:#d3017c;}
			
			.social-links {
				overflow:hidden; margin:0px 0px 0px -11px!important; padding:3px 0px 0px 0px!important;
				}
				.social-links li {
					float:left; background: none!important; padding:0px 0px 0px 0px!important;
					}
					.social-links li a {
						float:left; text-decoration:none;
						width:70px;
						height:70px;
					}
					.social-links li a.digg {
						background:url(images/icon-digg.jpg) no-repeat left top;
					}
					.social-links li a.digg:hover {
						background-position:left -70px;
					}
					.social-links li a.twitter {
						background:url(images/icon-twitter.jpg) no-repeat left top;
					}
					.social-links li a.twitter:hover {
						background-position:left -70px;
					}
					.social-links li a.facebook {
						background:url(images/icon-facebook.jpg) no-repeat left top;
					}
					.social-links li a.facebook:hover {
						background-position:left -70px;
					}
					.social-links li a.linkedin {
						background:url(images/icon-linkedin.jpg) no-repeat left top;
					}
					.social-links li a.linkedin:hover {
						background-position:left -70px;
					}
					.social-links li a.su {
						background:url(images/icon-su.jpg) no-repeat left top;
					}
					.social-links li a.su:hover {
						background-position:left -70px;
					}
		
		
		/******/	
			.columns{ width:100%; overflow:hidden;}
			.columns .column-left, .columns .column-right{ width:45%; float:left;}
			.columns .column-right{ margin-left:10px;}
		
		/******/	
			#si_contact_form1 input {border:1px solid #cccccc; background:#fff;  padding:4px 4px 4px 5px;}
			#si_contact_form1 textarea {border:1px solid #cccccc; background:#fff; width: 300px; }
			#si_contact_form1 .submit { background:#666!important; font-size:18px!important;}
			#si_contact_form1 .submit { background:url(images/submit.png) no-repeat 0 0!important; width:85px!important; height:36px!important; font-size:18px!important; overflow:hidden; text-indent:-1000em; text-align:left;}
			
		/******/	
			.img-indent { float:left; margin:20px 20px 6px 0px;}
			
			.wrapper { clear:both; overflow:hidden; height:100%;}
			.list-left { float:left; width:46%; margin:0px 0px 0px 0px;}
		
		/******/
			.more-link { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
			
			.more-link {
				font-size:14px;
				color:#fb4361; display:block; float:left;
				padding:0px 0px 0px 0px; font-weight: bold;
				}
			
			.more-link a:hover { color:#000;}
			
		/******/
			.comments { overflow:hidden; padding:11px 12px 15px 11px;}
			.comments a { display:block;text-decoration:none; background:url(images/comments.gif) no-repeat right 1px; padding:0px 0px 4px 0px;}
			
		/******/
			.postmetadata { clear:both; font-size:12px; padding:6px 0px 5px 6px;}
			.postmetadata a { padding:0px 1px 0px 5px; /*color:#000;*/}
			
		
		/******/
			.link-edit { float:right; padding:0px 10px 0px 0px; margin:0px 0px 0px 0px;}
			.link-edit a { font-size:12px; font-weight: bold; color:#f8625c;}
			
		/******/
			.navigation { clear:both; font-size:12px; color:#f8625c; padding:10px 0px 10px 0px;}
			.navigation a {
				font-size:12px; color:#f8625c;
				padding:0px 0px 0px 0px; line-height:1.1em;
				}
				
			/*.navigation a { text-decoration:none;}*/
			.navigation a:hover { /*text-decoration: underline;*/ color:#000;}
			
			.nav-top { overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
	
	/*******/
		.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 { color:#000; font-family:Arial; line-height:1.5em;}
		.text-box h1 { font-size:19px; font-weight: normal; line-height:1.2em; display:block; height:100%; padding:0px 0px 13px 0px;}
		.text-box h2 { font-size:18px; font-weight: normal;}
		.text-box h3 { font-size:17px;}
		.text-box h4 { font-size:16px;}
		.text-box h5 { font-size:14px;}
		.text-box h6 { font-size:12px;}
	
	/*** OL UL style***/
		.text-box ul { padding:0px 0px 3px 2px; margin:-1px 0px 0px 0px; overflow:hidden; height:100%;}
		.text-box ul li { background:url(images/marker.gif) no-repeat 0px 7px; padding:5px 0px 8px 21px; list-style-image:none; list-style:none; font-weight:normal;}
		.text-box ul li ul { margin-left:10px;}
		.text-box ul li ol { margin-left:15px;}
		.text-box ul li ol li { list-style-type:decimal;}
		
		.text-box ol { padding-left:2px;}
		.text-box ol li { padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}
		.text-box ol li ul { padding:2px 0px 5px 2px;}
		.text-box ol li ul li { font-weight:normal; background:url(images/marker.gif) no-repeat 1px 6px; padding:1px 0px 12px 18px;}
		
		.text-box ul li { list-style-image:none; list-style:none;}
		
			.text-box ul li a {text-decoration: none; color:#144587; outline:none;}
			.text-box ul li a:hover {text-decoration: none; color:#d3017c; outline:none;}
		
		.text-box ul li ul { margin-left:15px;}
		.text-box ul li ol {margin-left:20px;}
		.text-box ul li ol li { list-style-type:decimal;background:none;}
		.text-box ul li ol li a {}
		
		.text-box ol { padding:5px 0px 5px 2px;}
		.text-box ol li{ padding:0px; margin-left:20px;}
		.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;}
		.text-box ol li a:hover{ text-decoration:underline; }
		.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}
		.text-box ol li ul li a:hover {text-decoration:none;}

	/*custom block*/
		.custom-block { clear:both; overflow:hidden; height:100%; background:url(images/custom-bg.gif) repeat-x 0 0 #181515; border-bottom:1px solid #232222; padding:31px 0px 21px 0px;}
		.custom-block .indent { padding:0px 0px 0px 33px;}
		
		
		.custom-block .right { float:left; width:261px; margin:0px 58px 0px 0px;}
		.custom-block .left { float:left; width:261px; margin:0px 55px 0px 0px;}
		.custom-block .left.mr { margin:0px 0px 0px 0px;}
		
		.custom-block .widget { background: none;}
		.custom-block .widget-bg { background: none; color:#717171;}
		.custom-block .widget .title { margin:0px 0px 16px 0px; padding:0px 0px 0px 0px;}
		.custom-block .widget .title h2 { color:#4b4949; font-size:20px; padding:0px 0px 0px 0px;}
		.custom-block .widget ul { margin:0px 0px 0px 2px; font-size:14px;}
		.custom-block .widget ul li { padding:0px 0px 10px 11px; background:url(images/marker.gif) no-repeat 0 6px;}
		.custom-block .widget ul li a { color:#fff; font-size:14px; text-decoration:underline;}
		.custom-block .widget ul li a:hover { color:#717171;}
		
		.custom-block .textwidget { color:#717171; font-size:14px; padding:2px 0px 0px 2px; line-height:1.6em;}
		.custom-block .textwidget a strong { font-size:16px; display:block; padding:0px 0px 22px 0px;}
		
			.custom-block .widget_follow .title a { color:#26a5aa;}
			.custom-block .widget_follow .title span { color:#26a5aa; font-size:18px; overflow:hidden;}
			
				.follows { background:url(images/twitter-bg.gif) no-repeat 0 0; width:261px; height:153px; margin:-3px 0px 0px 0px;}
				.follows div { overflow:hidden; padding:24px 10px 0px 16px; color:#fff; font-size:13px; line-height:1.5em;}
				.follows div p { padding:0px 0px 1px 0px;}
				.follows div a { color:#000; font-size:11px; text-decoration:none;}
				
				.custom-block .widget_follow .follows ul { margin:3px 0px 0px 0px;}
				.custom-block .widget_follow .follows ul li { padding:0px 0px 0px 0px; background: none;}
				
/*** Footer ****/
	.footer {
		clear:both;	overflow:hidden; height:100%;
		background:url(images/footer.gif) repeat-x 0 0 #f3eee1;
		font-size:1.4em;
		line-height:1.3em; color:#666;
		}
	
	.footer .indent {
		overflow:hidden; height:100%;
		padding:37px 0px 37px 5px;
		}
		
	.footer a {}
	
	/*.footer a { text-decoration:none;}
	.footer a:hover { text-decoration: underline;}*/

/**************/
	
/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */
	.info-sidebar { overflow:hidden; padding:30px 10px 27px 20px; color:#000; width: auto; font-size:1.5em; line-height:1.4em;}
	.info-sidebar a { text-transform:none; color:#000;}
	
	.pagetitle { font-size:20px; line-height:30px; font-weight: normal; text-align:center; overflow:hidden;  padding:0 0 20px 0;}

/*--- Navigations ---*/
	.navigation { /*clear:both;*/ overflow:hidden; /*line-height:13px;*/}
	.navigation .alignleft { float: left; width:45%; text-align:left;}
	.navigation .alignright { float: right; width:45%; text-align:right;}
	
	
	.pd-nav { padding:0; margin:0;}
	.pd-nav .alignleft { padding:0; margin:0;}
	.pd-nav .alignright { padding:0; margin:0;}
	
	.pd-title {padding-bottom:0;}
	
	.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
	p img {
		padding: 0;
		max-width: 100%;}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	img.alignright { float: right;display:inline;
		padding: 0;
		margin: 3px 0px 10px 20px;}
	
	img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
/*------*/
	#tag_cloud .widget-bottom-left { padding-bottom:15px;}
	#tag_cloud .widget-heading { margin-bottom:15px;}
	#tag_cloud a { padding-left:3px;}
	
	/*--- Popup styles ---*/
	#commentspopup {}
	#commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;}
	#commentspopup .page-padding {padding:0 5px;}
	#commentspopup .page-width {width:538px; margin:0 auto;}
	#commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;}
	#commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;}
	#commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}
	#commentspopup .header-padding {padding:39px 0 0 89px;}
	#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-1000em; width:141px; height:27px;}
	#commentspopup h1:hover {text-decoration: none; cursor:pointer;}
	#commentspopup .description {width:141px; height:9px; text-indent:-1000em; margin-top:2px;}
	#commentspopup .description2 {width:249px; height:27px; text-indent:-1000em; margin-top:19px;}
	#commentspopup .border-bottom-left {padding:17px 37px 10px;}
	#commentspopup p {font-size:12px;}
	
	
/*--- Begin Typography & Colors ---*/
	small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	small * {font-size: 0.9em;}
	small p {font-size: 0.9em;}
	
	select { width: 130px;}
		
	#commentform { font-size:1.2em; overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
	
	/*.commentform {float:left;}*/
	
	#commentform input {
		margin: 5px 5px 1px 0;}
	
	#commentform {
		margin: 5px 0px 0 0;}
		
	#commentform textarea {
		width: 99%;
		padding: 2px;}
		
	#respond:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;}
		
	#commentform #submit {
		/*margin: 0 0 10px auto;
		float: right;*/ /*margin:0px 0px 0px 319px;*/
	}
	#commentform #submit:hover{ color:#fff}
		
	#respond p { padding:0px 0px 10px 0px; text-indent:0;}
	#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
	#wp-calendar { empty-cells:show; width: 155px;}
	
	#wp-calendar th { padding:3px 0; text-align:center; color:#fff;}
	#wp-calendar td { padding:3px 0; text-align:center; color:#fff;}
	
	#wp-calendar a { display: block; font-weight:bold; color:#fff;}
	#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
	#wp-calendar #prev a { padding-left: 10px; text-align: left; font-weight: normal;}
	
	#wp-calendar caption { text-align: center; color:#fff; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	
	
/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #1001;
		}
	
	blockquote {
		border:1px solid #666; color:#000;
		background:#f4f0e4; padding:10px 10px 0px 10px; margin:10px 0; margin-right:20px;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	
/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;}
	
	
/* Begin Comments*/
	.alt { clear:both; padding-bottom:20px; font-weight: normal;}
	
	.alt a { padding:0px 0px 0px 0px; text-decoration:underline;}
	.alt a:hover { padding:0px 0px 0px 0px; text-decoration: none;}
	
	.commentlist { color:#928576;
		text-align: justify;
		}
	.commentlist a { color:#000}
	.commentlist span { color:#000; font-weight: bold;}
	
	ol.commentlist  li { list-style: none; font-size:12px;
		margin:6px 0px 6px 0px;
		padding: 5px 10px 3px;
		/*list-style: none;*/
		border:1px solid #666; color:#000;
		background:#f4f0e4;
		}
		
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #fff;
		padding: 2px;
		background: #fff; /*margin:0px 20px 15px 0px;*/
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		padding-left:15px;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}
		
	