/*
Theme Name: Stone Body Works
Theme URI: http://www.mediamate.net
Author: Christina Lannen
Author URI: http://www.mediamate.net

/*-----------Block Level Elements--------------*/

body {
margin: 0;
padding: 0;
background-color: #963565;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

#page {
	width: 806px;
	margin: auto;
	background-color: #fff;
}

#header {
	width: 806px;
}

.clear {
	clear: both;
}
#headerimg {
background-image: url(images/stonebodyworks.jpg);
height: 211px;
width: 806px;
background-repeat: no-repeat;
}

.description {

}

.navigation {
margin-left: 10px;
padding-left: 10px;
}
#wrapper {
	width: 806px;
	background-color: #fff;
	margin: auto;
}

#content {
	float: left;
	width: 65%;
	background-color: #fff;
}

#sidebar {
	width: 33%;
	margin-left: 65%;
	background-color: #fff;
}

.copyright {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 8pt;
}
.credit {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
		font-size: 8pt;
}

#footer {
clear: both;
	width: 806px;
	background-image: url(images/footer-bg.jpg);
	height: 54px;
	margin: auto;
}

#small {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	display: block;
}

/*------------Paragraphs------------*/

#entrytext {

}
p {
		margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

.smalltext {
		margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 8pt;
}
/*-------------Headers-------------*/

h1 {
color: #963565;
margin-left: 10px;
padding-left: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
font-size: 14pt;
font-weight: lighter;
letter-spacing: 0.2em;
text-transform: uppercase;
}

h2 {
color: #96356;
margin-left: 10px;
padding-left: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 10pt;
letter-spacing: 0.2em;
text-transform: uppercase;
}

h3 {
color: #66ADAB;
margin-left: 10px;
padding-left: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 10pt;

text-transform: uppercase;
}

/*-------------Links-------------*/

a:link {
	color: #963565;
	text-decoration: underline;
}

a:visited {
	color:  #963565;
	text-decoration: none;
	text-decoration: underline
}

a:hover, a:active {
	color: #000;
	text-decoration: none;

}
/*-------------The Post-------------*/



/*--------------Sidebar------------*/

#sidebar ul {
 list-style: none;
}

#sidebar ul h2 {
 list-style: none;
}

#sidebar ul li {
 list-style: none;
}

#sidebar ul ul {
list-style: none;
} 

#sidebar ul ul li {
list-style: none;
}

#sidebar ul ul ul {
list-style: none;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/* comment aka textarea */

textarea {
width: 300px;
height: 150px;
}

