/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/



body {
	margin: 0 0 60px 0;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 70%;
	color: #f3bebd;
	height: 100%; /* for 100% to be used as a height value */
	background: #000 /*url('../images/backgrounds/bg.gif') repeat*/;
}

p {font-size: 1.1em; line-height: 1.2em; margin: 1em 0;}

.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; background:red; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #f6dfdf;}

blockquote {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 12;
	border-top: 1px #f3bebd dotted;
	border-bottom: 1px #f3bebd dotted;
}

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

a { color: #8e6f71; }

a:hover, a:active {
	color: #f3bebd;
	text-decoration: underline;
}

a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}

/*a[href^="http:"] { 
	background: transparent url('../images/icons/globe.png') left no-repeat; 
	padding-left: 23px; line-height: 18px; display: inline-block
}*/

/*h2 a, h2 a:hover { color: #fff; }*/

/*----------------------------------------------*/





/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	font-size: 1.6em; 
	letter-spacing: 0.1em;
	font-style: italic;
	text-align: left; 
	color: #f3bebd;
	width: 100%;
	padding: 0 0 7px 0;
	margin-bottom: 20px;	
} 

span.title_bg {}


/* sidebar headings, category product headings */

h2 {
	padding: 5px 0; 
	font-size: 1.2em; 
	text-transform: uppercase; 
	letter-spacing: 0.01em; 
	color: #f3bebd;  
} 


/* content subheadings and user area headings */

h3 { 
	font-size: 1.3em; 
	letter-spacing: 0.1em;
	font-style: italic;
	color: #f3bebd; 
	text-align: left; 
	padding-bottom: 5px;
	margin-top: 15px; margin-bottom: 10px;
	border-bottom: 1px solid #f3bebd;
} 


/* category and section descriptions */

.description { 
	border-top: 1px solid #f3bebd; border-bottom: 1px solid #f3bebd;
	padding: 15px 0; 
	margin: 0 0 25px 0; 
	color: #f3bebd;
	text-transform: uppercase; 
}

.description_photo { 
	float: left; position: relative;
	padding: 10px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 219px;
	border-right: 1px solid #f3bebd; 
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/

#date { width: 960px; padding: 0 0 4px 0; margin: 0 auto; text-align: right; }

#layout {
	width: 960px;
	min-height: 550px;
	margin: 0 auto 10px auto;
	padding: 0 20px 10px 20px;
	background: #000  url('../images/backgrounds/layout_bg.jpg') top no-repeat;
	/* border: 1px #333 solid; */
}

#splash_layout {
	width: 960px; height: 800px;
	margin: 0 auto 10px auto;
	padding: 0 20px 10px 20px;
	background: #000  url('../images/backgrounds/dirtydolls_splash3.jpg') top no-repeat;
	/* border: 1px #333 solid; */
}


#content {clear: both; width: 730px; margin: 0 auto; }

#banner {width: 100%; text-align: center; height: 40px;} 
#banner img { padding-left: 12px;}


#crumb {text-align: left; padding: 10px 0; text-transform: uppercase;}

/*----------------------------------------------*/






/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header {
	width:960px;
	height: 200px;
	clear: both;
}

#logo {
	position: absolute;
	z-index: 5;
	margin: 20px 0 0 20px;
}

#header form#store_search {
	float: right; display: inline;
	margin: 18px 18px 0 0;
}



/*----------------------------------------------*/







/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 580px; 
	float: left;
	display: inline; /* fixes IE6 dbl float bug */
	margin: 0 10px 20px 10px;
	padding: 0 0 18px 0;
	text-align: left;
	overflow: hidden;
}

#content_page ul {list-style-type: disc; padding-left: 10px; }
#page h2 {text-align: right;}

ul.sitemap {font-size: 1.2em;}

/*----------------------------------------------*/





/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/


#sidebar h2 { font-size: 0.9em;}

#sidebar {
	width: 100px;
	margin: 100px 10px 0 10px;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}

.sidebar_widget {
	margin: 0 0 25px 0;
	background: #000;	
	width: 100%; /*fixes IE7 margin-collapse bug */
	overflow:hidden;
	font-size: 1.2em;
}
	
