/*  
Theme Name: Bridals By Sandra
Theme URI: 
Description: Custom WordPress Theme for Bridals By Sandra
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

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

html {
	height: 100%;
	background: url(images/background.jpg) repeat-x center top #FDFCFA;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/body.jpg) no-repeat center top;
}

#container {
	width: 900px;
	min-height: 100%;
	margin: 0px auto -35px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #C94F88; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #36192E; 
}

h2 {
	color: #C94F88;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #933964;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

p {
	padding-bottom: 10px;
}

.img_left {
	float: left;
	padding-right: 3px;
}

.img_right {
	float: right;
	padding-left: 3px;
}

/* Pane List ////////////////////////////////////////////////////////// */

.pane-list a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

.pane-list a:visited {
	color: #000;
	font-weight: bold;
}

.pane-list a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pane-list li {
	background: #fff;
	padding: 10px 20px 10px 10px;
	border-top: solid 1px #C94F88;
	cursor: pointer;
}

.pane-list li:hover {
	background: #F9EAEA;
}

/* Header ////////////////////////////////////////////////////////// */

#info {
	width: 900px;
	height: 26px;
	color: #cccccc;
	font-size: 11px;
	padding-top: 5px;
}

#info a {
	color: #cccccc;
	text-decoration: none;
}

#info a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#info_l {
	display: inline;
	float: left;
}

#info_r {
	float: right;
	text-align: right;
}

#header { 
	width: 900px;
	height: 173px;
	padding-bottom: 25px;
} 

#header_logo {
	width: 300px;
	padding: 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/sandras.jpg) no-repeat top left;
	width: 270px;
	height: 173px;
}

#header_logo a {
	width: 270px;
	height: 173px;
	display: block;
	text-indent: -999999px;	
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 555px;
	height: 58px;
	padding-top: 115px;
	float: right;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width:  555px;
	height: 58px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 58px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li a.current {
	background-image: url(images/nav3.jpg);
	color: white;
}

#nav li a:hover.current {
	background-color: transparent;
	color: white;
}

#nav li#home a {
	width: 50px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#products a {
	width: 71px;
}

#nav li#products a:link,
#nav li#products a:visited,
#nav li#products a:hover {
	background-position: -50px 0px;
}

#nav li#aboutus a {
	width: 70px;
}

#nav li#aboutus a:link,
#nav li#aboutus a:visited,
#nav li#aboutus a:hover {
	background-position: -121px 0px;
}

#nav li#services a {
	width: 66px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -191px 0px;
}

#nav li#events a {
	width: 57px;
}

#nav li#events a:link,
#nav li#events a:visited,
#nav li#events a:hover {
	background-position: -257px 0px;
}

#nav li#findus a {
	width: 64px;
}

#nav li#findus a:link,
#nav li#findus a:visited,
#nav li#findus a:hover {
	background-position: -314px 0px;
}

#nav li#careers a {
	width: 59px;
}

#nav li#careers a:link,
#nav li#careers a:visited,
#nav li#careers a:hover {
	background-position: -378px 0px;
}

#nav li#blog a {
	width: 46px;
}

#nav li#blog a:link,
#nav li#blog a:visited,
#nav li#blog a:hover {
	background-position: -437px 0px;
}

#nav li#contactus a {
	width: 72px;
}

#nav li#contactus a:link,
#nav li#contactus a:visited,
#nav li#contactus a:hover {
	background-position: -483px 0px;
}

/* body ////////////////////////////////////////////////////////// */

#left {
	width: 275px;
	display: inline;
	float: left;
	padding-bottom: 50px;
}

#schedule {
	width: 270px;
	height: 134px;
	position: relative;
}

#schedule h2 {
	background: url(images/contactus.jpg) no-repeat;
	width: 270px;
	height: 134px;
	margin: 0px;
	padding: 0px;
}

#schedule a {
	width: 270px;
	height: 134px;
	display: block;
	text-indent: -999999px;
}

#seeour {
	width: 270px;
	height: 345px;
	position: relative;
}

#seeour h2 {
	background: url(images/seeour1.jpg) no-repeat;
	width: 270px;
	height: 345px;
	margin: 0px;
	padding: 0px;
}

#seeour a {
	width: 270px;
	height: 345px;
	display: block;
	text-indent: -999999px;
}

