/*

Theme Name: Builder

Theme URI: http://ithemes.com/

Author: Chris Jean

Author URI: http://ithemes.com/

Version: 2.0.14

Tags: blog, theme options, multiple layouts, multiple color schemes



Version History

	See history.txt

*/



/*********************************************

	Default font settings.

	The font-size percentage is of 16px. (0.75 * 16px = 12px)

*********************************************/

html {

	font-size:100.01%;

}

body {

	font-size: 75%;

	line-height: 1.8em;

	color: #fff;

	font-family: Trebuchet MS, Helvetica, sans-serif;
font-weight: bold;

}



/*********************************************

	Main Background

*********************************************/

body {

	background: #110F10 url('/images/pinkblack.jpg') top left repeat-x ;



}



/*********************************************

	Universal Link Styles

*********************************************/

a {

	color: #fff;

	text-decoration: underline;

}

a:hover {

	color: #F6ADCC;

	text-decoration: underline;

}



/*********************************************

	Headings

*********************************************/

h1, h2, h3, h4, h5, h6 {

	font-weight: bold;

	color: #fff;
font-family: Trebuchet MS, Sans-Serif;
}

h1 {

	font-family: Trebuchet MS, Sans-Serif;

	font-size: 1.5em;

	line-height: 1em;

	margin-bottom: 0.5em;

	font-weight: bold;

	text-transform: normal;

	letter-spacing: 0px;
color: #F6ADCC;

padding:3px 0 0 0;

}

h2 {

	font-size: 2em;
line-height: 1.5em;
	margin-bottom: 0.75em;
color: #eee;
text-transform: uppercase;

}

h3 {

	font-size: 1.5em;
	line-height: 1;
color: #f6adcc;
	margin-bottom: 0.5em;
text-transform: normal;


}

h4 {

	font-size: 1.2em;

	line-height: 1.2;

	margin-bottom: 0em;

	font-weight:bold;

}

h5 {

	font-size: 1em;

	font-weight: bold;

	margin-bottom: 0em;

}

