/*  
Theme Name: EatDrinkAndBeMarried
Version: v1
Author: Jeff Sarmiento
Author URI: http://jeffsarmiento.com/
*/

@import url(styles/reset.css);



/* *************************
 * MAIN
 *************************** */

body {
	background-image: url(/images/bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #80171a;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #d9c4c4;
	line-height: 1.5em;
}

/*
 * main columns
 */
.container {
	width: 950px;
	margin: 0 auto;
}
#main {
	background-color: #661215;
	padding: 20px;
}
.col_left {
	width: 595px;
	margin-right: 40px;
	float: left;
}
.col_right {
	width: 275px;
	line-height: 1.4em;
	float: left;
}
.col_left2 {
	width: 275px;
	margin-right: 40px;
	float: left;
}
.col_right2 {
	width: 595px;
	float: left;
}
.col_mid {
	width: 430px;
	margin-right: 50px;
	float: left;
}

/*
 * Footer
 */
#footer {
	background: #400b0d url(/images/foot-bg.gif);
	color: #cca2a3;
	clear: both;
	padding: 20px;
}
#footer a {
	color: #cca2a3;
}
#footer ul {
	margin: 1.3em 0;
	height: 1.5em;
}
#footer ul li {
	list-style: none;
	float: left;
	margin-right: 8px;
}
#foot_logo {
	float: right;
}
#eat_drink_married {
	text-align: center;
	margin: 50px 0 100px;
}

/*
 * Top section
 */
#top {
	background-image: url(/images/top-bg1.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	height: 378px;
	padding-left: 20px;
}

#nav {
	float: right;
 	padding: 10px 10px 0 0;
	margin: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-left: 5px;
}
#nav a {
	display: block;
	float: left;
}
#nav img {
	height: 16px;
	border: 0;
}

#logo {
	width: 324px;
	height: 152px;
}

/*
 * Forms
 */
form {
	margin: 0;
	padding: 0;
}
form label {
	margin-bottom: 2px;
}
input, textarea {
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 6px;
}
form #submit {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	padding: 0;
}



/* *************************
 * TEXT
 *************************** */

a:link, a:visited, a:active {
	color: #49def2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.button:link, a.button:active, a.button:visited {
	background: url(/images/button-right.gif) no-repeat right;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	float: left;
	display: block;
	height: 30px;
	padding-right: 15px;
}
a.button:hover {
	text-decoration: underline;
}
a.button span {
	background: url(/images/button-left.gif) no-repeat;
	float: left;
	height: 30px;
	padding-left: 43px;
}

/*
 * Headers
 */
h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
h2.img {
	line-height: 16px;
	height: 16px;
}
h3 {
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: .25em;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #fff;
	text-decoration: none;
}
h3 a:hover {
	background-color: #49def2;
	color: #000;
	text-decoration: none;
}
h3.img {
	line-height: 48px;
	height: 48px;
}
h4 {
	font: bold 16px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	margin-bottom: .4em;
}



