/*  
Theme Name: Goodie Two SleevesŪ Blog
Theme URI: http://www.goodietwosleeves.com
Description: This our theme yo!
Version: 1.0
Author: Gabe Connor
Author URI: http://www.goodietwosleeves.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	height:100%;
}

body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #ffffff;	
	background-image: url(http://www.goodietwosleeves.com/elements/container_mid_full.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}


a:visited{
	text-decoration: none;
	color: #97EBFF;
}
a:hover{
	text-decoration: underline;
	color: #97EBFF;
}
a:link {
	text-decoration: none;
	color: #97EBFF;
}
a:active {
	text-decoration: underline;
	color: #97EBFF;
}



p{
padding: 10px 0 0 0;
}




#wrapper{
	height:100%;
	margin: 0 auto 0 auto;
	width: 810px;
	text-align: left;

	
}



#header{
	float: left;
	width: 800px;
}

.sidebar2{
	float: left;
	width: 120px;
	margin: 0;
	padding: 10px 0 10px 0;
	display: inline;
	position:relative;
	height:100%;
}

.sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
}

.sidebar2 ul li{
padding: 10px 0 0 0;
}

.sidebar2 ul li h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.sidebar2 ul ul li{
padding: 0;
}

.sidebar2 a:hover{
	text-decoration: underline;
}



#container{
	float: left;
	width: 560px;
	margin: 0 0 0 0;
	position:relative;
	height:100%;
		
}

.post{
	padding: 10px 10px 10px 10px;
	margin: 20px 10PX 15px 20px;
	background: #333333;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	
}
.post h2 a:link, a:visited{
	text-decoration: none;
	color: #ffffff;
}
.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	line-height: 15px;
	background: #444444;
	padding: 0 10px 10px 10px;
	margin: 8px 0 0 0;
}

.entry a:link{
	text-decoration: none;
	color: #97EBFF;
}
.entry a:visited{
	text-decoration: none;
	color: #97EBFF;
}
.entry a:hover{
	text-decoration: underline;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	font-size: 10px;
	text-align: right;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 120px;
	margin: 0;
	padding: 10px 0 10px 0;
	display: inline;
	position:relative;
	height:100%;
}

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

.sidebar ul li{
padding: 10px 0 0 0;
}

.sidebar ul li h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.sidebar ul ul li{
padding: 0;
}

#footer{
	clear: both;
	float: left;
	width: 800px;
	padding: 0 0 0 0;
}

#footer p{
	margin: 0;
}



/*  Comments Section
as made by that one dude
*/




.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;
}