/*  
Theme Name: Dubiella
Theme URI: http://mazaya.com.br/
Description: Created by Mazaya.com.br, basead on Compositio http://designdisease.com/
Version: 1
Author: Sulivan Rodrigues
Author URI: http://mazaya.com.br/sulivan
*/


/* Begin Typography & Colors */
* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	color:#35383d;
	background-color: #45473e;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
input, button, textarea, select {  font: normal 12px/12px "Verdana", sans-serif; color:#2d3538; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none; }
ol { list-style-type: decimal;}
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}

a:link { text-decoration: none; color : #272A1A; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #272A1A; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #272A1A; border: 0px; -moz-outline-style: none;}
a:hover	{
	text-decoration: underline;
	color : #F00;
	border: 0px;
	-moz-outline-style: none;
} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

/* BG 
############################################################################################################## */
#bg { width: 950px; margin: 0 auto; margin-top: 20px;}
#bg-all { width: 950px; overflow: hidden;}
/**/ * html #bg-all { height: 1%;} /* */

/* topo 
############################################################################################################## */
#topo {
	height: 154px;
	background-image: url(images/topo.png);
	background-repeat: no-repeat;
	width: 940px;
	background-position: right 0px;
	padding-top: 20px;
}

/* Container 
############################################################################################################## */
.container {
	float: left;
	width: 620px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
}