h6 {

	font-size: 1em;

	font-weight: bold;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {

	margin: 0;

}



/*********************************************

	Container Div

*********************************************/

.builder-container-outer-wrapper {

	background: url('/images/sirenback.jpg') top center no-repeat;

	margin: auto;
margin-top: 0;

top: 0px;

left: 0px;

width: 100%;

	border: 0em solid #000;

	display: block;

}



/*********************************************

	All Modules Default Definitions

*********************************************/

.builder-module {

	margin-bottom:1em;


width: 100%;

}



/* Make the module columns match height */

/* Removed until a better solution can be made as it causes problems with anchored links

.builder-module {

	overflow: hidden;

}

.builder-module-block-outer-wrapper,

.builder-module-block {

	margin-bottom: -9999px;

	padding-bottom: 9999px;

}

*/



.builder-module-content {
margin-top: 1em;}

.builder-module-widget-bar {}

.builder-module-image {
margin-bottom: 0;}



/*********************************************

	Sidebars

*********************************************/

.builder-module-sidebar {

	display:block;

	width:100%;
font-size: 1em;
	background: transparent;

}

.builder-module-sidebar .widget-wrapper {

	width: 100%;

border-left: 0px dotted #fff;

}

.builder-module-sidebar .widget {

	padding: 0.5em 1em;
	
	color: #fff;
font-size: 1em;

}

.builder-module-sidebar .widget a {

	color: #fff;
	margin-left: 10px;
	text-decoration: none;

}

.builder-module-sidebar .widget a:hover {

	color: #F6ADCC;
	margin-left: 10px;
	text-decoration: none;

}

.builder-module-sidebar .widget h4 a {

	color: #fff;
text-transform: Normal;
	text-decoration: none;

}

.builder-module-sidebar .widget h3 {
color: #fff;
margin-left: 10px;
text-transform: normal;

color: #fff;

font-size: 12px;


}
.builder-module-sidebar .widget h4 {

color: #F6ADCC;
margin-left: 10px;
text-transform: normal;
font-size: 18px;
}

.builder-module-sidebar .shoppcartwidget {
background: #fff;
}


.builder-module-sidebar .widget h4 {

margin-left:10px;
font-weight: bold;
	
}
.builder-module-sidebar .widget p, .builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol, .builder-module-sidebar  {
margin-left:10px;
font-weight: bold;
font-size: 13px;
}
.builder-module-sidebar .widget h3 {
color: #fff;
text-transform: normal;
font-size: 18px;

}
.builder-module-sidebar .widget h3 a {
color: #fff;
text-transform: normal;
font-size: 18px;

}
.builder-module-sidebar .widget h3 a:hover {
color: #fff;
text-transform: normal;
font-size: 18px;

}

.builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol {

	padding: 0;

	

	list-style-type: none;



}

.builder-module-sidebar .widget a.rsswidget img {

	display: none;

}



/*********************************************

	Navigation Module

*********************************************/

.builder-module-navigation {

	font-size: 1em;

	line-height: 100%;

	background: #110F10;

margin-bottom: 1em;

	display: block;

	width: 100%;

}

.builder-module-navigation ul {

	float: left;

	display: block;

	margin: 0;

	padding: 0;




}

.builder-module-navigation li {

	padding: 0 0 0 0px;
background: url('/images/dotter.png') top right no-repeat;

}

.builder-module-navigation li a {

	font-size: 1em;

	padding: .4em 1.5em;

	color: #fff;

	font-weight: 100;

	text-decoration: none;

	background: transparent;


}

.builder-module-navigation li a:hover,

.builder-module-navigation li a.sfhover {

	background: #333 url(/images/dotter.png) top right no-repeat;

	color: #FFF;

}

/* second level stuff */

.builder-module-navigation li ul {

	width: 14em;

	border: .1em solid #777;

	border-bottom: 0em;

}

.builder-module-navigation li li {

	

	width: 14em;

}

.builder-module-navigation li li a {

	float: none;

}

.builder-module-navigation li li a:hover,

.builder-module-navigation li li a.sfhover {

}

.builder-module-navigation li ul ul {

	margin: -2.5em 0 0 14em;

}



/*********************************************

	Widget Bar Module

*********************************************/

.builder-module-widget-bar {

	background: transparent;

	

	

}



/*********************************************

	HTML Module

*********************************************/

.builder-module-html {

	background-color: transparent;

	

}

.builder-module-html .builder-module-element {

	margin: 0em;

	padding: 0;

}



/*********************************************

	Footer Module

*********************************************/

.builder-module-footer .builder-module-element {

	
text-align: left;

	color: #333;

}

.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {

	padding: 1em;

}

.builder-module-footer .builder-module-element .alignright {

	text-align: right;

}

.builder-module-footer .builder-module-element a {

	color: #333;

	text-decoration: none;

}

.builder-module-footer .builder-module-element a:hover {

	text-decoration: underline;

}



/*********************************************

	Content Module

*********************************************/

.builder-module-content {

	background: transparent;

	border-top: none;

	border-bottom:none;

}

.page-title {

	margin: 0em;

}

.post {

	margin-top: 0em;
margin-right: 0.5em;
margin-left:1em;

	background: #transparent;

	padding: 0px .8em .8em .8em;
color: #eee;

}

.post .thumbnail-wrap {

	display: none;

}

.page .title {

	display: none;

}

.post .date {

	display: none;

}

.post .post-title {

	float: left;

	padding: .5em 0px 0px 0px;

}

.post .post-title a {

	text-decoration: none;

	color: #333;

}

.post .post-title h3 {

	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;

	font-size: 1.9em;

	line-height: 1em;

	margin-bottom: 0.5em;

	font-weight: bold;

	text-transform: normal;

	letter-spacing: -1px;

}

.post .post-meta {

	display: block;

	clear:both;

}

.post .post-meta a {

	text-decoration: none;

	font-style:italic;

}

.post .post-meta a:hover {

        text-decoration: underline;

}

.post .meta-bottom {

	display: block;

}

.post img {

	border: none;

}



/*********************************************

	Post Meta

*********************************************/

.meta-top {

	clear: both; /* we need this so floats in the post are cleared */

}

.meta-bottom {

	clear: both; /* we need this so floats in the post are cleared */

	border-top: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}

.meta-bottom .alignleft {

	width: 70%;

}

.meta-bottom .categories {

	background: url(images/folder.png) 0px 0px no-repeat;

	padding: 0px 0px 0px 1.5em;

}

.meta-bottom .comments {

	background: url(images/comments.png) 0px 2px no-repeat;

	padding: 0px 0px 0px 1.5em;

}

.photometa {

	margin: 0px .5em 0px .5em;

	padding: 0px 0px;

	width: 100%;

}

.EXIF {

	margin: -22px 0px 0px 10px;

	padding: 0px 0px;

	float: left;

	width: 33%;

}

.photometa h4 {

	

	text-align: center;

	margin: 0px;

	padding: 0px;

}

.photometa ul {

	list-style-type: none;

}



/*********************************************

	Previous/Next Page Navigation

*********************************************/

.paging {

	clear: both; /* To clear any floats */

	margin: 0px;

	padding: .6em;

}



/*********************************************

	Comments

*********************************************/

#comments {

	margin: 0;

	padding: 20px 10px;

}

