﻿/*
Theme Name: Wedding
Theme URI: http://www.bricker-walsh-wedding.com/
Description: This is a quick theme I built because the template I bought wasn't actually a theme! 
Version: 1.0
Author: M. Daniel Walsh 
Author URI: http://www.meritica.com


*/

/** CSS - Shivaree - November 21st, 2008
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #2e1d1a;
margin: 0 auto;
background: #2e1d1a;
}

/** Main Containers
==============================================================================*/

#container {
width: 964px;
height: auto;
margin: 0 auto;
background: #2e1d1a;
}

#contentheader {
width: 964px;
height: 97px;
background-color: #2e1d1a;
}

#headerleft {
float: left;
width: 312px;
height:97px;
background: url(images/molly_03.jpg) #2e1d1a;}

#headercenter {
float: left;
width: 332px;
height:97px;
background: url(images/ribbon_04.jpg) #2e1d1a;}

#headerright {
float: left;
width: 320px;
height:97px;
background: url(images/daniel_05.jpg) #2e1d1a;}

#contentcenter {
width: 964px;
height:auto;
background: url(images/body.jpg) repeat-y #2e1d1a;
}

#centercol {
padding-left:198px;
width:558px;
height:auto;
}

#centercolhome {
padding-left:183px;
width:578px;
height:auto;
}

#centercol P{
padding-left:10px;
padding-right:10px;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
padding-bottom: 10px;
}

.price {
border-top: 1px solid #f0eed0;
text-align: right;
color: #a07d65;
padding-top: 5px;
margin-bottom: 25px;
}

#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
font-size: 36px;
line-height: 36px;
color: #5b5b5b;
margin-bottom: 25px;
}

h2 {
font-size: 36px;
line-height: 36px;
color: #5b5b5b;
margin-bottom: 25px;
}

h3 {
font-size: 20px;
padding-top: 8px;
padding-bottom: 8px;
font-weight:700;
color: #231717;
}

h4 {
font-size: 15px;
padding-bottom: 0px;
padding-left:5px;
font-weight:700;
color: #231717;
text-decoration:underline;
}


/** Links
==============================================================================*/

#centercol a:link, #centercol a:visited,#centercol a:active
{color:blue;}

#centercol a:hover
{color:blue;
text-decoration:underline;}

a:link {
color: #7a2640;
text-decoration: none;
}

.price a {
color: #a07d65;
}

a:visited {
color: #7a2640;
text-decoration: none;
}

a:hover {
color: #2e1d1a;
text-decoration: none;
}

a:active {
color: #2e1d1a;
text-decoration: none;
}

/** Navigation
==============================================================================*/

ul#nav {
list-style-type: none;
float: left;
margin-left:205px;
padding-top:13px;
width: 550px;
border-bottom: 1px solid #f5efcd;
font-family: "Times New Roman"
}

ul#nav li {
float: left;
font-size: 13px;
margin-right: 27px;
}

ul#nav li#current a:link {
color: #2e1d1a;
}

ul#nav li.current a {
color: #926b53;
}

#navbar {
width: 964px;
height:47px;
background: url(images/nav_03.jpg) #2e1d1a;}

/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
float: left;
width: 312px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}

/** Form
==============================================================================*/




/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 343px;
}

/** Right Column Images
==============================================================================*/

ul#images {
list-style-type: none;
}

#rightcol img {
border: solid 6px #ffffff;
}

/** Footer
==============================================================================*/

#contentfooter {
float: left;
width: 964px;
height: 180px;
background: url(images/footer.jpg) no-repeat #2e1d1a;
}

#footer {
width: 964px;
height: 180px;
background: url(images/footer.jpg) no-repeat #2e1d1a;
}

#footer p{
padding-top: 151px;
padding-right:5px;
text-align: center;
font-size: 12px;
color: #5b5b5b;
}

#footer a:link {
color: #a07d65;
}



.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#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 */



.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 */


.outer {
	float: left;
	width: 312px; height: 97px;
	background: url(images/molly-hl_03.jpg) no-repeat;
	}

.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(images/molly_03.jpg) top left no-repeat;
	}

.outer span, .outerd span {
	display: block;
	}

.outer a:hover, .outerd a:hover {
	background-image: none;
	}

.outer a:active,.outerd a:active {
        background-image: none;
	}

.outerd {
	float: left;
	width: 320px; height: 97px;
	background: url(images/danil-hl_05.jpg) no-repeat;
	}

.outerd a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(images/daniel_05.jpg) top left no-repeat;
	}
