/*
THEME NAME: Drury Studio
DESCRIPTION: Custom Drury Studio Design on Sandbox theme
VERSION: 1.0
AUTHOR: Joe McGill
*/

/* globals
----------------------------------------------- */
div, p, ol, ul, li, h1, h2, h3, h4, h5, h6, body {
padding: 0;
margin: 0;
border: 0;
}

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
text-align: center;
background: #000 url('img/background.jpg') no-repeat top center;
}

a {
color: #D11;
}

#wrapper {
margin:0 auto;
width:100%;
text-align: center;
}

#header {
margin: 0px auto;
width: 1000px;
height: 225px;
color: #eee;
text-indent: -9999px;
}

#header a {
display: block;
width: 1000px;
height: 225px;
}

div.skip-link {
display: none;
}

#nav {
margin: 0px auto;
width: 1000px;
height: 25px;
position: relative;
top: -225px;
text-align: left;
}

#nav ul {
list-style: none;
padding: 4px 0;
margin-left: 20px;
}

#nav ul li {
float: left;
margin-right: 2em;
}

#nav a {
text-decoration: none;
font-weight: bold;
color: #000;
text-transform: lowercase;
}


#container {
margin: 0px auto;
padding-top: 20px;
width: 1000px;
text-align: left;
background-color: #fff;
}

#content {
float: left;
width: 750px;
margin-left: 20px;
}

#content h2 {
font-weight: normal;
font-size: 28px;
color: #D11;
}

#content h2 a {
text-decoration: none;
color: #D11;
}

#content div.post {
margin-bottom: 1.5em;
}

#content p {
margin-bottom:1em;
text-align: justify;
}

#content h3 {
margin: 1em 0;
}

#content .post-nav .alignleft {
float: left;
padding-right: 20px;
}

#content img {
border: 1px solid #666;
margin: .5em 0 1em;
}

#content img.alignright {
float: right;
clear: both;
margin-left: 10px;
}

#content img.alignleft {
float: left;
clear: both;
margin-right: 10px;
}

#content ol, #content ul{
margin: 1em 0 1em 20px;
}

#content .date{
font-size: 12px;
}

#content .entry-meta, #content .postmetadata {
font-size: 12px;
color: #666;
}

#content div.page h2 {
margin-bottom: 14px;
}

#nav-above {
margin-bottom: 1em;
}

#sidebar {
float: right;
clear: right;
width: 180px;
margin: 0 20px;
font-size: 12px;
}

#sidebar h3{
font-size: 14px;
}

#sidebar div{
margin-bottom: 1em;
}

#sidebar ul {
list-style: none;
}

#footer {
clear: both;
width: 100%;
text-align: center;
padding: 2em 0 .5em;
color: #999;
font-size: 10px;
}