#comments .title {

	font-size: 25px;

	margin: 0px;

	padding: 15px 0px;

}

#comments ol.commentlist {

	margin: 0px;

	padding: 0px;

	background: #fff;

}

#comments ul.children {

	margin: 0px;

	padding: 10px 0px 0px 20px;

}

#comments .vcard {

}

#comments .vcard .avatar {

	display: block;

	float: left;

	margin: 0px;

	padding: 0px 10px 0px 0px;

}

#comments .comment-meta {

	padding: 0px 0px 20px 0px;

}

#comments li.even, #comments li.odd {

	clear: both;

	list-style-type: none;

	margin: 5px 0px 5px 0px;

	padding: 10px;

	background: #FFFFFF;

	overflow: hidden;

	border: 1px solid #999;

}

#comments ul.children li {

}

#comments li.even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#comments li.odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#comments blockquote {

	margin: 10px 0px;

	padding: 10px;

}

#comments .alert {

	background: #fffbd6;

	border: 1px solid #ebe067;

	margin: 5px 0px;

	padding: 5px;

}

#comments p {

	margin: 0px 0px 10px;

	padding: 0px;

}

#respond {

	overflow: hidden;

	padding: 10px;

}

#respond #commentform {

	margin: 5px 0px 0px 0px;

	padding: 0px;

	overflow: hidden;

}

#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {

	width: 50%;

	margin: 0px 0px 5px 0px;

	padding: 5px;

}

#respond #commentform #comment {

	width: 90%;

	margin: 10px 0px 15px 0px;

	padding: 5px;

}



/*********************************************

	Text elements

*********************************************/

p {

	margin: 0 0 0 em;

}

p img.left {

	float: left;

	margin: 1.5em 1.5em 1.5em 0;

	padding: 0;

}

p img.right {

	float: right;

	margin: 1.5em 0 1.5em 1.5em;

}

a:focus, a:hover {



}

a {

}

blockquote {

	margin: 1.5em;

	color: #666;

	font-style: italic;

}

strong {

	font-weight: bold;

}

em, dfn {

	font-style: italic;

}

dfn {

	font-weight: bold;

}

sup, sub {

	line-height: 0;

}

abbr, acronym {

	

}

address {

	margin: 0 0 1.5em;

	font-style: italic;

}

del {

	color:#666;

}

pre {

	margin: 1.5em 0;

	white-space: pre;

}

pre, code, tt {

	font: 1em 'andale mono', 'lucida console', monospace;

	line-height: 1.5;

}



/*********************************************

	Lists

*********************************************/

li ul, li ol {

	margin: 0;

}

ul, ol {

	margin: 0 1.5em 1.5em 0;

	padding-left: 3.333em;

}

ul {

	list-style-type: disc;

}

ol {

	list-style-type: decimal;

}

dl {

	margin: 0 0 1.5em 0;

}

dl dt {

	font-weight: bold;

}

dd {

	margin-left: 1.5em;

}



/*********************************************

	Tables

*********************************************/

table {

	

	width:100%;

}

th {

	font-weight: bold;
	color: #F6ADCC;
	padding: 8px;
	text-align: left;

}
td {

	font-weight: normal;
	color: #fff;

}


thead th {

	background: #c3d9ff;

}

td, caption {

	padding: 8px;
	border: solid 1px #555;
	text-align: left;


}

tr.even td {

	background: #e5ecf9;

}

tfoot {

	font-style: italic;

}

caption {

	background: #eee;

}


/*********************************************

	Misc classes

*********************************************/

.small {

	font-size: .8em;

	margin-bottom: 1.875em;

	line-height: 1.875em;

}

.large {

	font-size: 1.2em;

	line-height: 2.5em;

	margin-bottom: 1.25em;

}

.hide {

	display: none;

}

.quiet {

	color: #666;

}

.loud {

	color: #000;

}

.highlight {

	background:#ff0;

}

.added {

	background:#060;

	color: #fff;

}

.removed {

	background:#900;

	color: #fff;

}

.first {

	margin-left:0;

	padding-left:0;

}

.last {

	margin-right:0;

	padding-right:0;

}

.top {

	margin-top:0;

	padding-top:0;

}

.bottom {

	margin-bottom:0;

	padding-bottom:0;

}



/*********************************************

	Default styling for forms

*********************************************/

label {

	font-weight: bold;

}

fieldset {

	padding:1.4em;

	margin: 0 0 1.5em 0;

	border: 1px solid #ccc;

}

