/*
Theme Name: Themes by bavotasan.com 2010
Theme URI: http://themes.bavotasan.com/
Description: Designed by <a href="http://bavotasan.com">c.bavota</a>.
Version: 1.0
Author: c.bavota
*/

body {
	background: url(images/background.jpg);
	padding: 0;
	margin: 0;
	}

#body {
	width: 980px;
	margin: 0 auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	}

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #eb4a00;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

p, form, ul, table {
	color: #444;
	}	
	
input, textarea {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	background: #f9f9f9;
	float: left;
	margin: 6px 5px 0 0;
	clear: left;
	}	
	
input#submit {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;		
	margin: 20px 0 0;
	background: #222;
	border-color: #666;
	color: #fff;
	}	
	
label {
	width: 100%;
	clear: left;
	float: left;
	}
	
	
.fl {
	float: left;
	}

.fr {
	float: right;
	}
	
	

/* Header Elements */

#header {
	float: left;
	width: 949px;
	padding: 0 10px 8px;
	position: relative;
	}

a#name {
	float: left;
	margin: 10px 0 0;
	position: relative;
	}
	
	a:hover#name {
		text-decoration: none;
		}

#header a#name span.by {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 210px;
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-size: 13px;
	}
	
	#header span.icon-logo {
		display: block;
		margin: 7px 0 4px 10px;
		width: 194px;
		height: 50px;
		background-position: -213px -184px;
		}

div#desc {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 20px 0 0;
	padding: 0;
	width: 581px;
	height: 38px;
	background-position: 0 -315px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	div#desc ul {
		list-style-type: none;
		padding: 0;
		margin: 11px 0 0 14px;
		float: left;
		width: 566px;
		}
		
		div#desc ul li {
			display: inline;
			}
			
			div#desc ul li a {
				color: #fff;
				padding: 0;
				margin: 0 9px;
				font-size: 13px;
				float: left;
				}
				
				div#desc ul li a:hover {
					text-decoration: none;
					color: #eee;
					}
				
			div#desc ul li.page-item-8 a {
				padding: 0;
				}
	
	#header a.themers {
		position: absolute;
		top: 50px;
		right: 50px;	
		width: 107px;
		height: 23px;
		}
		
		#header a:hover.themers {
			background-position: bottom;
			}
		
	#header .freetheme {
		position: absolute;
		left: 466px;
		top: 40px;
		font-size:14px;
		margin:16px 50px 0 0;
		width: 380px;
		}
		
		#header a:hover.freetheme {
			top: 41px;
			text-decoration: none;
			}

/* Main Elements */

#frontad {
	margin: 10px 0 16px 4px;
	}
	
#simpleslider {
	width: 900px; /* change to the width you want */
	height: 380px; /* change to the height you want */
	overflow: hidden;
	position: relative;
	background: url(images/bigad_bg.png) no-repeat;
	}
	
	#simpleslider .slides {
		position: absolute;
		top: 0;
		left: 0;
		}
	
	#simpleslider img {
		float: left;
		}
	
	#simpleslider ul {
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 100;
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
	#simpleslider ul li  {
		float: left;
		}	
		
		#simpleslider ul li a {
			background: url(images/controls.png) no-repeat 0 0;
			width: 16px;
			height: 16px;
			display: block;
			}
			
		#simpleslider ul li.selected a {
			background-position: -18px 0;
			}
			
	#simpleslider .controls a {
		z-index: 100;
		position: absolute;
		right: 10px;
		bottom: 10px;
		background: url(images/controls.png) no-repeat -54px 0;
		width: 16px;
		height: 16px;
		}
		
		#simpleslider .controls a.play {
			display: none;
			background-position: -36px 0;
			}	
	
#mainwrapper {
	float: left;
	margin: 10px 0 0;
	padding: 30px 0 20px 10px;
	width: 970px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;	
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
	}
	
	body.single #mainwrapper {
		padding-bottom: 224px;
		}
	
#content {
	clear: both;
	float: left;
	width: 910px;
	margin: 0;
	padding: 0 25px;
	line-height: 18px;
	}
	
	#content .post {
		clear: both;
		}

/* Left Content Elements */

#wp_page_numbers {
	margin: 0 0 20px 5px;
	float: left;
	}
	
.spacer {
	margin-top: 20px;
	}
	
/* Page elements */

#page img.alignleft, #page img.alignnone {
	margin: 0 8px 0 0;
	}	
	
	#page img.aligncenter{ 
		margin: 0 auto;
		}
	
