/*  
Theme Name: P2PMAGAZINE
*/

/* -------------------[ Main Page Elements ]------------------- */

body {
	text-align: left;
	margin: 0;
	padding: 0;
	color:#333;
	font-size: 9pt;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
	background: #eee;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:20px 35px 20px;
	width:920px;
	background:url(images/wrap-bg-trans.png) top left repeat-y;
	}

#header {
	clear: both;
	margin: 0 auto 20px;
	padding: 0;
	position:relative;
	z-index:5;
	height:110px;
	}

#head-content {
	width:920px;
	margin: 0 auto;
	height:145px;
	padding: 0;
	}

#sitetitle {
	float:left;
	width:400px;
	height:130px;
	margin:0;
	padding:0;
	}

#sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:15px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	color:#000;
	}

#sitetitle .title a {
	color:#000;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	color:#000;
	}

#header-banner {
	float:right;
	width:468px;
	height:60px;
	margin-top:50px;
	overflow:hidden;
	padding:4px;
	background:#fff;
	border:1px solid #ddd;
	}

#page {
	padding:15px 0;
	clear: both;
	margin: 0 auto;
	background:url(images/dot.gif) 590px 0 repeat-y;
	}

#contentleft {
	width: 560px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 0;
	padding: 0;
	width: 560px;
	overflow:hidden;
	}

#contentright {
	font-size: 9pt;
	width: 330px;	
	float:left;	
	padding: 0;	
	margin: 0 0 0 30px;
	} 

#sidebar {
	width: 330px;	
	float:none;	
	display:block;
	overflow:hidden;
	}

#sidebar-bottom {
	width: 300px;
	clear:both;
	display: block;
	overflow:hidden;
	padding:0 0 0 30px;
	}

#sidebar-bottom-left {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#sidebar-bottom-right {
	width:120px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#footer {
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0;
	color:#666;
	position:relative;
	border-top:3px double #d5d5d5;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	font-family:cambria,georgia,times,serif;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight:normal;
	color:#333;
	line-height: 1.0em;
	}

h1 {
	font-size: 18pt;
	margin: 0;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	letter-spacing:0;
	}

h5,h6,h7 {
	font-size: 12pt;
	letter-spacing:0;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

h3#comments, h3#respond, h3#trackbacks  {
	margin: 0 0 10px;
	}

h3#postinfo, h3#comments, h3#respond, h3#trackbacks, #respond h3  {
	margin: 0 0 10px;
	}

h3#comments  {
	margin: 0 0 5px;
	}

h3.post-title, h2.post-title {
	margin:0;
	}

h1.post-title {
	margin:0;
	}

h1.archive-title, h1.page-title {
	padding:0 0 15px;
	margin-bottom:15px;
	border-bottom: 1px solid #ddd;
	}

h3.widgettitle span,
h2.feat-title span {
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	background:#000;
	font-size:8pt;
	margin-bottom:5px;
	letter-spacing:0;
	}

h3.widgettitle,
h2.feat-title  {
	line-height: 25px;
	margin-bottom:10px;
	}
	
li.widgettitle {
	line-height: 25px;
	margin-bottom:10px;
	list-style-type:none;
	}

.sitemap h2 {
	font-size:12pt;
	margin-bottom:5px;
	letter-spacing:0;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0 0 5px;
	font-size:1.1666em;
	letter-spacing:0;
	}

.auth-bio h1 {
	margin:0 0 10px;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#336699;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	}

a.more-link:hover, a.more-link:active  {
	}

#footer a, #footer a:link, #footer a:visited {
	}

#footer a:hover, #footer a:active {
	}

.post-title a, .post-title a:link, .post-title a:visited {
	color:#333;
	text-decoration:none;
	}

.post-title a:hover, .post-title a:active {
	color:#000;
	}
	
/* -------------------[ Images ]------------------- */

