/*
Theme Name: cg
Theme URI: http://christinegraves.com/
Description: Custom theme for christinegraves.com
Version: 1.0
Author: Brett Foster
Author URI: http://recluse.ca/
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "verdana", sans-serif;
}
body {
	font-size: small;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover	{
}
a img {
	border: 0px;
}
blockquote {
	margin: 5px 15px;
	padding: 3px;
	font-size: .9em;
}
code {
	margin: 5px;
	overflow: auto;
	padding: 3px;
	font-size: .9em;
	display: block;
}

.left {
	float: left;
	font-size: 1.1em;
}
.right {
	float: right;
	font-size: 1.1em;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.storycontent img
{
	float: left;
	padding-right: 5px;
}
.disctitle, .songtitle {
	text-transform: lowercase;
}

#search {
	width: 110px;
	padding: 0px;
	margin-right: 15px;
}
#search label {
	font-size: .6em;
}
#s {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .6em;
}
#contentcontainer p {
	padding: 5px;
}
#contentcontainer ol {
	margin: 5px 30px;
}
#contentcontainer ul {
	margin: 5px 15px;
}
#comment {
	display: block;
	width: 360px;
	background: transparent;
	padding: 5px;
	margin: 10px auto;
	font-size: .9em;
}
#inputcontainer {
	width: 366px;
	margin: 10px auto;
}
#namefield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
}
#emailfield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
}
#urlfield {
	display: block;
	float: left;
	width: 110px;
}
#namefield input, #emailfield input, #urlfield input {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .8em;
}
#submitter {
	clear: both;
	text-align: center;
}
#submitter input {
	display: block;
	width: 150px;
	margin: 10px auto;
}
/* END */

/* Begin Menu styles */
#menucontainer p, #menucontainer ul {
	text-align: right;
	padding-right: 3px;
	list-style-type: none;
}
#menucontainer li {
	margin-top: -6px;
}
h2, #menucontainer li a {
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Arial Black", sans-serif;
}
h3 {
	font-size: 1.4em;
}
h2, h3 {
	text-transform: lowercase;
}

/* box styles */
table {
	border-collapse: collapse;
}
.tl, .tr, .bl, .br {
	height: 32px;
}
.ml {
	width: 32px;
}
.mm {
	vertical-align: top;
}
.tl, .tr, .ml, .mr, .bl, .br {
	padding: 0px;
}

/* colors */
body {
	background-color: #669933;
	color: #ccc;
}
a:link, a:active, a:visited {
	color: #eaab02;
}
a:hover	{
	color: white;
}
h2, h3, #wp-calendar caption {
	color: #3ba6e4;
}
.blog blockquote {
	border: 1px dotted #3ba6e4;
}
#contentcontainer p.headertext {
	color: #eee;
	border-bottom: 1px dotted #777;
}
#contentcontainer p.footertext {
	color: #eee;
	border-top: 1px dotted #777;	
}
#s, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #bbb;
}

/* backgrounds */
body { background: url('images/bg.jpg'); }
.tl { background: url('images/t.png') no-repeat; }
.tr { background: url('images/t.png') top right; }
.ml { background: url('images/m.png') repeat-y; }
.mm { background: black; }
.mr { background: url('images/m.png') repeat-y top right; }
.bl { background: url('images/b.png') no-repeat; }
.br { background: url('images/b.png') no-repeat top right; }