p {
	padding: 0;
	margin: 0 0 1.6em 0;
}
.hl {
	background-color: #ff9;
	padding: 1px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre, code {
	font-family: "Lucida Console", Monaco, Courier, monospace;
	font-size: 11px;
}
pre {
	border-left: 1px dotted #4b3f26;
	padding: 5px 0 5px 10px;
	margin: 0 0 1.6em 20px;
}
blockquote {
	background: #520f11;
	margin: 0 0 1.6em 25px;
	padding: 10px;
	font-style: italic;
}
.white_45 {
	color: #ab7d7f;
}
.photo_caption {
	font-size: 1.5em;
	font-style: italic;
}


/* *************************
 * ALIGNMENT AND SPACING
 *************************** */
.clearb {
	clear: both;
}
.valign_m {
	vertical-align: middle;
}
.line {
	border-bottom: 1px solid #7d3538;
	height: 1px;
	margin: 1.6em 0;
	overflow: hidden;
}
.nomargin {
	margin: 0;
}
.photo {
	margin-bottom: 5px;
}



/* *************************
 * LISTS
 *************************** */
ul, ol {
	margin: 0 0 1.6em 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

/*
 * sidebar lists
 */
.sidebar_list1 {
	list-style: none;
	margin-left: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #7d3538;
}
.sidebar_list1 a:link, .sidebar_list1 a:active, .sidebar_list1 a:visited {
	color: #e8dcdc;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	width: 100%;
}
.sidebar_list1 a:hover {
	background-color: #49def2;
	color: #000;
	text-decoration: none;
}




/* *************************
 * PAGE SPECIFIC
 *************************** */

/*
 * Contact form
 */
#contact_form #name, #contact_form #email, #contact_form #message {
	width: 250px;
	margin: 0 10px 7px 0;
	vertical-align: middle;
}
#contact_form label {
	display: block;
}
#contact_form p {
	clear: both;
	margin-bottom: 5px;
}
#contact_form #message {
	width: 375px;
	height: 110px;
	margin-right: 10px;
	vertical-align: top;
}
#contact_form #copy {
	float: left;
	margin-right: 10px;
}
#contact_form img {
	vertical-align: middle;
	display: none;
}
.error {
	background: url(/images/exclamation.png) no-repeat;
	padding-left: 20px;
}
#sent {
	display: none;
	margin-bottom: 20px;
}


/* Bridal Party */
.party_member {
	clear: both;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #7d3538;
}
.party_photo {
	float: left;
	margin: 0px 30px 10px 0;
	text-align: center;
}
.party_photo img {
	width: 125px;
	height: 125px;
}
.party_text {
}
.party_member h3 {
	line-height: 48px;
	height: 48px;
}

/* Events */
.events h3{
	line-height: normal;
	margin-bottom: .6em;
}
.events .col_left2 {
	margin-bottom: 1.6em;
}

/* days until */
#days_until {
	background: url(/images/days-until-bg.gif) no-repeat;
	width: 285px;
	height: 111px;
	margin-top: 75px;
}
#days_until_pad {
	width: 261px;
	margin: 0 auto;	
}
#days_until_bar {
	background-image: url(/images/days-until-tile.gif);
	height: 28px;
	margin: 35px 0;
	float: left;
	text-align: right;
}
#days_until_text {
	font: bold 1.1em/1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	letter-spacing: -1px;
	padding: 7px;
	text-transform: uppercase;
}

/* *************************
 * BLOG STYLES
 *************************** */

/*
 * Content
 */
.post_date {
	color: #ab7d7f;
	float: left;
	margin: 0 2em .5em 0;
}
.post_comments {
	background: url(/images/bubble.gif) no-repeat 0 .3em;
	float: left;
	padding-left: 1.5em;
	margin: 0 0 .5em;
}
.post_content {
	clear: both;
	border-bottom: 1px solid #7d3538;
	margin-bottom: 1.5em;
}

.comment {
	background: #520f11;
 	margin-bottom: 10px;
	padding: 10px;
}
.comment .avatar {
	float: left;
}
.comment_text {
	float: right;
	width: 475px;
}
.comment_date {
	float: right;
	color: #ab7d7f;
}
.comment_author {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;	
}
.comment_author a {
	text-decoration: none;
	color: #fff;
}
.comment_author a:hover {
	text-decoration: underline;
}

.comment_admin {
	background-color: #36090b;
}
.comment_admin .comment_author {
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	color: #49def2;
}
.comment_admin .comment_author a {
	color: #49def2;
}

a.more-link:link, a.more-link:active, a.more-link:visited { }
a.more-link:hover { }


/*
 * Add comment form
 */
#comment_form, #respond {
}
#comment_form #author, #comment_form #email, #comment_form #url {
	width: 250px;
	margin-bottom: 7px;
}
#comment_form label {
	display: block;
}
#comment_form p {
	clear: both;
	margin-bottom: 4px;
}
#comment_form #comment {
	width: 400px;
	height: 125px;
}





