/*
Theme Name: Blossom and Branch
Theme URI: http://blossomandbranch.com/
Description: Theme and styles for Blossom and Branch site and CMS.
Version: 1.0
Author: Brian Eliseo
Author URI: http://seamlesscreative.com/
*/



/* Last revision: 07.21.07 */
/*------------------------------------------*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	width: 100%;
	font-family: "Georgia", "Serif";
	font-size: 62.5%;
	color: #3D371F;
	background: url(images/bb_background.gif);
}

.clear {
	clear: both;
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	outline: none;
}


/* Structure */
/* -------------------------------------- */

#outerWrap {
	width: 100%;
	background-image: url(images/bb_outerbackground.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
}

#wrapper {
	width: 100%;
	background-image: url(images/logo_band.gif);
	background-repeat: repeat-x;
	background-position: 0 60px;
}

#centerWrap {
	width: 875px;
	margin: 0 auto;
}

#contentWrap {
	width: 830px;
	margin-left: 45px;
	background-color: #fff;
	border: 2px solid #645F4C;
}

#content {
	width: 760px;
	padding: 35px 35px 25px 35px;
}

#calloutWrap {
	padding-top:25px;
	margin-top: 2px;
	border-top: 1px solid #3D371F;
}

.left {
	width: 480px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3D371F;
}

hr {
	background-color: #3D371F;
	color: #3D371F;
	height: 1px;
	border: none;
	margin: 0 0 20px 0;
}

.noRule {
	border-bottom: none;
}

#footer {
	font-size: 1.0em;
	color: #fff;
	background-color: #645F4C;
	padding: 8px 30px 5px 30px;
}


/* Headers */
/* -------------------------------------- */

h1#logo {
	width: 266px;
	height: 160px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

h1#logo a {
	width: 266px;
	height: 160px;
	display: block;
	background-image: url(images/blossom_and_branch.png);
}

h2 {
	font-family: "Arial","Sans-Serif";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.7em;
	border-bottom: 1px solid #3D371F;
	margin-bottom: 2px;
}

#home h2 {
	font-size: 1.7em;
	border-bottom: none;
	margin-bottom: 0;
}

#gallery h2 {
	border-bottom: none;
	margin-bottom: 3px;
}

h2.textBanner {
	width: 760px;
	height: 87px;
	margin-top: 220px;
	text-indent: -5000px;
}

h2#inspired {
	background-image: url(images/inspired.png);
}

h3 {
	font-size: 1.4em;
	font-family: "Arial","Sans-Serif";
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 7px;
}

h4 {
	font-family: "Arial","Sans-Serif";
	font-size: 1.3em;
	line-height: 1.7em;
}


/* Navigation */
/* -------------------------------------- */

#nav1 {
	float: right;
	list-style: none;
	width: 348px;
	height: 30px;
	margin-top: 65px;
}

#nav1 li {
	float: left;
	display: inline;
}

#nav1 li a {
	display: block;
	height: 30px;
	text-indent: -5000px;
	background-image: url(images/nav1.gif);
}

#nav1 li a:hover, #nav1 li a.current {
	background-image: url(images/nav1_hover.gif);
}

#nav1 li a#story { width:66px; background-position: 0 0; }
#nav1 li a#gallery { width:97px; background-position: -66px 0; }
#nav1 li a#process { width:104px; background-position: -163px 0; }
#nav1 li a#book { width:81px; background-position: -267px 0; }

#nav2 {
	border-left: 1px solid #3D371F;
	margin: -33px 0 13px 140px;
	height: 20px;
}

#nav2 li {
	float: left;
	display: inline;
	font-size: 1.4em;
}

#nav2 li a {
	line-height: 20px;
	display: block;
	color: #B1AFA5;
	padding-left: 30px;
}

#nav2 li a:hover {
	color: #3D371F;
}

#nav2 li a.current {
	color: #3D371F;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px;
}

/* Home */
/* -------------------------------------- */

#banner {
	width: 760px;
	height: 390px;
	background-image: url(images/home_banner.jpg);
	border-top: 3px solid #3D371F;
	border-bottom: 3px solid #3D371F;
}

.callout {
	float: left;
	display: inline;
	width: 226px;
}

.callout a {
	color: #3D371F;
	display: block;
}

.callout p {
	margin-bottom: 0;
	line-height: 1.4em;
}

.callout a:hover {
	color: #98CB67;
}
 
.middle {
	padding: 0 20px;
	margin: 0 20px;
	border-right: 1px solid #787363;
	border-left: 1px solid #787363;
}

p.intro {
	font-size: 1.5em;
}

h3.primary {
	font-size: 1.5em;
}


/* Story */
/* -------------------------------------- */

.left p img {
	padding: 3px;
	border: 1px solid #787363;
	float: left;
	margin: 0 10px 5px 0;
}

.sidebar {
	padding: 3px;
	border: 1px solid #787363;
	float: right;
	margin-top: 25px;
}