#right {
	width: 590px;
	float: right;
	padding-right: 5px;
	position: relative;
}

#designers {
	width: 590px;
	height: 297px;
	position: relative;
}

#designers h2 {
	background: url(images/designers.jpg) no-repeat;
	width: 590px;
	height: 297px;
	margin: 0px;
	padding: 0px;
}

#designers a {
	width: 590px;
	height: 297px;
	display: block;
	text-indent: -999999px;
}

#tour {
	width: 245px;
	height: 185px;
	position: relative;
	display: inline;
	float: left;
	left: -4px;
}

#tour h2 {
	background: url(images/tour.jpg) no-repeat;
	width: 245px;
	height: 185px;
	margin: 0px;
	padding: 0px;
}

#tour a {
	width: 245px;
	height: 185px;
	display: block;
	text-indent: -999999px;
}

#update {
	float: left;
	width: 345px;
}

#learnmoreabout {
	width: 145px;
	height: 30px;
	position: relative;
}

#learnmoreabout h2 {
	background: url(images/aboutus.jpg) no-repeat;
	width: 145px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#learnmoreabout a {
	width: 145px;
	height: 30px;
	display: block;
	text-indent: -999999px;
}

#latestentries {
	padding-bottom: 150px;
}

#entries {
	display: inline;
	float: left;
	width: 220px;
	padding-right: 20px;
}

#getdirections {
	width: 350px;
	height: 171px;
	position: relative;
	float: left;
}

#getdirections h2 {
	background: url(images/getdirections.jpg) no-repeat;
	width: 350px;
	height: 171px;
	margin: 0px;
	padding: 0px;
}

#getdirections a {
	width: 350px;
	height: 171px;
	display: block;
	text-indent: -999999px;
}

#bottom {
	float: right;
	background: url(images/content_bottom.jpg) top no-repeat;
	width: 606px;
	color: #252525;
	font-size: 11px;
	padding-bottom: 50px;
	padding-top: 45px;
	margin-right: -4px;
	position: relative;
}

#bottom a {
	color: #252525;
	text-decoration: none;
}

#bottom a:hover {
	color: #252525;
	text-decoration: underline;
}

#bottom_l {
	display: inline;
	float: left;
}

#minilogo {
	float: right;
	width: 138px;
	height: 100px;
	position: relative;
}

#minilogo h3 {
	background: url(images/minilogo.jpg) no-repeat;
	width: 138px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#minilogo a {
	width: 138px;
	height: 100px;
	display: block;
	text-indent: -999999px;
}

/* About Us Slide ////////////////////////////////////////////////////////// */

#slide {
	width: 300px;
	height: 259px;
	position: relative;
	float: right;
	margin-left: 20px;
	background: url(images/slide_m.jpg) center no-repeat;
}

#slide_left {
	width: 33px;
	height: 259px;
	position: relative;
	display: inline;
	float: left;
}

#slide_right {
	width: 33px;
	height: 259px;
	position: relative;
	float: left;
}

#slide_middle {
	width: 228px;
	height: 216px;
	background-position: top;
	float: left;
	margin: 16px 3px 27px 3px;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 228px;
	height: 216px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 228px;
	height: 216px;
}

/* Blog //////////////////////////////////////////////////////////////// */

.split {
	width: 590px;
	height: 41px;
	background: url('images/split.jpg') no-repeat center left;
	margin: 0;
	padding: 20px 0px 5px 0px;
	text-indent: -99999px;
}

.split2 {
	width: 590px;
	height: 41px;
	background: url('images/split2.jpg') no-repeat center left;
	margin: 0;
	padding: 0px;
	text-indent: -99999px;
}

.forms_text {
	min-width: 90px;
	font-weight: bold;
	display: inline;
	float: left;
}

.forms_text_two {
	min-width: 110px;
	font-weight: bold;
	display: inline;
	float: left;
}

.forms {
	width: 200px;
	border: 1px solid #C94F88;
	background-color: #F9EAEA;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 580px;
	height: 80px;
	border: 1px solid #C94F88;
	background-color: #F9EAEA;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.title {
	font-weight: bold;
	width: 60px;
	display: inline;
	float: left;
	padding: 4px 0px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.comment_left {
	display: inline;
	float: left;
	width: 200px;
}

.comment_right {
	float: right;
	width: 200px;
	text-align: right;
}

#leavea {
	width: 590px;
	background-color: #C94F88;
	padding: 3px;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
}

