@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
------------ ADDITIONAL RESET STYLES -----------------
----------------------------------------------------*/
/*REMEMBER THIS CODE! - This covers hover style 
issues with IE6 USING THE CODE BELOW, COPY AND 
APPLY THE CODE BELOW TO YOUR NAVIGATION LINKS 
ONLY - DON'T FORGET TO UN-COMMENT CODE WHEN 
READY TO USE!!!! */
/*
	* html <<NAVIGATION SELECTOR>> li a {
		width: 100%;
	}
*/
html {height: 100%;}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height: 1.4em;
	height: 100%;
}
body p {
	line-height: 1.4em;	
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p, img, ul, li, a, span {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}


/*----------------------------------------------------
---------------- @FONT-FACE STYLES -------------------
----------------------------------------------------*/
.Rockwell-Italic {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellItalic', sans-serif;
	font-size-adjust: 0.47;
}
.Rockwell {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellRegular', sans-serif;
	font-size-adjust: 0.47;
}
.Rockwell-Bold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellBold', sans-serif;
	font-size-adjust: 0.47;
}
.Rockwell-BoldItalic {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellBoldItalic', sans-serif;
	font-size-adjust: 0.47;
}
.Rockwell-ExtraBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellExtraBoldRegular', sans-serif;
	font-size-adjust: 0.47;
}
.size {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}


/*----------------------------------------------------
---------------- MAIN GLOBAL STYLES ------------------
----------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height: 1.48em;
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6, p, img, span, p {
	padding: 0px;
	margin: 0px;
}


/*----------------------------------------------------
----------------- MAIN LINK STYLES -------------------
----------------------------------------------------*/
/* This is to fix IE6 hover issues... */
* html ul.topnav li a {
	width: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #505050;
}
a:hover, a:active {
	text-decoration: underline;
	color: #505050;
}


/*----------------------------------------------------
-------- HEADING STYLES (h1, h2, h3, etc...) ---------
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'RockwellRegular', sans-serif;
	font-weight: normal;
	line-height: 1em;
}


/*----------------------------------------------------
--- TOP LINK STYLES (CONTACT ME & DOWNLOAD RESUME) ---
----------------------------------------------------*/
.link_wrapper a {
	margin-left: 10px;
	font-weight: bold;		
}
/*These styles add icons to any PDF or EMAIL link within it's 
specified tag. */
.link_wrapper a[href $=".pdf"] {
	padding-left: 18px;
	background: transparent url(../_icons/icon_pdf.gif) no-repeat center left;
}
.link_wrapper a[href ^="mailto:"] {
	padding-left: 18px;
   background: transparent url(../_icons/icon_mailto.gif) no-repeat center left;
}
#top_links .link_wrapper {float: right;}


/*----------------------------------------------------
------------------ HEADER STYLES ---------------------
----------------------------------------------------*/
#header {
	position: relative;
	margin-bottom: 10px;
}
#header #intro_wrapper {
	position: absolute;
	left: 571px;
	bottom: -3px;
}


/*----------------------------------------------------
-------------------- NAV STYLES ----------------------
----------------------------------------------------*/
#nav {
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;	
}
#nav #nav_slogan h6 {
	font-size: 14px;
	margin: 4px;
		
}
ul.topnav {
	font-family: "RockwellRegular", sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 100%;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 5px 20px;
	color: #606060;
	display: block;
	height: 100%;
	text-decoration: none;
}
ul.topnav li a:hover {
	background:none repeat scroll 0 0 #D7E1E9;
}
/*
--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul.topnav li span {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	background: none repeat scroll 0 0 #D7E1E9;
	color: #FFFFFF;
	display: none;
	float: right;
	right: -185px;
	padding: 10px 0px;
	margin: 0px;
	position: absolute;
	top: 26px;
	width: 940px;
}
ul.topnav li:hover span {display: block;} /*--Show subnav on hover--*/
ul.topnav li span a { 
	display: inline;
	float: right;
	padding: 0px 10px;
	margin: 0px; 
}
/*--Since a link style was declared on the parent list link, this will correct it back to its original state--*/ 
ul.topnav li span a:hover {text-decoration: underline;}


/*----------------------------------------------------
--------------- MAIN TAGLINE STYLES ------------------
----------------------------------------------------*/
#main_tagline {
	text-align: right;	
}
#main_tagline h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height: 1.2em;
	letter-spacing: -3px;
	font-size: 54px;
}
#main_tagline h1.blue {
	font-weight: bold;
	font-size: 104px;
	letter-spacing: -5px; 
	margin-top: 40px;
}


/*----------------------------------------------------
----- MAIN HEADING STYLES (oversized breadcrumbs)-----
----------------------------------------------------*/
#main_heading h1{
	margin: 34px 0 10px 0;
	font-size: 40px;
	color: #474747;
}


/*----------------------------------------------------
--------------- MAIN CONTENT STYLES ------------------
----------------------------------------------------*/
#main_content {margin-top: 20px 0 25px 0;}
#main_content h2 {
	border-top:1px solid #959595;
	font-size:34px;
	line-height:1.2em;
	margin-bottom:60px;
	margin-top:50px;
	padding-top:0;
	text-align:right;
}
#main_content .link_wrapper {float: left;}
#main_content .link_wrapper a {
	margin-left: 0px;
	margin-right: 10px;		
}


