/*
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
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
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');

/* Just some example content */

body {
	background-color: #3a000c;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a000c;
}


a {
	color: #d58fa2;
	text-decoration: none;
}

a:hover {
	color: #d66483;
	text-decoration: underline;
}


#logo {
	float: left;
	height: 90px;
	width: 800px;
	position: relative;
    padding-top: 50px;
	margin: 0px;

}



#logo a{
	top: 0;
	left: 0;
	width: 500px;
	height: 90px;
	display: block;
	float: left;
	position: relative;
} 


#logo a h1{
    display: none;
}



#wrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #fdf2f5;
	width: 900px;
	background-image: url(images/content_back.gif);
	background-repeat: repeat;
}




#headerHome {
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 900px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 900px;
}

#topNav {
	height: 40px;
	width: 570px;
	float: right;
	font-size: 11px;
	color: #3a000c;
	padding-top: 63px;
	padding-right: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


#menu {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 18px;
}


#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding: 0px;

}


#menu a{
	color: #3a000c;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
}

#menu a:hover{
	color: #98656f;
	text-decoration: none;
}

#homeContainer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #922241;
	float: left;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-position: left bottom;

}


#homeContentContainer {
	float: left;
	width: 605px;
	min-height:330px;
	height:auto !important;
	height:330px;
	padding-top: 33px;

	

	
}




#bottomContent {
	float: left;
	width: 450px;
	padding-left: 50px;
	padding-top: 100px;
}


#homeContent {
	padding-top: 35px;
	padding-right: 65px;
	padding-bottom: 25px;
	padding-left: 0px;
	min-height:200px;
	height:auto !important;
	height:200px;
    float: right;
	width: 520px;
	line-height: 1.6em;


	
}



#photoCredit {
	float: left;
	width: 240px;
	padding-left: 45px;
	padding-top: 240px;
	text-align: center;
	font-size: 11px;

}

#blogHighlight {
	float: right;
	width: 190px;
	height: 230px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 70px;
	padding-right: 25px;
	padding-left: 50px;
	background-image: url(images/blogbox.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 30px;
	line-height: 1.2em;
}


#blogHighlight a {

	color: #f3dce2;
	text-decoration: none;
}

#blogHighlight a:hover {
	color: #e9bcc8;
	text-decoration: underline;


}



#blogHighlight ul {
	margin: 0px;
	padding: 0px;


}

#blogHighlight li {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer {
	float: left;
	width: 100%;
	height: 100px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fefafb;
	text-align: center;
	padding-top: 10px;
}
#header h2 {
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	width: 265px;
	padding-top: 110px;
	text-align: right;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#content {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	min-height:200px;
	height:auto !important;
	height:200px;
    float: left;
	width: 800px;
	margin-left: 50px!important;

	
}
#contentBot {
	width: 100%;
	float: left;
	height: 46px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


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;
}


p.wp-caption-text{
font-style:italic;
}



div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}


#primary ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#primary li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#primary {
	text-align: center;
	float: left;
	width: 100%;
}