/*  
Theme Name: Shelly
Theme URI: http://www.thewebprophet.net
Description: This is my theme for Shelly Torres-West.
Version: 1.0
Author: The Web Prophet
Author URI: http://www.thewebprophet.net

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}

body {
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center; /* Fix for older browser to center wrapper */
	color: #000033;
	vertical-align: top;
	background-image: url(img/bg.jpg);
	background-color: #000000;
}


h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: underline;
color: #000099;
}

a:hover{
text-decoration: none;
color: #0066CC;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 850px;
text-align: left;
}

#header{
float: left;
width: 850px;
background-color:#FFFF99;
text-align: center;
background-image: url(img/header.jpg);
background-repeat:no-repeat;
height:230px;
filter:alpha(opacity=90);
-moz-opacity:0.9; 	opacity:.9;
-khtml-opacity:0.9;
}

#container{
float: left;
width: 625px;
background-color: #ffffff;
padding-top:10px;
filter:alpha(opacity=70);
-moz-opacity:0.7; 	opacity:.7;
-khtml-opacity:0.7;
}

.post{
padding: 10px;
}
.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
color:#000099;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px dashed #996600;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 220px;
background: #ffcccc;
margin: 0 0 0 5px;
display: inline;
filter:alpha(opacity=60);
-moz-opacity:0.6; 	opacity:.6;
-khtml-opacity:0.6;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 20px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
color: #000033;
}

.sidebar ul ul li{
padding: 0;
line-height: 20px;
}

table#wp-calendar{
width: 80%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


#footer{
clear: both;
float: left;
width: 850px;
/* background-color:#FFFFFF; */
padding-top:5px;
line-height:18px;
text-align:center;
filter:alpha(opacity=70);
-moz-opacity:0.7; 	opacity:.7;
-khtml-opacity:0.7;
}

#footer p {
padding-bottom: 5px;
color:#000066;
}