
/* -----[ Default Styles ]--------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #F2F2F2;
	margin-bottom: 50px;
	color: #888;
	font: small "Arial",sans-serif;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd
{
	text-align: left;
}
table
{
	border: 0;
	border-collapse: collapse;
}

/* -----[ Lists ]--------------------------------------------------------------------- */

ol, ul
{
	margin-left: 30px;
	padding: 0 10px 0.8em;
	line-height: 1.3em;
}
li
{
	padding-bottom: 0.4em;
	text-align: left;
}
ul li ul
{
	margin: 0;
	padding: 0 10px 0.4em;
	line-height: 1.2em;
	list-style: none;
}
ul li ul li
{
	padding-bottom: 0.2em;
}
li ul li a, ul ul li a
{
	text-decoration: none;
}
li.sub
{
	display: inline;
	list-style: none;
}

/* -----[ Paragraph ]--------------------------------------------------------------------- */

p
{
	padding: 0.2em 20px 0.8em;
	line-height: 1.4em;
}

/* -----[ H tags ]--------------------------------------------------------------------- */

h2
{
	right: -5px;
	position: relative;
	z-index: 10;
	background: url(../img/main/bg_white_fade_right.gif) repeat-y top right;
	border-top: 1px solid #969696;
	margin: 1.6em 0 0.6em 60px;
	padding: 1px 5px;
	color: #15A;
	font: normal 160% "Trebuchet MS",sans-serif;
}
h3
{
	padding: 0.6em 20px 0.2em;
	color: #C63;
	font: normal 138% "Trebuchet MS",sans-serif;
}
h3 span
{
	font-family: "Arial",sans-serif;
}
span.home
{
	color: #C63;
}
h4
{
	padding: 0.4em 20px 0;
	color: #000;
	font: normal 110% "Arial",sans-serif;
}

/* -----[ Header, Logo & 1978 ]--------------------------------------------------------------------- */

#header
{
	height: 90px;
	background: #5CA1E5 url(../img/header/bg_header.gif) repeat top left;
}
#logo
{
	width: 450px;
	height: 90px;
	border: 0;
}
#nine
{
	top: 0;
	left: 730px;
	position: absolute;
	width: 60px;
	height: 90px;
	border: 0;
}

/* -----[ Nav BG ]--------------------------------------------------------------------- */

#nav
{
	top: 160px;
	position: absolute;
	z-index: 0;
	width: 175px;
	background: #5CA1E5 url(../img/main/bg_nav_right.gif) repeat-y top right;
	list-style: none;
	text-align: right;
}
#navHead
{
	background: #5CA1E5 url(../img/main/bg_nav_top.gif) repeat-x top left;
}
#navFoot
{
	background: #5CA1E5 url(../img/main/bg_nav_bottom.gif) repeat-x top left;
}
#navText
{
	background: #F2F2F2;
	padding-left: 10px;
	color: #BBB;
	font: 85% "Verdana",sans-serif;
	text-align: left;
	word-spacing: 2px;
}
#navText a
{
	color: #999;
	text-decoration: underline;
}
#navText a:hover
{
	text-decoration: none;
}

/* -----[ Nav List ]--------------------------------------------------------------------- */

#navList
{
	margin: 0 4px 10px 0;
	padding: 0;
	text-align: right;
	line-height: 1.0em;
}
#navList li.category
{
	display: block;
	padding: 0.5em 15px 0;
	color: #822;
	font: 120% "Trebuchet MS",sans-serif;
}
#navList li
{
	display: inline;
	list-style: none;
	text-align: right;
}
#navList li a
{
	display: block;
	padding: 2px 15px 2px 0;
	color: #BDF;
	font: bold 78% "Verdana",sans-serif;
	text-decoration: none;
}
#navList li a:hover
{
	color: #FFF !important;
}
#navList li.here a, #navList li.here a:hover
{
	background: #6AE;
	border-top: 1px solid #59C;
	padding-top: 1px;
	color: #FFF !important;
}
* html #navList li a:hover
{
	padding-right: 16px;
}

/* -----[ Main Content ]--------------------------------------------------------------------- */

