/*  
Theme Name: The Marketing Dude
Theme URI: http://www.themarketingdude.com/
Description: Theme developed especially for http://www.themarketingdude.com/
Version: 1.0
Author: Alexandru Cristache
Author URI: http://www.overbridge.ro/

*/

/* General */

a {
	color: #6d6302;
	text-decoration: none;
}

a:hover {
	color: #01907b;
}

abbr {
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h3 {
	border-bottom: 1px solid #ddd8a4;
}

h4 {
	border-bottom: 1px solid #ddd8a4;
	margin-bottom: 10px;
}

/* Structure */

body {
	background: #fff url(img/background.png) repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: normal normal 13px "Trebuchet MS", sans-serif;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	text-align: left;
}

/* Headeer */

#topbar {
	display: block;
	height: 60px;
	padding-top: 20px;
}

#toplogo {
	display: block;
	float: left;
	width: 180px;
}

#toplogo a {
	display: block;
	height: 59px;
	width: 122px;
	background: url(img/the_marketing_dude.gif) no-repeat;
}

#toplogo a span {
	display: none;
}

#toppages {
	display: block;
	float: left;
	width: 500px;
}

#toppages ul {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#toppages ul li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}

#toppages a {
	font: normal bold 14px "Arial Narrow", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #6d6302;
	text-decoration: none;
}

#toppages a:hover {
	color: #01907b;
}

#topsearch {
	float: right;
	padding-top: 15px;
}

#searchform #s {
	border: 0;
	border-bottom: 1px solid #ddd8a4;
	background: none;
	width: 170px;
}

#searchform #searchsubmit {	
	border: 0;
	width: 36px;
	height: 20px;
	background: url(img/but_search.gif) no-repeat 0 10px;
}

#greenbar {
	display: block;
	height: 200px;
	background: url(img/top_quote.gif) no-repeat center right;
}

#subscribeform {
	display: block;
	float: left;
         height:200px;
	width: 450px;
	background: url(img/top_subscribe.jpg) no-repeat;
}

#subscribeform form {
	margin: 90px 0 0 0;
	padding: 0;
}

#subscribeform .firstname {
	width: 236px;
	text-align: right;
	background: none;
	border: none;
	font-size: 10px;
	color: #fff;
	background: url(img/bg_firstname.gif) no-repeat bottom;
	margin-bottom: 10px;
}

#subscribeform .email {
	width: 236px;
	text-align: right;
	background: none;
	border: none;
	font-size: 10px;
	color: #fff;
	background: url(img/bg_email.gif) no-repeat bottom;
	margin-bottom: 5px;
}

#subscribeform .submitsubscribe {
	display: block;
	width: 51px;
	height: 13px;
	background: url(img/but_submit_subscribe.gif) no-repeat;
	margin-left: 185px;
}

/* Sidebar */

#sidebar {
	display: block;
	width: 220px;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
	border: 0;
	border-bottom: 1px solid #ddd8a4;
	padding: 2px 0;
}

/* Content */

#content {
	display: block;
	width: 690px;
	float: right;
	padding: 0;
}

.post {
	clear: both;
	margin-bottom: 30px;
}

.postpic {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	background: url(img/mg_postpic.jpg) no-repeat;
	height: 100px;
	width: 50px;
}

.postdate {
	display: block;
	float: left;
	background: #ddd8a4;
	text-align: center;
	color: #6d6302;
	width: 40px;
	line-height: 14px;
	padding: 5px 0;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}

.posttitle {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
}

.entry {
	clear: both;
	display: block;
}

.entry p {
	margin-top: 0;
}

.entry a {
	text-decoration: underline;
}

.postmetadata {
	font-size: 11px;
	border-top: 1px solid #ddd8a4;
	padding: 3px 0;
	margin: 0;
	line-height: 20px;
	color: #777;
}

.postbookmark {
	border-top: 1px solid #ddd8a4;
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
	color: #777;
}

.posttags {
	border-top: 1px solid #ddd8a4;
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
	color: #777;
}

.postmetadata a {
	margin-right: 20px;
}

.navigation {
	clear: both;
}

.navigation a {
	margin: 10px 0 20px 0;
}

.navigation .alignleft {
	display: block;
	width: 40%;
	float: left;
	text-align: left;
}

.navigation .alignright {
	display: block;
	width: 40%;
	float: right;
	text-align: right;
}

/* Comments */

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	padding: 7px 0 4px 0;
	border-bottom: 1px solid #ddd8a4;
}

.commentlist p {
	margin: 3px 0;
}

.commentform {
	margin-top: 30px;
}

.commentform input {
	border: 1px solid #ddd8a4;
	width: 200px;
}

.commentform textarea {
	border: 1px solid #dd8a4;
	width: 350px;
}

.commentform .submitcomment {
	display: block;
	width: 140px;
	height: 14px;
	background: url(img/but_submit_comment.gif) no-repeat;
}

/* Footer */

#footer {
	clear: both;
	text-align: right;
}

.copyright {
	display: block;
	height: 38px;
	width: 380px;
	background: url(img/bg_footer.gif) no-repeat;
	float: right;
	margin-bottom: 10px;
}

.copyright span {
	display: none;
}

#sidebar ul ul.children{
margin-bottom:0; 

}
#sidebar ul ul.children li{
border-bottom:none;
}