.entry img {
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.alignright {
	float: right;
	clear: right;
	margin: 1px 0 10px 10px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 8px auto 15px auto;  
	float: none; 
	clear: both;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.thumbnail {
	float:right;
	margin: 0 0px 20px 15px;
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	}

img.avatar, img.comment-grav {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

.commentlist img.avatar, img.comment-grav {
	margin-bottom:15px;
	}

.singlepost .auth-bio img.avatar {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top:5px;
	margin: 0 10px 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 8pt;
	padding: 5px;
	margin: 0;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

ol {
	margin-left: 40px;
	padding: 0;
	}

ul {
	margin-left: 20px;
	padding: 0;
	}

.post ul, .post ol {
	list-style-type: none;
	}

.post ul li{
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:16px;
	background:url(images/bullet.gif) 0 4px no-repeat;
	}

.post ul li li {
	padding-left:0;
	background:transparent;
	}

.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul {
	margin-left:0;
	}

form, select {
	margin:0;
	padding:0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 20px 15px;
	color: #666;
	background:#eee;
	padding: 15px 20px 1px;
	border:1px solid #ddd;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0;
	padding: 10px 0 0;
	font-weight:bold;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

.banner468 {
	text-align:center;
	margin: 0 auto 20px;
	padding:10px 0px;
	border:1px solid #ddd;
	background:#eee;
	float:none;
	display:block;
	}

input:focus {
	outline: none;
	}

table {
	margin-bottom:15px;
	}

#related {
	padding:15px;
	margin: 0;
	border:1px solid #ddd;
	background:#eee;
font-size:1.1666em;font-family:Arial,Helvetica,verdana,sans-serif;	}

#related .related-posts {
	font-weight:bold;
	width: 44%;
	float:right;
	}
 #related .related-right	 {
	font-weight:bold;
	width: 43%;
	float:right;
	
	}
	
	
#related .related-posts{background:transparent url(images/ulvertical.png) center right no-repeat; float:left; height:auto; padding-right:35px}


#related .related-posts p {
	margin:10px;
	font-size:17px;
	}

#related .related-right p{
	margin:10px 0 10px  0;
	font-size:17px;
	}
	
#related .related-posts ol, #related .related-right ol{
	margin-bottom: 2px;
	list-style:square;
	margin-left:10px;
	}

#related .related-posts li {
	margin-bottom: 2px;
	list-style:square;
	margin-left:10px;
	}
	
#related .related-right li  {
	margin-bottom: 2px;
	list-style:square;
	margin-left:5px; 
	}
/* -------------------[ Comments ]------------------- */

.allcomments {margin-top:15px;
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}
	
.commentlist li {
	background: #eee;
	clear:both;
	margin: 15px 0 0;
	padding: 15px;
	border:1px solid #ddd;
	list-style-type:none;
	}

.commentlist li ul.children li {
	background: #fff;
	}

.commentlist li ul.children {
	margin: 0;
	padding: 0;
	}

.commentlist li.alt { }

.commentmetadata {
	display: block;
	margin-bottom:10px;
	font-size: 8pt;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

#commentform {
	padding: 0;
	margin: 0;
	}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	}

#commentform input#submit {
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	color:#000;
	border:0;
	margin:0;
	}

#commentform input#submit:hover {
	background:#000;
	color:#fff;
	}

#commentform textarea {
	width:80%;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	margin: 15px 0 0;
	padding:15px;
	background:#eee;
	border:1px solid #ddd;
	clear:both; 
	}

.commentlist #respond { 
	clear:both; 
	padding-top:15px; 
	}

.comments-navigation {
	display:block;
	margin: 0;
	padding:5px 0;
	font-weight:bold;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0 0 5px;
	}

.commentlist img.avatar, 
.commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 10px 10px;
	}

.reply {
	padding: 0 0 5px;
	}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#000;
	border:0;
	}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
	background:#000;
	color:#fff !important;
	border:1px solid #000;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	}

.comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
	}

.cancel-comment-reply {
	padding: 5px 0 10px;
	}