#page h2 {
	margin: 30px 0 0;
	padding: 0;
	}
	
	#page h2.aff {
		margin: 20px 0 0;
		}
		
/* FEATURE TABLE */		
	
#feature-table {
	clear: both;
	float: left;
	width: 570px;
	margin-left: 20px;
	}	
	
	#feature-table .require {
		line-height: 14px;
		width: 100%;
		}
	
	
#page table, table.features {
	width: 80%;
	margin: auto;
	border-collapse: collapse;
	}
	
	#page table span, table.features  span {
		color: #888;
		font-size: 12px;
		}
	
	#page table th {
		background: #f2f2f2;
		}
	
	#page table th, #page table td, table.features td {
		border: 1px solid #ddd;
		padding: 0 10px;
		}

table.features {
	width: 100%;
	margin: 0;
	}
	
	table.features td.img {
		text-align: center;
		padding: 2px 10px;
		width: 20px;
		}
	
		table.features td.img div {
			background: url(images/icon_sprite.png) no-repeat -18px -47px;
			width: 20px;
			height: 23px;		
			}
				
/* ICON SPRITES */

.icon-sprites {
	background: url(images/icon_sprite.png) no-repeat;
	}	
	
.icon-bigfree {
	width: 98px;
	height: 98px;
	background-position: -407px -128px;
	position: absolute;
	top: -7px;
	left: -9px;
	}	
	
.icon-s-license {
	width: 139px;
	height: 80px;
	background-position: 0 -235px;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	}
	
.icon-d-license {
	width: 139px;
	height: 80px;
	background-position: -137px -235px;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	}				

.icon-download {
	width: 313px;
	height: 43px;
	background-position: -212px -85px;
	display: block;
	clear: left;
	float: left;
	margin: 6px 0 0;
	}
	
.icon-standard {
	width: 313px;
	height: 43px;
	background-position: -212px 0;
	display: block;
	clear: left;
	float: left;
	margin: 6px 0;
	}
	
.icon-developer {
	width: 313px;
	height: 43px;
	background-position: -212px -43px;
	display: block;
	clear: left;
	float: left;
	margin: 6px 0 0;
	}

.icon-wordpress {
	width: 80px;
	height: 75px;
	background-position: -130px -84px;
	float: left;
	margin: 6px 10px 10px 0px;
	}

.icon-affiliate {
	width: 127px;
	height: 119px;
	background-position: 0 -84px;
	float: left;
	margin: 6px 10px 10px 0px;
	}

.icon-browser {
	width: 52px;
	height: 45px;
	background-position: -106px 0;
	float: left;
	margin: 6px 8px 0 0px;
	}
	
.icon-seo {
	width: 40px;
	height: 45px;
	background-position: -64px 0;
	float: left;
	margin: 6px 12px 0 0px;
	} 	
		
.icon-support {
	width: 62px;
	height: 45px;
	background-position: 0 0;
	float: left;
	margin: 6px 0 0 0;
	} 		
					
/* Post Elements */
		
h1.main {
	margin: 0px 0 12px;
	padding: 0;
	text-align: right;
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
	clear: both;
	float: left;
	text-align: right;
	width: 900px;
	}
	
	h1.mainindex {
		margin: 16px 0;
		}
	
h2 {
	font-weight: normal;
	font-family: Georgia,serif;
	font-size: 18px;
	}
	
		.clear {
			clear: both;
			}
	
		#change-wrap {
			width: 640px;
			border: 1px solid #e2e2e2;
			display: none;
			clear: left;
			float: left;
			margin: 10px 140px 20px;
			}	 
		
		.change {
			background: #f9f9f9;
			border: 1px solid #fff;
			padding: 20px;
			width: 598px;
			}		
		
		#changelog {
			font-size: 12px;
			}
			

.bottomline {
	background: url(images/icon_sprite.png) no-repeat 0 -356px;
	width: 500px;
	height: 15px;
	margin: auto;
	clear: both;
	}

/* LICENSES */
	
#licenses {
	clear: both;
	float: left;
	width: 872px;
	padding: 0 0 18px 0;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 20px;
	}	
	
.license {
	width: 389px;
	padding: 0;
	float: left;
	margin: 16px 10px 0 25px;
	}
	
	.license h2 {
		margin: 0;
		}	
	
	.license p {
		margin: 4px 0 5px;
		}


#wordpress {
	width: 470px;
	float: left;
	margin: 0;
	}	
	
	#wordpress img {
		float: left;
		margin-right: 5px;
		}
	
