/*
Theme Name: Fashion
Theme URI: http://wordpress.org/
Description: Fashion Theme based on Kubrick Default.Version: 1.6
Author: SIF, based on Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Intitialize default styles */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
a, img { border: none; outline: none }
address, caption, cite, th { font-style: normal; font-weight: normal }
ol, ul { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

/* Global styles */
/* ============= */
html { font-size: 100% }
	/* initialize em to browser default: 16px */
body { background: black; background-image: url('images/sif-back-may09.jpg'); background-attachment: fixed; font-family: Verdana, Helvetica, sans-serif; font-size: 62.5%; color: #c0c0c0; }
	/* set em-base to 10px */
	
/* Parent elements */
p { font-size: 1.3em }
a, a:link, a:visited { color: #CC99FF; border-bottom: dotted 1px white; text-decoration: none; }
a:hover { color: white; border-bottom: solid 1px #CC99FF; }

/* -- Begin Structure -- */

/* Container */
#main-container { position: absolute; top: 10px; left: 80px; }
#main-translucent {
   width: 880px; height: 1800px;    /* to match DIVs size  */
   background-color: #333333;       /* the background */
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
   z-index: 1;
   border: outset 3px #666666;
   margin: 0 40px 20px 0;
}
#main-opaque {
   width: 880px;     				/* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}

/* Page Header */
#page-header { float: left; width: 580px; height: 200px; margin: 23px 18px 10px 23px; background: url('images/sif-header.gif') no-repeat top left; color: #c0c0c0; font-size: 13px;  }
#page-header h1 a { display: block; border: none; padding: 100px 0 0 330px; font-weight: bold; font-style: italic; color: #f9f9f9; }
#page-header h1 span { display: none; }  /* hide title */
#tagline { float: left; width: 550px; height: 30px; margin: 36px 0 0 0; text-align: right; font-weight: bold; font-style: italic; color: #c0c0c0; }
#page-header-supp { float: left; width: 235px; height: 200px; margin: 23px 0px 10px 0px; background: url('images/supp-box-200.png') no-repeat; font-size: 1.3em; }
#page-header-supp ul { margin: 25px 0 0 20px; line-height: 30px; }
#page-header-supp li { height: 40px; text-indent: 40px; }
#page-header-bistro { float: left; width: 580px; margin: 0 0 10px 23px; text-align: center; }
#feed-link { background: url('images/rss_feed.png') no-repeat; }
#email-link { background: url('images/email.png') no-repeat; }
#forum-link { background: url('images/comment_bubble.png') no-repeat; }
#share-link { background: url('images/users.png') no-repeat; }

/* Columns, Posts, Entries */
.narrowcolumn { float: left; margin: 0px 18px 0 23px; width: 580px; }
.widecolumn { float: left; padding: 10px 0 20px 0; margin: 5px 0 0 150px; width: 580px; }
#sidebar { float: left; margin: 0 0 0 0; width: 235px; }
#sidebar form { margin: 0; }
#sidebar h2 { border-bottom: solid 1px #808080; line-height: 1.8em; }
#comment-sidebar { float: left; margin: 0 0 0 0; width: 235px; }
	
.post {
	margin: 0 0 10px;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	}

.post .inner { 
	padding: 20px;
	text-align: justify;
	border: solid 1px #808080;
	background-color: #333333;
	color: #c0c0c0;
	}
.post h2 { margin-bottom: 2px; }
.post hr { display: block; }

.entry { margin-top: 10px; }
.entry p { margin-bottom: 10px; }

.narrowcolumn .post-foot { clear: both; margin-top: 5px; border-top: solid 1px #808080; }
.narrowcolumn .postmetadata { padding-top: 5px; }
.narrowcolumn .postmetadiv { float: right; }

.widecolumn .postmetadata { margin: 30px 0; }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* .postmetadata { clear: both; } */

.clear { clear: both; }

#footer {
	padding: 0;
	margin: 0 auto;
	width: 840px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* -- End Structure  -- */


/* -- Begin Typography & Colors -- */

#content {
	font-size: 1em;
	}
	
.widecolumn .post {
	margin: 0;
	}

h2.pagetitle { 
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	margin-bottom: 20px;
	}

.post h2 {
	/* post title */
	font-family: "Georgia", Times, serif;
	font-size: 1.8em;
}	

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}
	
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
/* border: 1px solid #ddd; */
border-bottom: solid 1px #808080;
}

.even, .alt {

	border-right: 1px solid #c0c0c0;
}

#footer {
	border-top: solid 1px #808080;
	color: #c0c0c0;
	}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar {
	font: 1.2em Verdana, Helvetica, Sans-Serif;
	color: #c0c0c0;
	}
	
#sidebar h2 {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: 800;
	}

#comment-sidebar {
	font: 1em Verdana, Helvetica, Sans-Serif;
	color: #c0c0c0;
	margin-top: 40px;
	}

h3 {
	font-size: 1.8em;
	font-family: Georgia, Times, serif;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Helvetica, Sans-Serif;
	background: none;
	color: #c0c0c0;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #808080;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	color: #c0c0c0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry li { font-size: 1.2em; }

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	font-size: 1em;
	padding: 5px 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	font-size: 1em;
	color: #c0c0c0;
	border: solid 1px #808080;
	background: #333333;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border: solid 1px #808080;
	font-size: 1em;
	padding: 0 2px 0 2px;
	}

#searchform label { display: none; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 45px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background: none;
	}
#commentform label small { color: #c0c0c0; font-size: 0.8em; }

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Special SB Widgets */
#rss-3 h2 a, #rss-4 h2 a, #rss-5 h2 a { color: #c0c0c0; border: none; }
#rss-3 ul li a, #rss-4 ul li a, #rss-5 ul li a { display: block; border: none; margin: 8px 0 3px 0; }
#linkcat-3 a, #linkcat-33 a { display: block; border: none; margin: 8px 0 3px 0; }

.addtoany_share_save_container { 
	float: left;
	font-size: 1.2em;
	padding: 12px 0 0 0;
	}
	
.addtoany_list a { border: none; }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Workspace */
/* ========= */
/* 2.5% gray: #f9f9f9 */
/* 5% gray: #f2f2f2 */
/* 7.5% gray: #ececec */
/* 10% gray: #e6e6e6 */
/* 20% gray: #cccccc */
/* Moderate-gray: #c0c0c0 */
/* 50% gray: #808080 */
/* Darker-gray: #666666 */

/* Bright lavender: #CC99FF (a text)*/