/* Main Style */

/* For starters */
html, body, div, ul, ol, li, form, input, p, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
ol, ul, li { list-style: none; }

/* Links */
a { color: #b13f01; }
a:hover { color: #f05b09; }

/* Font styles */
body, p, li, input, textarea {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

h3 { font-size: 14px; line-height: 24px; text-transform: uppercase; letter-spacing: 1px; }
h4 { font-size: 16px; color: #b13f01; margin: 24px 0px 0px 0px; }

div.primaryContainer div.content h3 {
	width: 820px;
	margin: 0; padding: 10px 10px 10px 60px;
	background: #d7f3f5 url(../images/sectionBullet2.gif) 20px 7px no-repeat;
	position: relative;
	top: -20px; left: -20px;
}
	
body#pageHome div.primaryContainer div.content h3,
body#pageAbout div.primaryContainer div.content h3,
body#pageEdu div.primaryContainer div.content h3,
/*body#pageWebDev div.primaryContainer div.content h3,*/
body#pageVideo div.primaryContainer div.content h3,
body#pageProjects div.primaryContainer div.content h3 {
	width: 430px;
}

div.secondaryContainer div.content h3 {
	width: 285px;
	margin: 0; padding: 10px 10px 10px 60px;
	background: #d7f3f5 url(../images/sectionBullet2.gif) 20px 7px no-repeat;
	position: relative;
	top: -20px; left: -20px;
}


body, p, li {
	font-size: 11px; line-height: 18px;
	text-align: left; vertical-align: top;
}
p { margin: 2px 0 16px 0; }
input, textarea { font-size: 11px; padding: 2px; }

div.right_link, div.right_link_external {
	float: right; margin-top: 14px; 
}
div.right_link_external {
	background-image: url(../images/external.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

div.right_nav {	
	float: right;
	margin: -15px 0px 10px 0px;
}

/* The rest */
body {
	margin: 0px;
	background-color: #000000;
	background: #000000 url(../images/bg_city.jpg) top left repeat-x fixed;
}

.wrapper {
	text-align: left;
	margin: 0 auto; width:900px;
	position: relative;
}

.header {
	background-color: #000000;
	background: url(../images/header_bg2.jpg) no-repeat;
	border: 5px solid #000000;
	border-bottom-width: 0px;
	height: 170px;
	margin-top: 15px;
}

div.footer {
	background: #40382d;
	width: 100%; border-bottom: 20px solid #000; clear: both;
}
	
div.footer div.footerContent {
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	position: relative;
	color: #ffffff;
}

.primaryContainer { float: left; }
.secondaryContainer { float: right; }

div.primaryContainer div.content {
	width: 850px;
	margin: 20px 0; padding: 20px;
	background: #ffffff;
	border: 5px solid #36979d; position: relative;
	overflow: hidden;
}

body#pageHome div.primaryContainer div.content,
body#pageAbout div.primaryContainer div.content,
body#pageEdu div.primaryContainer div.content,
/*body#pageWebDev div.primaryContainer div.content,*/
body#pageVideo div.primaryContainer div.content,
body#pageProjects div.primaryContainer div.content {
	width: 450px;
}

div.secondaryContainer div.content {
	width: 315px;
 	margin: 20px 0; padding: 20px;
	background: #ffffff;
	border: 5px solid #36979d; position: relative;
	overflow: hidden;
}



/* Navigation */
.nav {
	background:#000000;
	width:890px; height:70px; 
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	position: relative;
}

ul.nav li a {
	color: #ffffff; height: 70px;
	display: block; position: absolute; top: 0;
	text-indent: -9999px; outline:none;
}
ul.nav li a:hover { border:none; }

li.navHome a, li.navAbout a, li.navWebDev a,
li.navPhoto a, li.navProjects a, li.navVideo a { background: url(../images/mainNav.gif); }

li.navHome a				{ background-position: 0 0; width: 88px; left: 0; }
li.navHome a:hover			{ background-position: 0 -70px; }
body#pageHome li.navHome a	{ background-position: 0 -140px; }

li.navAbout a					{ background-position: -88px 0; width: 125px; left: 88px; }
li.navAbout a:hover				{ background-position: -88px -70px; }
body#pageAbout li.navAbout a,
body#pageResume li.navAbout a,
body#pageEdu li.navAbout a		{ background-position: -88px -140px; }

li.navWebDev a					{ background-position: -213px 0; width: 217px; left: 213px; }
li.navWebDev a:hover			{ background-position: -213px -70px; }
body#pageWebDev li.navWebDev a	{ background-position: -213px -140px; }

li.navPhoto a					{ background-position: -430px 0; width: 160px; left: 430px; }
li.navPhoto a:hover				{ background-position: -430px -70px; }
body#pagePhoto li.navPhoto a	{ background-position: -430px -140px; }

li.navProjects a					{ background-position: -590px 0; width: 110px; left: 590px; }
li.navProjects a:hover				{ background-position: -590px -70px; }
body#pageProjects li.navProjects a	{ background-position: -590px -140px; }

li.navVideo a					{ background-position: -700px 0; width: 89px; left: 700px; }
li.navVideo a:hover				{ background-position: -700px -70px; }
body#pageVideo li.navVideo a	{ background-position: -700px -140px; }


/* Special sections */
table.service_icons td { padding: 0px 8px; }
table.thumbnails td { padding: 3px; }
table.thumbnails img { 
	background-color: #ffffff;
    padding: 2px;
	border: 1px solid #000000;
}
table.wishlist_table { table-layout: fixed; width: 438px; line-height: normal; }
table.wishlist_table td { vertical-align: top; width: 126px; padding: 0px 5px; }
table.wishlist_table td span { color: #990000; font-weight: bold; }

ul.rss_listing li {
	border-bottom: 1px dashed #36979d;
	line-height: normal;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

/* About Page */

table.aboutContactTable td { vertical-align: top; font-size: 14px; }
table.aboutContactTable td.text { padding-left: 20px; }
table.aboutProficiencies td { 
	vertical-align: top;
	border-bottom: 1px dashed #36979d;
	line-height: normal;
	padding: 7px 0px;
}

div.resume { width: 600px; margin: 0px auto; }
div.resume h4 { font-size: 14px; margin: 10px 0px 0px 0px; }
div.resume table td { padding-right: 10px; }

/* Web Development */

table.webDevNav { text-align: center; width: 100%; }
table.webDevNav td { line-height: normal; padding: 10px 0px; }
table.webDevMonitors { width: 100%; text-align: center; margin-bottom: 20px; }

/* Projects */

body#pageProjects div.content {
	line-height: 24px;
}

body#pageProjects div.content a {
	font-size: 18px;
}

/* Video */

body#pageVideo .player {
	text-align: center;
	margin: 10px auto;
	background: #000000;
	padding: 5px 0px;
}
body#pageVideo .description {
	text-align: left;
	margin: 10px auto;
	border: 1px solid #36979d;
	background: #d7f3f5;
	padding: 5px;
}

body#pageVideo .playlist { width: 100%; }
body#pageVideo .playlist td { padding: 10px 0px; border-bottom: 1px dashed #36979d; }
body#pageVideo .playlist td.text { padding-left: 10px; }
