/*  
Theme Name: Basic Company Theme
Description: Includes standard company header and footers. Customize: /includes/stylesheets/blog.css
Version: 1.0
Author: Justin Meats

*/

#header {
	background-color: #666666;
	border: 0px solid #cccccc;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height:100px;


}

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

#sidebar ul ul {
	margin-left: 15px;

}

#sidebar {
	margin: 10px 0 5px 0;
	}

#weblogtitle, #weblogtitle a {
	font-size: x-large;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 25px 0 3px 0;

}
#blogtagline {
	color: white;
}

.postmetadata {
	font-size: xx-small;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 185px 10px auto;
	padding: 5px;
	}

.post {
	padding-top: 10px;
	clear:both;
}

.index p {
	display: inline;

}

.more-link {
	font-size: smaller;
	
	}

#content.single  {
	 margin: 0 15px 0 15px;

}
	
#content.index  {
	 margin: 0 5% 0 5%;
	 width: 90%;

}

#footer {
	margin-top: 15px;
	padding-top: 4px;
	border-top:1px solid #666;
	text-align:center;
	font-size: xx-small;
	clear: both;
	}
	
p {
 margin: 10px auto 10px auto;
 }
 
 #commentform p {
margin-right: 185px;
 
 }
 #comment {
 	width:98%;
 	}
 	
.navigation {
	padding-top: 10px;

}

.widgettitle{
	display:block;
	font-weight:bold;
	font-size:small;
	background-color:#006699;
	color:white;
	border:1px outset #006699;
	padding:3px 4px 3px 2px;
	margin: 7px 0 0 0;
}

.commenttext {
        padding: 5px;
}

.commentlist .alt {
margin-right: auto;
}
.commenttext-author {
	background-color: #ffe;
	padding: 5px;
border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
	}
.commenttext-author cite {
font-weight:bold;
}
#comments {
	background-color: #A90D08; 
	background: #a90d08 url(http://www1.4electronicwarehouse.com/pics/ebay/title-head-line-fade.gif) bottom repeat-x;

	margin-right: 185px;
	color: white; 
	font-size: small; 
	font-weight: bold;
	border-top: 2px groove white;
	no-border-bottom: 2px ridge white;
	padding: 2px 0 5px 3px;
	
}

