/* Reset
--------------------------------------------------*/
@import url("css/reset.css");

html{
overflow-y: scroll;
}

body{
background: #000;
}

#container{
width: 960px;
margin: 0 auto
}

#nav{
height: 60px;
}

#nav_home{
background: url('img/nav_home_2.png') no-repeat;
width: 200px;
height: 43px;
float: left;
position: absolute;
top: 0;
left: 15px;
margin-right: 2px;
}

#nav_about{
float: left;
width: 200px;
height: 43px;
background: url('img/nav_about.png') no-repeat;
margin: 0;
position: absolute;
top: 0;
left: 216px;
}

#nav_about:hover{
float: left;
width: 200px;
height: 43px;
background: url('img/nav_about.png') no-repeat;
margin: 0;
background-position: 0 -43px;
position: absolute;
top: 0;
left: 216px;
}

#content{
width: 540px;
}

#content_wide{
width: 960px;
}

#content img, #content_wide img{
border: 1px solid #FFF;
}

#page_photo{
float: right;
margin: 0 15px 0 0;
}

#page_photo img{
margin: 0 0 20px 0;
}

#page_title{
width: 960px;
margin: 0 0 15px 0;
}

.about_block{
height: 125px;
}

.about_sidebar{
float: left;
padding: 0 10px 0 0;
height: 445px;
}

.about_sidebar img{
border: 1px solid #FFF;
margin: 0 0 10px 0;
}

#border{
border: 1px solid #FFF;
padding: 5px;
margin: 20px auto;
text-align: center;
width: 500px;
}

#footer{
margin: 20px 0;
padding: 10px 0 0 0;
border-top: 1px solid #FFF;
clear: both;
}

.left{
float: left;
}

.right{
float: right;
}

/* Contact Form
--------------------------------------------------*/
#contact-area{
margin: 0;
}

#contact-area input, #contact-area textarea{
border: 1px solid #CCC;
background: #000;
font-family: arial,sans-serif;
font-size: 12px;
margin-left: 15px;
padding: 5px;
width: 444px;
color: #FFF;
}

#contact-area textarea:focus, #contact-area input:focus{
border: 1px solid #839F47;
color: #FFF;
}

#contact-area input.submit-button{
width: 100px;
}

/* Type
--------------------------------------------------*/
p{
font-family: Arial, sans-serif;
font-size: 12px;
color: #FFF;
padding: 0 0 10px 0;
}

a{
color: #839F47;
}

a:hover{
color: #FFF;
background: #333;
text-decoration: none;
}

h1{
font-family: Arial, sans-serif;
font-size: 28px;
font-weight: bold;
color: #FFF;
padding: 10px 0;
}

h2{
font-family: Arial, sans-serif;
font-size: 18px;
color: #FFF;
}

#content_h2 p{
font-family: Arial, sans-serif;
font-size: 16px;
color: #FFF;
}

strong{
font-weight: bold;
}

/* Icons
--------------------------------------------------*/
.icon_backarrow{
background: url('img/icon_backarrow.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_printer{
background: url('img/icon_printer.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_thewedding{
background: url('img/icon_thewedding.png') no-repeat;
padding: 0 0 5px 20px;
}

.nav_icon_thewedding{
background: url('img/icon_thewedding.png') no-repeat;
padding: 0 0 1px 20px;
}

.icon_recipes{
background: url('img/icon_recipes.png') no-repeat;
padding: 0 0 5px 20px;
}

.nav_icon_recipes{
background: url('img/icon_recipes.png') no-repeat;
padding: 0 0 1px 20px;
}

.icon_photos{
background: url('img/icon_photos.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_facebook{
background: url('img/icon_facebook.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_photography{
background: url('img/icon_photography.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_portfolio{
background: url('img/icon_portfolio.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_tumblr{
background: url('img/icon_tumblr.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_linkedin{
background: url('img/icon_linkedin.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_twitter{
background: url('img/icon_twitter.png') no-repeat;
padding: 0 0 5px 20px;
}

.icon_email{
background: url('img/icon_email.png') no-repeat;
padding: 0 0 5px 20px;
}

.nav_icon_email{
background: url('img/icon_email.png') no-repeat;
padding: 0 0 1px 20px;
}

.nav_icon_links{
background: url('img/icon_link.png') no-repeat;
padding: 0 0 1px 20px;
}

/* Virtual Pagination
--------------------------------------------------*/
.virtualpage{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
text-align: left;
padding: 0 0 32px 0;
margin: 0 0 10px 0;
width: 540px;
border-bottom: 1px solid #FFF;
}

.paginationstyle a{ /*Pagination links style*/
font-family: helvetica,sans-serif;
font-size: 14px;
color: #FFF;
font-weight: bold;
text-decoration: none;
text-align: left;
padding: 8px;
display: block;
float: left;
width: 115px;
margin: 0 1px 0 0;
}

.paginationstyle .flatview a:hover{
color: #FFF;
background: #333;
}

.paginationstyle .flatview a.selected{
color: #FFF;
background: #839F47;
}