/*  
Theme Name: Tema PayrBlog!
Author URI: http://www.payrblog.com/
Version: 1.0
Author: PayrBlog!
Description: Tema base per il blog network PayrBlog!
*/

body {
	background: #ffffff url(images/bg.gif) no-repeat center top;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
}
body * {
	margin: 0px; 
	padding: 0px;
}
img {
	border: none;
	background: none;
}
hr {
	height: 5px;
	color: #fff;
	margin: 0px;
	border: none;
	/*border-top: 1px dotted #D3D3D3;*/
}
blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	color: #666666;
	}
blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
/*  clearfix  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */

.only4htree {display:none;}

img.aligncenter{
	display:block;
	margin:0 auto;
}
img.alignleft{
	display:block;
	float:left;
	margin-right:10px;
}
img.alignright{
	display:block;
	float: right;
	margin-left:10px;
}

/*************************************
	Links
**************************************/
a {
	color: #003399;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: underline;
	color: #0A4E97;
	}
/*************************************
	Headings
**************************************/
h1, h2, h3 {
	color: #003399;
	font-size: 22px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 5px 0px;
	padding: 8px 10px 8px 20px;
	}
h3.h1, h2.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
}
h1 a,  h2 a, h3 a, h1 a:visited, h2 a:visited, h3 a:visited  {
	color: #003399;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #003399;
	text-decoration: underline;
}
.page h1{
	padding:8px 10px;
}
/*h2 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
	
h2 a, h2 a:visited  {
	color: #6B030B;
	text-decoration: underline;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
	}*/
h3 {
	font-size: 18px;
}
/*#sidebar h3 {
	font-size: 22px; 
}*/
h3 a, h3 a:visited {
	color: #003399;
	text-decoration: none;
}
#sidebar h2, #sidebar h3 {
	margin: 15px 0 0px; padding: 4px 0 2px 8px;
	font-size: 12px; /*line-height:16px; */
	font-family: Arial, Helvetica, Sans-Serif;;
	font-weight: bold;
	color: #3D474E;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom: 0px dotted #aaa;
	background: #eee;
	clear:both;
}
#sidebar #popular h2, #sidebar #popular h3 {
	color: #F97B1E;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
/*************************************
	Header
**************************************/
#header { 
	width: 890px;
	padding: 0px;
	margin:  0px auto;
	position: relative;
	position:relative;
	top:50px;	
}
#header .title {
	margin: 0px;
	padding: 0px 10px 205px;
	width:  505px;
	float:  left;
	background: url(images/logo.png) no-repeat;
	text-indent:-9999px;
	position:relative;
	left:141px;
	top:113px;

}
#header .title a {
	color: #ACD3FD;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 38px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header .title a:hover {
	color: #FFF;
}
#header .description {
	clear:  both;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	width:  850px;
	text-indent:-9999px;
	display:none;
}
/*************************************
	Top Search Form
**************************************/
.searchform {
	/*background: #073365 url(images/_searchform-bg.gif) bottom left no-repeat; rimuovere*/ 
	float: right;
	padding: 10px;
	position: relative;
	top: 22px;
	right: 5px;
	width: 348px;
	z-index:1;
}
.searchform .s {
	border: none;
	background: url(images/search-bg.gif);
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 6px 8px;
	width: 284px;
	height:18px;
	float: left;
}
.searchform .button {
	float: right;
	background:url(images/search-b-bg.gif);
	border:0px solid #000;
	height:30px;
	text-indent:-9999px;
	width:46px;
}
.searchform .button:hover {
	background:url(images/search-b-bg-o.gif);
}



/*************************************
	RSS Feed  (forse non serve)
**************************************/
.feeds {
	position: absolute;
	top: 73px;
	right: 10px;
	display: block;
	width: 150px; height: 50px;
	float: right;
	text-align: right;
	text-transform: none;
	font-size: 11px;
	color: #EAF4FF;
	padding: 0px;
	background: transparent;
}
.feeds a, .feeds img {
	padding: 0px; margin: 0px;
}
.feeds a:hover {
}
.feeds .rss {
	padding: 0px; margin: 0px;
}
.feeds .email {
/* if you want to add an email sub */
}
/******** RSS Feed  (forse non serve) *********/

