/* Sceen type CSS Document */

* {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	opacity: 1;
	font-size: 12px;
}

html {
	/*overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;*/
	font-size: 12px;
}

body {
	background: url(../images/background.jpg) no-repeat center fixed #000;
	font-size: 16px;
	color: #FFFFFF;
	scrollbar-base-color: #000000; 
	scrollbar-arrow-color:#ffffff;
	margin:0;
}

#header {
	width: 960px;
	height: 6em;
	margin: 0 auto;
	padding-top: 2em;
	margin-bottom: 1.5em;
}

#header, #body, #footer {
/*	background-color: #000; */
}

body > #header, body > #body, body > #footer {
	background-color: transparent;
	background: url(../images/halftonebg2.png) repeat;
}

#siteTitle {
	float: left;
	padding-left: 2em;
}

h1 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
}

h2, h3, h4 {
	font-size: 16px;
	letter-spacing:0px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.1em;
}

h3 {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 1.5em;
	text-align: center;
}

h5 {
	font-size: x-small;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h2, h3 span, h4 span, h5 span {
	font-size: 16px;
	padding: 2px 10px; 2px; 10px;
	color: #FFFFFF;
	background-color: #FF6600; 
/*	background: url(../images/bgh3.jpg) repeat; */

}

#headerLinks {
	float: right;
	padding-right: 2em;
	font-size:14px;
}

#headerLinks a {
	display: inline;
	float: left;
	height: 3em;
	margin-top: -2em;
	width: 8em;
	/* Above used to be 7em */
	padding-top: 5em;
	/*padding: 5em 2em 0 2em;*/
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: medium;
	opacity: 0.5;
}

#home:hover, #homeSelected {
	background: url(../_images/_site_images/buttonbgblue.jpg) repeat-x #3399FF;
}

#headerLinks #blog:hover, #headerLinks #blogSelected {
	background: url(../_images/_site_images/buttonbgorange.jpg) repeat-x #FF9900;
}

#headerLinks #portfolio:hover, #headerLinks #portfolioSelected {
	background: url(../_images/_site_images/buttonbggreen.jpg) repeat-x #339900;
}

#headerLinks #contact:hover, #headerLinks #contactSelected {
	background: url(../_images/_site_images/buttonbgpurple.jpg) repeat-x #660099;
}

#headerLinks a:hover, #headerLinks #homeSelected, #headerLinks #blogSelected, #headerLinks #portfolioSelected, #headerLinks #contactSelected {
	opacity: 1;
}

#body {
	width: 59.5em;
	margin: 0 auto;
	padding: 0 0.25em;
	text-align: left;
	margin-bottom: 1.5em;
}

#left, #center, #right {
	float: left;
	margin: 0.5em 0.25em;
}

#left {
	width: 195px;
}

#center {
	width: 684px;
}

#right {
	width: 80px;
}

#center div.centerLeft, #center div.centerMiddle, #center div.centerRight {
	float: left;
	width: 11.5em;
}

#center div.centerLeft {
	margin-left: 0.25em;
}

#center div.centerMiddle {
	margin: 0 0.5em;
}

#center div.centerRight {
}

#center div.centerHalfLeft, #center div.centerHalfRight {
	float: left;
	width: 17.5em;
	margin: 0 0.25em;
}

#center div.centerHalfLeft {
}

#center div.centerHalfRight {
}

#footer {
	width: 960px;
	margin: 0 auto;
/*	padding: 0.5em 0.5em 3em 0.5em; */
	font-size:10px;
	color:#949494;
	text-align: center;
	border-top:0px solid #121212;
}

.footerLeft, .footerMiddle, .footerRight {
	margin: 0;
	width: 19.25em;
	float: left;
}

.footerLeft {
}

.footerMiddle {
	width: 19.5em;
	margin: 0 0.5em;
}

.footerRight {
}

p {
	padding: 0 10px 10px 10px;
}

p, li {
	margin: 0 0 10px 0;
	font-size: 12px;
}

#footer p {
	margin: 0 0 0.25em 0;
	font-size: xx-small;
}

#footer .footerMiddle p {
	margin: 0;
}

.footerRight a {
	float: right;
	display: block;
	margin-bottom: 2px;
}

.footerRight a img {
	cursor: pointer;
}

a {
	cursor: pointer;
	font-size: inherit;
}

#body a, #body a:visited, #body a:link, #content a, #content a:visited, #content a:link {
	color: #FF731C;
}


#left a, #left a:visited, #left a:link {
	font-size: 16px;
	display: block;
	text-decoration: none;
	padding: 0.1em;
	margin: 0 0 0.5em 0;
	color: #FFFFFF;
	opacity: 0.5;
}

#right a, #right a:visited, #right a:link {
	font-size: small;
	padding: 0.1em;
	color: #FFFFFF;
}

#body a:hover, #content a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	opacity: 1;
}

div.clearer {
	float: none;
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: 100%;
}

ul {
	margin-bottom:20px;
	}

li {
	margin-left: 2em;
	padding: 0;
	list-style-type:square;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.centerMargin {
	margin: 0 auto;
}

.italic {
	font-style: italic;
}

.floatLeft {
	float: left;
	margin: 0 0.25em 0.25em 0;
}

.floatRight {
	float: right;
	margin: 0 0 0.25em 0.25em;
}

table.cvTable {
	border: none;
	margin: 0 auto 1em auto;
}

table.cvTable li {
	font-size: small;
	font-weight: normal;
	text-align: left;
	margin-left: 1em;
}

table.cvTable img {
	width: 4em;
	height: 4em;
}

table.cvTable th, table.cvTable td {
	padding: 0.25em;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

table.cvTable th {
	font-style: italic;
	vertical-align: top;
}

table.cvTable td {
	vertical-align: middle;
}

div.centerLeft img, div.centerMiddle img, div.centerRight img {
	width: 10em;
	margin: 0.25em 0 0.5em 0.25em;
	padding: 0.25em;
	border: #FF6600 1px solid;
}

img.columnImageWide {
	width: 36em;
	height: 6em;
	margin-bottom: 0.5em;
}

img.borderImage {
	border: #FF6600 1px solid;
	padding: 3px;
}

input, textarea {
border:1px inset black;
}

.highlightit img{
border: none;
}

.highlightit:hover img{
border: 1px solid #FF6600;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}


.catchtable {
	width:600px; 
	border:1px solid #666666; 
	background-color:#0000CC;
	margin-top:20px;
	margin-bottom:30px;
}

.catchtabletr {
	background-color:#ffffff;
}

.catchtabletd {
	font-size:16px; 
	font-weight:bold;
	padding: 15px 15px 10px 15px; 
	color: #FFFFFF;
	background-color: #0000CC;
}

.catchtabletd p {
	padding: 0 0 10px 0;
}

.catchtabletd2 {
	padding: 10px 15px 5px 15px;
}

.catchtabletd2 p {
	padding: 0 0 10px 0;
}
