/*  
Theme Name: Extraordinary Weddings
Theme URI: http://extraordinarywed.com/
Description: A sophisticated look developed from a XHTML template.
Acknowledgement: Theme is based on the River Valley Weddings website.
Version: 1.0
Author: Charles E. Snyder III
Author URI: http://charlesesnyderiii.com/
Tags: free, gravatar, gravatars, phototheme, fototheme, foto, custom header, fixed width, two columns, widgets, weddings, entertainment

	Extraordinary Weddings
	http://extraordinarywed.com/

	This theme was designed and built by Charles E. Snyder III,
	whose blog you will find at http://charlesesnyderiii.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* New CSS Elements */
body { 
	background-color: #81715B; 
	background-image: url('images/back.jpg'); 
	margin-top: 0px; 
	font-family: verdana; 
	font-size: 62.5%; /* Resets 1em to 10px */ 
	color: #000000; 
	}

#content { font-size: 12px; }
#footer { padding: 20px; color: #D0C6A9; font-size: 9px; }
#sidebar { padding: 25px; width: 260px; text-align: left; font-size: 12px; }
#sidebar form { margin: 0; }
#sidebar h2 { font-size: 12px; font-weight: bold; padding: 5px; text-decoration: none; }
#sidebar #searchform #s { padding: 2px; }
#sidebar li { list-style-type: none; list-style-image: none; }
#sidebar li ul { margin: 0px; padding: 0px; }
#sidebar li ul li { margin: 0px; margin-bottom: 0px; padding-bottom: 0px; }
#sidebar li ul li ul { margin: 0px; margin-left: 10px; padding: 0px; }
#sidebar li ul li ul li { list-style-type: circle; list-style-image: none; }

.alignleft { float: left; }
.alignright { float: right; }
.alt { background-color: #EEEEEE; border: 1px solid #999999; }
.center { text-align: center; }
.entry { line-height: 1.4em; }
.entry form { text-align: center; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
.post { text-align: justify; }
.postmetadata { text-align: left; color: #222222; padding: 5px; clear: left; }

div.narrowcolumn { padding: 20px; width: 560px; margin: 0px; }
div.widecolumn { padding: 20px; width: 560px; margin: 0px; }

table.bg1 { width: 975px; background-color: #85755C; }
table.bg2 { width: 915px; background-image: url('images/split3.jpg'); background-repeat: repeat-x; }
td.bg1 { width: 915px; background-image: url('images/b1.jpg'); }
td.border-l { width: 30px; height: 572px; background-image: url('images/left.jpg'); background-repeat: no-repeat; }
td.border-r { width: 30px; height: 572px; background-image: url('images/right.jpg'); background-repeat: no-repeat; }
td.bottom { width: 915px; height: 17px; background-image: url('images/bottom.jpg'); background-repeat: no-repeat; }
td.bottom-left { width: 300px; height: 8px; background-image: url('images/bottom-300.jpg'); background-repeat: no-repeat; }
td.bottom-right { width: 600px; height: 8px; background-image: url('images/bottom-600.jpg'); background-repeat: no-repeat; }
td.bottomline { width: 915px; height: 12px; background-image: url('images/middle-bot.jpg'); }
td.content-left { width: 300px; height: 264px; background-image: url('images/bgtable-300.gif'); background-repeat: repeat-y; }
td.content-right { width: 600px; height: 264px; background-image: url('images/bgtable-600.gif'); background-repeat: repeat-y; }
td.footer { width: 975px; height: 31px; background-image: url('images/footer.jpg'); background-repeat: no-repeat; font-size: 9px; color: #D0C6A9; }
td.full-bottom { width: 905px; height: 8px; background-image: url('images/bottom-905.jpg'); background-repeat: no-repeat; }
td.full-box { width: 905px; height: 264px; background-image: url('images/bgtable-905.gif'); background-repeat: repeat-y; }
td.full-top { width: 905px; height: 10px; background-image: url('images/top-905.jpg'); background-repeat: no-repeat; }
td.logo { width: 915px; height: 240px; background-image: url('images/EW-logo.jpg'); background-repeat: no-repeat; }
td.shadow { width: 915px; height: 3px; background-image: url('images/shadow.jpg'); }
td.top1 { width: 915px; height: 26px; background-image: url('images/menu-top.png'); background-repeat: repeat-x; }
td.top2 { width: 915px; height: 26px; background-image: url('images/menu-bot.png'); }
td.top-left { width: 300px; height: 10px; background-image: url('images/top-300.jpg'); background-repeat: no-repeat; }
td.top-right { width: 600px; height: 10px; background-image: url('images/top-600.jpg'); background-repeat: no-repeat; }

a { font-size: 12px; color: #000099; text-decoration: none; }
a:hover { font-size: 12px; color: #990000; text-decoration: underline; }
a.foot { font-size: 9px; color: #D0C6A9; text-decoration: none; }
a.foot:hover { font-size: 9px; color: #FFFFFF; text-decoration: none; }
a.main { font-size: 12px; color: #D0C6A9; text-decoration: none; }
a.main:hover { font-size: 12px; color: #FFFFFF; text-decoration: none; }

h2 { font-size: 18px; }
h3 { font-weight: bold; }
h1 a, h2 a, h3 a { color: #000066; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #990000; text-decoration: none; }

input.button { 
        font-family: Verdana; 
	font-size: 12px; 
	color: #242629; 
	background-color: #D0C6A9; 
	border-left: 3px solid #81715B; 
	border-right: 3px solid #020407; 
	border-top: 3px solid #81715B; 
	border-bottom: 3px solid #020407; 
        }

small { font-family: Arial; font-size: 10px; color: #222222; line-height: 1.5em; }

hr.body { width: 85%; border: 1px solid #000000; }

/* End New CSS Elements */

/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
        font-size: 20px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Shit I Don't Fully Understand Yet CSS */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
/* End Shit I Don't Fully Understand Yet CSS */

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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 */

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */

/* 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;
	}

/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* "Calling out your name I'm dreamin'.
	Reflections of your face I'm seein'.
	It's your voice that keeps on haunting me." */






