/*
Theme Name: Creu nelas
Theme URI: http://www.creunelas.com.br/
Description: Creu nelas tema.
Version: 1.0
Author: WP Town
Author URI: http://www.creunelas.com.br/
Tags: blue, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #94C6E3 url("images/bg.jpg") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	padding-bottom: 1px;
	width: 779px;
	background: #FFFFFF url("images/top_temp.jpg") no-repeat;
}


/* Header */

#header {
	width: 779px;
	height: 275px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 25px;
		width: 740px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #308912;
		font: bold 36px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #308912;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #308912;
		font: normal 18px Verdana;
	}


/* Main */

#main {
	width: 779px;
}
	/* conteudo interno */
	
	#conteudo {
	float: left;
	width: 600px;

	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 45px;
	}
	
	/* Main - Content - Post */
	
	#conteudo .post {
		float: left;
		margin-bottom: 25px;
		width: 600px;
	}
	
		/* Post - Title */
		
		#conteudo .post .post-title {
	width: 680px;
	height: 59px;
	background: url("images/post_title2.gif") no-repeat;
	color: #005B5E;
	font: normal 10px Verdana;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 55px;
		}
		
		#conteudo .post .post-title a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#conteudo .post .post-title a:hover {
			text-decoration: underline;
		}
		
		
		#conteudo .post .post-title .post-date span {
			margin: 6px 0 3px 0;
			display: block;
		}
		
		#conteudo .post .post-title h2 {
			color: #005B5E;
			font: bold 17px Verdana;
			padding: 5px 0 6px 0;
		}
		
		#conteudo .post .post-title h2 a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#conteudo .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#conteudo .post .post-entry {
	font: normal 12px/20px Verdana;
	color: #005B5E;
	padding: 0 15px;
	width: 648px;
	text-align: justify;
	background:#B9E1E5;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #87C7CE;
	border-left-color: #87C7CE;
		}
		
		#conteudo .post .post-entry a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#conteudo .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#conteudo .post .post-entry a.more-link {
			font-weight: bold;
			float: right;
			margin-bottom: 5px;
			color: #005B5E;
			text-decoration: none;
		}
		
		#conteudo .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#conteudo .post .post-entry blockquote {
			border-left: 10px solid #005B5E;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#conteudo .post .post-info {
	clear: both;
	width: 680px;
	height: 36px;
	text-align: right;
	font: bold 12px/25px Verdana;
	color: #005B5E;
	background: url("images/down_side2.gif") no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 50px;
		}
		
		#conteudo .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#conteudo .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#conteudo .post h3 {
			margin: 25px 0 5px 0;
			color: #000000;
			font: bold 16px Verdana;
			width: 650px;
		}




	/* Main - Content */
	
	#content {
	float: left;
	width: 450px;

	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 45px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 450px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
	width: 450px;
	height: 59px;
	background: url("images/post_title.gif") no-repeat;
	color: #005B5E;
	font: normal 10px Verdana;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 55px;
		}
		
		#content .post .post-title a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		
		#content .post .post-title .post-date span {
			margin: 6px 0 3px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #005B5E;
			font: bold 17px Verdana;
			padding: 5px 0 6px 0;
		}
		
		#content .post .post-title h2 a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
	font: normal 12px/20px Verdana;
	color: #005B5E;
	padding: 0 15px;
	width: 418px;
	text-align: justify;
	background:#B9E1E5;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #87C7CE;
	border-left-color: #87C7CE;
		}
		
		#content .post .post-entry a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
			float: right;
			margin-bottom: 5px;
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #005B5E;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
	clear: both;
	width: 430px;
	height: 36px;
	text-align: right;
	font: bold 12px/25px Verdana;
	color: #005B5E;
	background: url("images/post_info.gif") no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 50px;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 25px 0 5px 0;
			color: #000000;
			font: bold 16px Verdana;
			width: 450px;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Verdana;
			color: #005B5E;
			width: 450px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #005B5E;
		}
		
		#content .post .comments ol li cite {
			color: #005B5E;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #005B5E;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Verdana;
			color: #ffffff;
			width: 450px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #1b490b;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Verdana;
		color: #005B5E;
		margin-bottom: 25px;
		float: left;
		width: 450px;
	}
	
	#content .navigation a {
		color: #005B5E;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 220px;
		height:30px;
		font: normal 18px/20px Verdana;
		color: #005B5E;
		background-color:#B9E1E5;
		margin-bottom: 10px;
		background:  url("images/top_side.gif") no-repeat ;
	}
	
	#sidebar a {
		color: #1b490b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
	float: left;
	width: 206px;
	margin-top: 19px;
	padding-left: 12px;
	background:#B9E1E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8AC9CF;
	border-left-color: #8AC9CF;		
	}
	#down{
	    float: left;
		width: 208px;
		height:16px;
		padding-left: 12px;
     	background: url("images/down_side.gif");
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 200px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 161px;
		margin-top: 33px;
		background: url("images/sidebar_box.png") repeat-y;
		position: relative;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 161px;
		height: 16px;
		background: url("images/sidebar_box_bottom.png") no-repeat left bottom;
		margin-bottom: 48px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 128px;
			height: 33px;
			padding-left: 33px;
			font: bold 16px/33px Verdana;
			color: #000000;
			background: url("images/sidebar_title.png") no-repeat;
			position: absolute;
			top: -33px;
			left: 0;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 3px 0 0 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ffffff;
			padding-left: 15px;
			font: bold 12px/25px Verdana;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: -33px 0 0 0;
			padding: 20px 0 5px 0;
			width: 161px;
			text-align: center;
			background: url("images/sidebar_box_top.gif") no-repeat;
		}
		
		#sidebar #searchform #s {
			width: 116px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 4px 0 0 0;
			width: 144px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 3px 5px 0 5px;
		}


/* Footer */

#footer {
	margin: 0 auto;
	width: 779px;
	height: 48px;
	color: #005B5E;
	font: normal 10px/36px Verdana;
	text-align: center;
	background: url("images/rodape.jpg") no-repeat;
}

#footer a {
	color: #005B5E;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