/*----------------------------------------------------
------------ ADDITIONAL CONTENT STYLES ---------------
----------------------------------------------------*/
#additional_content h1 {
	margin-bottom: 15px;
	font-size: 30px;
	color: #474747;
}
#additional_content h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #474747;
	font-weight: bold;
	font-size: 14px;
}
		/*----------------------------------
		------- "ABOUT ME" STYLES ----------
		----------------------------------*/
		#add_about img {
			margin-right: 10px;
			margin-top: 5px;
		}
		
		
		/*----------------------------------
		---- "SERVICES & SKILLS" STYLES ----
		----------------------------------*/
		#add_services ul{margin: 10px 0;}		
		#add_services ul li{
			list-style: url(../images/bullet.jpg) none inside;
			text-indent: 20px;
			line-height: 1.8em;
		}


/*----------------------------------------
------ THUMBNAIL CATEGORY LINKS ----------
----------------------------------------*/
ul#filter {
	font-family: 'RockwellRegular', sans-serif;
	font-size: 14px;
	list-style: none;
	margin-left: 0px;
	margin-top: 55px;
}
ul#filter li {
	float: left;
	border-right: 1px solid #ccc;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
/*The following removes the border from the last list item (in browsers that support it) and changes the display of the links: */
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #6060; text-decoration: none; padding: 2px 10px; }

/*I also want to make sure and differentiate the currently selected category:*/
ul#filter li.current a, ul#filter a:hover { background: #5d5d5d; padding: 2px 10px;  color: #fff;}
ul#filter li.current a { color: #fff; }


/*----------------------------------------
--------- PORTFOLIO THUMBNAILS -----------
----------------------------------------*/
/*The following 2 rules float 3 list items next to each other with a border around each one:*/
ul#portfolio {
	list-style: none;
	width: 960px;
}
ul#portfolio li {
	float: left;
	margin: 20px 18px 10px 0;
}
div.thumb_frame {
	border: 1px solid #c1c1c1;
	background: #fff;
	position: relative;
	width: 290px;
	height: 175px;
	padding: 5px;	
	margin: 0 auto;
}
img.thumb_frame {
	position: absolute;
	display: block;
	border: 1px solid #c1c1c1;
	left: 5px;
	top: 5px;
}
img.thumb_shadow {
	position: absolute;
	left: 0px;
	top: 186px;
		
}
table.thumb_caption {
	margin-top: 10px;
	border-collapse: collapse;
}
table.thumb_caption h5 {
	font-size: 13px;
	color: #484848;
	line-height: 1.28em;
	padding-bottom: 4px;
}
table.thumb_caption h3.highlight {
				
	display: inline;	
	margin: 0px;
	padding: 0px;
}
table.thumb_caption h3.highlight span {
	background: #5d5d5d;
	font-family: 'RockwellRegular', sans-serif;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 2px 5px 2px 0px;
	padding: 2px 3px;	
}


/*----------------------------------------------------
------ PORTFOLIO THUMBNAIL LINK STYLES ---------------
----------------------------------------------------*/
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }


/*----------------------------------------------------
--------------- GIANT BUTTON STYLES ------------------
----------------------------------------------------*/
#giant_buttons {margin: 50px auto -10px auto;}
#giant_buttons ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#giant_buttons ul li {display: inline;}
#giant_buttons ul li a {
	/*background: #3e3635;*/
	background: #2d2d2d;
	font-family: 'RockwellRegular', sans-serif;
	color: #fff;
	float: left;
	display: inline;
}
#giant_buttons ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#giant_buttons ul li a#btn_portfolio {
	height: 90px;
	font-size: 90px;
	padding: 0px 10px;
	line-height: 1em;
	
	
}
#giant_buttons ul li a#btn_resume {
	float: right;
	font-size: 30px;
	height: 70px;
	line-height: .8em;
	padding: 10px 0;
	text-align: center;
	width: 240px;
}
#giant_buttons ul li a#btn_resume span {font-size: 46px;}


/*----------------------------------------------------
------------------ FOOTER STYLES ---------------------
----------------------------------------------------*/
#footer {
	font-family: 'RockwellRegular', sans-serif;	
	position: absolute;
	z-index: 1;
	bottom: 1;
	left: 1;
	width: 960px;
	height: 50px;
	background: url(images/footer_fade.png) no-repeat 0px top;	
}
#footer .spacer {
	border-bottom: 1px solid #959595;
	height: 50px;
	width: 960px;
}
#footer .footer_wrap {padding-top: 10px;}
#footer #right_footer_column {text-align: right;}


/*----------------------------------------------------
------------------- MISC STYLES ----------------------
----------------------------------------------------*/
.bottom_border {
	border-bottom: 1px solid #cccccc;
	display: block;
	margin: 10px 0px;		
}
.dbl_border {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
}
.img_border {border: 1px solid #8d8d8d;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.align_justify {text-align: justify;}
.align_center {text-align: center;}
.align_left {text-align: left;}
.align_right {text-align: right;}
.light_gray {color: #c6c6c6;}
.gray {color: #767676;}
.dark_gray {color: #606060;}
.blue {color: #529dd9;}
.very_dark_brown {color: #292626;}
.float_lt {float: left;}
.float_rt {float: right;}
.clear_both {clear: both;}