legend {

	font-weight: bold;

	font-size:1.2em;

}



/*********************************************

	Form fields

*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {

	background-color:#fff;

	border:1px solid #bbb;

}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {

	border-color:#666;

}

input[type=text], input[type=password], input.text, input.title, textarea, select {

	margin:0.5em 0;

}

input.text, input.title {

	width: 300px;

	padding:5px;

}

input.title {

	font-size:1.5em;

}

textarea {

	width: 390px;

	height: 250px;

	padding:5px;

}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {

	position:relative;

	top:.25em;

}

form.inline {

	line-height:3;

}

form.inline p {

	margin-bottom:0;

}



/*********************************************

	Success, notice and error boxes

*********************************************/

.error, .notice, .success {

	padding: .8em;

	margin-bottom: 1em;

	border: 2px solid #ddd;

}

.error {

	background: #FBE3E4;

	color: #8a1f11;

	border-color: #FBC2C4;

}

.notice {

	background: #FFF6BF;

	color: #514721;

	border-color: #FFD324;

}

.success {

	background: #E6EFC2;

	color: #264409;

	border-color: #C6D880;

}

.error a {

	color: #8a1f11;

}

.notice a {

	color: #514721;

}

.success a {

	color: #264409;

}



/*********************************************

	The Obligatory WP Styles

*********************************************/

.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

	text-align: left;

}

.alignright {

	float: right;

	text-align: right;

}

img.alignleft {

	margin: 0px .6em .6em 0px;

}

img.alignright {

	margin: 0px 0px .6em .6em;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: .8em;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}

.wp-caption p.wp-caption-text {

	font-size: .8em;

	padding: 0 .3em .4em;

	margin: 0;

}



/HEADER AND FOOTER!!!/


.graphicdesign {

width: 100%;
background: #fff;
}

.centre {

	height: 150px;

	width: 100%;

	background-color: #transparent;

	border-top-width: 4px;

	border-top-style: none;
margin: auto;
	

	bottom: 0px;

left: 0px;

position: static;

}

.cherryfooter {
	
	height: 200px;
	width: 100%;
	background-color:#000000;
bottom: 0px;
display: block;
clear: both;
position: scroll;
}
.cherrycenter {
	background-color: #000;
	padding: 5px;
	height: auto;
	width: 860px;
	margin: auto;
color: #EE5A99;

}
.lefty {
background: #000;
float: left;
color: #999;
width: 860px;
}
.lefty a {
color: #999;
text-decoration: none;
}

.lefty a:hover {
color: #ccc;
text-decoration: none;
}

.sideproduct a {
margin-left: 20px;
}

.price {
text-align: left;
font-weight: bold;
font-size: 1.4em;

}

.name {
margin-top: 15px;
text-align: left;
font-size: 1.4em;
}

.name a {
text-decoration: none;

color: #f6adcc;

}

.name a:hover {
text-decoration: none;
color: #fff;



}

.shopp-orderby-menu {
background: #000;
padding: 5px;
color: #eee;

}

.name a {

}
.name a:hover {

}


.status {
font-weight: bold;

}

.featuredholder {
width: 600px;
padding-left: 20px;
padding-right:10px;
height: 190px;
overflow: hidden;
background: url("/blackbg.jpg");
}


.featuredholder .price {
display: none;

}
.featuredholder .name {
display: none;

}



.cherrycentermain {
	
	padding: 5px;
	height: 250px
	width: 960px;
	margin: auto;
}

.cherrycentermain .views {
	
	display: none;
}
.cherrycentermain h3 {
	
	display: none;
}

.cherrycentermain .category {
margin:0;
padding: 0;
width: 600px;

}
.cherrycentermain .frame {
margin:0;
padding: 0;


}


.leftdesc {
padding-left:15px;
padding-right:15px;
}

.spacerdiv {
height:15px;
}

.post-content {
width: 700px;
}

.content-left {
float: left;
width: 45%;
padding-right: 20px;
}

.shoelinks {
	height: 142px;
	width: 675px;
}

#boots  a{
	height: 142px;
	width: 109px;
	display: block;
	background-image: url(/images/rollovers/boots.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#boots a:hover {
	background-image: url(/images/rollovers/boots.jpg);
	width:109px;
	height:142px;
background-position: -109px 0;
}

#evening  a{
height: 142px;
	width: 111px;
	display: block;
	background-image: url(/images/rollovers/evening.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#evening a:hover {
	background-image: url(/images/rollovers/evening.jpg);
	width:111px;
	height:142px;
background-position: -111px 0;
}

