/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: 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

*/

@charset "UTF-8";
body  {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374549;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(http://www.simonshowroom.com/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twoColFixLtHdr #container { 
	width: 1185px;
	padding-top: 0;
	margin: 0;

} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px;
	padding: 0px;	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 355px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer {
	padding: 40px 10px 0 355px;
	margin: 0px;	
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent .spacedText {
		line-height:1.3em;
		font-size: 12px;
		width:532px;
		
}

#mainContent .spacedText a {
		line-height:1.3em;
		font-size:12px;
}


#collectionRight p, #collectionRight a {
		line-height:1.3em;
		font-size:12px;
}


#suggests #spacedText {
	line-height:1.3em;
	font-weight: normal;
	width:532px;
	margin: 0px;
	padding: 0px;
}

#suggests #spacedText h3 {
	line-height:1.3em;
	
	font-size:16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	line-height:1.3em;
	
	font-size:18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}




.twoColFixLtHdr #header  {
	width:830px;
	float:left;
	padding-left: 345px;
	margin: 0px 0px 30px;
	padding-top: 76px;
}
.twoColFixLtHdr #header  ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
.twoColFixLtHdr #header  ul a {
	display:block;
		float:left;

	text-decoration:none;
	color:#374549;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-image: url(/images/headers/navdiv.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 9px;
}
.twoColFixLtHdr #header  ul .first a {
	background:none;
}
.twoColFixLtHdr #header  ul a:hover {
	color:#0082a6;
}
.twoColFixLtHdr #header  ul li {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#mainContent .headerImages {
	padding-bottom: 28px;
	margin-top:0px;
}
#mainContent h4 {
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#mainContent a {
	
	color: #0082a6;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

#mainContent a:hover {
	color: #016a87;
	text-decoration: none;
}


#showCity {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
#showCity .blueMonth {
	color: #0082a6;
}
.blackDate {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #twocolLeft {
	float: left;
	width: 360px;
	display: block;
}
#mainContent h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}
#mainContent #twocolRight {
	float: right;
}
.addresses {
	margin-top: 25px;
	font-size: 20px;
}

.addressesFirst {
	margin-top: 0px;
	font-size: 20px;
}


#mainContent p {
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainContent a {
	color: #0082a6;
	text-decoration: none;
}

mainContent a:hover {
	color: #016a87;
	text-decoration: none;
}

#mainContent #mainLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 436px;
}

#mainContent #mainRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
	
}

#mainContent #collectionHeader {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
	width: 233px;
	height:30px;
}

#mainContent #collectionLeft {
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 163px;
}

#mainContent  {
	margin: 0px;
	padding: 0px;
	float: left;	
	width:850px;
}

#collectionRight{
	width:300px;
	text-align:left;
	margin-left:70px;
	float:left;
}

#collectionLeft ul {
	margin:0;
	padding:0;
	list-style:none;
}
#collectionLeft ul a {
	text-decoration:none;
	color:#FFF;
	font-size: 11px;
	background:#889597;
	padding: 5px 6px 3px;
}
#collectionLeft ul a:hover {
	color:#889597;
	background-color: #FFF;
	
}
#collectionLeft ul li {
	margin-bottom: 12px;
	
	
}

#logoClick {
	position:fixed;
	z-index:20;
	width: 321px;
	height: 109px;
	left: 3px;
	top: 14px;
}

#designerName	{
	background:#889597;
	color:#FFFFFF;
	height:30px;
	width:300px;
	text-align:left;
}

#designerText	{
	position:relative;
	top:2px;
	font-size:21px;
	letter-spacing:2px;
	left:5px;
	}
	
#designerLink	{
	margin:2px 0 0px 0;
	position:relative;
	top:0px;
	font-size:14px;
	left:0px;
	}
	
#designerLink a{
	display:block;
	height:18px;
	width:288px;
	padding:6px;
	font-size:14px;
	color:#FFF;
	}
	

#designerLink a:hover{
	font-size:14px;
	color:#889597;
	background-color: #FFF;
	}

#copy	{
	width:300px;
	margin:30px 0 30px 0 ;
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	font-size:12px;
}

#copy p {
	width:300px;
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	font-size:12px;
}


/*Show Current Page in Header*/
#ABOUT #header .ABOUT a,
#COLLECTIONS #header .COLLECTIONS a,
#SHOWS #header .SHOWS a,
#contact #header .contact a,
#CONTACT #header .CONTACT a,
#SUPPORTS #header .SUPPORTS a,
#SALON #header .SALON a,
#SUGGESTS #header .SUGGESTS a,
#SALUTES #header .SALUTES a {
	color:#0082a6;
	
}



/*Show Current Page for Collections*/
#a-peace-treaty .a-peace-treaty a,
#bourgeois-chic .bourgeois-chic a,
#chris-benz .chris-benz a,
#thatcher .thatcher a,
#citizens-of-humanity .citizens-of-humanity a,
#c-and-c-california .c-and-c-california a,
#foley-and-corinna .foley-and-corinna a,
#falls .falls a,
#goldsign .goldsign a,
#iro .iro a,
#my-pants .my-pants a,
#bailey-44 .bailey-44 a,
#minnie-mortimer .minnie-mortimer a,
#paul-and-joe .paul-and-joe a,
#sunner .sunner a,
#civil-smith .civil-smith a,
#wren .wren a


 {
color:#889597;
	background-color: #FFF;
}