/* -------------------[ Sidebar ]------------------- */

#contentright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#contentright ul ul {
	margin: 0;
	padding: 0;
	}

#contentright ul ul ul {
	margin: 0;
	padding: 0;
	}

#contentright ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#contentright li {
	list-style-type: none;
	margin: 0 0 20px;
	padding:0 0 20px 30px;
	border-bottom:3px double #d1d1d1;
	overflow:hidden;
	}

#contentright #sidebar-bottom li {
	list-style-type: none;
	margin: 0 0 20px;
	padding:0;
	border-bottom:0;
	}

#contentright li li, #contentright #sidebar-bottom li li {
	border:0;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 0 16px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

#contentright li li li, #contentright #sidebar-bottom li li li {
	list-style-type: none;
	margin: 0;
	border-bottom:0;
	padding: 0;
	background:transparent;
	}

#contentright li li li li, #contentright #sidebar-bottom li li li li {
	padding-left: 15px;
	}

#contentright li#tag-cloud ul { }

#contentright li#tag-cloud ul.wp-tag-cloud {	padding: 9px; }

#contentright li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

#contentright li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

/* ---------------[ Site Map Page ]--------------- */

.sitemap .post {
	border:0;
	margin:0;
	padding:0;
	}

.sitemap ul {
	list-style-type:none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom:25px;
	}

.sitemap ul ul {
	margin-left: 0;
	margin-bottom:0;
	}

.sitemap ul ul ul {
	margin-left: 15px;
	}

.sitemap img.post-thum, .sitemap img.thumbnail {
	float:right;
	margin: 0 0 0 5px;
	width:40px;
	height:40px;
	padding:1px;
	}

p.site-map {
	margin: 0;
	}

.sitemap-narrow {
	width:35%;
	float:right;
	border:1px solid #ddd;
	background:#eee;
	padding: 15px 15px 0;
	}

.sitemap-wide {
	width:55%;
	float:left;
	}

.sitemap select {
	width:80%;
	margin: 0 0 25px;
	}

.sitemap-wide .post {
	border:0;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom:1px solid #ddd;
	}

.sitemap-wide .entry {
	border:0;
	margin: 0;
	padding: 0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	padding: 0;
	margin: 0 auto;
	width:100%;
	font-size:9pt;
	z-index:99999;
	border-top:1px solid #ddd;
	border-bottom:3px double #ddd;
	position:relative;
	}

#topnav ul {
	width:590px;
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#555;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	}

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#000;
	}

#topnav li {
	height:40px;
	line-height:40px;
	float: left;
	padding: 0;
	margin:0;
	}

#topnav li ul {
	z-index:99999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 252px;
	margin: 0;
	padding:0;
	background:#eee;
	border-top:3px double #ddd;
	}

#topnav li li {
	margin-right:0;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	border-top:0;
	}

#topnav ul li ul a {
	width:230px;
	}

#topnav li ul ul {
	margin: -33px 0 0 250px;
	}

#topnav li:hover ul ul, 
#topnav li:hover ul ul ul, 
#topnav li.sfhover ul ul, 
#topnav li.sfhover ul ul ul {
	z-index:99999;
	left: -999em;
	}

#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
	z-index:99999;
	left: auto;
	}

#topnav li:hover, 
#topnav li.sfhover {
	z-index:99999;
	width:auto;
	}


/* ---------------[ 125x125  Ads ]--------------- */

.banner125 {
	width:260px;
	margin:0;
	padding:0;
	}

.banner125 .ad img {
	float:left;
	width:125px;
	height:125px;
	margin:0 5px 5px 0;
	padding:0;
	}

/* ---------[ Search Form ]--------- */

#search {
	width:180px;
	height:24px;
	margin:0;
	padding:0;
	background: url(images/searchbg.gif) top right no-repeat;
	}

#searchform {
	width:180px;
	height:24px;
	padding:0;
	margin:0;
	}

