@import "../themes.css";

/* DEFAULTS */

* {
	margin: 0px;
	padding: 0px;	
}

/* STANDARD TAGS */

body { 
	font-family: Arial, Helvetica;
	font-size:12px;
	background-color: #000;
	margin-left:22px;
	color:#ccc;
}

h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;	
	padding-top:15px;
	border-bottom: 2px solid #333;
	font-size: 18px;
	color: #fff;
}

font {
	font-size: 12px;	
}

a {
	color: #FFDC7F;
	text-decoration: none;
}

a:hover {
	color: #FFF8AF;
	text-decoration: underline;
}

/* PAGE LAYOUT */

#container {
	
}

#page {
	width: 960px;
	margin: 0 auto;
}

.clearall {
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* ELEMENT SPECIFIC CLASSES */

.contents .text-area p{
/* margin-left:5px; */
}

.contents .header, .contents .hyperlink  {
padding-bottom:5px;
}

.expCompanyName, .expTitle {
font-weight:bold;
}

.expTitle {
font-size:14px;
}

.expCurrentlyWork {
display:none;
}

.expCompanyName, .expCompanyName, .expDates {
font-size:10px;
}

.expDates {
margin-top:5px;
margin-bottom:-6px;
}

.eduSchoolListing {
line-height:18px;
}

.expDescription li{
margin-left:22px;
}

.portfolio {
	margin: 10px 0 0 0;	
}

/* CONTACT FORM */

#contactContainer {
	background-color: #000;	
}

#contactGroup {
	width: 960px;
	margin: 0 auto;
}

#contactForm {
	background-color: #2F2929;
	border-bottom:3px solid #999;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height: 430px;
}

#contactForm #formtag {
	text-align: left;
	padding: 10px 10px 10px 45px;	
}

#contactForm #formtag #mainFormLabel {
	font-size: 26px;
	font-family: "Georgia";	
	color: #7FADFF;
}

#contactForm #formtag #log_res {
	border: 1px solid #FFA200;
	background-color: #FFF6CF;
	display: none;
	padding: 10px;
	font-size: 10px;
	color: #7F5917;
}

#contactForm #myForm {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 20px 20px 20px;	
}

#contactForm #myForm #contactFields {
	float: left;
	margin: 0 50px 30px 25px;
}

#contactForm #myForm #contactFields ul, #contactForm #myForm #contactTextArea ul {
	list-style: none;	
}

#contactForm #myForm #contactFields ul li {
	margin: 0 0 10px 0;	
}

#contactForm #myForm #contactTextArea ul li textarea {
	width: 500px;
	height: 200px;	
}

#contactForm #myForm #contactTextArea ul li .formInstructions {
	margin-top: 20px;
	font-size: 12px;	
	color: #666666;
}

#contactForm #myForm #contactButtonBar {
	clear: left;
	padding: 0 0 0 25px;	
}

#contactForm #myForm #contactButtonBar input {
	width: 200px;
	height: 35px;	
	float: left;
}

#contactForm #myForm #contactButtonBar #closeFormLink {
	float: right;	
}

#contactFormTab {
	padding: 10px;
	background-color: red;
	color: white;
	font-size: 15px;
	font-weight: normal;
	float: right;
	margin: 0px 20px 0px 0px;
	border-bottom: 3px solid #cb0000;
}

#contactFormTab a {
	color: #fff;	
	text-decoration: none;
}

#contactFormTab a:hover {
	text-decoration: underline;	
}

/* PAGE HEADER */

#headerContainer {
	padding: 20px 20px 40px 20px;
	background-color: #000;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header #headerName {
	margin-right:30px;
}

#header #headerName h1 {
	font-family: "Georgia";	
	font-size: 30px;
	margin-bottom: 10px;
	color: #fff;
}

#header .displayEmail {
	font-size: 13px;
	float:left;
	padding-right:15px;
	border-right:1px solid #ccc;	
	margin-right:15px;
}

#header .displayEmail a {
	color: #FFC45F;
	text-decoration: none;	
}

#header .displayEmail a:hover {
	color: #FFEE9F;
}

#header .homePhone, #header .workPhone, #header .mobilePhone {
	margin-top: 1px;
	float:left;	
	margin-right: 20px;
	color: #fff;
}

/* OTHER FORMAT LINKS */

.otherVersions {
	float: right;	
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.wordVersion a, .PDFVersion a {
	color: #FFC45F;
	text-decoration: none;
}

.wordVersion a:hover, .PDFVersion a:hover {
	color: #FFEE9F;
}

.wordVersion img, .PDFVersion img {
	vertical-align: middle;	
	margin-right: 10px;
}

/* SIDEBAR ELEMENTS */
/*
#content #sidebar {
	width: 200px;
	float: left;
}*/

#content #sidebar .contents h3, #content #sidebar .contents .header h3 {
	font-size: 14px;	
	color:#FFC45F;
}

#content #maincol .contents h3 {
	color:#FFC45F;	
}

.first-row {
	color:#FFEE9F;
}

#content #sidebar .contents {
	padding: 0 20px 0 20px;	
}

#content #sidebar .column-header {
	height: 10px;
}

#content #sidebar .column-header .ul-corner {
	display: none;	
}

#content #sidebar .column-header .ur-corner {
	display: none;	
}

#content #sidebar .column-footer {
	display: none;
}

#content #sidebar .column-footer .bl-corner {
	display: none;	
}

#content #sidebar .column-footer .br-corner {
	display: none;	
}

/* MAIN COLUMN ELEMENTS */
/*
#content #maincol {
	margin-left: 240px;
	background-repeat: repeat-y;
}*/

#content #maincol .contents {
	padding: 0 60px 0 60px;		
}

#content #maincol .contents p {
	margin:8px 0 5px 0 ;
	
}

#content #maincol .contents li {
	margin:8px 0 5px 25px ;
	width:550px;	
	
}

#content #maincol .column-header {
	display: none;		
}

#content #maincol .column-header .ul-corner {
	display: none;	
	
}

#content #maincol .column-header .ur-corner {
	display: none;		
}

#content #maincol .column-footer {
	display: none;		
}

#content #maincol .column-footer .bl-corner {
	display: none;		
}

#content #maincol .column-footer .br-corner {
	display: none;		
}

/* PAGE FOOTER */

#footerContainer {
	font-family: "Georgia";
	color: #999;
	font-size:16px;
	background-color: #000;
	padding: 30px 0;
	margin-top:30px;
	
}

#footer {
	width:960px;
	margin: 0 auto;
}

#footer .address, #footer .city, #footer .state, #footer .postalCode {
	float:left;	
	margin-right: 10px;
}