/*
Theme Name: Here We Go Again
Description: Pixie Lott dark green/black/white
Theme URI: http://jess.rebelhour.net/
Version: 1.0
Author: Jessica L
Author URI: http://jess.rebelhour.net/
*/
body {
	background-color: #184141;
	font-size: 16px;
	color: #e6e6e6;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-image: url(images/tile.png);
	background-repeat: repeat;
	background-position: bottom;
}
a:link {
	color: #d5cbaa;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d5cbaa;
}
a:hover {
	text-decoration: none;
	color: #abb2af;
}
a:active {
	text-decoration: none;
	color: #d5cbaa;
}
h1 {
	color: #292409;
	background-image: url(images/menu.png);
	padding: 3px;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 5px;
	text-align: center;
}
h2 {
	color: #d7a071;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	letter-spacing: 5px;
	width: 460px;
}
h3 {
	color: #292409;
	margin: 5px;
	padding: 0px;
	letter-spacing: 5px;
	font-weight: bold;
}
ul {
	margin: 10px;
	padding: 0px;
}
li {
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	list-style-image: url(images/bullet.png);
}
#container {
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #02020b;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center 454px;
}
#header {
	background-image: url(images/header.png);
	height: 454px;
	width: 756px;
}
#content {
	float: left;
	width: 470px;
	color: #292409;
	background-color: #FFF;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
}
#space {
	 height: 10px;
}
#sidebar a:link, #content p a:link, .commentlist a:link {
	color: #c21600;
	text-decoration: none;
}
#sidebar a:visited, #content p a:visited, .commentlist a:visited {
	text-decoration: none;
	color: #c21600;
}
#sidebar a:hover, #content p a:hover, .commentlist a:hover {
	text-decoration: none;
	color: #a59663;
}
#sidebar a:active, #content p a:active, .commentlist a:active {
	text-decoration: none;
	color: #c21600;
}
#sidebar {
	float: right;
	width: 216px;
	background-image: url(images/text.png);
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