#searchform #searchfield {
	color:#aaa;
	float:left;
	padding:4px 0 0 4px;
	width:130px;
	margin: 0;
	border:0;
	background:transparent;
	}

#searchform #submitbutton {
	margin: 0;
	float:right;
	font-size:8pt;
	width:26px;
	height:24px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
	}

#topnav #search {
	position: absolute;
	top: 8px;
	right:0px;
	}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:30px 30px 15px;
	border-top:3px double #d5d5d5;
	width:860px;
	background:#e5e5e5;
	}

#footer-widgets-bottom {
	clear: both;
	margin: 0 auto 25px;
	padding:0;
	height:23px;
	width:920px;
	background: url(images/foot-wig-bot.gif) bottom left no-repeat;
	}

#footer-widgets h3.widgettitle {

	}

#footer-widgets ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul {
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

#footer-widgets li {
	list-style-type: none;
	margin: 0 0 10px;
	padding:0;
	overflow:hidden;
	}

#footer-widgets li li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 0 16px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

#footer-widgets li li li {
	list-style-type: none;
	margin: 0;
	border-bottom:0;
	padding: 0;
	background:transparent;
	}

#footer-widgets li li li li {
	padding-left: 15px;
	}

#footer-widgets .textwidget {
	padding: 0;
	}

#footer-widgets li#tag-cloud ul { }

#footer-widgets li.widget_tag_cloud div { 
	padding:0px; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud ul.wp-tag-cloud { 
	padding:0; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li select {
	width:140px;
	margin: 0;
	border:2px solid #999;
	}

#footer-widgets ul.footer-widget1 {
	float:left;
	width:200px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget2 {
	float:left;
	width:200px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget3 {
	float:left;
	width:200px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget4 {
	float:right;
	width:200px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets a, #footer-widgets a:link, #footer-widgets a:visited {		font-weight:bold;
}

#footer-widgets a:hover, #footer-widgets a:active {
	}


/* -------------------[ Social Media Icons ]------------------- */

.sub-icons {
	height:24px;
	line-height:24px;
	padding:0;
	margin:0;
	}

.sub-icons a {
	margin:0;
	float:left;
	background:transparent;
	padding:0;
	display:block;
	}

#topnav .sub-icons {
	position:absolute;
	top: 8px;
	right:184px; 
	}

#topnav .sub-icons a, #topnav .sub-icons a:link, #topnav .sub-icons a:visited {
	border:0;
	margin-left:4px;
	padding:0;
	background:#fff;
	}

#topnav .sub-icons a:active, #topnav .sub-icons a:hover {
	}


/* ---------[ Slideshow ]--------- */

#home-top {
	margin:0 auto 20px;
	padding:0;
	}

#slideshow {
	width:520px;
	height:360px;
	margin: 0;
	padding:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background: url(images/feat-bg.gif) top left no-repeat;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:500px;
	height:340px;
	overflow: hidden;
	clear:both;
	margin:0;
	padding:10px;
	}

#slideshow .slides ul {
	width:500px;
	height:340px;
	overflow: hidden;
	}

#slideshow .slides li {
	width:500px;
	height:340px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:none;
	overflow: hidden; 
	}

.js #slideshow .slides li {
	width:500px;
	height:340px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:block;
	overflow: hidden;
	}

#slideshow .slides li .entry {
	text-align:left;
	height:90px;
	overflow:hidden;
	padding: 0;
	margin:0;
	}

#slideshow .slides li .entry p {
	margin: 0;
	}

#slideshow .slides li .feature-image {
	height:220px;
	width:500px;
	display:block;
	margin: 0 auto 10px;
	overflow:hidden;
	text-align:center;
	}

#slideshow img.home_feature {
	margin:0 auto;
	max-width:500px;
	width:auto !important;
	border:0;
	}



#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	font-size:12pt;
	line-height: 1.0em;
	margin:0;
	letter-spacing:0;
	margin-bottom: 10px;
	}