.genericwidget{
	padding:6px;
	background:#F8F8F8;
	color:#555;
}
#r_sidebar .feedwidget{
	background: #F8F8F8 url(images/rss-icon.gif) no-repeat 6px 6px; 
	height: 50px;
}
#r_sidebar .feedwidget a {
	color:#666;
	text-decoration:none;
	display:block;
	padding-left: 58px;
	padding-top: 5px;
}
#r_sidebar .feedwidget a:hover {
	color:#333;
}
#r_sidebar .mailwidget {
	background: #F8F8F8 url(images/mails.gif) no-repeat 39px 18px; 
}
#r_sidebar .mailwidget #mailinput {
	background: url(images/newsletter-bg3.gif) no-repeat; 
	border:0 solid #000;
	width:144px;
	height:20px;
	margin: 4px 0;
	padding: 2px;
}
/*************************************
	Horizontal Menu
**************************************/
#menu {
    width: 890px; height: 42px;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 0px; margin: 21px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    clear: both;
    float: left;
	background: url(images/container-top-bg.gif);
	position:relative;
	top:-50px;
    }
#menu ul {
	display: block;
	float: left;
	width: 880px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	/*background: url(images/_menu.jpg) top left no-repeat; rimuovere */
	}
#menu ul li:hover, #menu ul li.hover, #menu ul li.current_page_item {
	/*background: url(images/_menu-active.jpg) top left no-repeat; rimuovere */
	}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.current_page_item a {
	color: #fff;	
	text-decoration: none;
	/* background: url(images/_menu-active.jpg) top right no-repeat; rimuovere */
	}
#menu ul li.current_page_item {
	border-bottom: 1px dotted #ccc;
	}
#menu ul li.current_page_item a:hover {
	/* text-decoration: underline; rem */
	}
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 8px 2px 2px 0px;
	margin: 0px 0px 0px 2px;
	/* background: url(images/_menu.jpg) top right no-repeat; rimuovere */
	}
#menu ul li a:hover {
	color: #eee;
	text-decoration: none;
	background: url(images/_menu-active.jpg) top right no-repeat;
	}

/*************************************
	Main Container
**************************************/
#container { 
	width: 870px;
	background: #FFF url(images/container-bd.gif) top left repeat-y;
	text-align: left; 
	margin: 0 auto;
	padding: 0px 10px;
	border: 0px solid black;
	clear: both;
	}
.container-bot-bg {
	clear: both;
	height: 30px;
	width: 890px;
	display: block;
	background: url(images/container-bot-bg.gif) no-repeat;
	margin: 0px auto;
}
/*************************************
	Content
**************************************/
#content {
	width: 490px; 
	float: left; 
	margin: 14px 0px 20px 5px;
	display: block;
	}
#content p{
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 10px;
	font-size: 13px;
        text-align: justify;
	}
#content p img{
	border: none;
	padding: 0px 5px 15px 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: square outside;*/
	list-style-image: url(images/arrow.gif) ;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
	}
#content .post-meta-top {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
	margin:8px 0 0;
}
#content .post-meta-top  a{
	color:#3D474E;
}
#content .post-meta-top  a:hover{
	color:#000;
}
#content .post-meta-top  .post-meta-top-cat {
	background:none;
	padding:0;
}
#content .post-meta-top  .post-meta-top-cat a{
	color:#888;
}
#content .post-meta-top  .post-meta-top-cat a:hover{
	color:#039;
}
#content .post-meta-bottom {
	background: #f3f3f3 /*url(images/postmetabottombg.jpg) bottom left no-repeat*/;
	display: block;
	border-top: 0px dotted #ddd;
	-moz-border-radius:7px;
	margin: 0px 0px 25px 0px;
	padding: 6px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
