/*BACKGROUND IMAGE************/
body {
	
	background-color: #fffff;
        font:12px century gothic,consolas,corbel,arial; /*ENTRY FONTS*/
	color:#222222; /*OVERALL TEXT COLOR*/
        }


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#59413e;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/


#info {

height:240px;
width:100%;


}

#welcome {
        
       
	float:left;
        font-size:12px;
        margin-left:1px;
        padding:10px;
        width:230px;
        height: 171px;
	}

#coluna {
float:left;
font-size:11px;
height:200px;
margin-left:20px;
margin-top:0;
padding-left:20px;
padding-right:5px;
padding-top:1px;
width:260px;
}

/*#logo{*/
       background:transparent url(http://www.w3photos.com.br/IMAGENS/logo.gif) no-repeat scroll 0 0;
        float:left;
font-size:11px;
height:200px;
margin-right:10px;
margin-top:0;
padding-left:10px;
padding-right:10px;
padding-top:1px;
width:180px;
}


/*MENU COLORS****************/
/* MENUBAR rules */
/* Damn. This menu just didn't fit in. */
/* 

#menubar {
        background-color:#fffff;
	text-align:center;
	height:28px;
  	border:1px solid #CCCCCC; 
	color:#666666;
}

#menubar2 {
      
        background-color:#fffff;
	text-align:center;
	height:48px;

}

a.menuitem {
	background-image:url(images/menuitem.png);
	background-repeat:repeat-x;
	color:#666666;
	text-decoration:none;
	height:32px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	border-bottom:none;
	background-color:#fffff;
}

a.menuitem:hover {
	background-image:url(images/menuitemhover.png);
	background-repeat:repeat-x;
	color:#666666;
	text-decoration:none;
	height:32px;
	padding-bottom:13px;
	border-bottom:none;
	background-color:#fffff;
} */


.menubar {
	font-size:14px;
        background-color:#fffff;
	text-align:center;
	height:20px;
        width:auto;
        padding:14px;
	color:#666666;
        margin:auto;

}

a.menuitem {
	color:#666666;
	text-decoration:none;
	padding-bottom:4px;
        padding-top:3px;
	padding-left:50px;
	padding-right:50px;
	background-color:#fffff;
}

a.menuitem:hover {
	color:#666666;
	text-decoration:underline;
   	padding-bottom:4px;
        padding-top:3px;
	padding-left:50px;
	padding-right:50px;
	background-color:#fffff;
}


/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background-color: #fffff;
 
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	/*background:url(images/post-title2.jpg) no-repeat; */
	/*padding-left:90px;*/
        padding-top:18px;
	margin-top: 40px;
        border-top:1px solid #999999;

}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:24px;
	font-family: century gothic,consolas,corbel,arial;
	font-weight:normal;
	line-height:18px;
	color:#59413E;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:brown;
	font-size:12px;
	font-weight:normal;
	line-height:28px;
}


/*COMMENT BOX**************/
.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#fffff;
}
.text-box p span,
.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:brown;
}
.comment {
	width:800px;	
	margin:0 50px 58px;
	padding:10px 0 11px;
	height:auto;
	overflow:auto;
}
.text-box {
        padding:0 12px;
        
}

.text-box p {
	font:11px/25px century gothic,consolas,corbel,arial;
	color:#222121;
	margin:0;
}

/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:#454545;
}
.arrows li {
	font:10px/25px century gothic,consolas,corbel,arial;
	color:#fff;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#fff;
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:900px;
        margin:0 auto;
	font:10px/25px century gothic,consolas,corbel,arial;
	color:#b2b2b2;
	text-align:center;
        background-color:#f9f9f9
       /* background:#efefe8 url(http://www.w3photos.com.br/IMAGENS/backcontent.jpg) repeat-y scroll 0 0;*/
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}

/*NAVIGATION for single posts*/
.navigation {
	width: 870px;
	padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}





/*Edit only if you dare*/





body {
	margin:0;		
}
img {border: 1px solid #999999;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	margin:0 auto;
	width: 900px;
	background-color: #fffff;
}
/*header*/
#header img {display:block;

        border: 0 none;