.sidebar_widget p { font-size: 1.2em; }


	
/*----------------------------------------------*/



	
	
/* ----FOOTER NAVIGATION STYLES---- */
/*----------------------------------------------*/

#footer {
	width: 100% !important;
	width: 99%;
	padding: 10px 5px;
	clear: both; overflow: hidden;
	margin: 0 auto;
	position: fixed; bottom: 0;
	z-index: 100;
	background: #000;	
	text-align: center;
}

#footer ul { width: 770px; margin: 0 auto;}
#footer li {
	line-height: 25px; height: 25px; width: auto;
	display: inline;
	text-transform: uppercase; 
	padding: 0px 5px; 
}

#footer li:last-child {border-right: none;}

#footer a {}

#footer a:hover {}

#footer p { 
	margin: 0; padding: 0px 5px; 
	float:right;
	letter-spacing: 0.1em; font-size: 1em; 	
}

#copyright {display: none;}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	width:80%;
	clear:both;
	margin: 0 auto 10px auto;
	padding: 10px 2%;
	font-family: "trebuchet ms", sans-serif;
	letter-spacing: 0.1em;
	font-style: italic; font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;
	text-align: center;
	
}

/*----------------------------------------------*/





	
/* ----FORMS AND BUTTON ELEMENTS---- */
/*----------------------------------------------*/

/*buttons*/

button, .button {
	margin: 0;
	padding: 4px;
	font-size: 1em;
    text-transform: uppercase;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
    border-bottom :1px solid #303030;
    border-right :1px solid #303030;
    text-decoration: none;
    cursor: pointer;
    color: #f3bebd;
    background: #303030;
	line-height: 1em;
	overflow: visible;
}

button:hover { color:#f3bebd; }

button:active {	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
    border-bottom :1px solid #303030;
    border-right :1px solid #303030;
	outline:none;
}

/* for faux button links */

.button {display: inline-block; line-height: 1.5em} 
.button:hover {text-decoration: none;}


/* form element containers */

div.form_element { clear: both; margin: 20px 0;}


fieldset {
	width: auto;
	padding-top: 5px;	
	border: 0;
	border: 1px #232323 dotted;

}


/* inputs & selects */

input {
	margin: 0 5px 5px 0;
	padding: 4px;
	font-size: 1.1em;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	width: 160px;
	color: #f3bebd;
	background: #303030; 
}

input.blur { color: #8e6f71; } /*hint color*/

select {
	padding: 2px;
	font-size: 1.1em; 
	border: 1px #000 solid;
	color: #f3bebd;
	background: #303030;
}

optgroup {
	font-size: 1.0em;
	border-top: 1px dotted #ccc;
	padding: 3px;
}

/* labels */

label, h4.radio {
	width: 90px;
	padding-left: 10px;
	margin: 5px 20px 20px 0;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold; 
	text-align: right;
	float: left; clear: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
}

h4.radio {margin-top: 0;}

span.label_char {position: absolute; padding-left: 4px; top:0;}


/* form instructions */

.instruction {
	font-size: 0.9em;
	width: auto;
	margin: 4px 0 15px 0;
	font-family: sans-serif;
}


/* radio buttons and checkboxes */

input.radio, input.checkbox {
	/* reset nontext inputs */
	margin: 5px 5px 0 0;  
	float: none; 
	width: auto; height: auto; 
	border: none; background: transparent; 
} 

label.radio {
	margin: 0 15px 0 0; 
	padding: 0; 
	float: none; clear: none; 
	width: auto; 
	font-weight: normal;
	text-align: left; 
	text-transform: none; 
}

ul.radio_list { padding-left: 120px; } /* for more than two radio buttons */
ul.radio_list li { padding-bottom: 10px;} 


/* textareas */

textarea {
	width: 330px; /*will need to be adjusted for three column layout */
	height: 160px;
	padding: 4px;
	font-size: 1.2em; font-family: inherit;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	color: #f3bebd;
	background: #303030;
}

a.tinyedit_toggle {margin-left: 120px;}