#content .post-meta-bottom .tags_image {
	position:relative;
	top:4px;
}
.post-meta-bottom a {
	color: #888;
	text-decoration: none;
	
}
.post-meta-bottom a:hover {
	color:#038;
}
#content .post-subscribe-text {
	border: 1px solid #eee;
	padding: 10px;
	color: #666;
	-moz-border-radius:9px;
	
	
}
#content .post-subscribe-text a{
	font-weight:bold;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 25%;
	text-align: right;
}
.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.auth {
	position:relative;
	top:-13px;
	left:10px;
}
.auth span {
	background: #EFEFEF url(images/authbg.gif) 4px 3px no-repeat;
	padding: 1px 1px 1px 16px;
	-moz-border-radius:3px;
}
.auth a {
	text-decoration: none;
}
.data {
	background: url(images/data.png) 0px 0px no-repeat;
	height:50px;
	width:40px;
	position:absolute;
	top:10px;
	left:-25px;
	text-align:center;
}
.data .data-day{
	width:40px;
	font-family:"Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size:22px;
	color:#fff;
	line-height:35px;
}
.data .data-month{
	width:40px;
	color:#3D474E;
	margin-top:10px;
	font-size:11px;
	line-height:12px;
}
.data span {
	/*background: #EFEFEF url(images/datebg.gif) 0px 0px no-repeat;*/
	/*padding: 10px 0px 10px 18px;*/
}

.postcontainer{
	position:relative;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 230px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 230px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
	text-decoration: none;
	font-weight:bold;
}
.nav-next a {
	padding-right: 10px;
	text-decoration: none;
	font-weight:bold;
}
/*********************************************
	gallery
*********************************************/
.sidegallery {
	float:left;
	margin:3px;
}
/*********************************************
	tagcloud
*********************************************/
.widget_tag_cloud a {
	color: #777;
	text-decoration:none;
	padding:2px 4px;
}
.widget_tag_cloud a:hover {
	color: #444;
	background:#eee;
	-moz-border-radius:5px;
}

/*************************************
	attachement
**************************************/

#content .attachment{
	margin-top:10px;
	text-align:center;
	
}
.centra{
	text-align:center;
}
/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	-moz-border-radius:5px;
}
.comment-body {
	margin: 0px; padding: 10px;
}
.comment-body:hover {
	background:#f8f8f8;
	-moz-border-radius:
}
#content .comment-body p{
	padding-left: 0px;
	font-size:12px;
}
.comment-metadata {
	background: #fff url(images/comment-bg.gif);
	padding:5px 10px 4px;
	color: #fff;
}
.comment-metadata a, .comment-metadata a:visited {
	color: #fff;
	text-decoration:none;
}
.comment-metadata a:hover {
	color: #fff;
	text-decoration:underline;
}
.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	-moz-border-radius:5px;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #fff url(images/comment-bg-admin.gif);
	padding:5px 10px 4px;
	color: #025;
	font-size:12px;
}
.authorcomment .comment-metadata a {
	color: #039;
	text-decoration:none;
}
.authorcomment .comment-metadata a:hover {
	text-decoration:underline;
}

/*	Comment Form	*/

#commentform {
-moz-border-radius:5px;
background: #ddd url(images/com-form-bg.gif) repeat-x;
border:1px solid #ccc;
padding:30px 6px 6px;
}
#commentform:hover {
border:1px solid #bbb;
}

#commentform  p{
font-style:italic;
}

#commentform  textarea{
border:1px solid #ddd;
width: 450px;
}

#commentform  textarea:hover{
border:1px solid #bbb;
}
#commentform  textarea:focus{
border:1px solid #bbb;
background:#fffff0;
}

#commentform  input{
border-top:1px solid #ddd;
border-right:0px solid #ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
height:18px;
background: #fff url(images/com-form-input.gif) no-repeat 100% -1px;
}
#commentform  input:hover{
border-color: #bbb;
background: #fff url(images/com-form-input-ov.gif) no-repeat 100% -1px;
}
#commentform  input:focus{
border-color: #bbb;
background: #fffff0 url(images/com-form-input-ov.gif) no-repeat 100% -1px;
}

#commentform  input#submit{
border:1px solid #999;
padding:8px;
height:40px;
background: #aaa;
-moz-border-radius: 5px;
font-weight:bold;
}
#commentform  input#submit:hover{
border:1px solid #666;
background: #999;
color:#fff;
}

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

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

/*************************************
	Sidebar
**************************************/
#sidebar {
	float: right;
	display: block;
	width: 356px;
	margin: 14px 0px 10px 0px; padding: 0px 0px 0px 0px;
}
#sidebar .sidebar-bot {
	display: block;
	height: 20px;
	clear: both;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar .ads {
	text-align: center;
	padding: 0px 10px 20px 10px;
}
#sidebar .ads img {
	margin: 15px;
}
#sidebarwrap {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	border: none;
}

