/*
Theme Name: decode v2
Theme URI: http://www.themelayouts.com/
Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
It was tweaked by Paulo A. Silva<pauloasilva@gmail.com> to allow a top custom menu.
Version: 1.1b
Author: ThemeLayouts/DreamTemplate
Author URI: http://www.themelayouts.com/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #f6f5f5;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	}
	

img {
	border: 0;
	}

ul, ol {
	margin: 0;
	padding: 0 20px 0 20px;
	}

ul li, ol li {
	padding: 0;
	margin: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	border: 0;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	padding: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 2px;
	}

.clearer {
	clear: both;
	}

a:link, a:active, a:visited {
	color: #e14444;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* Top */
#top {
	width: 100%;
	}

#top #topdiv {
	width: 950px;
	padding: 5px 0 5px 0;
	}
		
/* Header */
#header {
	margin: 0 0 20px 0;
	width: 100%;
	height: 165px;
	padding: 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;
	}

#headiv {
	width: 970px;
	}
	
/* Blog title */
#blogtitle {
	margin: 0;
	padding: 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: no-repeat;
	}
	
#blogname {
	padding: 25px 0 0 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 40px;
	color: #2e7387;
	}

#blogname a {
	color: #ecf5f6;
	font-weight: normal;
	border: none;
	}

#blogname a:hover {
	color: #ecf5f6;
	}

#logo {
	border: none;
	padding: 0;
	margin: 50px 0 0 0;
	background: none;
	}

/* Top Nav */
#topnav {
	margin: 49px 0 0 0;
	padding: 0;
	width: 970px;
	}

#topnav #plinks {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 671px;
	float: left;
	}

#topnav #plinks ul li a:link, #topnav #plinks ul li a:active, #topnav #plinks ul li a:visited, .current_page_item a:hover {
	color: #444444;
	padding: 8px 0 0 0;
	border: none;
	margin: 0;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 120px;
	height: 29px;
	background-image: url('images/topnavabg.jpg');
	background-repeat: no-repeat;
	}

#topnav #plinks ul li a:hover {
	background-image: url('images/topnavahbg.jpg');
	background-repeat: no-repeat;
	}

body#home #topnav #plinks ul li a.sel, #topnav #plinks ul li.current_page_item a {
	background-image: url('images/topnavahbg.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	}
	
body#nothome #topnav #plinks ul li a.sel:hover {
	background-image: url('images/topnavabg.jpg');
	background-repeat: no-repeat;
	}

#topnav #plinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#topnav #plinks ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	background: none;
	}

/* Top Search */
#topsearch {
	margin: 0;
	float: right;
	width: 285px;
	}
	
#s {
	width: 190px;
	height: 25px;
	border: none;
	float: left;
	margin: 0;
	background-color: transparent;
	background-image: url('images/sbg.jpg');
	background-repeat: no-repeat;
	color: #f8f8f8;
	padding-top: 6px;
	}

#searchsubmit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/searchsubmitbg.jpg');
	background-repeat: no-repeat;
	text-transform: uppercase;
	border: none;
	width: 85px;
	height: 25px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	float: left;
	margin: 0;
	}
	
/* Wrapper */
#wrapper {
	margin: 0;
	width: 970px;
	padding: 0;
	}
	
/* Container */
#container {
	width: 970px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	

/* Content */
#content {
	width: 671px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	line-height: 22px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

/* Entry */		
.entry {
	margin: 0;
	padding: 8px 10px 0 10px;
	background-image: url('images/entrytop.jpg');
	background-repeat: no-repeat;
	}

.entry2 {
	margin: 0;
	padding: 8px 1px 0 1px;
	background-image: url('images/entrytop.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	}
.entrytop {
	background-image: url('images/entrybg.jpg');
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	}

.entrybottom {
	margin: 0 0 30px 0;
	padding: 0 0 8px 0;
	background-image: url('images/entrybottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	}

/* Headings */
#content h1, #content h2, #content h3, #content h4, , #featured h3 {
	margin: 0 0 3px 0;
	color: #333333;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

.entry h2 {
	margin: 0;
	padding: 3px;
	font-size: 26px;
	color: #444444;
	font-weight: normal;
	line-height: 28px;
	}

.entry h2 a, #content h2 a {
	font-weight: normal;
	color: #e14444;
	}

.entry2 h3 {
	padding: 0 10px 0 10px;
	}

/* Entry Head */
.ehead {
	margin: 0;
	padding: 0;
	}
	
.entryinfo {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #d6d6d6;
	padding: 0 5px 5px 5px;
	color: #777777;
	}

.entryinfo a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
blockquote, blockquote blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	color: #555555;
	border-left: 5px solid #777777;
	font-size: 11px;
	line-height: 19px;
	}

blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	background-image: none;
	color: #555555;
	border-left: 5px solid #999999;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.navigation {
	display: block;
	}

/* rightbar */
#sidebar {
	width: 285px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#sidebar ul li, #sidebar ol li {
	line-height: 19px;
	}
	
.widget {
	margin: 0;
	padding: 10px 10px 0 10px;
	background-image: url('images/widgetop.jpg');
	background-repeat: no-repeat;
	}

.widgetop {
	background-image: url('images/widgetbg.jpg');
	background-repeat: repeat-y;
	}

.widgetbottom {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background-image: url('images/widgetbottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	}

	
/* Sidebar Heading*/
#sidebar h2 {
	margin: 0 0 6px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #d6d6d6;
	color: #e14444;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	padding: 0 0 5px 0;
	}

#sidebar ul, #sidebar ol {
	padding-right: 0;	
	}

#sidebar ul li, #sidebar ol li {
	margin-bottom: 3px;
	}

/* WP-Calendar */
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

/* Ads Spots 125x125 */
#adspot {
	overflow: hidden;
	}
	
.ad1 {
	float: left;
	margin-bottom: 15px;
	}

.ad2 {
	float: right;
	margin-bottom: 15px;
	}

.ad3 {
	float: left;
	}

.ad4 {
	float: right;
	}
	
/* Comments Area */
ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

ol.commentlist li {
	margin: 0 0 15px 0;
	background: none;
	padding: 10px;
	}

ol.commentlist li.alt {
	background-color: #fbfafa;
	border-top: 1px solid #edecec;
	border-bottom: 1px solid #edecec;
	}
	
ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content .commentmetadata a {
	font-weight: normal;
	font-size: 11px;
	}

.commentator {
	display: inline;
	}

#content ol.commentlist li .avatar {
	float: left;
	margin-right: 5px;
	}

#commentform #submit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc3f3f;
	background-image: url('images/comsubmitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	width: 125px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
/* Archives & Search */
ol.archive {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}

ol.archive li {
	margin:  0 0 25px 0;
	}
	
/* Footer - the one with "All Rights Reserved" */	
#footer {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #292929;
	color: #f2f2f2;
	font-size: 11px;
	}

#footer div {
	width: 970px;
	margin: 0;
	padding: 15px 0 15px 0;
	}

#footer a {
	color: #ff8181;
	}

