/*
Theme Name: TeamAwesomeWedding
Theme URI: http://TeamAwesomeWedding.com/themes/
Description: Simple two column theme for Matt and Jamie's Wedding Blog. It matches the Save the Dates. It's also pretty simple, with correct heading names for the sidebar lists.
Version: 1.0
Author: Chuck
Author URI: http:///TeamAwesomeWedding.com/
Tags: matt, jamie, wedding, team-awesome, awesome, red
*/


/* ==================================================================================
		Links
==================================================================================  */

a, a:link, a:active, a:visited{
	color: #ba141a;}
a, a:visited{text-decoration: none;}
a:active, a:hover{text-decoration: underline;}


/* ==================================================================================
		Html Elements
==================================================================================  */

body {	
	margin: 0;	
	padding: 0;
	font-family: Corbel, "Trebuchet Ms", Arial, Sans-Serif;
	font-size:90%;
	background: #fff;
	color: #010101;
	text-align: center;}
	
h1, h2{margin:0;padding:0;text-transform:uppercase;}
	
code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps {	font-size: 0.9em;	letter-spacing: .07em;	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;}


ul, li{margin:0;padding:0;list-style:none}
.entry ul li:before, #sidebar ul ul li:before {	content: "\00BB \0020";}

/* Begin Images */
p img {	padding: 0;	max-width: 100%;}
a img {	border: none;}


/* ==================================================================================
		Main Elements
==================================================================================  */

#page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	background: url(images/bg_stripe.png) repeat-y;
	text-align: left;}
	
#header {
	padding: 30px 275px 50px 0;
	margin: 0 auto;
	width: 585px;
	background: url(images/bg_topbranch.gif) top right no-repeat;}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 570px;}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;}

#sidebar {
	padding: 0 30px;
	margin-left: 600px;
	width: 200px;}

#footer {
	padding: 3em 275px 2em 0;
	margin: 0 auto;
	width: 585px;
	clear: both;
	background: url(images/bg_bottombranch.gif) bottom right no-repeat;}

/* ==================================================================================
		Header
==================================================================================  */

#header h1 a{ 
	height:162px;
	width:575px;
	text-indent:-999em;
	display:block;
	background: url(images/hdr_jamieandmatt.gif) right center no-repeat;}

#header .description{
	width:575px;
	height:17px;
	text-indent:-999em;
	background: url(images/hdr_victoria.gif) right center no-repeat;}


/* ==================================================================================
		Content
==================================================================================  */

h2.pagetitle{font-size:1.1em;text-transform:capitalize;}
.navigation{ /* This is article navigation (going forward or backwards through the archive*/
	overflow:auto;
	padding:0 0 1.5em;}

.post,  #content .search{
	margin: 0 0 2em;
	padding:0 0 2.3em;
	background: url(images/bg_flower.gif) center bottom no-repeat;
	text-align: justify;}
#content .search{ padding-bottom:4em;}
	
.post h2, .archives .post h3, .searchresults .post h3{margin:0;padding:0;}
.archives .post h3, .searchresults .post h3{font-size:1.4em;text-transform:uppercase;}
.post p.date{
	margin-top:.3em;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	color:#676767;
	font-size:1.1em;}
	
.entry{line-height:1.4em;}

.post .meta{ line-height:1em; font-size:90%;padding:1em; background:#faf3e5; margin:0 0 2em;}
.post .meta p{margin:0;padding:.2em 0;}

.post hr {display: block;}

.widecolumn .post {	margin: 0;}

/* ==================================================================================
		Comments
==================================================================================  */

ol.commentlist{margin:0;padding:0; border-bottom: 1px solid #f3e2bd;}

ol.commentlist>li{padding:.8em; border-top: 1px solid #f3e2bd;}

.commentlist p{ margin:0 0 0 45px;padding:0;}
.commentlist .comment, .commentlist .alt{ background:#faf3e5}

.commentlist .avatar{float:left;}

.commentlist p.date{
	margin-bottom:.5em;
	font-family:Calibri, Tahoma, Geneva, sans-serif;}
	

/* ==================================================================================
		Side Bar
==================================================================================  */

#sidebar h2{
	font-size:1.2em;
	margin-bottom:.4em;}
#sidebar h2 em{
	font-style:normal;
	color:#ba141a}

#sidebar p{margin:0;}

#sidebar>ul>li{
	padding-bottom:1.6em;}

#sidebar li li{
	margin:.2em 0;}

#sidebar dl{overflow:auto;}
#sidebar dt{float:left;clear:left;width:60px;padding-right:10px;text-align:right;}

/* ==================================================================================
		Footer
==================================================================================  */

#footer p {
	margin: 1em 0 0;
	padding: 0;
	text-align: center;}
	
/* ==================================================================================
		Align Classes
==================================================================================  */

/*	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}
.center		{ text-align: center;}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==================================================================================
		Special Classes
==================================================================================  */

.hidden {display: none;}
.clear {	clear: both;}

/* ==================================================================================
		WP Styles
==================================================================================  */


.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