#blackback {
	width: 868px;
	height: 504px;
	padding: 10px 0 0 44px;
	background: url(images/blackback_big.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0px;
	float: left;
	position: relative;
	}
	
	#blackback p {
		width: 310px;
		float: left;
		clear: left;
		font-style: italic;
		line-height: 22px;
		color: #eee;
		}
	
		#blackback p.toptext {
			margin: 50px 0 12px 0;
			}
			
	#blackback a.standard img, #blackback a.developer img, #blackback a.download img {
		clear: left;
		float: left;
		margin: 5px 0;
		}
								
		#blackback .demobox {
			position: relative;
			width: 470px;
			height: 475px;
			float: right;
			margin: 14px 45px 0 0;
			}
		
		#blackback span.demo {
			background-position: -212px -128px;
			width: 136px;
			height: 54px;
			position: absolute;
			top: 190px;
			left: 156px;
			font-size: 24px;
			color: #eee;
			cursor: pointer;
			}
				
		 #blackback a.demo{
			clear: left;
			margin-right: 10px;
			}
						
		#blackback .gallimg {
			float: right;
			}
					
.cats {
	float: left;
	width: 280px;
	margin: 20px 0;
	}
	
	.cats2 {
		margin: 20px 30px;
		}
	
	.cats img {
		padding: 12px;
		width: 250px;
		height: 160px;
		background: #f9f9f9;
		border: 1px solid #fff;
		}
		
		.cats .img-wrap {
			border: 1px solid #e2e2e2;
			display: block;
			width: 276px;
			height: 186px;
			padding: 0;
			margin: 5px 0;
			clear: both;
			float: left;
			}
	
	.cats h2 {
		margin: 0;
		padding: 0 5px 0 0;
		text-align: right;
		font-variant: small-caps;
		}
		
		.cats h2 a {
			color: #000;
			}
			
			.cats h2 a:hover {
				text-decoration: none;
				letter-spacing: 1px;
				}
						
	.cats .button {
		color: #666;
		font-size: 12px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: #222;
		padding: 3px 10px;
		float: left;
		margin: 3px 0 0;
		color: #fff;
		}
		
		.cats a:hover.button {
			text-decoration: none;
			background: #444;
			}
	
	.cats .buy {
		font-weight: bold;
		color: #eb4a00;
		}	
	
	.cats .demo {
		margin-left: 16px;
		}
		
	.cats .download, .cats .buy {
		margin: 3px 10px 0;
		}	
		
p.small {
	line-height: 14px !important;
	margin: 12px 0 0;
	}
	
	p.small a {
		color: #fff;
		text-decoration: underline;
		}
	
.blogurl {
	padding: 5px;
	border: 1px solid #ccc;
	}			
	
.underline {
	border-bottom: 1px solid #444;
	}	
	
#page .success h2 {
	margin: 16px 0 0;
	padding: 0;
	padding-left: 20px;
	background: url(images/check.png) no-repeat left;
	}
	
.successdownload {
	width: 313px;
	height: 31px;
	background: url(images/button_success.png) no-repeat;
	font-size: 24px;
	padding: 25px 0 15px;
	text-align: center;
	margin: 0;
	}
	
	.successdownload a {
		color: #fff;
		text-decoration: none;
		}
		
		.successdownload a:hover {
			color: #eee;
			}
	
.grey {
	color: #888;
	}

.whiteline {
	clear: both;
	float: left;
	border-top: 1px solid #fff;
	width: 100%;
	}

/* CAROUSEL */

#randomthemes {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 980px;
	height: 184px;
	clear: left;
	float: left;
	background: #eeeeee;
	border-top: 1px solid #cccccc;		
	-moz-border-radius: 0 0 12px 12px;
	-khtml-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-right-radius: 12px; 
	-webkit-border-bottom-left-radius: 12px;
	}

#carousel {
	position: relative;
	float: left;
	clear: both;
	width: 870px;
	height: 110px;
	padding: 0 20px;
	margin: 10px 0 6px 2px;
	}
	
	#randomthemes #carousel {
		height: 120px;
		width: 900px;
		margin: 30px 0 0 22px;
		}

.anyClass {
	visibility: hidden;
	clear: both;
	float: left;
	margin-left: 2px;
	}

.anyClass ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	.prev {
		background: url(images/icon_sprite.png) no-repeat -110px -50px;
		width: 30px;
		height: 31px;
		position: absolute;
		top: 40px;
		left: -8px;
		cursor: pointer;
		}
		
	.next {
		background: url(images/icon_sprite.png) no-repeat -140px -50px;
		width: 30px;
		height: 31px;
		position: absolute;
		top: 40px;
		right: -5px;
		cursor: pointer;
		}
		
		#randomthemes .prev, #randomthemes .next {
			top: 44px;
			}
		
