/*  
Theme Name: "FashionIsSimple" - TJazz Fashions CMS
Theme URI: 
Description: A simple theme designed for TJazz Fashions by Sean and Ed Wedig.  It is designed with the intent not to act as a weblog, but instead to use Wordpress as a mini-CMS.
Version: 0.9
Author: Sean and Ed Wedig
Author URI: http://www.brainenginedesign.com/

	FashionIsSimple v0.8
	http://tjazz.brainenginedesign.com/

	This theme was designed and built by Sean and Ed Wedig. 
	They can be reached at sean.wedig@gmail.com and docbrown@brainenginedesign.com.
	
	(c) 2007, Sean and Ed Wedig.  All rights reserved.
*/


/** Debugging information **/
/*div {
	border-color: red;
	border-style: dotted;
	border-width: 1px;
}
/**/
/*div { border: 1px dotted red !important; } /**/
/*body { border: 1px dotted green; } /**/
/*#sidebar { border: 1px dotted red !important; } /**/
/*#headerbar-content { border: 1px dotted black; } /**/
/*#sidebar-content { border: 1px dotted red; } /**/
/*#sidebar-content ul li { border: 1px dotted black; } /**/
/*#background-header { border: 1px dotted black; } /**/
/*#background-footer { border: 1px dotted black; } /**/
/*#main-content { border: 1px dotted black; } /**/
/*#main-content h1, #main-content h2 { border: 1px dotted black; } /**/
/** end debugging info **/


body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #849d7f;
}

a:hover {
	border-bottom-style: solid;
}

#page {
	width: 760px;
}

#page-wrapper {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	margin: 0;
	overflow: hidden;
	padding: 1.5%;
}


#sidebar {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 30px;
	
	margin-left: 30px;
	width: 150px;

	border-left-width: 4px;
	border-left-style: solid;
	
	border-right-width: 4px;
	border-right-style: solid;
	border-color: #849d7f;
	background-color: #3f593a;
	background: #3f593a url('images/tjazz-guy.gif') no-repeat bottom center;
	
	height: 100%;
}

#sidebar-content {
	padding: 10px;
	text-align: right;	
}

#sidebar-content ul {
	margin: 0;
	padding: 0;
}

#headerbar {
	width: 100%;
	z-index: 102;
	position: absolute;
	top: 70px;
	left: 0;
	height: 100px;
	
	border-top-width: 2px;
	border-top-style: solid;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #be986d;
	background-color: #ffffff;	
}

#headerbar {
	background-image: url(images/headerbar-image.png);
	background-repeat: no-repeat;
	background-position: left;
}


#headerbar-content {
	height: 80px;
	padding: 10px;
}

#headerbar-content img {
	margin-left: 20px;
	margin-right: 20px;
}

#contact-info {
	z-index: 102;
	position: absolute;
	top: 35px;
	left: 200px;

	margin: 10px;
}

#contact-info span {
	margin-left: 35px;
}

#contact-info span img {
	vertical-align: middle;
	border-width: 0;	
}


#main-content {
	padding: 20px;
	width: 68%;
}

#main-content h1, #main-content h2, #main-content h3  {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#legal-info {
	font-size: 0.6em;
	margin-right: 10px;
}

/* Put these two items below the headerbar */
#sidebar-content { padding-top: 185px !important; }
#main-content { margin-top: 125px; }


#background-header,
#background-footer {
	height: 20px; /* Non-relative coords because of bg images */
	background-repeat: no-repeat;
	background-color: #ffffff;
}


#background-header {
	background-image: url(images/bg-header.png);
}

#background-footer {
	background-image: url(images/bg-footer.png);
}

#page {
	background-image: url(images/bg-main.png);
	background-repeat: repeat-y;
	background-color: #e7e7e7;
}

#sidebar-content, 
#sidebar-content *:link, 
#sidebar-content *:visited {
	color: #ffffff;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#sidebar-content a:hover {
	border-bottom-width: 1px;
	border-bottom-color: #849d7f;
	border-bottom-style: dotted;		
}

#sidebar-content ul {
	list-style-type: none;
	list-style-position: outside;
}

#main-content, #contact-info, a, body {
	color: #303624;
}

#main-content h1, #main-content h2, #main-content h3 {
	color: #2b1c0b;
}

#main-content img {
  padding: 2px 10px 10px 10px;
}

.quote {
  font-style: italic;
}

.quote-from {
  float: right;
  margin-top: 0.5em;
}


/** General attachable attributes **/
.left {
	float: left;
}

.right {
	float: right;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: top;
}


.clearer {
	clear: both;
}