/*
THEME NAME: Madison Street Living
THEME URI: http://www.madisonstreetliving.com
DESCRIPTION: Custom theme for Madison Street Living
VERSION: 1.0
AUTHOR: Jeff Cook
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');



html {
	background:url(images/bg.png) center repeat-y;
	font:62.5% Georgia, "Times New Roman", Times, serif;	
	width:100%;
	margin:0;
	padding:0;
	min-width:990px;
	color:#4f3915;
}

body {
	width:100%;
	margin:0 auto;
	background:url(images/header_bg.png) top center no-repeat;

}

#wrapper {
	width:990px;
	margin:0 auto;
	position:relative;
}

a {
	color:#C88A12;
}
a:focus {
	outline:none;
}

#header h1 {
	margin:0;
	height:202px;
	width:504px;
	float:left;
	margin:0 0 0 15px;
}
#header h1 a {
	display:block;
	height:202px;
	width:504px;
	text-decoration:none;
}
#header h1 a span {
	visibility:hidden;
}
#blog-description {
	font-size:1.8em;
	text-align:left;
	width:389px;
	margin:115px 0 0 35px;;
	padding:0;
	float:left;
}




/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
display:none;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
display:none;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

.wp-caption {
border:1px solid #C88A12;
padding:5px;
font-size:.8em;
background:#F6E9D7;
margin:0 0 10px 0;
}
.wp-caption.alignright {
margin:0 0 10px 10px;
}
.wp-caption.alignleft {
margin:0 10px 10px 0;
}


p.wp-caption-text{
font-style:italic;
margin:5px 0 0 0;
}


div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0;
}

div.sidebar li form {
margin:0;
padding:0;
}

.sidebar ul {
	list-style:none !important;
}

div.sidebar ul ul {
}

div.sidebar ul ul li {
}

div.sidebar ul ul ul {
}

div.sidebar ul ul ul li {
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}
#footer {
	clear:both;
	border-top:1px solid #fff;
	margin-left:70px;
	margin-right:90px;
	width:auto !important;
}
#footer p {
	font-size:1.5em;
	font-weight:bold;
	margin-top:2em;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

.widget_pages {
	margin:37px 0 0 66px !important;
	width:169px;
	padding-top:30px;
	border-bottom:5px solid #e4c9bb;
	background: url(images/nav_top.png) top no-repeat;
}
.widget_pages h3 {
	display:none;
}
.widget_pages ul {
	list-style:none !important;
	padding:10px 4px !important;
	margin:0;
	background:#fff url(images/nav_bg.png) top repeat-y;
}
.widget_pages ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.7em;
	font-variant:small-caps;
}
.widget_pages ul li a {
	text-decoration:none;
	display:block;
	color:#600;
	padding:4px 10px;
}
.widget_pages ul li a:hover {
	background:#e4c9bb;
}

#content {
position:relative;
	width:600px;
	padding-top:52px;
}
.entry-date, .entry-meta {
	font-size:1.1em;
	margin:0 15px;
	color:#BFA08F;
}
.entry-content {
	font-size:1.4em;
}
#content h2 {
	font-size:1.9em;
	margin:0;	
}

#content h3 {
	font-size:1.2em;
	margin:0;
	border-bottom:1px solid #C88A12;
}
#content blockquote {
border:1px solid #6F1100;
background:#F6E9D7;
font-size:12px;
padding:0 10px;
}
#contact_form {
	float:right;
	border:1px solid #6F1100;
	background:#F6E9D7;
	padding:10px;
	margin:0 0 20px 20px;
	width:320px;
}
#contact_form ul {
	list-style:none;
	margin:0;
	padding:0;
}
#contact_form ul li {
	margin:5px 0;
}
#contact_form ul li textarea, #contact_form ul li input[type=text] {
width:315px;
margin-bottom:10px;
}
#contact_form label {

}
iframe {
border:1px solid #6F1100;
}

.wpcf7-response-output {
border:1px dashed solid !important;
width:200px !important;
font-weight:bold;
color:#900;
margin:10px 0 !important;
display:block;
padding:10px !important;
position:absolute;
background:#fff;
top:407px;
}

#post-6 h2 {
display:none;
}

#attachment_90, #attachment_92, #attachment_102 {
clear:both;
}

#links-page {
list-style:none;
margin:0 0 15px 0;
padding:0;
}

#links-page h3 {
margin:15px 0 5px 0;
}