.themepic {
	position: relative;
	float: left;
	margin: 0 3px;
	width: 152px;
	height: 102px;
	padding: 5px 7px;
	}	
	
	.themepic .car-wrap {
		border: 1px solid #e2e2e2;
		width: 152px;
		height: 102px;
		}
	
	#randomthemes .themepic {
		width: 162px;
		height: 108px;
		border: 0;
		padding: 5px;
		}
	
	.themepic img {
		padding: 5px;
		background: #f9f9f9;
		border: 1px solid #fff;
		}
		
		#randomthemes .themepic img {
			background: #fff;
			border-color: #ccc;
			}
	
	.themepic a {
		display: block;
		}
		
	.themepic .free, #randomthemes .themepic .free {
		position: absolute;
		top: 2px;
		right: 2px;
		border: 0;
		padding: 0;
		height: 64px;
		width: 64px;
		margin: 0;
		background: url(images/icon_sprite.png) no-repeat  -277px -237px;
		border: 0;
		z-index: 100;
		}

/* THREE BOXES SINGLE */

.threeboxes {
	float: left;
	width: 264px;
	margin-bottom: 20px;
	}
	
	.threeboxes1 {
		margin-left: 20px;
		}
		
	.threeboxes2 {
		margin: 0 40px;
		}	
	
.threeboxes img {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #fff;
	}
	
	.feat-img {
		border: 1px solid #e2e2e2;
		}
		
/* RIGHT COLUMN SINGLE */

#rightcol {
	width: 260px;
	float: left;
	margin-left: 40px;
	}

.rightbox {
	float: left; 
	clear: both;
	width: 260px;
	margin: 0;
	padding: 0;
	}	
	
	.rightbox ul {
		list-style: none;
		padding: 0 0 12px 20px;
		margin: 0;
		}	
			
/* footer */

#footer {
	float: left;
	margin: 0;
	width: 980px;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #444;
	}
	
ul.hover_block { display: block; overflow: hidden; height: 1%; padding: 8px 0 0;  margin: 10px 0 20px 0; clear: both; float: left;}
	
ul.hover_block li {
	list-style:none;
	float:left;
	background: #f9f9f9;
	padding: 10px;
	width:268px; position: relative;
	border: 3px double #e2e2e2;
	}
	
	ul.hover_block li.middle {
		margin: 0 13px;
		}

ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 148px;
	width: 238px;
	padding: 16px;
	color: #fff;
	font: 1.6em/1.3 Arial, Helvetica, sans-serif;
	background: #4492BD;
}

ul.hover_block li a { text-decoration: none; }

ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 270px;
}

/* Tabs
----------------------------------*/


#preview {
	float: right;
	margin: 10px 0;
	border: 1px solid #eee;
	}
	
	#tabs-2 ul {
		padding: 0;
		margin: 0;
		}
	
	#tabs-2 ul li {
		list-style-type: none;
		}
	
	#tabs h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-top: 0;
		font-weight: normal;
		font-size: 18px;
		}
	
.ui-tabs { padding: 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; margin: 0; float: left;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; }
.ui-tabs .ui-tabs-nav li a { color: #aaa; float: left; text-decoration: none; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; padding: 12px 0 0; text-align: center;	width: 120px; height: 29px; font-weight: bold; }

	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
	.ui-tabs .ui-tabs-nav li a:hover {
		color: #111;
		text-decoration: none;	
		}
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a.features, 
	.ui-tabs .ui-tabs-nav li a:hover.features {
		background: url(images/features-hover.png) no-repeat left;
		}
		
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a.bavotasancom, 
	.ui-tabs .ui-tabs-nav li a:hover.bavotasancom {
		background: url(images/features-hover.png) no-repeat right ;
		}	
		
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a.affiliates, 
	.ui-tabs .ui-tabs-nav li a:hover.affiliates, 
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a.testimonials, 
	.ui-tabs .ui-tabs-nav li a:hover.testimonials {
		background: url(images/features-hover.png) no-repeat center ;
		}	
			
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { margin: 0; padding: 20px 30px 0; display: block; border-width: 0; background: none; clear: both; float: left; color: #444;width: 420px; }

.ui-tabs .ui-tabs-panel a {  }

.ui-tabs .ui-tabs-hide { display: none !important; }

.quotes-l {
	margin-top: 2px;
	width: 26px;
	height: 16px;
	background: url(images/icon_sprite.png) no-repeat -130px -162px;
	float: left;
	}
	
.quotes-r {
	background: url(images/icon_sprite.png) no-repeat -156px -162px;
	padding-right: 26px;
	}
	
.quotee {
	text-align: right;
	margin-top: 0;
	padding: 0 15px 0 0;
	clear: both;
	width: 100%;
	color: #666;
	font-style: italic;
	}
	
	.ui-tabs .ui-tabs-panel .quotee a {
		color: #888;
		font-style: italic;
		}
		
#tabs-1 ul {
	padding: 0;
	margin: 0 0 10px;
	float: left;
	width: 190px;
	}		

	#tabs-1 ul li {
		list-style-type: none;
		padding-left: 18px;
		background: url(images/icon_sprite.png) 0 -47px no-repeat;
		margin: 4px 0;
		}
		
		#tabs-1 ul li span {
			background: #f2f2f2;
			display: block;
			padding-left: 2px;
			}
		
	#tabs-1 .leftmrg {
		margin-left: 40px;
		}
		