/*************************************
	top e bottom widget
**************************************/
#topwidget, #botwidget{
	margin:10px 12px 0px;
}

/* blogroll */
#topwidget .widget_links {
	background: url(images/netlinkbot.gif) no-repeat bottom;
	padding-bottom:9px;
}
#topwidget .widget_links h2, #topwidget .widget_links h3{
	background: url(images/netlinkbar.gif) no-repeat ;
	height:19px;
	text-indent:-9999px;
}


#topwidget ul.blogroll  {
	display:block;
	background:#F6F6F6;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #D8D8D8;
	
}
#topwidget .blogroll li {
	display:block;
	float:left;
	height:24px;
	padding:0;
	width:165px;
}
#topwidget .blogroll li a{
	padding:4px 6px;
	display:block;
	height:16px;
	color:#555;
	background:none;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
#topwidget .blogroll li a:hover{
	color:#039;
	background:#eee;
}
#topwidget .blogroll li a img{
	position:relative;
	top:3px;
}

.widget_links:after, .xoxo:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.widget_links, .xoxo {display: inline-block;}  /* for IE/Mac */


/*************************************
	Popular Posts Section
**************************************/
#sidebar #sidebarwrap #popular {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}
#popular ul {
	margin: 0px; padding: 0px 10px 15px 10px;
}
#popular ul li {
	margin: 0px; padding: 0px;
}
#popular ul li ul {
	border-top: 0px solid #C1D8E6;
	padding:  0px;
}
#popular ul li ul li {
	margin: 0px; padding: 5px 0px;
	border-bottom: 1px dotted #eee;
}
#popular ul li ul li a, #popular ul li ul li a:visited {
	color: #888888;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}
#popular ul li ul li a:hover {
	text-decoration: underline;
}

/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; padding: 0px 0px 0px 10px;
}
#l_sidebar ul {
	margin: 0px; padding: 0px;
}
#l_sidebar ul li {
	margin: 15px 0 0 0; padding: 0px;
}
#l_sidebar ul li ul {
	border-top: 0px solid #C1D8E6;
}
#l_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #eee;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	color: #888888;
	display: block;
	padding: 4px 3px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	/*text-decoration: underline;*/
	color:#555;
	background:#f8f8f8;
}
#l_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px dotted #eee;
	background: none;
	margin:  0px; padding: 0px;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#l_sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}

/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	float: right;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#r_sidebar ul {
	margin: 0px; padding: 0px;
}
#r_sidebar ul li {
	margin: 15px 0 0 0; padding: 0px;
}
#r_sidebar ul li ul {
	border-top: 0px dotted #aaa;
}
#r_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #eee;
}
#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	color: #888888;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #555;
	/*text-decoration: underline;*/
	background: #f8f8f8;
}
#r_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px solid #eee;
	background: none;
	margin:  0px; padding: 0px;
}
#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
/*************************************
	Footer
**************************************/
#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
	}

/*************************************
	Footer
**************************************/
#footer { 
	padding: 15px 5px 30px 5px;
	margin:  10px 0px 0px 0px;
	text-align: center;
	clear: both;
	background: #4C7CB5 url(images/footer-bg.jpg) repeat-x;
	color: #FFF;
	}
#footer a {
	color: #9BB1BB;
}
#footer-wrap {
	width: 950px;
	margin: 0px auto;
}

/*************************************
	headbar
**************************************/
#payr-topbar-width{
	margin:0 auto;
	width:898px;
}
#payr-topbar{
	font-size:11px;
	height:39px;
	width:100%;
	padding: 0;
	position:absolute;
	top:0px;
	background:#aaa url(images/menu_bg.gif) repeat-x;
	}
#payr-topbar .menu{
	float:right;
	margin: 3px 0 0 0;
	width:auto;
}
#payr-topbar .menu li{
	display:block;
	float:left;
	margin: 8px 6px;
}
#payr-topbar .menu li a{
	color:#ddd;
	text-decoration:none;
}
#payr-topbar .menu li a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#payr-topbar .bg-logo{
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:180px;
	height:36px;
}
#payr-topbar .bg-logo a{
	position:absolute;
	width:142px;
	height:35px;
	/*margin:6px 0 0 4px;*/
}
#payr-topbar .bg-logo .bg-logo-png{
	position:absolute;
	width:122px;
	height:35px;
	margin:6px 0 0 4px;
}
#payr-topbar .bg-logo {
	background:transparent url(images/headbar.gif) no-repeat scroll 0 0 !important;
}

