/* @override http://dresszing.com/wp-content/themes/Dresszing-blog/style.css */

/*  
Theme Name: Dresszing with Blog
Version: 1.2
Author: George Wiel
Author URI: http://macnewyork.com/
*/

/* CSS design by George Wiel */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:  center;  	/* Fix for auto margins bug in IE 5/6. */
	min-width: 850px;		/* Fix for Netscape 6 window width bug. */
	background-color: #EEE;
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 10px 10px;
	text-align: left;
	background-color: white;
}

/*#content_box {
	width: 800px;
	color: #535353;
	border: 1px solid white;
	margin: 0 auto;
	background-color: white;
}*/

#header {
	height: 34px;
	width: 750px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid #FF3300;
}
#header img {
	border: 0;
	float: left;	
}

#header_tagline {
	margin-top: 20px;
	color: #444;
	float: right;
	/*font-size: 0.6em;*/
	font-size: 10px;
	font-style: italic;
	/*font-weight: bold;*/
}
/* Navigation Bar. */

#navigation_links {
	margin: 0;
	padding: 0;
}

#navigation_links ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#navigation_links ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#navigation_links a {
	background: #000000 url(graphics/nav_bar_bkgnd.gif);
	width: 85px;
	height: 25px;
/*	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 12px;      
	background-color: #999;
}

#navigation_links #individuals_link a,
#navigation_links #corporations_link a,
#navigation_links #testimonials_link a {
	width: 120px;
	/*border-left: 5px solid white;*/
}

#navigation_links #press_link a,
#navigation_links #shop_link a {
	width: 90px;
	/*border-left: 5px solid white;*/
}

#navigation_links #blog_link a {
	width: 80px;
	/*border-left: 5px solid white;*/
}

#navigation_links #contact_link a {
	width: 80px;
	/*border-left: 5px solid white;*/
}

#navigation_links a:hover {
	color: #FF3300;
	background-color: #CCC;
}

#navigation_links .link_active a,
body#welcome_page #navigation_links #welcome_link a,
body#about_page #navigation_links #about_link a,
body#blog_page #navigation_links #blog_link a,
body#individuals_page #navigation_links #individuals_link a,
body#corporations_page #navigation_links #corporations_link a,
body#press_page #navigation_links #press_link a,
body#shop_page #navigation_links #shop_link a,
body#contact_page #navigation_links #contact_link a {
	color: #FF3300;
	background-color: #444;
}

/* Footer navigation links. */

#footer_links {
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #333;
}

#footer_links ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#footer_links ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer_links a {
	width: 186px;
/*	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 10px;      
}


#footer_links a:hover {
	color: #FF3300;
}

/* Main Content Column. */

#content_column {
	float: left;
	width: 420px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#content_column h2 {
	margin-top: 0;
	font-size: 1.2em;
	color: #333;
}

#content_column h2 a,
#content_column h3 a {
	text-decoration: none;
}

#content_column h3 {
	margin-top: 0em;
	font-size: 0.9em;
	color: #333;
}

#content_column small {
	font-size: 0.70em;
	color: #999;
}

#content_column hr {
	border: 1px solid #333;
}

#content_column p,
#content_column ul li,
#content_column ol li  {
	font-size: 0.75em;
	margin-top: 0;
	/*border: 1px solid red;*/
}

#content_column a {
	color: black;
}

a.stbutton.stico_default {
	text-decoration: none;
}

.stbuttontext {
	color:  #999;;
}


#content_column a:hover {
	color: red;
	text-decoration: none;
}

#content_column li {
	margin-top: 0;
	padding-top: 0;
}

#content_column ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0.5em;
	padding-left: 1em;
	/*border: 1px solid orange;*/
}

.postmetadata {
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
}

.postmetadata.alt {
	margin-top: 5px;	
	border-bottom: 0;
	padding-top: 2px;
	margin-bottom: 10px;
	text-align: left;
}

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

#comments {
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-top: 15px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.0em;
}

ol.commentlist li {
	margin-bottom: 0px;
	padding:  10px 10px;
	/*border-bottom: 1px dashed #ccc;*/
	background-color: #FFF;
}

ol.commentlist li.alt {
	background-color: #EEE;
}

#comment_title {
	margin-left: 15px;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
/*----*/

div#about_quote p {
	margin-left:10px;
	margin-right: 10px;
}

div#about_quote p.last {
	margin-bottom: 0px;
}

div#about_quote {
	background-color: white;
	padding: 0 10px;
	margin-bottom: 20px;
}
div#about_quote .fancy_quote {
	/*font-size: 1em;*/
}