#main
{
	background: #5CA1E5 url(../img/main/bg_nav_top.gif) repeat-x top left;
	margin-left: 175px;
}
#mainHead
{
	width: 570px;
	background: #F2F2F2 url(../img/main/bg_content_top.gif) repeat-x top left;
	text-align: right;
}
#mainWrap
{
	width: 570px;
	background: #F2F2F2 url(../img/main/bg_content_right.gif) repeat-y top right;
}
#mainFoot
{
	clear: both;
	background: #F2F2F2 url(../img/main/bg_nav_bottom.gif) repeat-x top left;
	margin-left: 727px;
}
#mainContent
{
	padding-top: 15px;
	padding-right: 18px;
}
* html #mainContent
{
	width: 552px;
	overflow: visible;
}

/* -----[ Copyright ]--------------------------------------------------------------------- */

#copyright
{
	margin-left: 742px;
	color: #999;
	font: 85% "Verdana",sans-serif;
	text-align: left;
}
#copyright a
{
	color: #999;
	text-decoration: none;
}

/* -----[ Main Title ]--------------------------------------------------------------------- */

#mainTitle
{
	background: #FFF url(../img/header/bg_title.gif) repeat-x top left;
	height: 70px;
}
#mainTitle h1
{
	top: 50px;
	position: relative;
	padding-left: 180px;
	color: #932;
	font: normal 24px "Trebuchet MS",sans-serif;
}

/* -----[ Tutorial ]--------------------------------------------------------------------- */

p.tutMenu
{
	padding: 0 20px 10px;
	line-height: 1.2em;
}
p.tutMenu, span.tutMenu
{
	color: #993022;
	font-family: "Courier New",monospace;
}
code, code.error
{
	display: block;
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	margin: 0.2em 20px 0.8em;;
	padding: 0.4em;
	color: #69C;
	font: 11px/1.2em "Courier New",monospace;
	text-align: left;
	word-spacing: -2px;
}
code.error
{
	border: 1px solid #CCC;
	color: #333;
}
code b
{
	color: #369;
}
code.scrollbars
{
	height: 150px;
	overflow: auto;
}

/* -----[ Column & Sidebar ]--------------------------------------------------------------------- */

#column {
	float: left;
	width: 375px;
}
* html #column {
	width: 374px;   /* IE piece of junk */
}
#column h2 {
	left: -5px;
	background: url(../img/main/bg_white_fade_left.gif) repeat-y top left;
	margin: 0.4em 15px 0.6em 0;
	padding-left: 25px;
}
#sidebar {
	float: right;
	width: 175px;
}
#sidebar h3 {
	right: -5px;
	position: relative;
	background: #901A1A url(../img/main/bg_red_fade_right.gif) repeat-y top right;
	margin: 0.6em 0 10px -5px;
	padding: 2px 10px 3px 10px;
	color: #F2F2F2;
	font: normal 112% "Trebuchet MS",sans-serif;
}
#sidebar p, #sidebar li {
	font: 82% "Verdana",sans-serif;
}
#sidebar li {
	line-height: 1.2em;
}
#sidebar ul {
	margin: 0;
}
#sidebar ul li {
	padding: 0.2em 0 0.3em;
	list-style: none;
}
#sidebar ul li.here {
	background: url(../img/main/bg_white_fade_right.gif) repeat-y top right;
	margin-right: -15px;
	padding-right: 10px;
	color: #000;
}
#sidebar ul li.viewAll {
	padding-top: 1em;
}

/* -----[ Web Portfolio ]--------------------------------------------------------------------- */

#webImgFeature
{
	float: left;
}
#webImgFeature img
{
	width: 90px;
	height: 72px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 10px 0 20px;
	padding: 20px;
}
#webImgFeature a:hover img
{
	border: 1px solid #969696;
}
#webTxtFeature h2
{
	margin: 0 0 0 160px;
}
.webImgIndex, .webImgProject
{
	background: #FFF;
	border: 1px solid #CCC;
}
.webImgIndex
{
	width: 48px;
	height: 80px;
	margin: 4px 10px 0 0;
}
.webImgProject
{
	width: 140px;
	height: 112px;
	margin: 0.5em 5px 10px 0;
	padding: 10px;
}
#webScreenshot h2
{
	margin-top: 0.4em;
}
#webScreenshot img
{
	width: 500px;
	margin: 0 10px;
	border: 1px solid #969696;
}

