/*  
Theme Name: Billy.
Description: Clean design from <a href="www.billydstagg.com">Billy D Stagg</a>.
Version: 0.1
Author: Billy D Stagg
Author URI: www.billydstagg.com
*/

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	background-image:url(images/header_bg.gif);
	background-repeat: repeat-x;
	font-size: 75%;
}
h3, ul, li {
	padding:0px;
	margin:0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2{
	font-size:125%;
	margin:0px;
	padding-top:0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:2px;
}
h3{
	font-size:100%;
}
h1{
	font-size: 135%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
small{
	font-size: 75%;
}
td {
	vertical-align: top;
}
a {
	color:#2882CC;
	text-decoration:none;
}
form{
	padding:0px;
	margin:0px;
}
a:hover{
	color:#7FC3FF;
}

#searchForm{
	padding-top:5px;
	width:233px;
	float:right;
}
#searchForm img{
	padding-top:4px;
	float:right;
}

#header{
	margin-top: 125px;
	width:920px;
	margin-bottom:10px;
}
#header a, #footer a{
	color:#808080;
}
#header a:hover, #footer a:hover{
	color:#CCCCCC;
}

#sidebar{
	color:#2882CC;
	width: 100px;
	border-bottom: solid 1px #EBEBEB;
	padding-bottom:25px;
}
#sidebar a{
	display:block;
	width:100px;
	color: #808080;
}
#sidebar a:hover{
	color: #CCCCCC;
}
.sidebarSect{
	margin-top:7px;
	border-top: solid 1px #EBEBEB;
	padding-top: 7px;
}
#sidebarAdmin{
	margin-top:7px;
	border-top: solid 1px #EBEBEB;
	padding-top: 7px;
	font-size: 75%;
}
#sidebar .selected{
	width:90px;
	display: block;
}

#media{
	padding-bottom:15px;
}

#content{
	width: 798px;
	padding-left: 20px;
	padding-bottom:25px;
	border-left: solid 2px #CCCCCC;
	border-bottom: solid 1px #EBEBEB;
}
#content .post{
	margin-bottom:16px;
	padding-top:12px;
	border-top: solid 1px #CCCCCC;
}
#content .singlePost{
	margin-bottom:11px;
	padding-bottom:18px;
	border-bottom: solid 1px #CCCCCC;
}
#content .mainEntry{
	margin-right:263px;
	padding-bottom:20px;
}
#content .entry{
	padding-bottom:10px;
}

#content .page{
	padding-top:10px;
	border-top: solid 1px #CCCCCC;
}
#content .details{
	float:right;
	font-size:75%;
	width: 233px;
	padding-top: 3px;
	color: #AEAEAE;
	margin-left: 50px;
}

#content .details p{
	padding-bottom: 5px;
}

#content .title{
	padding-bottom:10px;
}

#content .smallTitle{
	padding-bottom:2px;
}

#comments .title{
	border-bottom: solid 1px #EBEBEB;
	padding-bottom:10px;
}
#comments .comment{
	border-bottom: dotted 1px #EBEBEB;
	padding-bottom:10px;
}
#comments p{
	padding-bottom:2px;
}
#comments ol{
	padding-bottom:0px;
	padding-top:0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#comments li{
	padding-top:10px;
}
#comments .commentReply{
	padding-top:10px;
}
#comments .input{
	font-size:75%;
	padding-bottom:5px;
}
#navigation{
	padding-top:10px;
	font-size:75%;
	color:#2882CC;
	border-top: solid 1px #EBEBEB;
}
#navigation a{
padding-right:10px;
}

.dark{
	color:#808080;
}
.light{
	color:#AEAEAE;
}

#footer{
	margin-top: 15px;
	padding-bottom:30px;
}
#footer .legals{
	padding-top: 1px;
}
#footer .wordPressLogo{
	float:left;
	padding-right: 5px;
}

a.mainBtn{
	background-image:url(images/viewBtn.gif);
	overflow:hidden;
	height:14px;
	width:100px;
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
}
a.mainBtn:hover{
	background-position: 0px -13px;
}