img {
	border: 1px solid #AAA;
	margin-right: 10px;
	margin-bottom: 8px;
	float: left;
}

div#gallery {
	position: absolute;
	width: 185px;
}
div#post-18 img {
	/*width: 185px;*/
	/*float: left;*/
	/*margin-right: 12px;*/
	border:0;
}
#photodiv {
  	background-repeat: no-repeat;
	}
	
div#post-18 p {
	/*margin-left: 195px;*/
	/*float: left;*/
	/*margin-right: 12px;*/
}

div#post-18 div.photo_credit p {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 9px;
}
body#contact_page div#content_column img,
div#post-20 img {
	width: 100%;
	/*float: left;*/
	/*margin-right: 12px;*/
}
p#susan_signature {
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 2px;
}

.photo_credit {
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 9px;
	text-align: right;
	color: #777;
}

body#welcome_page .photo_credit,
div#post-18 .photo_credit,
div#post-20 .photo_credit {
	float: left;
	width: 185px;
	margin-right: 12px;
	margin-bottom: 0px;
}

div.photo_credit,
body#contact_page .photo_credit{
	float: left;
	width: 125px;
	margin-right: 12px;
	margin-bottom: 15px;
}

/* Side column. */

#sidebar_column {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	margin-right: 20px;
	/*font-size: 11px;
	background-color: lemonchiffon;
	border: 1px solid navajowhite;*/
}

#sidebar_column h2 {
	/*margin-top: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 2em;
	background-color: navajowhite;*/
}

#sidebar_column p {
	/*margin: 0 14px;
	margin-bottom: 14px;
	font-size: 0.9em;*/
}

.testimonial_box_top_border,
.signup_box_top_border {
	border-top: 12px solid #FF0000;
}

#sidebar_column .testimonial_box,
#sidebar_column .signup_box {
	width: auto;
	margin-bottom: 0px;
	background-color: white;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

div#content_column .testimonial_box {
	width: auto;
	margin-bottom: 20px;
}

.testimonial_box h2,
.signup_box h2 {
	height: 1.2em;
	margin-top: 0;
	text-align: left;
	margin-left: 14px;
	font-size: 0.8em;
	line-height: 2em;
	/*background-color: #FF0000;*/
}

.testimonial_box p {
	text-indent: -0.4em;
	margin: 0 14px;
	font-size: 11px;
}

.signup_box h3,
.signup_box p,
.signup_box ul li {
	margin: 0 14px;
	font-size: 11px;
}

.signup_box ul li{
	margin-left: 0;
}

.signup_box ul{
	margin-left: 14px;
	padding-left: 14px;
}

.signup_box input#Name ,
.signup_box input#Email1 {
	margin-top: 10px;
	width: 90%;
	margin-left: 14px;
}

.signup_box input#submit {
	margin-top: 10px;
	margin-left: 14px;
	margin-bottom: 5px;
}


#sidebar_column .testimonial_box p.testimonial_source {
	font-size: 0.6em;
	margin-top: 0.8em;
	margin-bottom: 12px;
	text-align: right;
}

div#content_column .testimonial_box p.testimonial_source {
	font-size: 0.8em;
	margin-top: 0.8em;
	margin-bottom: 12px;
	text-align: right;
}

#copyright {
	margin-top: 1px;
	margin-left: 0px;
	color: black;
	text-align: center;
	font-size: 9px;
	clear: both;
}

.clear_both {
	clear: both;
}

/* Corporations Page. */

body#corporations_page blockquote {
	margin-left: 1em;
	line-height: .5em;
}

/* Press page. */

div.press_item {
	border-bottom: 1px solid #666;
}

div.press_item img {
	width:  89px;
	border: 0;
	margin-bottom: 5px;
}
/* Contact page. */

form#contact_form label {
	font-size: 12px;
}

form#contact_form input#name,
form#contact_form input#email,
form#contact_form textarea {
	display: block;
	width: 350px;
	background-color: #EEE;
	margin-bottom: 10px;
}

p.privacy_message {
	width: 350px;
}

p.privacy_message em {
	font-size: 9px;
}

/* Wordpress specific styles. */

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation a {
	font-size: 0.7em;
	}

/* Wordpress Randow Quotes plugin. */

#wp_quotes {
	width: auto;
	margin-bottom: 0px;
	background-color: white;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

.wp_quotes_quote {
	/*text-indent: -0.4em;*/
	margin: 0 14px;
	font-size: 11px;
}

.wp_quotes_author {
	font-size: 0.6em;
	font-style: italic;
	margin-top: 0.8em;
	margin-bottom: 12px;
	text-align: right;
}

.hidden {
	display: none;
}