#tabs-4 ul {
	padding: 0;
	margin: 0;
	color: #fff;
	width: 420px;
	}
	
	#tabs-4 ul li {
		list-style-type: none;
		padding: 8px;
		border-bottom: 1px solid #ccc;
		}	
		
		#tabs-4 ul li a:hover {
			text-decoration: none;
			}	
	
	#tabs-4 h3 a {
		color: #444;
		text-decoration: underline;
		}
		
		#tabs-4 h3 a:hover {
			color: #222;
			}

/* WP SYNTAX */

.wp_syntax {
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	overflow: hidden;
	width: 610px;
}

/* IE FIX */
.wp_syntax {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}

.wp_syntax table {
	border: 0;
	width: 100%;
}

.wp_syntax div, .wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
	border: 0;
}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #def;
	color: gray;
	overflow: visible;
}

.wp_syntax .code {
	width: 100%;
}

/* potential overrides for other styles */
.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	font-size: 12px;
	line-height: 1.333;
	white-space: pre;
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 10px auto;
}

.space {
	margin: 0 0 10px !important;
	}

.alignnone {
	margin: 10px 0;
	}

.alignleft {
   float: left;
	margin: 5px 15px 5px 0;
}

.alignright {
   float: right;
	margin: 5px 0 5px 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #eee;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption.aligncenter {
	margin: 20px auto;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 1px solid #ddd;
}

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

#today {
	color: #eb4a00;
	}

#wp-calendar {
	margin: auto;
	}
	
img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}

h3.ipad {
	font-size: 14px;
	line-height: 14px;
	color: #111;
	clear: both;
	padding: 10px;
	border:1px solid #ccc;
	background: #eee;
	}

.page-id-376 .entry small {
	line-height: 12px;
	}
	
#tableofcontents { 
	clear: both;
	float: right;
	padding: 15px 0;
	border: 1px solid #eee;
	background: #f2f2f2;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	margin: 5px 5px 20px 30px;
	width: 248px;
	}
	
	#tableofcontents ol {
		padding: 0;
		margin: 12px 0 0;
		font-size: 12px;
		list-style-position: inside;
		}
	
	#tableofcontents ol li, #tableofcontents strong {
		padding: 3px 10%;
		}
	
		
	#tableofcontents ol li.current {
		padding: 5px 10% 5px 13%;
		margin: 4px 0;
		background: #fff;
		box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
		-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
		-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
		position: relative;
		left: -3%;
		width: 83%;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;	
		}
		
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
	}
	
.page-template-pagemanual-php #content .post {
	float: left;
	width: 620px;
	}
	
.page-template-pagemanual-php h3 {
	font-size: 18px;
	line-height: 20px;
	}

	.page-template-pagemanual-php .top {
		text-align: right;
		float: left;
		margin: 0 0 12px 0;
		clear: both;
		width: 100%;
		color: #999;
			
		}
	
#sidebar {
	margin: 10px 0 20px;
	clear: right;
	width: 280px;
	float: right;
	}
	
ul.manual-sections {
	padding: 0 0 0 20px;
	}
	
strong { color: #000; }
.toptext strong { color: #FFF; }

.sponsors { 
	display: block; 
	width: 250px; 
	text-align: center; 
	float: right; 
	margin-right: 5px; 
	font-size: 11px;
	color: #aaa;
	margin-bottom: 4px;
	font-variant: small-caps
	}
	
.ads { 
	float: right; 
	width: 258px;
	}	
	
.ads a img {
	float: left;
	margin: 4px;
	}	