background-image:url(http://www.w3photos.com.br/IMAGENS/fundo.gif) repeat scroll 0 0;
}
#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 20px;	
	height:1%;
        background-color :#f6d000;
        
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#EBEFF2;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}
.holder {
	padding:20px 10px 20px;
	width:auto;
	overflow:hidden;
        /*background:transparent url(http://www.w3photos.com.br/IMAGENS/tweet.jpg) no-repeat scroll 0 0;*/
	
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:450px;
	padding:0 64px 0 50px;

}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:900px;
	background-color:#f9f9f9;
	padding:0px 0 0;
        
	
}
.post {
	padding:0 50px;
	overflow:hidden;
        /*background-image: url(http://www.w3photos.com.br/IMAGENS/fundo.gif);*/
         
}
.post p {
	line-height:25px;
	margin:30 0 22px;
}
.image {
	display:block;
	margin:0 0 19px;
}
.image img, img {
	display:inline;
	margin:0 auto;
}
.content-box {
	background:#f6d000;
        width:800px;
	padding:4px 50px 4px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	height:1%;
	position:relative;
}
.coment li {
	background:url(images/comments-divider.gif) no-repeat 0 50%;
	padding:0 19px 0 21px;
	position:relative;
	float:left;
	font:10px/25px century gothic,consolas,corbel,arial;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}
.links {
	list-style:none;
	margin:0;
	padding:0 2px 0 0;
	float:right;
}
.links li {
	float:left;
	padding:0 6px 0 0;
}
* html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
* +html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}


/*new-comment*/
.new-comment {
	width:640px;
	padding:0px 0 0 257px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	/*background:#efefe8 url(http://www.w3photos.com.br/IMAGENS/backcontent.jpg) repeat-y scroll 0 0;*/
}
.form label {
	display:block;
	color:#4c4c4c;
	font:12px/16px Arial, Helvetica, sans-serif;
}
.form-box {
	width:100%;
	overflow:hidden;
}
.left-box {
	float:left;
	width:232px;
	padding:2px 0 0;
}
.right-box {
	float:right;
	width:200px;
}
.right-box textarea {
	width:178px !important;
	height:109px !important;
	padding:10px !important;
	overflow:auto !important;
	border:1px solid #ccc !important;
}
.form .line {
	padding:0 0 17px !important;
}
.form .line input {
	width:186px !important;
	border:1px solid #ccc !important;
	padding:1px 6px !important;
}
.form  .cancel {
	display:block;
	width:38px;
	height:12px;
	overflow:hidden;
	background:url(images/cansel.gif) no-repeat;
	text-indent:-9999px;
}
.form .bottom {
	height:1%;
	overflow:hidden;
	padding:8px 0 0 144px;
}
.form .bottom input {
	float:left;
	margin:0 19px 0 0;
	padding:2px 0 0;
}
.log_admin{
	padding-left: 234px;
}
.title a {
	text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
	border:1px solid #ccc !important;
}
.comment_form{
	padding-left: 200px;
	width: 432px;
}
.comment_form .submit{
	border: none !important;
}
.inner {
	padding: 20px;
}
.coment{
	text-transform: uppercase;
}
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4D4D4D;
	text-decoration: none; 
	color: #4D4D4D;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4D4D4D;
         background-color: brown;
         color: #FFFFFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4D4D4D;
	font-weight: bold;
	background-color: brown;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
}
#outerwrapper {
        background:transparent url(http://www.w3photos.com.br/IMAGENS/dropshadow914.png) repeat-y scroll 0 0;
        margin:0 auto;
        width:914px;
}

.columns td.distraction {background:none; padding:5px 0 5px 15px}
.columns td.distraction ul {margin:0; padding:0; list-style:none; text-align:left}
.columns td.distraction li {border-bottom:1px dotted #605F5B; font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; 
.columns td.distraction #whatis a {font-family: "century gothic,consolas,corbel,arial; font-size: 9px; color: #bebcb8; 
.columns td.distraction #whatis {float:right; margin-top:13px}
.columns td.distraction h1 {width:120px; float:left}
.columns td.distraction ul {clear:both;}
.tooltip {width: 200px; color:#605F5B; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; text-decoration:none; text-align:center}

.tooltip span.top{padding: 30px 8px 0; background: url(../images/btgrey.gif) no-repeat top} 

.tooltip b.bottom{padding:3px 8px 15px;color: #548912; background: url(../images/btgrey.gif) no-repeat bottom}background: url(../images/btgrey.gif) no-repeat top} 

.tooltip b.bottom{padding:3px 8px 15px;color: #548912; background: url(../images/btgrey.gif) no-repeat bottom}}