/*
Theme Name: Strictly Bridal
Theme URI: http://bryantcreative.com.au
Description: Custom Design for Strictly Bridal.
Version: 1.0
Author: James Bryant
Author URI: http://bryantcreative.com.au
Tags: Dark, Pink, Bridal, Flash

*/
/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body {
	font: 13px/18px arial, helvetica, sans-serif;
	letter-spacing: 90%;
	background-color:#1F1919;
	color:#DFDFDF;
	background-image: url(images/headerBg.png);
	background-position: top;
	background-repeat: repeat-x;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding:0;
	font-weight:normal;
	letter-spacing:-0.5px;
	height: auto;
}
h1 {
	font: 20px arial, helvetica, sans-serif;
	height: 30px;
	height: auto;
}
h2 {
	font: 20px arial, helvetica, sans-serif;
	height: 20px;
}
h3 {
	font: 16px arial, helvetica, sans-serif;
	margin-bottom: 0;
	color: #E90E7C;
}
p, ul, ol, td, li {
	color: #BFBFBF;
	font-size: 13px;
	margin:0;
	padding:0 0 18px 0;
	line-height: 140%;
}
td {
	padding: 0;
}
ul, ol {
	color: #FFFFFF;
	padding:10px 0 18px 10px;
	list-style-type: none;
	list-style-image: url(images/dot.gif);
}
li {
	margin:6px 0;
	padding: 0;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}

img.alignleft {
	float: left;
	margin: 0 20px 50px 0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/

a {
	color: #EF68AD;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #ed0e7e;
	text-decoration: underline;
	outline: none;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	display: block;
	color: #ed0e7e;
	border-bottom: 1px solid #ed0e7e;
	padding: 5px 50px;
	margin: 5px auto;
	width: 70px;
}
/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Global Classes *****/

.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:850px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/***** Wrappers *****/
#wrapper {
	width: 100%;
	height: 100%;
}

#container {
	width:850px;
	height: 100%;
	margin: 0 auto;
}
#galleryWrapper {
	width:750px;
	margin: auto;
}
/***** Content Divs*****/
#header {
	width: 100%;
	height: 154px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	z-index: 10;
}
#content {
	width: 836px;
	padding: 0 7px;
	float: left;
}
#flashContent {
	width: 900px;
	padding: 0;
	float: left;
}
#flashGallery {
	position: relative;
	width: 750px;
	height: 550px;
	padding: 0;
	left: -250;
	float: left;
}
#ImgDress {
	float:right;
	height:700px;
	left:200px;
	margin:-700px 0 0;
	position:relative;
	top:550px;
	width:379px;
	z-index:100;
}
#lines {
	width: 94px;
	float: left;
}
#footer {
	border-top: 1px solid #2F2626;
	height: 30px;
	color: #2F2626;
	font-size: 10px;
	padding: 5px 25px;
	margin: 0 5px 15px;
	float: left;
	clear: both;
}
#footer li, #footer ul{
	margin: 0;
	padding: 0;
}
#footer li{
	list-style: none;
	float: left;
}
#footer a {
	display: block;
	padding: 0 5px;
	float: left;
	color: #2F2626;
	font-size: 10px;
}
#footer a:hover, a:active {
	color: #ed0e7e;
	text-decoration: none;
}
/***** Content Classes*****/

.twoColumn {
	float: left;
	width: 305px;
	padding: 0 20px 20px;
}
.textboxFaded {
	background-image: url(images/bgFade.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;
	padding: 0 25px 10px;
	border-bottom: 1px solid #ed0e7e;
	float: left;
}
.textbox {
	float: left;
	padding: 0 25px 10px;
	margin-bottom: 30px;
}
.width100 {
	width: 786px;
}
.width90 {
	width: 701px;
}
.width80 {
	width: 616px;
}
.width70 {
	width: 531px;
}
.width60 {
	width: 446px;
}
.width50 {
	width: 361px;
}
.width40 {
	width: 276px;
}
.width30 {
	width: 191px;
}

.lightboxImages li {
	float: left;
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.lightboxImages a img {
	border-bottom: 1px #2c2424 solid;
	padding-bottom: 1px;
	margin: 3px;
}
.lightboxImages a img:hover {
	border-bottom: 1px #ED0E7E solid;
}
.testimonial {
	float: left;
	clear: both;
	padding: 10px 0 0 15px;
	margin: 0 0 20px 35px;
	background: url(images/quoteTop.gif) top left no-repeat;
	color: #FFFFFF;
	width: 85%;
}
.alignCenter {
	text-align: center;
}
.testimonial p {
	background: url(images/quoteBottom.gif) bottom right no-repeat;
	padding-right: 15px;
	padding-bottom: 2px;
	text-align: justify;
}
.testimonial h6 {
	color: #ED0E7E;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-right: 15px;
}
.openingHours {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}
.day {
	width: 14%;
	float: left;
	text-align: center;
	margin: 10px 0;
}
.day h6, .day h5 {
	font-size: 10pt;
	text-align: center;
	margin: 5px 0;
	color: #BF1168;
	border-bottom: 1px solid #BF1168;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 0;
}
.day h5 {
	font-size: 8pt;
	color: #5A4949;
	border-bottom: none;
	border-top: 1px solid #5A4949;
	margin: 0;
}
.day p {
	margin: 0;
	padding-bottom: 5px;
}
.designerColumns {
	font-size: 105%;
	width: 100%;
	float: left;
	line-height: 20px;
	margin: 0 0 20px;
}
.designerColumns li {
	width: 50%;
	float: left;
}
.designerColumns li.plusMore {
	float: right;
	list-style: none;
}
.imgWrapper {
	padding: 0 15px;
}
.txtHighlighted {
	font-weight: bold;
}
.editPage {
	clear: both;
	float: left;
}
.profileDress {
	float:right;
	left:-160px;
	position:relative;
	top:-80px;
	width:0;
}
.profileDress img {
	
}
img.awards2009 {
	margin-left: -18px;
}

/***** Flash Replacement Divs *****/

#dressLabels {
	float:left;
	position:relative;
	margin-left: -20px;
	margin-bottom: 30px;
}

/***** Sidebar *****/
.productsSidebar {
	width: 220px;
}

.productsSidebar h2{
	border-bottom:1px solid;
	color:#4F4647;
	display:block;
	font-size:20px;
	margin:5px 0 10px;
	padding:0 0 10px;
	width:100%;
}

.productsSidebar a {
	color:#5C5252;
}

.productsSidebar a:hover {
	color: #DD167A;
}

.productsSidebar ul, .productsSidebar li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
}
.productsSidebar li{
	margin: 3px 0;
}

#sidebar-shop li.widget {
	margin-top: 10px;
}

#sidebar-shop li, #sidebar-shop p {
	color: #8F8686;
}

#sidebar-shop a.wpsc_category_link{
	display: block;
	height: auto;
	padding-left:0;
	background: url(images/icon_Search.png) no-repeat -20px 0;
	padding-left: 20px;
}

#sidebar-shop a.wpsc_category_link:hover{
	background-position: 0 center;
	text-decoration: none;
}