/* 
Theme Name: Base_teste
Theme URI: http://www.fan.inf.br/
Description: 
Version: 1.0
Author: Ariel Fajtlowicz
Author URI: http://www.fan.inf.br
*/

*{
	margin:0;
	padding:0;}
	
#clipping h1{
		font:bold 10px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#FFF;
margin: 10px 0 5px 0;
background-color:#eb9a35;
padding:5px;}
	
p{
	margin:3px;
	padding:3px}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 80%;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-color: #65773b;
	background-repeat: repeat-y;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 1024px;
	margin: 0 auto;
	margin-top:0;
	
	}

/* HEADER */
#header {
	height:191px;
	background:url(images/header.jpg);
	margin:0;
	padding:0;}
/*#header h1 { margin: 5px 0; }
#header h1 a { color: #ffffff; }
#header h1 a:hover { color: #5e5f5e; }*/

/* CONTAINS CONTENT & SIDEBAR */
#container { width: 1024; }


/* MENU PRINCIPAL*/
#menuprincipal{
		padding: 10px 10px 10px 15px;
		background: #65773b;
	}
#menuprincipal li{
	display:inline;
	margin: 0px 15px 0px 0px;

	}
#menuprincipal li a{
	
	text-decoration:none;
	color:#ced3c2;
	font:10pt Tahoma, Geneva, sans-serif;
	text-transform:lowercase;}
	
	#menuprincipal li a:hover{
	
	text-decoration:underline;
	color:#FFF;
	font:10pt Tahoma, Geneva, sans-serif;
	text-transform:lowercase;}

/* CONTENT */
#content {
	float: left; 
	margin: 0 0 0 15px;
	width: 555px;
	padding: 15px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #809595; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title { float: left; width: 100%; margin: 2px 0; text-transform:uppercase; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { width: 100%; float: left; margin-top: 10px; }

/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color: #809595;
	text-decoration: none;
	}
a:hover { color: #5e5f5e; }

/* images */
.post a img, .post img { border: 5px solid #d4e0d3; }

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cccccc;
	}
p.postmetadata span.comments {
	height: 16px;
	}
p.postmetadata span.comments a { padding-left: 20px; }

/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #809595; background: #e9f0e8; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #cccccc; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #cccccc; }
#comments-template ol li.alt { background: #e9f0e8; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 99%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input { width: 40%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */
#sidebar, #sidebar2 {
	font-size: .9em;
	float: left;
	width: 170px;
	margin: 0 0 0 10px;
	padding: 15px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	}
#sidebar h2.menu-header, #sidebar2 h2.menu-header {
	font:bold 10px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#FFF;
margin: 10px 0 5px 0;
background-color:#eb9a35;
padding:5px;}


#sidebar h2.menu-header a, #sidebar2 h2.menu-header a{
	color:#FFF;}


#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #FFF;
	}
#sidebar ul li, #sidebar2 ul li {
	color: #331803;
	padding: 5px 0px 0px 0px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	}
#sidebar ul li a, #sidebar2 ul li a {
	padding: 0 1px;
	text-indent: 0px;
	width: 100%;
	display: block;
	text-decoration: none;
	color:#331803;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	color:#000;
	background:#ced3c2;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	text-indent: 25px;
	}

/* search */
.sidebar-search{
	background-color:#eb9a35; border:0px;width: 95%; padding:5px; font: bold Tahoma, Geneva, sans-serif; color:#FFF;}
#sidebar input#s { width: 100%; border: 0px solid #809595; background-color:#009; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 0px; border: 0px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	clear:both;
	margin: 60px 0px 0px 0px;
	padding: 20px 0 0 0;
	border-top: 20px solid #65773b;
	background:#5f703a;
	height:200px;
	}
	
#footer-content{
	color:#FFF;
	font:10pt Tahoma, Geneva, sans-serif;
	width: 1024px;
	margin: 0 auto;}
#footer p { margin: 2px 0; }
#footer a:hover { text-decoration: underline; }

/* 
"Life is really simple, but we insist on making it complicated."  ~Confucius
*/