/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp;
      <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

@import url('sandbox-layouts/1c-b.css');
     

/*------------- LAYOUT --------------*/

body {
	background: #342008 url(images/Background.jpg) center 140px no-repeat;

	color: #3a2309;
	font-family: Helvetica, 'Helvetica Neue', sans-serif;
	margin: 0;
	padding: 0;
}

div#wrapper{

}


div#header{
	height: 100px;
	background: url(images/HeaderBackground.jpg) center top repeat-x;
	text-align:center;   
	  
}


/*------------- MENU --------------*/

div#access {
	 height: 40px;  
     background: #3a2309 url(images/MenuBackground.jpg) 0 0 repeat-x;
     width:100%;

}

div#menu {

	 font-family: Trebuchet, 'Trebuchet MS', Verdana, sans-serif;
	 font-size:0.9em;
	 text-transform: uppercase;
	 color: #3a2309;
	 letter-spacing: .1em;
	 
	 width: 400px;
	 margin: auto;
}

div#menu ul a{
     font-weight:700;
     text-decoration:none;
}

div#menu ul{
     list-style:none;
	 margin: auto;
	 padding-top: 10px;
}


div#menu ul li{
	display: inline;
	padding: 0px;
}

div#menu ul li a{
     padding: 20px 20px;
}

div#menu ul li a:link, div#menu ul li a:hover, div#menu ul li a:visited{
	color: #3a2309;
}




/*------------- POST --------------*/


div#container {
	margin: 0px;
	padding: 0px;
	
}

div#content {
	width: 600px;
	margin: auto;
	padding: 0px 0px 100px 0px;
	background: #eee1cf url(images/ContentBackground.jpg) 0px 0px repeat-y;
}

div#content h1 img {


}

p {

	padding: 0px 50px 0px 50px;

	font-size: small;
	color: #6a543b;
	font-family: Helvetica, 'Helvetica Neue', sans-serif;
	line-height: 175%;
	text-indent: 1em;
	text-align: justify;
	margin: 0px;

}

p a:link, p a:visited, ul li a:link, ul li a:visited {
	color: #6a543b;
	text-decoration: none;
	font-weight: 700;
}

p a:hover, ul li a:hover {
 	text-decoration: underline;
	font-weight: 700;
}

h1 {
	 font-family: Palatino, 'Times New Roman', serif;
	 font-size: medium;
	 color: #3a2309;
	 text-transform: uppercase;
	 font-weight: 700;
 	 text-indent: 0em;
	
	 margin: 0px;
	 padding: 0px 50px 0px 50px;
		

}

h2 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	font-size: small;
	color: #6a543b;
	line-height: 175%;
	
	padding: 0px 50px 0px 50px;

}

ul li {
	padding-left: 35px;
}


/*------------- FOOTER --------------*/


div#footer{
	height: 75px;
	 width: 598px;
     text-align:center;
	 margin: auto;
	 margin-bottom: 10px;
	 vertical-align: middle;
	 
	 background: #cdb593 url(images/FooterBackground.jpg) bottom left repeat-x;
	 
	 font-family: Palitino, 'Times New Roman', serif;
	 font-size: .7em;
	 color: #3a2309;
	 text-transform: uppercase;
	 
	 border-bottom: #eee1cf 1px solid;
	 border-left: #eee1cf 1px solid;
	 border-right: #eee1cf 1px solid;

}



