/*
Theme Name: Blog do CTRL+C Template
Theme URI: http://ctrlc.blog.br/
Description: Tema para wordpress do Blog do CTRL+C.
Version: 2.0
Author: Rodrigo Lacerda
Author URI: http://ctrlc.blog.br/
*/

/*** General Format ***/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000000 url(images/bg_blue.gif) repeat-x;
	background-position: 24px 24px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Sans-Serif;
}

img {
	border: 0;
}

a {
	color: #0B57CA;
	text-decoration: none;
	
}

a:hover {
	color: #0B57CA;
	text-decoration: none;
}

a:visited {
	color: #0B57CA;
}

/*** Structure Format ***/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 970px;
	position: relative;
	background: #FBFCFA url(images/postbg.gif) repeat-y;
}

#header {
	width: 970px;
	background: #181818 url(images/header.gif) repeat-x;
	height: 140px;
	margin-top: 0;
	color: #fff;
}

#header a img {
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
}

.title {
	padding: 0px 0 0px 17px;
}

.title h2{
	color: #F0F5F7;
	text-transform: none;
	border-bottom: none;
}

#topright {
float:right;
margin-right: 35px;
marging-top: 0;
height: 119px;
width: 74px;
background: url(images/TLbanner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;}

#content {
	width: 541px;
	float: left;
	color: #292929;
	margin-left:15px;
	background:#FBFCFA;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 15px;
	font-family: Arial, Sans-Serif;
}

* html #content {
	padding-left: 0;
	margin-left:15px;
}

#content h1 a {
  color: #0B57CA;
	font-weight: bold;
	padding-right: 30px;
}

#sidebarRight {
	width: 170px;
	float: right;
	color: #000;
	padding: 15px;
	padding-right: 0;
	margin-right:16px;
	background:#E4E6DB;
	padding-left: 5px;
	border-left: #C4C4B9 1px solid;
	margin-left:-1px;
}

* html #sidebarRight {
	width:170px;
	margin-right:7px;
}

#sidebarLeft {
	width: 170px;
	float: right;
	background:#E4E6DB;
	color: #000;
	margin-left:15px;
	margin-left:10px;
	padding-top: 15px;
	padding-right:10px;
	border-right: #C4C4B9 1px solid;
}

* html #sidebarLeft {
	width:171px;
	padding-right:5px;
}

#sidebarTop, #sidebarButton {
	width:355px;
        float:left;
	padding:15px;
}

* html #sidebarTop {
	width:350px;
}

/*** NavBar Format ***/

#Nav {
	width: 100%;
	height: 35px;
	background: #323232 url(images/menu_bg.png) repeat-x;
}

ul#Nav {
	margin-top: 0px;
	padding: 0;
	list-style: none;
	float: right;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

ul#Nav li {
	float: left;
}

ul#Nav li.current a{
	border-left: none;
	background: #C8C8C8 url(images/menu_hover.png) repeat-x;
	color: #1F1F1F;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.48em;
	line-height: 35px;
	background: #323232 url(images/menu_item.png) repeat-x;
	margin-left: 0px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	display: block;
	float: left;
	padding: 0 1.48em;
	line-height: 35px;
	background: #C8C8C8 url(images/menu_hover.png) repeat-x;
	margin-left: 0px;
	text-decoration: none;
	color: #1F1F1F;
}

ul#Nav li.current_page_item a { 
	color: #1F1F1F;
	background: #C8C8C8 url(images/menu_hover.png) repeat-x; 
	text-decoration: none;
}

/*** Text Format ***/

.post {
	margin-bottom: 35px;
	width:100%;
	overflow:auto;
}

blockquote {
	color: #818181; 
	margin: 0 30px 20px 30px; 
	border-left: 6px solid #174D79;
	padding: 10px 10px 4px 10px;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: #F5F5F5;
}

* html blockquote {
	padding-bottom:0px;
	border-bottom: 1px solid #FBFCFA;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 0px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 0px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.post a:hover {
	text-decoration: underline;
}

