/*
THEME NAME: Sandbox Mod for Masters
THEME URI: http://www.milkandmud.com
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: Kristen Burgess
*/



* {
margin: 0;
padding: 0;
}

body {
background-color: #DCDCDC;
font-family: Verdana, Sans-Serif;
font-size: 10pt
}

#wrapper {
width: 760px;
margin: 0 auto;
background-color: #FFF;
}

#header {
height:85px;
background-color:#000;
color:#FFFFFF;
font-family: Arial, Sans-Serif;
font-size: 18px;
margin:0;
padding:0;
text-align:center;
}

#header h1{

font-size:1em;
margin:0;
font-family: Arial, Sans-Serif;
font-size: 33px;
padding-top:5px;
border-bottom:#000000 0; 
}

	
#header h1 a{
color:Yellow;
text-decoration: none;
background-color:#000000;
}

#top_nav {
font-family: Arial, Sans-Serif;
font-size: 10px;
color:#FFF;
background-color:#000;
margin-top: -15px;
}

#top_nav ul {
list-style-type: none;
}

#top_nav ul li {
display: inline;
}

#top_nav a{
color:#FFF;
background-color:#000;
	}



div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
background-image: url(images/container_bg.jpg);
}



div#content {
margin:0 160px 0 0;
padding: 15px;
color: #3C3C3C;
}

#content h1{
font-size:16px;
margin:0;
font-family: Arial, Sans-Serif;
padding-top:5px;
border-bottom:#385900 1px solid;
}

#content p {
padding-top: 5px;
padding-bottom: 5px;
}


div.sidebar {
float:right;
overflow: hidden;
width:160px;
background-color: #556B2F;
}

#side_nav {
padding: 10px 10px 10px 15px;
}

#side_nav ul {
list-style-type: none;
}

#side_nav a {
font-size: 10px; 
color: #FFF; 
font-family: verdana; 
}

div#secondary {
clear:right;
}



div#footer {

clear:both;

width:100%;
text-align: center;
background-color: #000;
color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
font-family:Tahoma;
font-size: 11px;
}

#footer p {
font-size: 10px;
padding: 2px;
}

#footer ul {
list-style-type: none;
}

#footer ul li {
display: inline;
padding: 3px;
}

#footer a {
color: white;
}

#menu {
display: none;
}

#access {
display: none;
}

#archives { 
display: none;
}

#categories {
display: none;
}

#pages {
display: none;
}

#secondary h3 {
display: none;
}

#blog-description {
color: #FFF;
text-align: center;
}

.entry-title {
display: none;
}

.post-edit-link {
display: none;
}

.textwidget {
padding-top: 15px;

}

#secondary ul li{
list-style-type: none;
list-style-image: none;

}