/*  
Theme Name: Girlbandgeek
Theme URI: http://www.wpdesigner.com
Description: This is my theme in progress for girlbandgeek.com.
Version: 1.0
Author: Daniel w/ kudos to Small Potato
Author URI: http://girlbandgeek.com/

*/
/* establish baseline margin, padding */
body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

/* body style */
body{
	margin: 0;
/*	font-family: Arial, Helvetica, Georgia, Sans-serif;   */
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	background: #000000 url('gbg-bkgrnd-tile3.png');
	color: #ffffff;
}
/* header styles */
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link,a:visited{
	text-decoration: underline;
	color: #bf0000;
/* 	color: #336699; */	
}
a:hover{
	text-decoration: none;
}

/* paragraph style */
p {
	padding: 10px 0 0 0;
}

/* wrapper style */
#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

/* header style */
#header {
	float: left;
	width: 750px;
	height: 150px;
	background: #000000 url('gbg-header2.png');
}

#header h1 a{
display: none;
}

/* container style */
#container {
	float: left;
	width: 500px;
	background: #040404;
	padding:0 10px 10px 10px;
}

/* post styles */
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

/* navigation style */
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* sidebar styles */
.sidebar {
	float: left;
	width: 220px;
	background:#ad0000;

	padding: 0 0 0 10px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	color:#000000;
}
.sidebar ul li {
	padding: 10px 0 10px 0;
}
.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

.sidebar li a {
	color:#000000;
}

/* comment styles */
.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 style */
#footer {
	clear: both;
	float: left;
	padding: 10px 0 0 0;
	width: 750px;
}