/*  
Theme Name: Underscore Marketing
Theme URI: http://www.haddadandpartners.com/
Description: Personalized Template for Underscore Marketing
Date: July 9th 2009
Author: Benoit Dutrevis
Author URI: http://www.haddadandpartners.com/
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF url(images/main_bg.gif) repeat-x top left;
	font: 80%/170% Arial, Verdana, Helvetica, sans-serif;
	color: #494949;
}

/*--formatting--*/
a {
	color: #559717;
}

a:hover {
	text-decoration: none;
	color: #72cc1e;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
	color: #638bae;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #6b96bb;
	/* border-bottom: 5px solid #4e6d88; */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #638bae;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #559717;
	padding-bottom: 15px;
}

h6 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #b7322d;
	padding-bottom: 5px;	
}

blockquote {
	font-style: italic;
	color: #4f6a81;
	clear: both;
	margin: 0 0 10px 30px;
	_margin: 0 0 10px 10px;
	font: 600 18px "Times New Roman", Times, serif;	
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: none;
	list-style-image: url(images/bl_li.gif);
}

ol {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

ol li {
	margin: 0 0 10px 0;
}

ol li ol {
	list-style-type: lower-roman;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	border: 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	border: 0;
}

/*--container--*/
#wrapper {
	width: 880px;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 880px;
	height: 238px;
	float: left;
	padding-top: 18px;
}

#content {
	width: 880px;
	float: left;
	background: url(images/content_bg.png) repeat-y top center;
	margin: 0 0 0 0;
	min-height: 694px;
}

#content #left-col {
	width: 562px;
	float: left;
	position: relative;
	padding: 0 15px 0 15px;
	margin: 15px 0 15px 0;
}

#content #right-col {
	width: 258px;
	margin-top: 20px;
	float: left;
	position: relative;
	padding: 0 15px 0 15px;
}

#content #right-col #sidebar {
	width: 258px;
	float: left;
	position: relative;
}

#footer {
	width: 880px;
	height: 50px;
	margin: 0 auto;
}

/*--header--*/

#header #logo {
	width: 880px;
	height: 170px;
	float: left;
	z-index: 800;
	background: url(images/header.png) no-repeat top left;
}

#header #logo h1 a {
	width: 211px;
	height: 170px;
	float: left;
	text-indent: -9999em;
	z-index: 800;
}

#headerdesc{
	float: left;
	width: 370px;
	font-size: 12px;
	color: #322f2c;
	margin: -177px 0 0 224px;
	z-index: 600;
}

#headerdesc h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 13px 0;
	padding: 0;
}

#headerdesc p {
	line-height: 16px;
	margin: 0;
}

#header_img {
	float: left;
	z-index: -1;
	margin: 0 0 0 -211px;
}

/*--page-menu--*/

#header #navCn {
	float: left;
	width: 880px;
	height: 73px;
	background: url(images/nav_bg.png) no-repeat top left;
	margin: 0;
}

#header #menu {
	float: left;
	width: 750px;
	height: 68px;
	padding: 0 0 0 15px;
	margin: 0;
}

#header #menu ul {
	width: 900px;
	list-style: none;
	float: left;
	text-align: left;
}


/*
#header #menu ul li {
	float: left;
}

#header #menu ul li a {
	padding: 10px 8px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#header #menu ul li a:hover {
	text-decoration: underline;
}
*/

#header #menu ul li.page_item {
	float: left;
}

#header #menu ul li.page_item a {
	padding: 10px 8px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#header #menu ul li.page_item a:hover {
	text-decoration: underline;
}

#header #menu ul li.current_page_item a {
	color: #FFFFFF;
	background: url(images/nav_mo.gif) repeat-x top;
}

/*--featured-post--*/

#featured-post {
	width: 562px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 552px;
	float: left;
	background: #fff url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #DDDDDD;
	color: #5b80a0;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #364d60;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 548px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post .featured ol {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

#featured-post .featured ol li {
	margin: 0 0 10px 0;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background-color: #FF0000;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 562px;
	float: left;
	margin-top: 10px;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}



.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 10px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 452px;	
}

.entry_page {
	float: left;
	width: 562px;	
}

