/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
body, html { background-color:transparent } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { font-size: 63%; height: 100%; } /* @ IE Type size equalizer tweak */

body { 
	background-image: url(/wp-content/themes/cheesecake2008/images/body_filler.png);
	background-repeat: repeat;
/*	background-color: #97b5bb;*/
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
} 


/* Default Typography
================================================================================================================ */
p {
	color: #6e6e6e;
	font-size: .92em;
	line-height: 1.8em;
	letter-spacing: .02em;
	margin-bottom: 20px;
}
h1 {
	font: 1.2em verdana, sans-serif;
	font-weight: bold;
	color: #695b4e;
	margin: 10px 0 25px 0; 
	padding: 0;
}
h2 {
	font: 1em verdana, sans-serif;
	font-weight: bold;
	color: #695b4e;
	margin: 15px 0; 
	padding: 0;
}
hr {
	border: none;
}




/* Lists
================================================================================================================ */
ul {
	margin:0; padding:0;
}
ul li {
	margin:0; padding:0; 
}
ol {
	margin:0;
	padding:0;
	padding-left:4em;
	margin-bottom:1em;
}
ol li {
	margin:0;
	padding:0;
}
ol ol {
	margin-bottom:0;
	list-style:lower-roman;
}
ol ol	li {
	list-style-type:lower-roman;
}



/* Links
================================================================================================================ */

a:link, a:hover, a:visited, a:active {
	color: #967550;
}
a:hover {
	text-decoration: underline;
	color: #7ba0a7;
}


/* Images
================================================================================================================ */
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}






/* Tables
================================================================================================================ */
td {
	text-align: left;
}


input,textarea,select {
	border:1px solid #aaa;
	font-family:verdana, sans-serif;
	font-size:1em;
	padding: 2px 2px 2px 5px;
}



/* Forms
================================================================================================================ */
label {
	color: #6e6e6e;
	display:block;
	font-size: .92em;
	font-weight:normal;
	line-height: 1.25em;
	letter-spacing: .02em;
	padding:3px 0 3px 0;
}
label.formError {
	color: #660000;
	font-weight: bold;
}
form div.formComponent {
	float: left;
	margin:0 20px 10px 0;
	width:220px;
}
input, textarea {
	border:1px solid #cdcdcd;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	padding: 3px;
	width:100%;
}



/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.padder {
	padding: 0 20px 20px 20px;
}