.comments {
	list-style: none;
	width: 590px;
	border-bottom: dashed thin;
	border-bottom-color: #5E0003;
	margin-bottom: 10px;
}

#comments {
	margin-bottom: 10px;
}

#consultants {
	padding-bottom: 10px;
}

/* Find Us ////////////////////////////////////////////////////////// */

.findus {
	width: 590px;
	height: 256px;
	margin-bottom: 20px;
	background-color: #F9EAEA;
}

.map {
	display: inline;
	float: left;
	width: 360px;
	height: 250px;
}

.hours {
	float: right;
	width: 200px;
	height: 236px;
	padding: 10px 10px 10px 0px;
}

iframe {
	border: 3px solid #C94F88;
}

/* Careers ////////////////////////////////////////////////////////// */

.jobs ul {
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 500px;
	line-height: normal;
	color: #5c294f;
	min-height: 190px;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;
}

.jobs li {
	display: block;
	width: 500px;
	line-height: normal;
	background: url(http://bridals.server278.com/wp-content/themes/bbs/images/arrows.jpg) no-repeat scroll 0 4px;
	margin-left: 10px;
	padding: 1px 0 1px 20px;
	text-decoration: none;
	color: #37192f;
}

/* Products ////////////////////////////////////////////////////////// */

#productcategories h2 {
	background: url(images/productcategories.jpg) no-repeat;
	width: 270px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#categorylist {
	width: 270px;
}

#maggie1 h3 {
	background: url(images/bridal/maggie1.png) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#maggie2 h4 {
	background: url(images/bridal/maggie2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#casa1 h3 {
	background: url(images/bridal/casa1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#casa2 h4 {
	background: url(images/bridal/casa2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#mori1 h3 {
	background: url(images/bridal/mori1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#mori2 h4 {
	background: url(images/bridal/mori2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#pron1 h3 {
	background: url(images/bridal/pron1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#pron2 h4 {
	background: url(images/bridal/pron2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

.visit {
	background-color: #22211F;
	width: 580px;
	height: 20px;
	padding: 5px;
	color: white;
	margin-bottom: 45px;
}

.visit a {
	color: white;
	text-decoration: underline;
}

.visit a:hover {
	color: #ffeae7;
	text-decoration: underline;
}

#bridesmaids h4 {
	background: url(images/bridesmaids.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#special h4 {
	background: url(images/special.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#prom h4 {
	background: url(images/prom.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#flowergirl h4 {
	background: url(images/flowergirl.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#ben1 h3 {
	background: url(images/bridal/ben1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#ben2 h4 {
	background: url(images/bridal/ben2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#ed1 h3 {
	background: url(images/bridal/ed1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#ed2 h4 {
	background: url(images/bridal/ed2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}


#bev1 h3 {
	background: url(images/bridal/bev1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#bev2 h4 {
	background: url(images/bridal/bev2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}


#carl1 h3 {
	background: url(images/bridal/carl1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#carl2 h4 {
	background: url(images/bridal/carl2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}


#after1 h3 {
	background: url(images/bridal/after1.gif) no-repeat;
	width: 92px;
	height: 80px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-indent: -99999px;
}

#after2 h4 {
	background: url(images/bridal/after2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#mari1 h3 {
	background: url(images/bridal/mari1.jpg) no-repeat;
	width: 280px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}

#mari2 h4 {
	background: url(images/bridal/mari2.jpg) no-repeat;
	width: 590px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 35px;
	clear: both;
}

#footer {
	height: 35px;
	width: 100%;
	background: #333333 url(images/footer.jpg) repeat-x top;
	font-size: 13px;
	padding: 0px;
	color: #cccccc;
	line-height: normal;
	position: relative;
}

#footer_container {
	width: 900px;
	height: 27px;
	margin: 0px auto 0px auto;
	color: #cccccc;
	font-size: 11px;
	padding-top: 8px;
}

#footer_container a {
	color: #cccccc;
	text-decoration: none;
}

#footer_container a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#footer_l {
	display: inline;
	float: left;
}

#footer_r {
	float: right;
	text-align: right;
}