#slideshow .slides {
	background:#000;
	}

#slideshow .slides li .entry,
#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	color:#fff !important;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	clear:both;
	margin:0;
	padding: 0;
	position:absolute;
	bottom:22px;
	right:30px;
	height:18px;
	line-height:18px;
	z-index:9999;
	}

#slideshow .slides-nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}

#slideshow .slides-nav li a {
	display:block;
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
	display:block;
	height:12px;
	line-height:12px;
	width:12px;
	color:#666;
	font-size:8pt;
	background: url(images/feat-num.png) top left no-repeat;
	float:left;
	font-weight:bold;
	}

#slideshow .slides-nav li.on a, 
.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
	background: url(images/feat-num-on.png) top left no-repeat;
	}

/* --------------[ Basic Post Classes ]-------------- */

.post {
	margin: 0 0 20px;
	padding:  0;
	border-bottom:3px double #ddd;
	}

.singlepost .post {
	margin: 0 0 15px;
	padding:  0;
	border-bottom:0;
	}

.entry {
	margin: 0;
	padding: 0;
	}

p#breadcrumbs {
	padding: 0 5px 10px 0px;
	font-size:8pt;
	margin: 0 0 15px 0px;
	color:#666;
	border-bottom:1px dotted #ddd;
	}

p.tags { 
	margin-bottom:5px;
	background:url(images/tag.gif) 0 0 no-repeat;
	padding-left:23px;
	font-size:9pt;
	}

/* -------------------[ Meta ]------------------- */

.meta {
	margin: 0;
	padding:5px 0 10px;
	font-size:8pt;
	height:16px;
	line-height:16px;
	clear:none;
	}

.meta .comments {
	float:left;
	padding-left: 19px;
	background:url(images/comment.gif) top left no-repeat;
	margin-right: 5px;
	}
	
.meta .addthis {
	float:left;
	}

.meta .date {
	float:none;
	}

/* -------------------[ More Posts Button ]------------------- */

.moreposts {
	position:absolute;
	top:0;
	right:0;
	border:1px solid #d5d5d5;
	padding: 0;
	}

.moreposts a, .moreposts a:link, .moreposts a:visited {
	display:block;
	height:23px;
	line-height:23px;
	color:#888;
	font-size:8pt;
	padding: 0 10px 0 15px;
	background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
	border-right:1px solid #fff;
	}

.moreposts a:active, .moreposts a:hover {
	color:#000;
	background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
	}




/* -------------------[ Side Tabs ]------------------- */

#contentright li.sidetabs ul.tabs,
#footer-widgets li.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0 0 10px;
	padding: 0;
	clear:both;
	background:#000;
	}

#contentright li.sidetabs ul.tabs li,
#footer-widgets li.sidetabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
 
#contentright li.sidetabs ul.tabs li a, 
#contentright li.sidetabs ul.tabs li a:link, 
#contentright li.sidetabs ul.tabs li a:visited,
#footer-widgets li.sidetabs ul.tabs li a, 
#footer-widgets li.sidetabs ul.tabs li a:link, 
#footer-widgets li.sidetabs ul.tabs li a:visited  {
	float: left;
	display: block;
	padding: 5px 8px;
	background: transparent;
	color: #ccc;
	font-weight:bold;
	font-size:9pt;
	}  

#contentright li.sidetabs ul.tabs li a:hover, 
#contentright li.sidetabs ul.tabs li a:active,
#footer-widgets li.sidetabs ul.tabs li a:hover, 
#footer-widgets li.sidetabs ul.tabs li a:active {
	color: #fff;
	}

#contentright li.sidetabs ul.tabs li a.on,
#footer-widgets li.sidetabs ul.tabs li a.on {
	color: #fff !important;
	}

#contentright li.sidetabs form,
#footer-widgets li.sidetabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#contentright li.sidetabs select,
#footer-widgets li.sidetabs select {
	margin: 0;
	padding: 0;
	width:160px;
	}


