/******
Theme Name: Transprenos
Theme URI: http://transprenos.org
Description: Theme, created for http://transprenos.org
Author: 
Author URI:
*****/

body {
	margin: 0;
	padding: 0 10px 0 10px;
	color: #555555;
	text-align: left;
	background: url(images/bg.png) repeat-x top #7BA3D4;
	font: normal 13px trebuchet MS;
}

#container {
	width: 940px;
	text-align: left;
	margin: 0px auto;
	line-height: 1.4em;
	background: url(images/cont_bg.png) repeat-y;
}


a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #555555;
}

a:hover, a:active {
	color: #1C1D16;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.8em;
}

ul, ol, blockquote, pre {
	color: #555555;
	margin: 12px;
	padding: 8px;
}


ul {
	list-style-type: square;
}

blockquote, pre {
	background-color: #F9F6ED;
	border: 1px solid #cccccc;
}

ins {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

del {
	color: #555555;
}

abbr, acronym {
	cursor: help;
}

/**--Header--**/

#header {
	width: 940px;
	height: 120px;
	padding: 0;
	margin: 0;
	text-align: left;
}


#header #logo {
	width: 160px;
	height: 120px;
	float: left;
}

#header #right_head_part {
	width: 780px;
	height: 120px;
	float: left;
	background: url(images/headerbg2.png);
}

#right_head_part .topmenu {
	height: 30px;
	float: right;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0;
}

#right_head_part .topmenu li {
	line-height: 30px;
	float: left;
	margin: 0px 10px;
}

#right_head_part .topmenu li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

#right_head_part .topmenu li a:hover {
	color: #000000;
}

#right_head_part #textbox {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin: 40px 70px 0px 0px;
	clear: both;
}

/**--Content--**/

#content {
	width: 840px;
	float: left;
	margin: 0px 50px;
}

.post {
	padding: 30px 20px 10px 0px;
	margin: 0;
}

.post h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.post h2 a {
	text-decoration: none;
	color: #2E4887;
}

.post h2 a:hover {
	text-decoration: none;
	color: #2E4887;
}

.post h2 a:visited {
	text-decoration: none;
	color: #2E4887;
}

.entry {
	line-height: 20px;
	border-top: 1px dotted #2E4887;
	padding: 5px 0 0 0;
}

.postinfo {
	color: #666;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.postinfo a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

.postinfo a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.highlight {
	color: #2E4887;
	font-weight: bold;
}

.postdate {
	color: #666;
}

.entry img.left { 
	padding: 6px; 
	margin: 10px 10px 10px 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 10px auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/**--Navigation--**/

#menu {
	clear: both;
	text-decoration: none;
	float: left;
	width: 100%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: left;
	background: #000000;
}

#menu a {
	text-decoration: none;
	padding: 5px 10px;
	color: #cccccc;
	font-size: 13px;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu ul {
	margin: 0 auto;
	text-decoration: none;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#menu ul li {
	display: inline;
	padding: 0;
	font-size: 13px;
}

.nav{
	padding: 10px 20px 10px 0px;
	line-height: 20px;
}

/**--Sidebar--**/

.sidebar {
	float: left;
	width: 840px;
	padding: 0px 50px 150px 50px;
	display: inline;
	overflow: hidden;
	background: url(images/bottom_bg.png) no-repeat bottom;
}

.sidebar ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 30px 0px;

}

.sidebar ul li {
	text-decoration: none;
	margin: 5px;
	padding: 0 0 5px 0;
	color: #555555;
	width: 200px;
	float: left;
}

.sidebar ul li h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
	color: #2E4887;
	font-weight: 500;
	border-bottom: 1px dotted #2E4887;
}

.sidebar ul ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.sidebar a {
	color: #1C1D15;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 6px 0px; 
}

.sidebar a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
}

/**--Footer--**/

#footer {
	clear: both;
}

/**--Comments Section--**/

#commentlist li {
	margin-bottom: 1.5em;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #777777;
}

#commentform {
	margin: 1em 0;
	padding: 0 0 0 40px;
	width: 400px;
}

#commentfun {
	padding: 0 0 0 40px;
}

#commentform textarea {
	border: 1px solid #777777;
	width: 400px;
}

#commentform textarea:hover {
	border: 1px solid #777777;
}

#commentform textarea:focus {
	border: 1px solid #777777;
}


#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform input{
	margin-bottom: 3px;
}

