@charset "utf-8";
/* CSS Document */
/* styles for position/spacing */
 
html, body {
	margin:0;
	padding:0;
	height:100%; 
	/*z-index: 0;
	must hide for IE6???*/
	overflow: hidden;
	background-image: url(/images/keyboard_bg.jpg);
	background-repeat: repeat;	
	background-attachment: fixed;
	background-color: #327195;
	font:100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

a { 
	outline: 0; 
}

#wrap {
	width:975px;
	margin:0 auto;
	/*height: 100%;*/
}

/* begin header */

#header {
	width:975px;
	height:50px;	
	margin: 0;
	padding: 0;
	top: 25px;
	position:fixed;
	/*z-index:2;*/
	background-image: url(/images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	border-right: 4px solid #2b6180;
}

#headerLogo {	
	float: left;
	width: 340px;
}

#headerLogo img {
	padding: 0 0 5px 15px;
	margin: -4px 0 15px 0;
	border: 0;
}

#headerMenu {
	width: 631px; 
	text-align: center;
	margin: 0 auto;
	float: right;
}

ul#headerNav  {
	margin-top: 8px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	height: 41px;
	border-bottom: 1px dotted #ccc;
}

ul#headerNav li {
	display: table-cell;
	height: 36px;
	border-bottom: 1px solid transparent;
}

#headerNav li.first {
	padding: 0 15px 0 0;
	border-right: 1px dotted #ccc;
}

#headerNav li.standard {
	padding: 0 15px 0 15px;
	border-right: 1px dotted #ccc;
}

#headerNav li.last {
	padding: 0 0 0 15px;
	border-right: 0;
}

#headerNav a:hover {
	background-position: 0 32px!important;
}

a.portfolio, a.portfolio:link, a.portfolio:visited {
	width: 115px;
	height: 32px;
	background: url(/images/nav_portfolio.gif); 
	background-position: 0 0;
	overflow: hidden;
	display: block;
	border: none;
}

a.about, a.about:link, a.about:visited {
	width: 111px;
	height: 32px;
	background: url(/images/nav_about.gif); 
	background-position: 0 0;
	overflow: hidden;
	display: block;
	border: none;
}

a.photos, a.photos:link, a.photos:visited {
	width: 137px;
	height: 32px;
	background: url(/images/nav_photos.gif); 
	background-position: 0 0;
	overflow: hidden;
	display: block;
	border: none;
}

a.contact, a.contact:link, a.contact:visited {
	width: 127px;
	height: 32px;
	background: url(/images/nav_contact.gif); 
	background-position: 0 0;
	overflow: hidden;
	display: block;
	border: none;
}

/* end header */

#main-wrap {
	height:auto;
	position: absolute;
	top: 75px;
	width: 975px;
	bottom: 74px;
	/*z-index:1;*/
	overflow: auto;
	border-right: 4px solid #2b6180;
	background-color: #fff;
	background-image: url(/images/content_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
} 

#main {
	width: 100%;
	/*z-index:2;*/
	background-image: url(/images/content_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
} 

/* begin sidebar */

#sidebar {
	float: right;
	width: 225px;
	margin: 35px 16px 0 0;
	padding: 0;
	overflow: hidden;
}

#sidebar ul {
	/*padding: 12px 0 0 0;*/
	padding: 0;
	margin: 0;
	padding-bottom: 15px;	
}

#sidebar ul li {
	padding: 8px 0 8px 15px;
	margin: 0;
	font-size: .70em;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	list-style: none;
}

#sidebar ul li.active {
	/*text-indent: 10px;*/
	font-weight: bold;
	color: #2b6180;
	background-color: #ffffcc;
}

#sidebar ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#sidebar ul > li:first-child {
	padding: 5px 0 0 15px;
	font-weight: bold;
	border: 0;
	background-image: url(/images/sidebar_heading_border.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
}

#sidebar ul > li:first-child:hover {
	background-color: #fff;
}

#sidebar ul li:hover {
	background-color: #ffffcc;
	cursor: pointer;
}

#sidebar ul li a span {
	color: #327195;
	text-decoration: underline;
}

#sidebar ul li a em {
	color: #333333;
	text-decoration: none;
}

#sidebar ul li img {
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: middle;
	border: 0;
}

/* end sidebar */

#content {
	width: 655px;
	float: left;
	margin: 25px 25px 25px 35px;
	padding: 0;
	font-size: .80em;
	color: #333333;
}

#content p {
	line-height: 1.75em;
}

#content p a:link {
	color: #327195;
	text-decoration: underline;
}

#content p a:visited {
	color: #327195;
	text-decoration: underline;
}

#content p a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
}

h1 {
	letter-spacing: 1px;	
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0b5681;
}

img.contentPhoto {
	float: right;
	padding: 5px 5px 5px 5px;
}

#footer {
	width:975px;
	height:50px;
	position: fixed;
	bottom:25px;
	/*z-index:5;*/ 
	background-image: url(/images/bottom_bg.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;		
}

#dailyQuote {
	float: left;
	width: 718px;
	margin-top: 18px;
	text-align: center;
	font-style: italic;
	font-size: .70em;
	color: #666666;
}

#downloadResume {
	width: 240px;
	float: right;
	margin: 15px 0 0 0;
	font-size: 0.95em;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;	
}

#downloadResume a {
	text-decoration: none;
}