/* -------------------[ Subscribe Box ]------------------- */

p.email-form {
	width:220px;
	height:24px;
	margin:0;
	padding:0;
	background: url(images/emailbg.gif) top right no-repeat;
	}

p.email-form #sub {
	color:#aaa;
	float:left;
	padding:4px 0 0 26px;
	width:130px;
	margin: 0;
	border:0;
	background:transparent;
	}

p.email-form #subbutton {
	margin: 0;
	float:right;
	font-size:8pt;
	width:52px;
	height:24px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
	}
	
	

/* -------------------[ VARIE ]------------------- */

body {
	background:#475266;
	
	font-family: arial, helvetica, sans-serif;
		}

h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}

/* -------------------[ Rounded Corners ]------------------- */

#wrap-top {
	margin:25px auto 0;
	width:990px;
	height:30px;
	background: url(images/wrap-bg-corners-trans.png) top left no-repeat;
	}

#wrap-bottom {
	margin:0 auto 25px;
	width:990px;
	height:20px;
	background: url(images/wrap-bg-corners-trans.png) bottom left no-repeat;
	}

#wrap {
	padding-top:5px;
	padding-bottom:20px;
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 24px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	}



#sitetitle {
	float:none;
	text-indent:-10000em;
	position:absolute;
	display:none;
	}


#head-content {
	background: transparent;
	background-image: url(images/logo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}


/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav,
#topnav li ul {
	font-size: 9pt; 
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	}



/* --------------[ Cat Navigation Adjustments ]-------------- */

#catnav,
#catnav li ul {
	font-size: 8pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 	
	}



/* --------------[ Main Content Adjustments ]-------------- */

.entry {
font-size:1.1666em;font-family:Arial,Helvetica,verdana,sans-serif;
	}
.entry a{
font-weight:bold;	}
.maincontent a, .maincontent a:link, .maincontent a:visited { 
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 9pt;
	}




/* --------------[ Footer Adjustments ]-------------- */

#footer {
		font-size:8pt;
		}

#footer a, #footer a:link, #footer a:visited { 
		}

#footer a:hover, #footer a:active { 
		}

/* --------------[ PAGINAZIONE ]-------------- */

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a{background:#f1f1f1; padding:0; margin:0; border:none; text-decoration:none; font-weight:normal; font-style:normal; list-style:none; text-transform:none; text-indent:0px; font-variant:normal; text-align:left; line-height:12px; letter-spacing:0px; word-spacing:0px; font-size:11px; font-family:Verdana}
#wp_page_numbers{margin-top:10px; width:100%; background:#f1f1f1; border:1px solid #bfbfbf}
#wp_page_numbers ul{width:100%}
#wp_page_numbers li{float:left; display:block}
#wp_page_numbers a{margin-top:2px; margin-bottom:2px; padding:2px; padding-left:2px; padding-right:2px; margin-left:1px; margin-right:1px; display:block; color:#333; border:1px solid #f1f1f1}
#wp_page_numbers li a:hover{border-color:#999}
#wp_page_numbers li.space{margin-top:2px; margin-bottom:2px; border:1px solid #f1f1f1; padding-top:2px}
#wp_page_numbers li.first_last_page{font-style:italic}
#wp_page_numbers li.active_page a{border:1px solid #bfbfbf; background:white; padding-left:4px; padding-right:4px}
#wp_page_numbers li.active_page a:hover{color:black}
#wp_page_numbers li.page_info{margin-top:2px; margin-bottom:2px; padding-top:2px; margin-right:2px; padding-left:2px; color:#666; border:1px solid #f1f1f1}


	
.postad {
	padding: 0 0 5px;
	font-size:8pt;
	margin: 0 0 15px;
	color:#666;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}


.widget_recent_entries li {
	list-style-type: none;

}

table {
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:5px;
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

td {
	border:1px solid #ddd;
	}