.menu {
	overflow: hidden;
	float: left;
	width: 890px;
	background-color: transparent;
	background-image: url(images/fundo-menu.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-position: 0px 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	border: 1px solid #CCCCCC;
}
/**/ * html .menu { height: 1%;} /* */ 
.menu ul { float:left; }
.menu li {
	display: inline;
	letter-spacing: -1px;
	float: left;
	height: 20px;
	font-family: "Arial";
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
}
.menu li ul li {
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.menu li a, .menu li a:visited {
	color:#666666;
	float: left;
	padding: 4px 6px 10px 6px;
	margin-right: 5px;
}
.menu li a:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	background-color: #d9251d;
	background-image: url(images/fundo-menu-current.png);
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d9251d;
	border-right-color: #d9251d;
	border-bottom-color: #d9251d;
	border-left-color: #d9251d;
	text-decoration: none;
}
.menu .current_page_item a, .menu .current_page_item a:visited, .menu .current_page_item a:hover { color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	background-color: #d9251d;
	background-image: url(images/fundo-menu-current.png);
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d9251d;
	border-right-color: #d9251d;
	border-bottom-color: #d9251d;
	border-left-color: #d9251d; }

.menu .current_page_item .page_item a, .menu .current_page_item .page_item a:visited { background: #def1f9; color:#272A1A;}
.menu .current_page_item .page_item a:hover { background: #fff; color:#272A1A; }

/* Logo
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logo { overflow: hidden; border-bottom: solid 6px #e6f1f3; margin-bottom: 30px;}
/**/ * html .logo { height: 1%;} /* */ 

.logo .txt { width: 520px; padding-left: 70px; background: url(images/logo-symbol.png) no-repeat left 10px; padding-bottom: 30px; }
.logo .txt h1 { font: bold 55px/50px "Arial"; letter-spacing: -3px; text-transform: lowercase; padding-bottom: 5px;}
.logo .txt h1 a, .logo .txt h1 a:visited, .logo .txt h1 a:hover { text-decoration: none; color:#272d36;}
.logo .txt p.desc { font: bold 14px/14px "Arial"; letter-spacing: -1px; display: block; color:#B9BEA1;}

.logo .img { padding-bottom: 15px; }


/* SL ()
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SL { width: 520px; float: left; padding-left: 70px;}

.title { color:#272d36; font: normal 34px/34px "Helvetica"; letter-spacing: -1px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.note {  background:url(images/note-icon.png) no-repeat left 2px; padding-left: 14px; color:#669900; font-size: 11px;}
.edit a { background:url(images/edit-icon.png) no-repeat left 2px; padding-left: 14px; color:#ff6600; font-size: 11px; }
.error { color:#cc0000; font-size: 11px; font-weight: bold;}



/* Post Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post, .attachment { width: 100%; position: relative;}
/**/ * html .post, .attachment { width: 99%;} /**/ 


.p-head { padding-bottom: 15px;}
.p-head h1, .p-head h1 a, .p-head h1 a:visited { color:#272d36; font: normal 34px/34px "Helvetica"; letter-spacing: -1px; }
.p-head h1 a:hover { color:#272A1A; text-decoration: none; }

.p-head h2 { color:#272d36; font: normal 34px/34px "Helvetica"; letter-spacing: -1px; }
.p-head h2 a, .p-head h2 a:visited { color:#272d36; }
.p-head h2 a:hover { color:#272A1A; text-decoration: none; }

.p-head h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; }
.p-head h3 a, .p-head h3 a:visited { color:#272d36;}
.p-head h3 a:hover { color:#272A1A; text-decoration: none;}

.p-cat { font: normal 11px/14px 'Arial'; text-transform: uppercase; color:#999;}
.p-cat a, .p-cat a:visited, .p-cat a:hover { text-decoration: underline; color:#999; padding-right: 5px;}

.p-time {
	position: absolute;
	left: -70px;
	top: 5px;
	width: 50px;
	padding-bottom: 10px;
	background-image: url(images/data.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/**/ * html .p-time { left: -70px;} /**/ 
.p-time strong { float: left; text-align: center;}
.p-time .day {
	letter-spacing: -1px;
	color:#666666;
	width: 50px;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Arial";
	font-size: 24px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.p-time .month {
	width: 50px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p-time .year {
	font: normal 11px/11px 'Verdana';
	color:#bababa;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	width: 40px;
}

.p-con { border-top: solid 1px #dbdbdb;}
.p-con p { font: normal 12px/19px "Verdana"; padding: 5px 0px; margin: 5px 0px;}
.p-con ol { list-style: decimal inside; }
.p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.p-con ol li { padding: 2px 0px 2px 0px; }
.p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.p-con ul li { padding: 2px 0px 2px 13px; list-style-type: none; background: url("images/p-con-li.png") no-repeat left 1px; color:#666; }
.p-con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; padding: 10px 20px; margin: 10px 0px; background: #ecf6f8; }
.p-con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; }
.p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}


.p-det { margin-top: 15px;}
.p-det li { color:#7f7f7f; display: inline; padding: 4px 0px 6px 30px; margin-right: 10px; }
.p-det li.p-det-com {
	background-image: url(images/coment.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.p-det li.p-det-com a {
	font-weight: bold;
	letter-spacing: -1px;
	color: #666666;
}
.p-det li.p-det-tag { background: url("images/p-det-tag.png") left center no-repeat; }
.p-det li a,.p-det a:visited {
	margin-right: 3px;
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.p-con .wpunlimited_bookmarks strong { font-weight: normal; color:#999; padding-bottom: 2px; font-size: 10px; text-transform:uppercase; }
.p-con .wpunlimited_bookmarks a img { display:inline; border:none; padding:0; margin:0; margin-top: 5px; }

/* Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.p-con img { padding: 0; max-width: 100%; }
.p-con img.centered { display: block; margin-left: auto; margin-right: auto; padding: 1px; border: solid 1px #9b9792;}
.p-con img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 4px #eee; padding: 1px; }
.p-con img.alignleft { margin: 5px 20px 10px 0; display: inline; border: solid 4px #eee; padding: 1px;}
.p-con .alignright { float: right; }
.p-con .alignleft { float: left }

/* Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.nav { overflow: hidden; padding-bottom: 20px;}
.nav .left a { float: left; background:url(images/nav-left.png) no-repeat left 0px; padding-left: 20px; }
.nav .right a { float: right; background:url(images/nav-right.png) no-repeat right 0px; padding-right: 20px; }
.nav a, .nav a:visited { cursor: hand; font: bold 14px/16px "Arial"; letter-spacing: -1px; }



/* comments
############################################################################################################## */
.comments-list { padding-top: 20px;}
.comments-list h2 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 20px;}
.comments-list div.entry {
	margin-bottom: 15px;
	padding: 25px;
	border: 1px solid #999999;
	background-color: #EAEAEA;
	background-image: url(images/bg-entry.png);
	background-repeat: no-repeat;
	background-position: 100px 20px;
}
.comments-list div.alt {
	padding-top: 40px;
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	background-image: url(images/bg-alt.png);
	background-repeat: no-repeat;
	background-position: 100px 20px;
}
.comments-list p.name { font: bold 14px/14px "Arial" sans-serif; letter-spacing: -1px; color:#000;}
.comments-list p.avt { padding: 0px; margin: 0px; float: right;}
.comments-list p.avt img { border: solid 1px #ccc;}
* html .comments-list p.avt { left: -60px; }
.comments-list p.date { font-size: 11px; margin-bottom: 5px;}
.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover { color:#97997E; text-decoration: underline;}

.comments-list .con { font: normal 12px/17px "Verdana"; margin-right: 90px; color:#333;}
.comments-list .con p { font: normal 12px/17px "Verdana"; padding: 5px 0px; margin: 0px; color:#333;}
.comments-list .con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; margin: 10px 20px; }
.comments-list .con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; }


/* comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form {
	padding: 20px;
	margin: 10px 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.comments-form h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #DCE5C8; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid {
	background-image: url(images/fundo-login.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	clear: both;
	padding-top: 2px;
	padding-left: 5px;
}
.comments-form input.formemail { 	background-image: url(images/fundo-login.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	clear: both;
	padding-top: 2px;
	padding-left: 5px;}
.comments-form input.formuri { 	background-image: url(images/fundo-login.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	clear: both;
	padding-top: 2px;
	padding-left: 5px;}

.comments-form textarea {
	background-image: url(images/fundo-login.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	clear: both;
	padding-top: 2px;
	padding-left: 5px;
	width: 97%;
}
.comments-form .button {
	border: 1px solid #000;
	background: url(images/button-post-comment.png) no-repeat left;
	color:#fff;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 4px 38px;
}







/* Side Right 
############################################################################################################## */
.SR { width: 300px; padding-bottom: 30px; float: right;}

/* Search 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .search {
	right: 0px;
	overflow: hidden;
	padding-top: 10px;
}
/**/ *html .SR .search  { height: 1%;} /**/ 
.SR .search form {
	width: 292px;
	padding-top: 2px;
	background-image: url(images/bg-busca.png);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-bottom: 2px;
}
.SR .search fieldset { overflow: hidden; height: 1%;  }
.SR .search input {
	float: left;
	margin-right: 2px;
	border: none;
	width: 215px;
	color:#666;
	background-image: url(images/bg-form-busca.png);
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 30px;
	background-color: transparent;
}
.SR .search button {
	float: left;
	width: 34px;
	height: 20px;
	border: none;
	cursor: pointer;
	text-indent: -1000em;
	background-image: url(images/btn-busca.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 1px;
}
.SR .syn ul {
	padding: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.SR .syn li {
	background: url(images/SynIco.png) no-repeat left center;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 3px 15px;
	list-style-type: none;
	color:#ffcc66;
	display: inline;
	letter-spacing: -1px;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
}
.SR .syn li a {
	color:#999999;
}
.SR .syn li a:visited {
	color:#333333;
}
.SR .syn li a:hover {
	color:#333333;
}
/* carousel 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
		.conteudo {
	height:230px;
	overflow:hidden;
	position:relative;
	padding-top: 8px;
	padding-right: 20;
	padding-bottom: 8px;
	padding-left: 20;
}
		.slide { position:absolute; top:8px; left:0; }
		.slide div {
	position:absolute;
	top:0;
	width:240px;
	height:110px;
	display:none;
	padding: 3px;
}
		.slide div img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
		#loopedCarousel {
	width:260px;
	position:relative;
	clear:both;
	padding-top: 20px;
	height: auto;
	margin-left: 30px;
	margin-right: 20px;
}
		ul.position {
	list-style-type:none;
	position:absolute;
	top:10px;
	left: 100px;
}
		ul.position li { float:left; margin:0 2px; }	
		ul.position a {
	display:block;
	width:12px;
	padding-top:12px;
	text-indent:-999999px;
	height:0;
	overflow:hidden;
	background-image:url(images/carrousel/bolinha.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
		ul.position li.active a {
	background-position:0 0px;
	background-image: url(images/carrousel/bolinha-current.png);
}
		a.anterior {
	position:absolute;
	top:130px;
	display:block;
	width:18px;
	padding-top:33px;
	height:0;
	overflow:hidden;
	background-image:url(images/carrousel/seta-previous.png);
	background-position:0 0;
	background-repeat:no-repeat;
	left: -30px;
}
		a.proximo {
	position:absolute;
	top:130px;
	right:-5px;
	display:block;
	width:18px;
	padding-top:33px;
	height:0;
	overflow:hidden;
	background-color: transparent;
	background-image: url(images/carrousel/seta-next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* fim carousel*/

/* About Blog 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .about {
	color:#fff;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.SR .about h3 {
	font-size: 18px;
	letter-spacing: -1px;
	color:#999999;
}
.SR .about p {
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.SR .about ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	list-style-type: none;
}
.SR .about a.siga-nos {
	text-indent: -500px;
	display: block;
	width: 262px;
	padding-top: 71px;
	background-image: url(images/twitter.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.titulo{text-transform:uppercase;color:#333;margin:6px 0 0;}
#nos-ligamos {
	height: 50px;
	width: 185px;
	background-image: url(images/telefone.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 55px;
	padding-right: 18px;
	line-height: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nos-ligamos a, #nos-ligamos p {
	font-size: 10px;
	color: #ffc7c5;
	text-decoration: none;
	line-height: 10px;
}
#nos-ligamos a:hover {
	color: #FFFFFF;
}
#consultor-online {
	height: 50px;
	width: 185px;
	background-image: url(images/consultor.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 55px;
	padding-right: 18px;
	line-height: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#consultor-online a, #consultor-online p {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 10px;
}
#consultor-online a:hover {
	color: #FFFFFF;
}
#newsletter {
	height: 50px;
	width: 185px;
	background-image: url(images/newsletter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 55px;
	padding-right: 18px;
	line-height: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#newsletter a, #newsletter p {
	font-size: 10px;
	color: #b0fdff;
	text-decoration: none;
	line-height: 10px;
}
#newsletter a:hover {
	color: #FFFFFF;
}

/* Categories + Arquivo 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .categs {
	overflow: hidden;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
/**/ *html .SR .categs { height: 1%;} /**/ 
.SR .categs div { float: left; width: 129px;}
.SR .categs div h3 { font: bold 15px/15px 'Arial'; letter-spacing: -1px; color:#272A1A; padding-bottom: 5px;}
.SR .categs div li {
	padding: 1px 0px;
	list-style-type: none;
	font-size: 11px;
	color:#999999;
}
.SR .categs div a, .SR .categs div a:visited {
	color:#272A1A;
	text-decoration: none;
}
.SR .categs div a:hover { color:#003333; text-decoration: underline;}

/* Recent
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .recent {
	padding: 15px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}	
.SR .recent .tabs {
	overflow: hidden;
	margin-top: 10px;
}
.SR .recent .tabs { height: 1%; }
.SR .recent .tabs li { float: left; background: none; }
.SR .recent .tabs li a {
	float: left;
	color: #666666;
	margin-right: 3px;
	letter-spacing: -1px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	background-color: #CCCCCC;
	background-image: url(images/tabs-inactive.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.SR .recent .tabs li a.active, .SR .recent .tabs li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8b8b8b;
	background-image: url(images/tabs-active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.SR .recent a, .SR .recent a:visited { color:#272A1A; text-decoration: underline;}
.SR .recent a:hover { color:#003333; text-decoration: underline;}

#tab-comments {
	display: none;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#tab-comments li {
	background: url(images/tabs-arrow.png) no-repeat left 10px;
	padding: 4px 0px 4px 6px;
	font-size: 11px;
	color:#999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#tab-comments li a {
	display: block;
	color: #8b8b8b;
	text-decoration: none;
}
#tab-posts { margin-bottom: 5px; font-size: 11px; }
#tab-posts li { background: url(images/tabs-arrow.png) no-repeat left 8px; line-height: 14px; padding: 1px 0px 1px 6px;}
#tab-tags { display: none; margin-bottom: 5px; font-family: "Verdana"; line-height: 22px;}



/* widget
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .widget { background: #EFF1D6; padding: 15px; margin-bottom: 3px; color:#97997E;}
.SR .widget h3 {font: bold 15px/15px 'Arial'; letter-spacing: -1px; color:#272A1A; padding-bottom: 5px; border-bottom: solid 1px #c5ded7; margin-bottom: 5px;}
.SR .widget li { background: url(images/tabs-arrow.png) no-repeat left 6px; padding: 2px 0px 2px 6px; font-size: 11px; color:#97997E;}
.SR .widget a, .SR .widget a:visited { color:#272A1A; text-decoration: underline;}
.SR .widget a:hover { color:#003333; text-decoration: underline;}

.SR .widget_tag_cloud { line-height: 22px;}

.SR .widget_calendar table { width: 100%;}
.SR .widget_calendar table td { text-align: center; padding: 3px; }
.SR .widget_calendar caption { background: #d2e9e3; padding: 5px 0px; margin-bottom: 10px;}
.SR .widget_calendar #today { background: #d2e9e3;}

.SR .widget_search #s { width: 160px; border: solid 1px #D0D9BB; padding: 3px; margin-bottom: 5px;}

.SR .widget_flickrRSS { overflow: hidden; padding: 15px 0px 15px 15px;}
/**/ *html .SR .widget_flickrRSS { height: 1%;} /**/ 
.SR .widget_flickrRSS h3 { width: 270px; margin-bottom: 10px;}
.SR .widget_flickrRSS ul { float: left;}
.SR .widget_flickrRSS li { background: none; list-style-type: none; display: inline; padding: 0px; float: left; margin: 0px 7px 7px 0px;}
.SR .widget_flickrRSS li a img, .SR .widget_flickrRSS li a:visited img { border: solid 1px #fff; width: 60px; height: 60px;}
.SR .widget_flickrRSS li a:hover img { border: solid 1px #000;}


/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer { width: 870px; margin: 0 auto; padding: 15px 0px 15px 90px;}
.footer p { padding: 0px; margin: 0px; font-family: 'Verdana'; font-size: 11px;  }
.footer p.copy { color:#1c3e4d; }
.footer p.copy a, .footer p.copy a:visited, .footer p.copy a:hover { color:#1c3e4d; text-decoration: underline;}
.footer p.theme { padding-top: 2px; color:#6c8e9d; }
.footer p.theme a, .footer p.theme a:visited, .footer p.theme a:hover { color:#6c8e9d; text-decoration: underline;}