/* -----[ Web Portfolio Table ]--------------------------------------------------------------------- */

table.portTable
{
	margin: 0 20px;
}
table.portTable tr
{
	vertical-align: top;
}
table.portTable td
{
	width: 50%;
}
.portTable h3, .portTable p
{
	padding-left: 0;
	padding-right: 0;
}

/* -----[ Photography ]--------------------------------------------------------------------- */

#photoHead
{
	height: 100px;
}
#photoHead img
{
	width: 510px;
	height: 100px;
	border: 1px solid #CCC;
}
#photoHeadChange
{
	height: 8px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}
#photoHeadChange img
{
	width: 20px;
	height: 8px;
	border: 0;
	padding: 0 1px;
}

/* -----[ Weather ]--------------------------------------------------------------------- */

#weather
{
	padding: 0 10px;
}
#weather h4
{
	top: 5px;
	position: relative;
	margin: 0;
	padding: 5px 0 0;
	color: #C63;
	font: normal 120% "Trebuchet MS",sans-serif;
}
#weather h4 span
{
	font: normal 80% "Tahoma",sans-serif;
}
#weather img
{
	top: 7px;
	position: relative;
}
#weather .temp
{
	color: #933;
	font-size: 26px;
}

/* -----[ Compact ]--------------------------------------------------------------------- */

.compact p, p.compact, p.info
{
	padding-top: 0;
	text-align: left;
}
p.info
{
	color: #999;
	font: 86% "Tahoma",sans-serif;
}
p.info a
{
	color: #7AD;
	text-decoration: none;
}

/* -----[ Forms ]--------------------------------------------------------------------- */

form
{
	padding: 1.0em 40px;
	font: 90% "Verdana",sans-serif;
}
dl.dlFloat dt
{
	clear: left;
	float: left;
	width: 7em;
	padding: 5px 5px 0 0;
	text-align: right;
}
dd
{
	margin-bottom: 10px;
}
label.optional
{
	color: #666;
}
input, textarea, select
{
	padding: 1px 2px;
	color: #000;
}
select
{
	padding: 1px 0;
	position: relative;
}
input.long, textarea.long
{
	width: 460px;
}
input.optional
{
	border: 1px dotted #AAA;
	padding: 2px 3px;
}
input.submit
{
	width: 100px;
	display: block;
	margin-top: 1.0em;
	cursor: pointer;
}
input.bbcode
{
	cursor: pointer;
}
form em
{
	color: #C33;
	font: bold 10px "Verdana",sans-serif;
	vertical-align: top;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a
{
	color: #37B;
	text-decoration: underline;
}
a.visit:visited
{
	color: #7AD;
	text-decoration: none;
}
a.admin
{
	color: #999;
}
a:hover
{
	color: #932 !important;
	text-decoration: none !important;
}

/* -----[ Miscellaneous ]--------------------------------------------------------------------- */

blockquote
{
	background: url(../img/main/quotes_open.gif) no-repeat 0px 0;
	margin: 20px 25px;
}
blockquote h3, blockquote p
{
	padding: 10px 40px 10px;
}
blockquote h3
{
	color: #333;
}
span
{
	color: #777;
}
strong
{
	color: #333;
}
em
{
	color: #111;
}
hr
{
	height: 1px;
	border: 1px solid #CCC;
	margin: 0.5em 100px;
	color: #CCC;
}
acronym, span.def
{
	border-bottom: 1px dotted #AAA;
	cursor: help;
}
span.def
{
	color: #333;
	font-style: italic;
}
.clearAll
{
	clear: both;
}
div.tag
{
	height: 1px;
	margin: 0 10px;
	overflow: hidden;
	visibility: hidden;
}
.mouseHand
{
	cursor: pointer;
}
a.tag
{
	text-decoration: none;
}
.xlinks, a.xlinks
{
 	left: 0;
 	top: -100px;
 	position: absolute;
 	width: 0;
 	height: 0;
 	overflow: hidden;
}

