/*
Theme Name: TMMW Version 1
Theme URI: 
Description: Version of the Ted Matheson Men's Wear site
Version: 1.0
Author: Karinne Legault
Author URI: http://karinnelegault.com/
*/


html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/wp-content/themes/tmmw/i/bgimg.png) repeat;
	color: #000;
	font: 12px/16px Helvetica, Verdana, sans-serif;
}


/*** COMMON ELEMENTS
**************************************/

h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
}

img, a img {
	border: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*** BASIC STRUCTURE
**************************************/
#body-wrapper {
	background: url(/wp-content/themes/tmmw/i/content-bg.jpg) repeat-y 0 0;
	margin: 0 auto 15px;
	width: 960px;
}

#main-wrapper {
	background: url(/wp-content/themes/tmmw/i/top.jpg) no-repeat 0 0;
	min-height: 550px;
}

#content-wrapper {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 330px 25px 0;
}

#sidebar {
	float: left;
	width: 210px;
}

#content-box {
	float: right;
	overflow: hidden;
	width: 685px;	
}

#footer {
	background: url(/wp-content/themes/tmmw/i/footer-bg.jpg) no-repeat 0 0;
	height: 212px; /*267px*/
	margin: 20px 0 0;
	padding: 45px 25px 0;
	width: 960px;
}

/*** SIDEBAR
**************************************/
#menu-box {
	background: url(/wp-content/themes/tmmw/i/trans-content.png) repeat 0 0;
	border: 1px solid #000;
	border-bottom: 0;
	overflow: hidden;
	padding: 15px;
}

.menu-box-shadow {
	background: url(/wp-content/themes/tmmw/i/trans-shadow.png) repeat-x 0 0;
	border-top: 1px solid #000;
	height: 20px;
	width: 210px;
}

#menu-box ul.menu-main, #menu-box ul.menu-catalog {
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;	
}

ul.menu-main {
	width: 80px;
}

ul.menu-catalog {
	width: 93px;
}

ul.menu-catalog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-box ul li {
	margin: 3px 0;
	padding: 0;
}

#menu-box ul li a, #menu-box ul li ul li a {
	color: #000;
	display: block;
	font: 15px Helvetica, Verdana, sans-serif;
	padding: 3px;
	text-decoration: none;
	width: 80px;
}

#menu-box ul li ul li a {
	padding: 3px 0 3px 8px;
}

#menu-box ul li a:hover, #menu-box ul li ul li a:hover {
	background-color: #222;
	color: #ab955d;
}

/*** CONTENT
**************************************/
#content {
	background: url(/wp-content/themes/tmmw/i/trans-content.png) repeat 0 0;
	border: 1px solid #000;
	border-bottom: 0;
	padding: 0 20px 20px;
}

.content-shadow {
	background: url(/wp-content/themes/tmmw/i/trans-shadow.png) repeat-x 0 0;
	border-top: 1px solid #000;
	height: 20px;
	width: 686px;
}

.clothes-thumb {
	margin: 0 20px 20px 0;
	padding: 0;
}
a, a:active, a:visited {
	color: #111;
}

/*** FOOTER
**************************************/
.col1, .col2, .col3 {
	float: left;
}

.col1 {
	margin: 0 20px 0 0;
	width: 210px;
}

.col2 {
	margin-right: 20px;
	width: 450px;
}

.col3 {
	background: url(/wp-content/themes/tmmw/i/map-bg.png) no-repeat 0 0;
	display: block;
	height: 149px;
	margin: 10px 0 0;
	width: 210px;
}

.col3 a {
	display: block;
	font-size: 16px;
	line-height: 19px;
	height: 129px; /*149*/
	padding: 20px 10px 0;
	width: 190px; /*210*/
	text-decoration: none;
	width: 210px;
}

.col3 a address {
	color: #000;
	font-style: normal;
}

.col3 a:hover {
	background: url(/wp-content/themes/tmmw/i/map.jpg) no-repeat 0 0;
}

.col3 a:hover address {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

input[type=text] {
	background: #fff;
	border: 0;
	font: 10px Courier, sans-serif;
	height: 25px;
	margin: 2px 0;
	padding: 5px 5px 0;
	width: 210px;
}

input[type=submit] {
	margin: 5px 0 0;
}

textarea {
	background: #fff;
	border: 0;
	font: 10px Courier, sans-serif;
	height: 75px;
	margin: 2px 0;
	padding: 5px 5px 0;
	width: 210px;
}

q, cite {
	font: 15px/19px Georgia, 'Times New Roman', serif;
}

.copy {
	clear: both;
	font: 11px Georgia, 'Times New Roman', serif;
	padding: 10px 0 0;
	text-align: center;
}