/*
STYLE SHEET FOR PERSONAL PORTFOLIO WEBSITE
Created by Chad M. Ostroff
www.chadostroff.com
ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
Notes
*/

/* ----- 1. defaults ----- */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
	
/* ----- 2. structure ----- */
#wrapper {
	width:768px;
	}
#bgtile {
	background-image:url(images/bgtile.gif);
	background-repeat:repeat-y;
	}
#contentContainer {
	width:700px;
	margin-left:34px;
	}
#tbar {
	height:20px;
	background-image:url(images/tbar.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#masthead {
	height:148px;
	background-image:url(images/hdrDummy.jpg);
	background-repeat:no-repeat;
	}
#navContainer {
	height:26px;
	background-image:url(images/navbg.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	}
#horizSep {
	height:4px;
	background-image:url(images/horizSep.gif);
	background-repeat:no-repeat;
	clear:both;
	}
#content {
	margin-top:auto;
	width:674px;
	margin-left: 13px;
	vertical-align:top;
	}
#video {
	outline-color:#e7e7e7;
	outline-style:solid;
	outline-width:thin;
	}
#footerGfx {
	height:65px;
	background-position:left;
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#footerLinks {
	margin-top:-20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
		}
#copyright {
	color:#CCCCCC;
	margin-top:5px;
	}
#formElement {
	margin-left:10px;
	}
#contact-form legend {
	color:#999999;
	font-weight:bold;
	}
.blurb {
	background-image:url(images/lBlurbTile.gif);
	background-repeat:repeat-y;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
.blurbSm {
	background-image:url(images/rBlurbTile.gif);
	background-repeat:repeat-y;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
.blurbTitle {
	font-size:12px;
	color:#3399cc;
	}
.blurbTitle2 {
	font-size:10px;
	color:#999999;
	}
.blurbTitle3 {
	font-size:10px;
	color:#999999;
	padding-left:6px;
	}
.viewing {
	color: #FF9933;
	}
.seperator {
	clear: both;
	height: 0;
	}
/* ----- 3. links and navigation ----- */
a {
	color:#FF9933;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline; color: #FF9933;
	}
a.sub {
	color:#999999;
	}
a.sub:link {
	text-decoration: none;
	}
a.sub:visited {
	text-decoration: none;
	}
a.sub:active {
	color: #FF9933;
	text-decoration: none;
	}
a.sub:hover {
	text-decoration: none;
	color: #FF9933;
	}
#navigation {
	height:26px;
	vertical-align:top;
	}
#navigation a {
	}
#navigation ul {
	}
#navigation li {
	}

/* ----- 4. fonts ----- */
h1, h2, h3, h4, p, ul{
	}
h1 {
	}
h2 {
	}
h3 {
	}
h4 {
	}
p {
	font-size:10px;
	}
ul {
	list-style-type:none;
	}

/* ----- 5. images ----- */
a img {
	border: 0;
	}
	
/* ----- 6. hacks ----- */
body	{/* IE 5 centering bug fix */
	text-align: center;
	}
#wrapper {
	text-align: left;
	}