/*
Theme Name: Dark Valentine Wordpress Theme
Theme URI: http://www.themedreamer.com
Description: Dark Valentine's theme based on ThemeDreamer's basic three column layout.
Version: 1.0
Author: Sarah Vaughn
Author URI: http://www.savivi.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
        display: table;
}

/*#wrapper {
	height: 192px;
	width: 100%;
	margin: 0px;
	background-color: #660000;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}*/

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img
{  border-style: none;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 192px;
	width: 100%;
	margin: 0px;
	background-color: #660000;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.headerlogo {
	float: left;
	height: 143px;
	width: 222px;
}

.headertitle {
	float: right;
	height: 81px;
	width: 678px;
}

.description {
	float: right;
	height: 52px;
	width: 619px;
	font-style: italic;
	font-weight: bold;
	color: #A8CEC4;
	text-align: right;
	padding-top: 20px;
	font-size: 14px;
}

#header h1 a:link{
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	color: #660000;
}

#header h1 a:visited {
	color: #336699;
}

#header h1 a:hover {
	text-decoration: underline;
}
.headerlogowrapper {
	height: 143px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	padding: 0;
	white-space: nowrap;
	width: 900px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
#menu li a:hover {
	color: #99CCCC;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 900px;
}

#content {
	width: 500px;
	float: left;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post h2 {
	font-size: 1.8em;
	margin: 20px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

.post h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	font-size: 1.1em;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
blockquote {
	width: 400px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-style: italic;
	padding-left: 10px;
}
.entry-date {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: bold;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: 0.83em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
#respond p {
	font-size: .9em;
}
#respond label {
	margin: 5px 0 5px 0;
}
#comment {
	width: 100%;
}
#commentform {	
	padding: 10px;
}

.thread-odd {
	background-color:#F3F3F3;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Georgia', Times New Roman, Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 20px;
	margin: 10px;
}

.bypostauthor {
	color: #000000;
	background-color: #FFF9DF;
	}
.byuser {
	color: #000000;
	background-color: #E1F4F0;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background-color: #FFFFFF;	
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Georgia', Times New Roman, Serif;
	}

.commentmetadata {
	font-size: 0.8em;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00000;
	}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar-right {
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	list-style: none;
}
#sidebar-left {
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 0.9em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDCD8E;
	padding-right: 10px;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar-left li a:link, #sidebar-left li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar-left li a:hover {
	text-decoration: underline;
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
  list-style: none;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  list-style: none;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 93px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFCC;
	background-color: #660000;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer a:link, #footer a:visited {
	color: #FFFFCC;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #99CCCC;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
a:link {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #330066;
}

a:visited {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

searchform {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*=== END SECTION 7 - Misc. & Plugins ===*/
