/*
Theme Name: Wedding
Theme URI: http://www.brookandjoe.us
Description: <strong>Wedding</strong> is a simple <strong><a href="http://wordpress.org/">WordPress</a></strong> theme designed for Brook and Joe's wedding.
Author: Joe Chavez
Author URI: http://www.fireeaterindustries.com
Template: k2
*/

body {
	font-size: 62.5%;
	color: #cf5800;
	background: #361f09 url(images/background.gif) repeat-x;
	background-attachment: fixed;
	background-position: top center;
	margin: 0;
	padding: 0;
	}

body {
    font-family: Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Helvetica, Arial, sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Helvetica, Arial, sans-serif;
	}
	
#page {
	background: transparent;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 0px;
	border-top: none;
	clear: both;
	}

#header {
	height: 290px;
	background: transparent url(images/header.png);
	}

#navbar a {
  position: absolute;
  text-decoration: none;
  }

#navbar a i {
  visibility: hidden;
  }

a#home {
  height: 200px;
  width: 780px;
  }  

a#thecouple {
  top: 220px;
  left: 41px;
  height: 50px;
  width: 107px;
  }  

a#weddingparty {
  top: 220px;
  left: 161px;
  height: 50px;
  width: 148px;
  }  

a#ceremonies {
  top: 220px;
  left: 327px;
  height: 50px;
  width: 103px;
  }  

a#registry {
  top: 220px;
  left: 447px;
  height: 50px;
  width: 83px;
  }  

a#mapsanddirections {
  top: 220px;
  left: 548px;
  height: 50px;
  width: 194px;
  }  
	
.content {
	background: #ffffff;
	padding: 0 20px 10px;
	border: 1px solid #72573c;
	}

.entry-content {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #361f09;
	}

a {
	color: #cf5800;
	text-decoration: none;
	}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #361f09;
	}

.secondary {
	color: #72573c;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 36px;
	font-weight: bold;
	}

.entry-meta {
	font-size: 1em;
	line-height: 1.6em;
	color: #72573c;
	}

.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #cf5800;
	}

.entry-head .entry-meta {
	background: transparent;
	min-height: 16px;
	padding-left: 0;
	}

.four04 .entry-title,
body.page .entry-title {
	text-align: left;
	}

#footer {
	background: transparent url(images/footer.png) repeat-x;
	height: 50px;
	width: 780px;
	clear: both;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	color: #72573c;
	}

#footer a {
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #cf5800;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #cf5800;
	}
	
div.container {
	height: 50px;
	width: 780px;
    display: table-cell;
    vertical-align: middle;
	}

img { /* Fix up IE6 PNG Support */
	behavior: url(scripts/iepngfix.htc);
	}	