/*************************************
	footbar
**************************************/
#credits-alpha {
	background:#666 none repeat scroll 0 0;
	border-top:1px dotted #000 !important;
	opacity:0.2;
	display:block;
	height:45px;
	margin:60px 0 0 !important;
	min-width:928px;
	position:absolute;
	width:100%;
}
#credits {
	display:block;
	height:45px;
	margin:50px auto 0 !important;
	width:923px;
	position:relative;
	top:10px;
}
#credits .bg-logo a {
	height:35px;
	margin:6px 0 0 4px;
	position:absolute;
	width:122px;
}
#credits .bg-logo .bg-logo-png {
	height:35px;
	margin:6px 0 0 4px;
	position:absolute;
	width:122px;
}
#credits-width {
	display:block;
	font-size:10px;
	line-height:16px;
	padding:6px 8px 0 140px;
	float:right; 
	font-size:11px;
}
.cc {
	background:transparent url(images/ico-cc.png) no-repeat scroll left top;
	display:block;
	float:right;
	height:17px;
	margin-right:2px;
	width:17px;
}
.wp {
	background:transparent url(images/ico-wp.png) no-repeat scroll left top;
	display:block;
	float:right;
	height:17px;
	margin-right:2px;
	width:17px;
}
#credits .bg-logo .bg-logo-png {
	background:transparent url(images/payrbar.gif) no-repeat scroll center bottom !important;
}
.hide{display:none;}

/*************************************
	archive attached img and other things
**************************************/
.atached_image_thumb {
	float:left;
	margin:0px 10px 4px 10px;
}

#content .is_archive p br{display: none;}

#content .excerpt_read_more {font-style:italic;}
#content .excerpt_read_more a{}
#content .excerpt_read_more a:hover{color:#0A4E97;}

#content .archivi_head{ 
	background:#eee;
	/*height:30px;*/
	width:470px;
	margin:20px 0;
	color:#666;
	padding-top:10px;
	padding-left:10px;
	border: 2px solid #ddd;
	-moz-border-radius:5px;
}

/*************************************
	Related post
**************************************/
h3.related_post_title {
	color:#3D474E;
	margin: 20px 0px 0px; padding: 8px 10px 6px 12px;
}
#content ul.related_post{
	list-style: none;
}
#content .related_post li{
	margin:0 8px; 	padding:4px 4px 10px;
	border-top:1px dashed #CCC;
	list-style:none;
	text-align:justify;
}
#content .related_post li:hover{
	background:#f8f8f8;
}
#content .related_post li a{
	color:#039;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#content .related_post li a:hover{
	text-decoration:underline;
}

/*************************************
	Facebook connect
**************************************/

#content .share-on-facebook {
	margin: 6px 0px 0px; padding: 0px;
}

/*************************************
	pagination
**************************************/

.wp-pagenavi {
	font-size:11px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px 5px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #039;
	font-weight:bold;
	-moz-border-radius:5px;
}
.wp-pagenavi a:visited {

}
.wp-pagenavi a:hover {	
	border: 1px solid #039;
	color: #039;
	background-color: #f0f0f0;
}
.wp-pagenavi a:active {
	border: 1px solid #039;
	color: #fff;
	background-color: #0A4E97;	
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px 7px; 
	margin: 2px;
	color: #666;
	font-weight:bold;
	/*border: 1px solid #000000;*/
	/*background-color: #FFFFFF;*/
}
.wp-pagenavi span.current {
	padding: 5px 7px 5px 7px; 
	margin: 2px;
	font-weight: bold;
	-moz-border-radius:5px;
	border: 1px solid #bbb;
	color: #fff;
	background-color: #bbb;
}
.wp-pagenavi span.extend {
	padding: 5px 7px 5px 7px; 
	margin: 2px;
	border: 1px solid #ccc;
	color: #333;
	-moz-border-radius:5px;
}