/*
Theme Name: Storybook
Description: Custom designed & coded for Story Photographers
Author: Caroline Chamblee (design) & Michael McAuley (code)
Version: 1.0
*/

body{
	margin: 0px;
	background-image: url('images/page_bg.png');
}
#top{
	float: left;
	width: 930px;
}
#logo{
	float: left;
	width: 490px;
}
#logo img{
	margin-left: 35px;
	margin-top: 14px;
	margin-bottom: 4px;
	border: 0px;
}
#tweet{
	float: left;
	width: 440px;
	height: 120px;
	background-image: url('images/tweet_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
}
#tweet p{
	padding-right: 14px;
	padding-top: 44px;
}
#tweet a{
	text-decoration: none;
	color: #549dad;
}
#book{
	background-image: url('images/repeating_bg.png');
	width: 930px;
	min-height: 100%;
	float: left;
	clear: both;
}
#leftnav{
	background-image: url('images/leftnav_bg.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 648px;
	float: left;
}



#current_story{
	background-image: url('images/current_story_spritemap.png');
	background-position: 0px 0px;
	width: 120px;
	height: 40px;
	margin-top: 120px;
}
#current_story:hover{
	background-position: -120px 0px;
}

#story_time{
	background-image: url('images/story_time_spritemap.png');
	background-position: 0px 0px;
	width: 120px;
	height: 20px;
	margin-top: 20px;
}
#story_time:hover{
	background-position: -120px 0px;
}

#our_story{
	background-image: url('images/our_story_spritemap.png');
	background-position: 0px 0px;
	width: 120px;
	height: 20px;
	margin-top: 20px;
}
#our_story:hover{
	background-position: -120px 0px;
}

#view_your_story{
	background-image: url('images/view_your_story_spritemap.png');
	background-position: 0px 0px;
	width: 120px;
	height: 40px;
	margin-top: 20px;
}
#view_your_story:hover{
	background-position: -120px 0px;
}

#tell_your_story{
	background-image: url('images/tell_your_story_spritemap.png');
	background-position: 0px 0px;
	width: 120px;
	height: 40px;
	margin-top: 20px;
}
#tell_your_story:hover{
	background-position: -120px 0px;
}



#main{
	background-image: url('images/main_bg.png');
	background-repeat: no-repeat;
	width: 780px;
	float: left;
}
.content{
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 100px;
}
.content h1{
	font-family: Georgia, serif;
	font-size: 36px;
	color: #222222;
	font-weight: normal;
}
.content h1 a{
	color: #222222;
}
.content h1 a:hover{
	color: #549dad;
}
.content h2{
	font-family: Georgia, serif;
	font-size: 18px;
	color: #222222;
	font-weight: normal;
}
.content .post-date{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #222222;
	text-align: right;
}
.content #post-date{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #222222;
	text-align: right;
}
.content p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.content a{
	text-decoration: none;
	color: #549dad;
}
.content img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content .wpcf7-validates-as-required{
	width: 365px;
	height: 20px;
	background-color: #bfbbad;
	border: 1px solid #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content input[type=text]{
	width: 365px;
	height: 20px;
	background-color: #bfbbad;
	border: 1px solid #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content textarea{
	width: 365px;
	height: 180px;
	background-color: #bfbbad;
	border: 1px solid #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
}
.content .comment-form-comment{
	width: 200px;
}
.content .comment-form-url{
	width: 200px;
}
.content .comment-form-email{
	width: 200px;
}
.content .comment-form-author{
	width: 200px;
}
.content .form-allowed-tags{
	display: none;
	visibility: hidden;
}
.wp-caption-text{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	float: right;
	padding-right: 12px;
	margin-top: 2px;
}
.alignright{
	float: right;
	margin-left: 10px;
}
.alignleft{
	float: left;
	margin-right: 10px;
}
.clear{
	clear: both;
}
.prop{
	height: 648px;
	width: 1px;
	float: right;
}
#rightnav{
	position: absolute;
	top: 0px;
	left: 930px;
	width: 130px;
	background-image: url('images/rightnav_bg.png');
	background-repeat: no-repeat;
}
#rightnavlinks{
	padding-top: 220px;
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: left;
}
#rightnavlinks a{
	text-decoration: none;
	color: #000000;
}
#rightnavlinks p{
	padding: 2px;
}
#rightnavlinks p:hover{
	background-color: #d1f4f8;
}





/* STYLES USED IN CUSTOM NEXTGEN GALLERY */

#previous_arrow{
	background-image: url('images/previous_arrow_spritemap.png');
	background-position: 0px 0px;
	width: 41px;
	height: 87px;
	position: absolute;
	top: 395px;
	left: 150px;
	z-index: 10; /* make sure it stays on top */
}

#next_arrow{
	background-image: url('images/next_arrow_spritemap.png');
	background-position: 0px 0px;
	width: 41px;
	height: 87px;
	position: absolute;
	top: 395px;
	left: 800px;
	z-index: 10; /* make sure it stays on top */
}

#thumbnails{
	width: 590px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 10px;
}

#thumbnails img{
	margin: 3px;
}

#fairytales_tab{
	position: absolute;
	top: 170px;
	left: 825px;
	width: 54px;
	height: 177px;
	background-image: url('images/fairytales_tab_spritemap.png');
	background-position: -54px 0px;
	z-index: 5;
}

#romance_tab{
	position: absolute;
	top: 290px;
	left: 825px;
	width: 54px;
	height: 177px;
	background-image: url('images/romance_tab_spritemap.png');
	background-position: -54px 0px;
}

#generations_tab{
	position: absolute;
	top: 410px;
	left: 825px;
	width: 54px;
	height: 177px;
	background-image: url('images/generations_tab_spritemap.png');
	background-position: -54px 0px;
}

#boudoir_tab{
	position: absolute;
	top: 530px;
	left: 825px;
	width: 54px;
	height: 177px;
	background-image: url('images/boudoir_tab_spritemap.png');
	background-position: -54px 0px;
}
