/* Justin Axline Portfolio CSS Document */

/* ----- global styles ----- */
body {
	background: #743523 url("images/backgroundBody70s.gif") repeat;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 500px;
	margin: 0;
	padding: 0;
	voice-family: "\";}\"";
	voice-family: inherit;
}
a {
	color: #000;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
#pageWrapper{
	background: #333;
	border: 3px double #666;
	border-top: none;
	left: 50%;
	margin: 0 0 0 -375px;
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	width: 750px;
}

/* ----- "header" styles ----- */
#header {
	background: #fff url("images/backgroundHeader.jpg");
	border-bottom: 1px solid #666;
	color: #ccc;
	font-weight: bold;
	height: 150px;
}
#header p {
	font-size: 85%;
	margin: 0;
	padding: 90px 20px 20px 20px;
	text-transform: uppercase;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #999;
	text-transform: none;
}

/* ----- navigation styles ----- */
#mainNav {
	background: #333;
	border-bottom: 1px solid #666;
	width: 100%;
}
#mainNav {
	margin: 0;
	padding: 0;
}
#mainNav dd {
	display: inline;
	font-weight: bold;
	margin: 0 10px 0 10px;
}
#mainNav a {
	color: white;
	text-decoration: none;
}
#secondaryNav {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	float: left;
	height: 100%;
	margin: 0;
	padding: 3px 3px 20px 3px;
	width: 24%;
}

/* ----- "contentArea" styles ----- */
#contentArea {
	background: #000 url("images/backgroundPage.gif") repeat;
	height: 100%;
	margin: 0;
	padding: 15px;
}
h1 {
	font-size: 200%;
	margin: 0 0 10px 0;
}
h2 {
	color: #c00;
	font-size: 120%;
}
h2:before {
	content: "// ";
}
/*h2:after {
	content: " /";
}*/
h3 {
	border-bottom: 1px dashed #ccc;
	font-size: 90%;
	width: 85%;
}
#contentArea p {
	color: #fff;
}
#contentArea p a, #contentArea ul a {
	color: #366;
	font-weight: bold;
}
#contentArea ul li {
	margin-left: 20px;
}
a:hover {
	text-decoration: underline;
}
ul#landingPageNav {
	margin: 10px;
}
ul#landingPageNav li {
	display: inline;
	list-style: none;
	list-style-type: none;
	margin: 0;
}
ul#landingPageNav a {
	background: #ffc;
	border: 1px solid #036;
	/*color: #366;*/
	color: #333;
	filter: alpha(opacity=50);
	font-size: 115%;
	font-weight: bold;
	opacity: .50;
	padding: 3px 20px 5px 20px;
	text-decoration: none;
}
ul#landingPageNav a:hover {
	background: #036;
	color: #9c9;
	/*filter: alpha(opacity=50);
	opacity: .50;*/
}
/* --- "tabObject" --- */
#tabObject {
	margin: 0 35px 0 35px;
}
#tabs dd {
	background: #fff url("images/border_tabTop.gif") repeat-x;
	border: 1px solid #999;
	border-bottom: 1px solid #366;
	border-top: none;
	display: inline;
	margin: 0;
	padding: 0 15px 0 15px;
}
#tabs dd a {
	color: #666;
	text-decoration: none;
}
#tabs dd.selected {
	background: #fff url("images/border_tabSelectedTop.gif") repeat-x;
	border: 1px solid #366;
	border-bottom: 1px solid #fff;
	border-top: none;
}
#tabs dd.selected a {
	color: #000;
	cursor: default;
	font-weight: bold;
}
.tabBody {
	background: #fff url("images/backgroundTabBody.jpg") no-repeat right top;
	border: 1px solid #366;
	margin: 0;
	padding: 10px;
}
.tabBody img {
	border: 1px solid #000;
	margin: 4px 0 4px 0;
}
#contentArea .tabBody p {
	color: #666;
}

/* dropdowns */
#subNAV {
	background: #fff;
	border: 1px solid black;
	/*filter: alpha(opacity=75);*/
	left: 51px;
	margin-top: 1px;
	/*opacity: .75;*/
	padding: 10px;
	position: absolute;	
}
#subNAV li {
	list-style: none;
	width: 200px;
}
#subNAV a {
	text-decoration: none;
	display: block;
}
#subNAV a:hover {
	background: #ccc;
}

/* ----- "footer" styles ----- */
#footer {
	border-top: 1px solid #666;
	padding: 3px;
}
#footer p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 5px 0 0 0;
	padding: 0;
}