/*  
Theme Name: Oshelle
Theme URI: http://www.oshelle.com
Description: Oshelle
Version: 1.0
Author: Glenda
Author URI: http://www.guruplanet.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url("images/pinstripe.gif");
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 14px;
}

a{
	text-decoration: underline;
	color: #066;
}

a:hover{
	COLOR: #f93; 
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0px 0px 0px 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.top-menu{
	margin:0px;
	padding:5px 0px;
	background-color:#000;
	font-family: arial, Sans-Serif;
}

.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu ul li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.top-menu ul li h1{
	display: inline;
	font-size: 12px;
	font-weight:normal;
}

.top-menu ul li.page_item{
	display: inline;
	font-size: 12px;
	font-weight:normal;
	border-left: solid 1px #0ff;
}
.top-menu a{
	font-weight: normal;
	text-decoration: none;
	color: #0ff;
}

.top-menu a:hover{
	color: #66f;
	text-decoration: none;
}

#container{
	margin: 0px auto;
	margin-top: 20px;
	width: 800px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000;
}

#header{
	width: 800px;
	height: 200px;
	background: #000 url(images/banner.jpg) no-repeat;
}

#page{
	float: left;
	width: 800px;
	background: #fff url("images/sfbg.gif");
	border-bottom: solid 1px #000000;
}

.narrowcolumn{
	float: left;
	width: 600px;
	text-align: left;
	vertical-align: top;
	
}

.post{
	padding: 0 20px 20px;
}

h2{
	margin-top: 20px;
	color: #000;
}

h2{
	padding: 5px;
	font-family: arial,helvetica, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	border: 1px solid #ccc;
	border-bottom: 0px;

}

h2 a{
	color: #000;
	text-decoration:none;
}
h2 a:hover{
	text-decoration: underline;
}

.entry{
	border: 1px solid #ccc;
	padding: 0 10px 10px;
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 15px 0px 0px;
	margin: 0;
	background-color: transparent;
}

.entry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 13px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0px 0px;
}

.entry img.alignright{
	float: right;
	margin: 5px 0px 0px 10px;
}

.postmetadata{
	padding-top: 10px;
	font-size:11px;
}

.pn{
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 10px;
	line-height: 18px;
	font-size:11px;
}

.pn a{
	color: #000;
}


#sidebar{
	float: left;
	width: 200px;
	font-size:11px;	
}

#sidebar ul{
	margin: 0px 10px 20px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul ul{
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 0px 10px 5px 5px;
	margin: 0px;
}

#sidebar ul li#search input{
	margin: 0px 0px 5px;
}

#sidebar ul li#search{
	padding: 20px 0px 0px;
}

#sidebar ul ul li{
	padding: 5px 0px 0px;
	line-height: 15px;
}

#sidebar ul ul li a{
	text-decoration: none;
}

#sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sidebar ul ul li a:before{
	content: "+ ";
	color: #58b;
}

#sidebar ul ul ul{
	border: 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar ul ul ul li a:before{
	content: "";
}
.commentlist ol, .commentlist ol li, .commentlist ol li p{
	list-style-type: none;
	font-size: 12px;
}


.commentlist ol{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}


.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 11px;
	color: #000;
}

.commentlinks {
	font-size:11px;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: arial,helvetica, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	width:800px;
	background-color:#fff;
	margin:0px;
	color:#000;
}

#footer p{
	padding:20px;
	font-size:90%;
}

#footer a{
	text-decoration:underline;

}

#footer a:hover {
	color:#0ff;
}