.postmeta {
	padding: 3px;
	font-size: 12px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.entry_counter {
	margin-top: -33px;
	padding-right: 30px;
	padding-left: 18px;
	background: url(images/icon_comments.gif) left center no-repeat;
	padding-top: 3px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;

}

.entry_counter a{
  color: #404D58;
	text-decoration: underline;
}

.entry_counter a:hover{
  color: #404D58;
	text-decoration: underline;
}

.entry_counter a:visited{
  color: #404D58;
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

code {
	font-size: 12px; 
	font-family: Arial, Sans-Serif;
}

pre {
	margin: 8px 0px;
	padding: 10px;
	overflow:scroll;
	clear: both;
	width: 90%;
	font-family: Verdana, sans-serif, Arial;
	font-size: 1em;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;

}

h1 {
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-style: normal;
	padding-right: 95px;
}

h1.title {
	font-size: 30px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 30px 10px 0px 7px;
}

h3 {
	font-size: 13px;
	text-align: left;
	color: #4D4D4B;
	border-bottom: 1px solid #E3E3DE;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 5px;
	font-family: Arial, Sans-Serif;
}


h4 {
	margin: -5px 250px 10px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #A2A29B;
	border-bottom: 1px solid #E3E3E0;
}

/*** Lists Format ***/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/list.png);
	list-style-position: outside;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
	list-style-position: outside;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/*** Search Format ***/

#searchform {
	display: inline;
	float: right;
	margin-top:-70px;
	margin-right:10px;
	padding: 5px 0 0;
	text-align: left;
}

#searchform #s {
	width: 80px;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #A2A295;
	color: #6A6A6A;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

#searchIcon {
  height: 24px;
	width: 60px;
	background: #003C75 url(images/searchIcon.gif) repeat-x;
	border: 2px solid #003C75;
	padding: 0px 2px;	
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

/*** Sidebar Format ***/

h2 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-right: -5px;
	margin-bottom: 10px;
	padding: 2px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: #726E63;
	display: inline;
	text-indent: 5px;
	background: #323232 url(images/menu-bg.gif) top repeat-x;
	width: 100%;
	display:block;
}

* html h2 {
	margin-right: 0px;
}

.sidebar {
	color: #4B4B4B;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.sidebar a {
	color: #52524B;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.sidebar a:visited {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #52524B;
}

.sidebar a:hover {
	background: none;
	color:  #AA3103;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

/*** Sidebar Elements Fromat ***/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebarIcon ul { 
	list-style-image: url(images/arrow.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 5px 0;
	list-style-position: outside;
	list-style-type:none;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/*** Footer Format ***/

#footer {
	width: 970px;
	background: #2C2C2C url(images/footerbg.png) repeat-y;
	color: #ccc;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: left;
	position: relative;
	line-height: 17px;
}

* html #footer h2 {
	display:inline;
	float:right;
}
	
#footer p {
    font-size: 10px;
	color: #EDEDED;
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
	}
	
#footer h2 {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
	}
	
#footer h3 {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 5px 0px 3px 0px;
	border-bottom: 2px dotted #0A49A9;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#footer a {
	color: #F0F5F7;
	text-decoration: none;
	}

#footer a:hover {
	color: #F0F5F7;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#footer li {
	list-style: none;
}

#footer ul li {
	display: block;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #373737;
	}
	
#footer ul li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

#footer ul li a:hover {
	color: #FFFFFF;
	}
	
#footerleft {
	float: left;
	width: 260px;
	margin: 0;
	padding: 15px 15px 15px 15px;
	}
	
#footermiddle2 {
	float: left;
	width: 280px;
	margin: 0;
	padding: 15px 15px 15px 5px;
	}
	
#footerright {
	float: left;
	width: 325px;
	margin: 0;
	padding: 15px 15px 15px 15px;
}
	
#footerbottom {
	margin: 0px;
	padding:5px;
	background: #141414;
}
	
#footerbottomright {
	float:right;
	margin:0;
}

#footerbottomleft {
	float:left;
	margin:0;
}
	
