/*
Theme Name: Gothic Nouveau
Theme URI: http://maligndesign.com/
Description: Custom Theme for AeprilSchaile.com, custom image driven header outside sidebar multi level nav.
Version: 1.0
Author: Forrest Frazier
Author URI: http://maligndesign.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Gothic Nouveau v1.0
	 http://maligndesign.com/

	This theme was designed by Liz Frazier http://emfrazier.com
	and built by Forrest Frazier http://maligndesign.com/
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import "reset.css";

/* Begin global styles */
body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family:  Arial, Verdana, Sans-Serif;
	background: #0f0f0f url('images/gothic_nouveau_bg.jpg') repeat-x;
	color: #ffffff;
	text-align: center;
	}
#outercontainer {
	background: url('images/scrollwork_bg.png') top center no-repeat;
	padding: 0 0 30px 0;
	position: relative; 
	left: -35px;	
	text-align: left;
	}
.clear {
	clear: both;	
	}	
	
/* masthead styles */
#masthead {
	height: 305px;
	margin: 0 auto;
	width: 743px;
	}
#blogname {
	background: url('images/title.png') no-repeat;
	float: left;
	height: 48px;
	margin: 6px 0 0 0;
	text-indent: -7000px;	
	width: 320px;
	position: absolute;
	z-index: 2;
	}
.description {
	background: url('images/decription.png') no-repeat;
	float: right;
	height: 16px;
	margin: 34px 13px 0 0;
	text-indent: -7000px;
	width: 246px;
	}	
#headerimage 	{
	clear: both;
	height: 256px;
	width: 743px;
	}

		
/* primary nav */
#primarynav {
	background: #0f0f0f url('images/nav_bg.gif') no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height: 52px; 
	margin: 0 auto;
	padding: 0 0 0 40px;
	width: 703px;
	}
#primarynav li {
	float: left;
	font-size: 1.083em; /* 12px x 1.083 = 13px */
	font-weight: bold;
	line-height: 28px; 
	padding: 0 10px;
	text-transform: lowercase;
	}
#primarynav li.firstchild {
	margin: 0 0 0 40px;		
	}
#primarynav li a {
	color: #5998ee;
	}
#primarynav li a:hover {
	color: #bbdee8;
	text-decoration: none;
	}	
#primarynav li.current_page_item a {
	color: #ffffff;
	}
/* secondary navigation */	
#primarynav li ul { /* sub nav */
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: -999em;
	width: 600px;
	}  
#primarynav li ul  li {
	display: inline;
	font-size: 1.083em; /* 12px x 1.083 = 13px */
	font-weight: normal;
	line-height: 1.5em;
	}	
#primarynav li li a, #primarynav li li a:hover {
	background: none;
	margin: 3px 0 0 0;
	padding: .5em 1em;
	}	
#primarynav li.current_page_item ul { /* shows hidden sub nav when parent is selected */
	left: 50%; 
	margin-left: -300px;
	}	
#primarynav li:hover ul { /* shows hidden sub nav when hovering primary nav */
	background: #272626;
	position: absolute; 
	left: 50%; 
	margin-left: -300px; 
	z-index: 2;;
	}
#primarynav .current_page_parent a { /* changes primary nav color for selected item */
	color: #ffffff;
	}
#primarynav .current_page_parent ul { /* shows hidden sub nav when on sub page */
	left: 50%; 
	margin-left: -300px; 
	}
#primarynav .current_page_item ul li.page_item a { /* keeps sub paged unselected when parent is selected */
	color: #5998ee;
	}	
#primarynav .current_page_parent ul li.page_item a { /* keeps sub paged unselected when parent is selected */
	color: #5998ee;
	}	
#primarynav .current_page_item ul li.page_item a:hover { /* shows hover on sub page item */
	color: #ffffff;
	}	
#primarynav .current_page_parent ul li.current_page_item a { 
	color: #ffffff;
	}
	
/* Typography & Colors */
p {
	line-height: 1.5;
	margin: 0 0 1.125em 0;
	}
em {
font-style:italic;
}
#content { 
	margin: 0 50px;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.5em;
	margin: 0 0 1.5em 0;
	}
h3 {
	color: #acc8ec;
	font-size: 1.08333em;
	line-height: 1.5;
	text-transform: uppercase;
	}

h1, h1 a, h1 a:hover, h1 a:visited,  {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #acc8ec;;
	}

.entry a, .entry p a:visited {
	color: #ff9900;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}
.comment p {
	color: #666;
	}
.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #acc8ec;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page, #post {
	background: url(images/content_bg.gif) repeat-x #224470;
	margin: 0 auto;
	padding: 30px 0;	
	width: 743px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}
.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

#page hr {
	background: #2a4f7c;
	color: #2a4f7c;
	clear: both;
	display: block;
	height: 1px;
	margin: 2em auto;
	width: 100%;
	}

/* footer styles */
#footer {
	background: #224470 url('images/footer_bg.gif') center bottom  no-repeat;
	clear: both;
	margin: 0 auto;
	width: 743px; 
	}

#footer p, #footer p a {
	color: #aaaaaa;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	}

h2 {
	}

h2.pagetitle {
	}


h3 {
	}

h3.comments {
	}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin: 360px 0 0 380px; 
	position: absolute;
	top: 0px;
	left: 50%;
	width: 150px;
	}
#sidebar h2 {
	color: #d22000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}		
.textwidget {
	line-height: 1.5;
	}	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: url(images/quote.png) no-repeat;
	font-style: italic;
	margin: 1.5em 0;
	padding: 0 50px 0 60px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	clear: both; 
	text-align: center;
	margin: 0 0 20px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	background: #666;
	border: 1px solid #000000;
	margin: 0;
	padding: 1px;
	}

.wp-caption p.wp-caption-text {
	color: #f3f3f3;
	font-size: .91666em;
	line-height: 1.6;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
	}
/* End captions */

/* misc */
.hr {
	background: url(images/divider.png) no-repeat;
	height: 17px;
	margin: 10px auto;
	width: 627px;
	}
#pagetitle { /* hides the page title for design reasons */
	line-height:0px; 
	font-size: .00001em; 
	text-indent: -7000px;
	}	
.gallery .wp-caption { 
	float: left; 
	}	
	