@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color: #EEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}
.clear{
	clear:both;	
}
#headerWrapper {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	height: 305px;
	width: 100%;
}
#header {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#headerSplitLeft {
	height: 100%;
	width: 260px;
	float: left;
}
#headerSplitRight {
	height: 100%;
	width: 690px;
	float: right;
}
#headerTitle {
	background-image: url(../images/mypersonalwebsite.png);
	height: 106px;
	width: 248px;
	margin-left: 10px;
	margin-top: 170px;
}
#headerImage {
	background-image: url(../images/header.png);
	height: 318px;
	width: 679px;
	margin-top: 0px;
	margin-left: 10px;
}
#styleBarWrapper {
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFB700;
	background-color: #3E3E3E;
}
#styleBar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
}
#styleBar .stylesheet {
	float: right;
	padding-top: 10px;
}
#styleBar .social {
	float: left;
	padding-top: 3px;
}
#styleBar a{
	color: #FFF;	
}
#gradientWrapper {
	background-color: #f1f1f1;
	background-image: url(../images/gradientbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(../images/mainBackground.png);
	background-repeat: no-repeat;
}
#content {
	float: right;
	width: 700px;
	color: #666;
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-left: 30px;
}
#content_nosidebar {
	width: 100%;
	color: #666;
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.5em;
}
#sidebar {
	float: left;
}
#navigation {
	color: #000;
	text-decoration: none;
}
#navigation ul li img {
	float: left;
	padding-right: 10px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: block;
	width: 205px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 6px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#navigation ul .first {
	border-top-style: none;
}
#navigation ul .selected a{
	color: #00F;
}
#navigation ul li a span {
	font-size: 1.7em;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
}
#navigation ul li a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
}
#navigation ul li a:hover{
	color: #FFB700;
}
#footerWrapper {
	background-image: url(../images/footerBar.gif);
	background-repeat: repeat-x;
	background-color: #313131;
	clear: both;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#footerNav {
	padding-bottom:10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#footerNav ul {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
#footerNav ul li img {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
}
#footerNav ul li {
	float: left;
	width: 185px;
}
#footerNav ul li a {
	color: #FFB700;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
}
#footerNav span    {
	font-size: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	display: block;
}
#footerNav ul li a:hover {
	color: #FFF;
}
#footerNav ul   .selected a{
	color: #06F;
}
#footerNav ul .first   {
	padding-left: 0px;
}
#quickContact{
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear:both;
	width:100%;	
}
#quickContact .tb{
	color:#666;
	background-color:#EEE;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	border:solid 1px #FFB700;
	margin-bottom:15px;
}
#quickContact h2{
	color:#FFB700; 
	font-size:1.3em;
}
#quickContact label{
	float:left;
	clear:left;
	color:#FFF;
	font-size:0.9em;
	padding-bottom:8px;
}
#contactName,
#contactSubject,
#contactEmail{
	width:250px;
	float:left;
	clear:left;	
}
#contactMessage{
	width:395px;
	height:110px;
	overflow:auto;
	float:left;
	clear:left;
}
#webCredits {
	width: 100%;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
	margin-top: 10px;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}
#webCredits a {
	color: #FFF;
}
.code {
	background-color: #FFF;
	border: 4px solid #333;
	display: block;
	padding: 10px;
	color: #000;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.9em;
}
h1 {
	font-size: 2.3em;
	text-align: left;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -2px;
	color: #333;
	margin-left: -30px;
}

h2 {
	font-size: 1.8em;
	color: #333;
}
h3 {
	font-size: 1.4em;
	color: #333;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content .img {
	border: 4px solid #333;
	background-color: #FFF;
	padding: 1px;
}
#content .img:hover {
	border-color: #00F;
}
.highlight {
	color: #03F;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}