/*--------------------

Basic Style Sheet
style01

Written 8/10/08
Updated 8/2/11

Author: Nathan S. Chow
Website: http://nathanchow.net
Copyright 2008-2011
----------------------*/



/*-------- Body --------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#f4f4f4 url(/images/bg.gif) top center repeat-y;
	color: #303030;
	font: 80% Verdana,Tahoma,Arial,sans-serif;
	font-weight: none;
}

#wrap {
	background-color:#fff;
	color:#333;
	margin: 0 auto;
	width: 760px;
}




/*-------- Basic tags --------*/

a {
	background-color:inherit;
	color: #990000;
	font-weight: 700;
	text-decoration: underline;
}

a:visited {
	background-color:inherit;
	color: #990000;
	font-weight:700;
	text-decoration: underline;
}

a:hover {
	background-color:inherit;
	color:#990000;
	font-weight:700;
	text-decoration: none;
}

a:active {
	background-color:inherit;
	color:#990000;
	font-weight:700;
	text-decoration: underline;
}

a img {border:0;}

p {
	margin:0 0 1.4em;
}




/*-------- Header --------*/

#header {
	width: 760px;
	height: 212px;
	margin: 12px 1px 1px 1px;
	padding: 9px 0 1px 0;
	float: left;
	background: #fff url(http://nathansc.com/images/front.jpg) no-repeat left bottom;
}

#header h1 {
	background-color: inherit;
	color: #555;
	font-size: 2.7em;
	letter-spacing: 4.5px;
	margin: 0 0 0px;
	position: relative;
	top: 1px;
	bottom: 20px;
}

#header h1 a {
	background-color: inherit;
	color: #555;
	text-decoration: none;
	position: relative;
	top: 1px;
	bottom: 20px;
}

#header h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: 780;
	letter-spacing: 2.2px;
	position: relative;
	bottom: 13px;
	top: 3px;
	float: right;
}

#frontphoto {
	border: 0;
	margin: 0 0 10px;
	border: 1px #000 solid;
}



/*-------- Sidebar --------*/

#sidebar {
	border: 0px #000 solid;
	margin: 3px 1px 1px;
	width: 254px;
	float: left;
	padding: 2px 20px 2px 1px;
}

#info {
	padding: 1px 12px 1px 1px;
}

fieldset#info {
	border: 1px #555 solid;
	padding: 1px 2px 10px 10px;
	margin: 3px 6px 0 0px;		/* 2nd value, how long the box is */ 
}

fieldset#info ul {
	list-style-type: square;
}

fieldset#info li {
	text-align: left;
	padding: 6px 2px 6px 6px;
	margin: 1px 1px 1px 12px;
	font-weight: 800;	
}


#menu ul {
	padding: 12px 8px 5px 5px;
	list-style-type: none;
	direction: rtl;
	border: 0px #000 solid;
}

#menu li {
	background-color: inherit;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	text-align: right;
	border: 0px #000 solid;
}

#menu li:hover {
	list-style-type: square;
}

#menu li a {
	background-color: inherit;
	color: #996600;
	font-weight: 700;
	text-decoration: none;
}

#menu li a:visited {
	background-color: inherit;
	color: #996600;
	font-weight: 700;
	text-decoration: none;
}

#menu li a:hover {
	background-color: inherit;
	color: #996600;
	font-weight: 700;
	text-decoration: none;
}

#menu li a:active {
	background-color: inherit;
	color: #996600;
	font-weight: 700;
	text-decoration: none;
}



/*-------- Main content -------- */

#content {
	border:0px solid #000;
	line-height:1.5em;
	margin: 5px 1px 1px 2px;
	padding: 15px 28px 80px 1px;
	width: 430px;
	float: right;
}

#content h2 {
	font-size: 1.8em;
	margin: 0 0 20px;
	letter-spacing: .3em;
	color: #555;
}

#content h3 {
	font-size: 1.3em;
	margin: 28px 0 15px;
	letter-spacing: .1em;
	color: #333;
}

#content h4 {
	font-size: 1.1em;
	margin: 3px 0 3px;
	text-transform: uppercase;
}

#content img {
	background:#ccc; 	
	border:4px solid #f0f0f0;
	color:#303030;
	display:inline;
	padding:1px;
}

#content ul, #content ol {
	margin: 0 0 16px 20px;
	padding:0;
	list-style-type: square;
}

#content ul ul {
	margin: 0 0 16px 20px;
	padding: 0;
	list-style-type: disc;
}

#content li {
	margin:0;
	padding:0 0 0 5px;
}





/* Footer */

#footer {
	border-top: 1px solid #000; 
	font-size: .83em;
	float: right;
	color:#777;
	font-weight:normal;
	line-height:1.5em;
	margin: 1px 29px 0 1px;
	padding:2px 0 3px;
	text-align:left;
	width: 430px;
}

#footer p {
	margin:0;
	padding:0;}

#footer a {
	background-color:#fff;
	color:#000;
	font-weight:400;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}
#footer strong a {font-weight:bold;}
#footer span.credits {font-size:1.2em;}



/* Additional classes */
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}

.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}


/* Classes (Keep) */

.nathan {
	font-family: verdana;
	color: #996600;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-transform:  lowercase;
	padding: 2px 8px 2px 12px;
}

.tagline3 {
	font-style: italic;
}

.menuheading {
	color: #996600;
	text-align: right;
	list-style-type: none;
}

#menu li.menuheading:hover {
	list-style-type: none;
}

.gold {
	font-size: 1.3em;
	font-weight: bold;
	color: #996600;
}

.red {
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}

.gray {
	font-size: 1.3em;
	font-weight: bold;
	color: #606060:
}

.redsmall {
	font-size: .9em;
	font-weight: bold;
	color: #990000;
}

.graysmall {
	font-size: .9em;
	font-weight: bold;
	color: #999999:
}