#heels a{
height: 142px;
	width: 126px;
	display: block;
	background-image: url(/images/rollovers/heels.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#heels a:hover {
	background-image: url(/images/rollovers/heels.jpg);
	width:126px;
	height:142px;
background-position: -126px 0;
}

#sandals  a{
height: 142px;
	width: 107px;
	display: block;
	background-image: url(/images/rollovers/sandals.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#sandals a:hover {
	background-image: url(/images/rollovers/sandals.jpg);
	width:107px;
	height:142px;
background-position: -107px 0;
}

#flats  a{
height: 142px;
	width: 121px;
	display: block;
	background-image: url(/images/rollovers/flats.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#flats a:hover {
	background-image: url(/images/rollovers/flats.jpg);
	width:121px;
	height:142px;
background-position: -121px 0;
}

#casual  a{
height: 142px;
	width: 101px;
	display: block;
	background-image: url(/images/rollovers/casual.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#casual a:hover {
	background-image: url(/images/rollovers/casual.jpg);
	width:101px;
	height:142px;
background-position: -101px 0;
}

#rotatordiv {
margin-top: -30px;
}

.title wrap {
display: none;
}

.title {
display: none;
}

.contentbubble {
	background-color: #8D727E;
	padding: 0px 30px 0px 30px;
	height: auto;
	width: 559px;
margin-bottom: 0;
overflow: hidden;
}
.bubbletop {
	height: 37px;
	width: 620px;
	background: transparent url('/images/bubbletop.png') top left no-repeat; 
}
.bubblebottom {
	height: 37px;
	width: 620px;
	background: transparent url('/images/bubblebottom.png') top left no-repeat;
}

.cherrycenter a {
	color: #EE5A99;
	margin-right: 10px;
	margin-left: 10px;
}

.cherrycenter a:hover {
	color: #F288B6;
}
.logoholder {
	float: left;
	width: auto;
	height: auto;
}

.spacer22 {
height:10px;

width:1px;
}

.category {
width: 600px;
}

.lgcontentbubble {
	background-color: #866A78;
	padding: 0px 20px 0px 20px;
	height: auto;
	width: 765px;
margin-left: 20px;
}
.lgbubbletop {
	height: 34px;
	width: 805px;
	background:  url('/images/largebubtop.png') top left no-repeat; 
margin-left: 20px;
}
.lgbubblebottom {
	height: 35px;
	width: 805px;
	background: url('/images/largebubbot.png') top left no-repeat;
margin-left: 20px;
}
.price {

}
#topspace {
height: 8px;
width: 10px;
}
#hometd td,th {
border: 0px;
}
#shopp {
width: 520px;
padding: 10px;
}
#shopp a {
color: #fff;
text-decoration: none;
}
#shopp gallery {
height: 400px;
}

#shopp .subcategories {display:none;}

/***** NEW CSS 5 2 2014 *****/

#shopp-cart-ajax .notice {
	background: transparent;
	color: #ffffff;
	border: 0px;
	padding: 0px;
}

.title {
	display: block;
}

.title h1 {
	font-size: 24px;
	text-transform: uppercase;
	width: 680px;
	color: #eeeeee;
	background-image: url(http://www.sirenclothing.com.au/wp-content/uploads/2011/01/h2splitter.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#post-19 {
	display: none;
}

.view.controls {
	margin-top: 10px;
}

.view.controls .views {
	padding: 0;
}

.shopp_page .gallery .previews li, .shopp_page .gallery .thumbnails {
	text-align: left !important;
}

.shopp_page .gallery .thumbnails {
	margin: 0px !important;
}

#shopp .gallery {
	margin: 0 !important;
}

#shopp ul.breadcrumb {
	display: block !important;
	margin: -20px 0 10px 0 !important;
	padding-left: 0;
}

#shopp .shopp.product.validate.validation-alerts {
	float: right;
	width: 260px;
}

#shopp form {
	text-align: left;
}

.shopp-product form {
	display: block;
	float: right;
	width: 50%;	
	margin: 10px 0;
}

#shopp .variations {
	padding-left: 0;
	margin: 0;
	display: block;
}

.shopp-product p select {
	margin: 0 !important;
}

#shopp form li > label {
	font-weight: bold;
	padding: 0px 0px 10px !important;
}

#shopp form li > label {
	margin-top: 30px !important;
}

#shopp ul.products li .details {
	margin-top: 10px;
}

#shopp ul.products li .details h4 {
	font-size: 16px;
}

#shopp #shipping-methods li {
    margin-top: -20px !important;
}

#checkout ul {
	padding-left: 0;
}

#submit-login-checkout {
	margin-top: 13px;
}