/*
Theme Name: WordPress Tofu
Theme URI: http://www.tofugallery.com/
Description: My first wordpress theme converted from a html file.
Version: 1.0
Author: Suzette Franck
Tags: grey black color, fixed width, two columns, widgets

Based on Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Suzette Franck || http://websmithsolutions.com
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}
/* END RESET */

body {
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .9em;

}
a { text-decoration: none; 
	color:#04004e;
}
p {
	margin-bottom: 1em;
	font-size: 0.9em;
}
h2 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
	text-transform:uppercase;
	color: #000000;
}
h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
h4 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.clear {
	clear: both;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#content {
	background-color: #FFFFFF;
	padding: 7px;
}
#header {
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-top: 27px;
}
#logo {
	background-image: url(logo.gif);
	width: 636px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: middle center;
	height: 124px;
}
#logo span {
	display: none;
}
#copy {
	float: right;
	padding-right: 14px;
	padding-left: 14px;
	width: 570px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

#sidebar {
	width: 130px;
	height: 430px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
}

#sidebar ul li {
	font-family:"Courier New", Courier, monospace;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	margin: 0px 0px 80px 0px;
}
#sidebar ul li a {
	color: #333333;
	text-decoration: none;
}
#innerleft {
	font-size: 12px;
	line-height: 17px;
}
#innerleft h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#innerright td {
	color: #EEEEEE;
	padding: 7px;
}

#innerright ul {
	margin: 10px 0px 10px;
}
#innerright li {
	margin: 30px 0px 30px 0px;
	font-size: 12px;
	color: #000;
	list-style-type: none;
}

.emailsub {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	height: 45px;
	background-color: #eeeeee;
	float: left;
}

.emailfield {
	padding: 1px;
	float: left;
	width: 200px;
	border: 1px solid #666666;
	font-size: 11px;
	line-height: 13px;
	margin: 13px 0px 0px;
}

#footer {
	text-align: right;
	padding: 0px;
	background-color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#footer small {
	color: #000;
	font-size: 11px;
	text-transform:uppercase;
	font-family: arial;
	text-align: left;
	padding: 0px 0px 0px 30px;
	font-weighT: bold;
}

#footer a {
	text-decoration: none;
	color: #04004e;
	padding: 0px 10px 0px 10px;
}

ul { margin: 0px 0px 0px 40px; }