#footer #s {
	width: 130px;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #505050;
	color: #9B9B9B;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-style: italic;
}

#footer #searchIcon {
  height: 22px;
	width: 60px;
	background: #6B9006 url(images/searchIcon.gif) repeat-x;
	border: 2px solid #6B9006;
	padding: 0px 2px;	
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

/*** Images Format ***/

.post .left {
	padding: 1px;
	margin: 10px;
	float: left;
}
.post .right {
	padding: 1px;
	margin: 10px;
	float: right;
}

.post {
	border-bottom: 2px #29268D dotted;
}

.post img {
	border: 1px dashed #000;
	padding: 1px;
	margin:10px;
	max-width:500px;
}

.postmeta img {
	border:none;
	padding:0;
	margin:0;
}

.post h4 img {
	padding:0;
	border:none;
	margin:0;
}

.post h2 {
	font: bold 1.3em; color: #345;
	background:none;
	padding: 0.6em 0 0.4em;
}

img.post {
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 0px solid #000;
}

img.alignright {
	padding: 5px;
	border: 0px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
	border: 0px solid #000;
}
	
/*** Additional Format ***/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.float-left  { float: left; }

.float-right { float: right; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/*** Comments Format ***/

#commentform input {
	width: 140px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	color: #484848;
}

#commentform textarea {
	width: 96%;
	padding: 5px;
	margin: 2px;
	border: 1px solid #7C7E6F;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	margin-bottom: 5px;
	float: right;
	border: 1px solid #787966;
	font-family: Arial, Sans-Serif;
	color: #fff;
	background: #111110 url(images/input.gif) repeat-x;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite {
	padding-left:18px;
	background: url('images/user_comment.png') no-repeat;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.comment-author-admin {
	margin: 0;
	padding: 10px;
	background:#F7F7F2;
}


.comment-author-admin cite {
	background: url('images/icon_author.gif') no-repeat;
}


.commentlist p {
	font-weight: normal;
	line-height: 1.0em;
	text-transform: none;
}

#commentform p {
	font-family: Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	border: solid 1px #E7E7E2;
}

.commentlist div.comment-div, .commentlist #respond {
	margin: 5px 15px 0px 15px;
	max-width:430px;
	overflow: auto;
}

.comment-right {
	margin-top:2px;
	margin-left:75px;
	padding-left:10px;	
	border-left: #BBBBBB solid 1px;
}

.postdate {
	width: 80px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
}
.postdate span {
	font: normal 1.8em "Lucida Sans Unicode",sans-serif;
	letter-spacing: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.destaque{border: 1px solid rgb(237, 155, 52);font-family: Georgia; font-size: 12px;background-color: rgb(255, 255, 204);margin-top: 5px;margin-bottom: 5px;margin-left: 5px;margin-right: 5px;padding-top: 0px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;}
.wp-smiley { border:none !important; padding:0 !important; margin:0 !important;}
#translation_bar{position:absolute;top:5px;left:785px;}
.preload {background-image: url("");background-repeat: no-repeat;background-position: -1000px -1000px;}









/**********************/
/* +++++++++++++++ Coment�rios +++++++++++++++++ */



.commentlist li ul li { 
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

.reply {text-align:right; padding:5px;}
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
.comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
.fn {font-size:15px; font-weight:bold;}
#commentlist2 .byuser {background:#d2f0fe;}

/**************/

.wp-paged-comments {
	padding: 0px 0px 10px;
}
.wp-paged-comments a, #wp-paged-comments a:link, #wp-paged-comments a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-paged-comments a:hover {	
	border: 1px solid #114477;
	color: #114477;
	background-color: #FFFFFF;
}

.wp-paged-comments .current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-paged-comments .dots {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.high {background-image:url(http://www.ctrlcblog.com.br/wp-content/uploads/2009/10/maira-cardi-sexo-oral.jpg); width:312px; height: 260px;}
.high .img-click3 img {margin:0;opacity:0;filter:alpha(opacity=0)}