.contactBox {
	width: 239px;
	padding-top: 10px; 
	background-color: #DFEFCF;
}

.contactBox h3 {
	margin-left: 10px;
}

.contactBox p {
	margin: 0 10px 10px 10px;
}

.contactBox p.top {
	padding-bottom: 10px;
	margin: 0 10px 2px 10px;
	border-bottom: 1px solid #3D371F;
}

.contactBox p.bottom, .contactBox h3.bottom {
	padding-top: 10px;
	border-top: 3px solid #3D371F;
}

.contactBox h3.bottom {
	padding-top: 15px;
	margin-right: 10px;
}

.contactBox p.formDesc {
	font-size: 1.2em;
	line-height: 1.5em;
}

.contactBox a {
	color: #3D371F;
}

.contactBox a:hover {
	color: #98CB67;
}


/* Process */
/* -------------------------------------- */

.left ul {
	font-size: 13px;
	line-height: 17px;
}

.left ul li {
	margin: 0 0 10px 20px;
}

.left ul li.numbered {
	font-size: 16px;
	line-height: 20px;
	padding: 18px 0 4px 30px;
	margin: 0 0 13px 0;
	background-repeat: no-repeat;
	background-position: 0 15px;
	list-style: none;
	border-top: 1px dotted #98CB67;
}

.left ul li.initial {
	border-top: none;
}

.left ul li ul {
	list-style: disc;
	margin: 5px 0 15px 0;
}

.left ul li ul li {
	padding: 0;
	margin: 0 0 6px 18px;
}

.left ul li.no1 { background-image: url(images/1.gif); }
.left ul li.no2 { background-image: url(images/2.gif); margin: 0;}
.left ul li.no3 { background-image: url(images/3.gif); }
.left ul li.no4 { background-image: url(images/4.gif); }


/* Gallery */
/* -------------------------------------- */

#gallery .navBox {
	float: left;
	display: inherit;
	width: 245px;
	height: 419px;
	margin-right: 12px;
	border-top: 1px solid #3D371F;
	padding-top: 2px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#gallery .navBox.last {
	margin-right: 0;	
}

#gallery .navBox.weddings { background-image: url(images/weddings.jpg); }
#gallery .navBox.events { background-image: url(images/events.jpg); }
#gallery .navBox.accounts { background-image: url(images/accounts.jpg); }

.galleryNavBoxHolder {
	width: 760px;
	clear: both;
	display: block;
	height: 453px;
}

#gallery .navBox a {
	width: 245px;
	height: 413px;
	display: block;
	text-indent: -5000px;
	border-top: 3px solid #3D371F;
	border-bottom: 3px solid #3D371F;
}

#gallery .navBox.weddings a { background-image: url(images/weddings_nav_large.png); }
#gallery .navBox.events a { background-image: url(images/events_nav_large.png); }
#gallery .navBox.accounts a { background-image: url(images/accounts_nav_large.png); }

.slideshow {
	width: 760px;
	height: 390px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 3px solid #3D371F;
}

#navHolder {
	position: relative;
	z-index: 1000;
	margin-top: -390px;
	display: none;
}

#navHolder a {
	width: 380px;
	height: 390px;
	display: block;
	text-indent: -5000px;
}

#navHolder a#next { background-image: url(images/next.gif); }
#navHolder a#back { background-image: url(images/back.gif); }

#galleryFooter {
	width: 760px;
	height: 32px;
	padding-top: 7px;
	color: #98CB67;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(images/gallery_footer.gif);
}


/* Forms */
/* -------------------------------------- */

label {
	font-family: "Arial","Sans-Serif";
	font-size: 1.1em;
	line-height: 1.7em;
	display: block;
}

input,select,textarea {
	width: 300px;
	border: 1px solid #645F4C;
	font-size: 1.3em;
	padding: 3px;
	margin-bottom: 15px;
}

textarea {
	height: 70px;
}

input.radio {
	width: auto;
	margin:0;
	padding:0;
	border: none;
}

label.radio {
	display: inline;
	margin: 3px 11px 0 0;
}

.topRule {
	border-top: 3px solid #3D371F;
	clear: both;
	height: 25px; 
}

.hidden {
	display: none;
}

label.error {
	color: red;
	margin-top: -10px;
}

input.error {
	border: 1px solid red;
	color: red;
}

input#Submit {
	width: auto;
	height: auto;
	border: none;
}

input#Mailing_List_Submit {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 5px 0 20px 10px;
	outline: none;
}

#footer a {
	text-indent: -5000px;
	width: 22px;
	height: 22px;
	float: right;
	display: block;
	margin: 0 0 0 7px;
}

#footer a#fb_follow {
	background-image: url(images/facebook_icon.gif);
	background-repeat: no-repeat;
}

#footer a#twit_follow {
	background-image: url(images/twitter_icon.gif);
	background-repeat: no-repeat;
}

#footer p {
	width: 500px;
	font-size: 10px;
	line-height: 22px;
	margin:0;
	padding:0;
}