#downloadResume img {
	padding: 2px 2px 0 2px;
	border: 0;
}

span#downloadResumeTxt {
	margin-right: 5px;
	vertical-align: top;
}

#footerNav {
	position:absolute;
	bottom: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 718px;
	font-size: .70em;
	color: #fff;
	opacity: 0.7;
	list-style: none;
}

#footerNav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footerNav li img {
	vertical-align: text-top;
	border: 0;
}

/* homepage mini-portfolio positioning */

fieldset#miniPortfolio {
	margin: 25px 0 0 0;
	width: auto;
	border-top: 1px dotted #cccccc;
	border-right: 0;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}

#miniPortfolio legend {
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: .95em;
	text-transform: uppercase;
	color: #0b5681;
	font-weight: bold;
	background-color: #fff;
}

#miniPortfolioScreenOuter {
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 204px;
	background-image: url(/images/minifolio_screen_rt_border.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

#miniPortfolioScreenInner {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 204px;
	background-image: url(/images/minifolio_screen_left_border.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#miniPortfolioScreenInnerInner {
	margin-left: 6px;
	width: 256px;
	height: 189px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #327195;
	border-bottom: 4px solid #dbdbdb;
}
	
#miniPortfolioScreen {
	width: 250px;
	height: 184px;
	margin-right: 14px;
}

.miniPortfolioScreenOff {
	background-image: url(/images/keyboard_bg.jpg);
	background-repeat: repeat;	
	background-attachment: fixed;
	border-top: 2px solid #2b6180;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 2px solid #2b6180;
	/* CSS3 only accepts the border-radius property 
	-moz-border-radius-bottomright: 6px; /* Firefox 
	-webkit-border-bottom-right-radius: 6px; /* Safari */
}

.miniPortfolioScreenOn {
	background-image: url(/images/keyboard_bg.jpg);
	background-repeat: repeat;	
	background-attachment: fixed;
	border-top: 2px solid #dbdbdb;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 2px solid #dbdbdb;
}

/* hack to remove screwy underline beneath mini portfolio screens */
.miniPortfolioThumbs a:link, a:visited, a:hover, a:active, .miniPortfolioThumbsColumn2 a:link, a:visited, a:hover, a:active, .portfolioThumbs a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.miniPortfolioThumbs img, .miniPortfolioThumbsColumn2 img {
	border: 0;	
}
	
div#miniPortfolioThumbsDiv {
	margin: 6px 55px 0 0;
	float: right;
}

.miniPortfolioThumbs {
	float: left;
}

.miniPortfolioThumbsColumn2 {
	float: right;
}

.miniPortfolioThumbs, .miniPortfolioThumbsColumn2 {	
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.miniPortfolioThumbs li, .miniPortfolioThumbsColumn2 li {
	padding: 5px 0 0 5px;
	position: relative;
    width: 142px;
	height: 92px;
}

.miniPortfolioThumbs a span, .miniPortfolioThumbsColumn2 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 142px;
	height: 92px;
	overflow: hidden;
	background-image: url(/images/minifolio_thumb_bg.png);
	background-position: top;
}

.miniPortfolioThumbs a span span, .miniPortfolioThumbsColumn2 a span span {
	text-indent: 19px;
	line-height: 159px;
	text-decoration: none;
	font-size: 0.85em;
	color: #fff;
	/* CSS3 only accepts the opacity property */
	opacity: 0.7;
}

.miniPortfolioThumbs a:hover span, .miniPortfolioThumbsColumn2 a:hover span {
	text-decoration: none;
	background-position: bottom;
	color: #fff;
	/* CSS3 only accepts the opacity property */
	opacity: 1;
}

a.viewPortfolio {
	margin-top: 3px;
	float: right;
}

a.viewPortfolio:link, a.viewPortfolio:visited {
	color: #327195;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
}

a.viewPortfolio:hover, a.viewPortfolio:active {
	color: #ff9900;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
}

/* end homepage mini-portfolio positioning */

/* portfolio page mini-screens */

ul.portfolioThumbs {
	margin: 15px 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

.portfolioThumbs li {
	display: inline-block;
	margin: 0;
	padding: 5px 5px 0 5px;
	position: relative;
    width: 142px;
	height: 92px;
}

.portfolioThumbs img {
	border: 0;
}

.portfolioThumbs a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 142px;
	height: 92px;
	overflow: hidden;
	background-image: url(/images/folio_thumb_bg.png);
	background-position: 0 0;
	cursor: pointer;
}

.portfolioThumbs a span span {
	text-indent: 19px;
	line-height: 159px;
	text-decoration: none;
	font-size: 0.85em;
	color: #fff;
	/* CSS3 only accepts the opacity property */
	opacity: 0.7;
	text-transform: capitalize;
}

.portfolioThumbs a:hover span {
	text-decoration: none;
	background-position: 0 92px;
	color: #fff;
	/* CSS3 only accepts the opacity property */
	opacity: 1;
}

/* submitted form results */
td.column1 {
	text-align: right;	
}

td.column2 {
	text-indent: 4px;	
}

/* blog styles */

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #327195;
}

/* favorite quotes */

#content .quotation {
	border-bottom: 1px solid #ccc;
	padding: 8px 0 0 0;
	margin: 0;
}

#content .quotation q {
	margin-bottom: 3px;
}

#content .quotation p {
	margin-left: 12px;
	font-size: 8pt;
	font-style: italic;
}