.entry_page ul li {
	list-style-type: none;
	list-style-image: url(images/bl_li.gif);
}

.entry_page ol {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

.entry_page ol li {
	margin: 0 0 10px 0;
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

#right-col h2 {
	text-align: left;
	color: #5c81a1;
	font: 400 18px Arial, Helvetica, sans-serif;
}

#right-col div#tagClouds a {
	color: #666666;
	text-decoration: none;
}

#right-col div#tagClouds a:hover {
	color: #5c81a1;
	text-decoration: underline;
}


/*--feed--*/

#feed {
	float: right;
	margin: -75px 38px 0 0;
	z-index: 500;
}

#feed td{
	text-align: center;
	vertical-align: top;
	margin: 0;
	line-height: 10px;
}

#feed a.rss {
	font-size: 9px;
	color: #5a5c5f;
	text-decoration: none;
}

#feed a:hover.rss {
	color: #d86a00;
	text-decoration: underline;
}

/*--feed--*/
#searchform {
	width: 258px;
	float: left;
	background: url(images/searchform.png) no-repeat top center;
	height: 45px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 248px;
	margin: 10px;
	display: inline;
}

#searchform form input#s {
	width: 200px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 258px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 18px Arial, Helvetica, sans-serif;
	/*background: url(images/about.png) no-repeat top right;*/
	width: 258px;
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
	margin: 5px 5px 5px 0;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: left;
	margin-bottom: 15px;
	color: #5c81a1;
	font-size: 16px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 258px;
}

#sidebar2 {
	float: left;
	width: 258px;
}

#sidebar ul li {
	float: left;
	width: 258px;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #5b80a0;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 200px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 200px;
	text-decoration: none;
	font-size: 11px;
	color: #5b80a0;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #364d60;
	background-color: #DDDDDD;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 562px;
}

h3#comment-title {
	background: url(images/comments.gif) no-repeat top left;
	width: 562px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 562px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 430px;
	margin-right: 10px;
	background-color: #DDDDDD;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px solid #CCCCCC;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 430px;
	margin-right: 10px;
	background-color: #CCCCCC;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #DDDDDD;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/leaveacomment.gif) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	width: 562px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer .footer-text {
	width: 880px;
	margin: 0 auto;
	font-size: 10px;
	color: #666666;	
}

#footer .footer-text a {
	color: #b7322d;
}

#footer .footer-text a:hover {
	text-decoration: none;
	color: #842723;
}

#footer .footer-text span {
	float: left;
	width: 577px;
	height: 50px;
	background: url(images/footer_left_bg.png) repeat-y top center;
	padding-left: 15px;
}

#footer .footer-text div {
	float: left;
	width: 273px;
	height: 40px;
	text-align: right;
	vertical-align: bottom;
	background: url(images/footer_right_bg.png) repeat-y top center;
	padding: 10px 15px 0 0;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

/*--Next & Previous--*/

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 562px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

/*--Facebook--*/

#facebook td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c81a1;
}

.facebook_txt {
	padding: 5px 0 0 12px;
}

.separator {
	margin: 0;
	padding: 13px 0 13px 0;
}


/*--Twitter--*/

.td_twitter_center {
	padding: 5px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: url(images/twitter_center.gif) repeat-y top;
	line-height: 12px;
}

.td_twitter_center ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.td_twitter_center li {
	margin-bottom: 5px;
	list-style: none;
}


.td_twitter_bottom {
	padding: 8px 5px 0 0;
	text-align: right;
	vertical-align: top;
	background: url(images/twitter_bottom.gif) no-repeat top;
}

.td_twitter_bottom a {
	font-size: 11px;
	color: #5c81a1;
	text-decoration: underline;
}

.td_twitter_bottom a:hover {
	color: #3e566b;
	text-decoration: none;
}

/*--Sizer--*/

#sizer {
	float: left;
	height: 45px;
}

#sizer td {
	text-align: left;
	vertical-align: middle;
}

.sizerBtns {
	padding: 7px;
	background: url(images/size_bg.gif) no-repeat top;
}

.sizerTxt {
	padding-left: 11px;
}

/*-- Bio Pics --*/

.floatLeft {
	float: left;
}