/*!
THEME NAME: wp-minkoff
THEME URI: http://morganizeit.com/themes/wp-minkoff
DESCRIPTION: A hacked up sandbox theme.
VERSION: 0.1
AUTHOR: Morgan Knicely
AUTHOR URI: http://morganizeit.com/
TAGS: two column, elastic width, custom
*/

/*! http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/*! basics */
body {
    padding: 0px 6px;
    background: transparent url(images/_Version1-bg.jpg) repeat 0px 0px;
	color: #462d0b;
	font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.357;  
}
table {
    color: #382504;
	font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5em 0px 0.5em;
    font-weight: bold;
}
h1, h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
p {
    margin: 6px 0px 11px;
}
ul {
    list-style-type: disc;
    margin: 9px 0px 14px;
}
ol {
    list-style-type: decimal;
    margin: 9px 0px 14px;
}
li {
    margin-left: 2em;
}
li ul, li ol {
    margin-bottom: 0px;
}
ol li ul li {
    margin-left: 2em;
    text-indent: 0px;
}
ol li, ol li ul li ol li {
    margin-left: 2em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1em;
}
img {
    margin: 0.8571em 1em;
}
img[align='right'] {
    margin-right: 0px;
}
img[align='left'] {
    margin-left: 0px;
}
code, pre {
    font-family: monospace;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
    color: #af473d;
}
a:visited {
    color: #af473d;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #bd5500;
}



/*! layout */
#wrapper {
    position: relative;
    width: 938px;
    min-height: 500px;
    margin: 9px auto 0px;
    background: transparent url(images/_Version1-banner.gif) no-repeat 0px 0px;
    overflow: hidden;
}
#header {
    position: absolute; left: -999em; top: -999em;
}
#header h1 {
    margin: 0px;
}
#header h1 span  {
}
#header h1 a {
}
#header div {
    position: absolute; left: -999em;
}
#access {
    margin: 128px 36px 18px 188px;
    text-align: center;
}
#access .skip-link {
    position: absolute; left: -999em; top: -999em;
}
#access ul {
    list-style-type: none;
    margin-bottom: 0px;
    text-align: center;
}
#access li {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0px 15px;
}
.IE #access li {
    display: inline;
}
#access li a {
    display: -moz-inline-box;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #382504;
}
#access li.current_page_item a:link, #access li.current_page_item a:visited {
    text-decoration: underline;
}
.IE #access li a {
    display: inline;
}

#container {
    margin-left: 188px;
}
#container {
	float: right;
	margin: 0 0 0 -188px;
	width: 100%;
}
#content {
	margin: 0 36px 0 188px;
}
#content ins.roundTop, #content ins.roundTop ins, #content ins.roundBottom, #content ins.roundBottom ins {
    display: block;
    height: 10px;
    background: transparent url(images/_Version1-textBgCorners.png) no-repeat 0px 0px;
    _background-image: url(images/_Version1-textBgCorners.gif);
}
#content ins.roundTop {
    padding-left: 9px;
}
#content ins.roundTop ins {
    background-position: 100% -10px;
}
#content ins.roundBottom {
    padding-left: 9px;
    background-position: 0px -20px;
}
#content ins.roundBottom ins {
    background-position: 100% -30px;
}
.contentWrap {
    padding: 5px 18px;
    background: transparent url(images/_Version1-textBg.png) repeat 0px 0px;
    _background-image: url(images/_Version1-textBg.gif);
}



/* sidebar styles */
.sidebar {
    float: left;
	width: 170px;
    margin-top: 240px;
	overflow: hidden;
}
#secondary {
    float: left;
    clear: left;
}

#footer {
    clear: both;
    margin: 0px 36px 0px 188px;
    padding: 36px 0px 12px;
    text-align: center;
    font-size: 10px;
    color: #df9790;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
    color: #df9790;
}


#recent-posts li {
    margin-bottom: 0.35em;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
}
.sidebar .sadie-contact {
	text-align: center;
}
.sidebar .sadie-list  li {
	margin-bottom: 0.35em;
	padding-left: 1em;
	font-size: 12px;
    text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}


/* section styles */
h2.entry-title {
    margin-top: 0px;
}
.sidebar ul {
    list-style-type: none;
}
.sidebar li {
    margin-left: 0px;
}

.post {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.entry-title {
    float: left;
}
.entry-date {
    float: right;
    margin: 0px 0px 1em 1em;
    font-size: 11px;
}
.entry-content {
    clear: both;
    overflow: hidden;
    *zoom: 1;
}
.entry-meta {
    margin-top: 2em;
    font-size: 11px;
}
.page .edit-link {
    display: block;
    clear: both;
    text-align: right;
}

#nav-above {
    display: none;
}
#nav-below {
    margin: 1em 0px 0px;
    overflow: hidden;
    *zoom: 1;
}
.navigation .nav-previous {
    float: left;
}
.navigation .nav-next {
    float: right;
}



/* contact form */
.formcontainer {
    margin-top: 12px;
    overflow: hidden;
    *zoom: 1;
}
p.information {
    font-size: 10px;
    margin: 0px;
    margin-bottom: -16px;
    text-align: right;
}
.formcontainer span.required {
    color: #ff6666;
}
.formcontainer fieldset {
    float: left;
    margin: 0px 24px 12px 0px;
}
.formcontainer legend {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-style: italic;
}
.formcontainer input[type=text] {
    width: 256px;
}
.formcontainer input {
    _width: expression((this.type == 'text') ? '256px': '');
}
.formcontainer textarea {
    width: 300px;
    height: 120px;
}
.formcontainer .form-option {
    margin-bottom: 1em;
}
.formcontainer .form-input, .formcontainer .form-textarea {
    margin-bottom: 6px;
}
.formcontainer .success {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}



/* image and gallery styles */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption p {
    font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.gallery {
    clear: both;
    overflow: hidden;
    *zoom: 1;
}
.gallery dl {
    float: left;
    _display: inline;

	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.gallery dt {
    float: left;
    _display: inline;
}
.gallery dt a {
    
}
.gallery dt a img {
    margin: 0px 5px;
}
.gallery dd {
    clear: both;
    font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





@media print {
    body {
        background: #fff;
    }
    .sidebar {
        visibility: hidden;
    }
}






