@charset "utf-8";
/* CSS Document */

body {
	background: transparent url(images/background.jpg) top left repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

img {
	border: 0;
}

a {
	color: #73bfe6;
	text-decoration: none;
}

a:hover {
	color: #32a9e6;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #32a9e6;
	border-bottom: 1px solid #e0f2fb;
	margin: 0 0 20px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #32a9e6;
	margin: 20px 0 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #32a9e6;
	margin: 20px 0 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #73bfe6;
	margin: 20px 0 0;
}

p, ul {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

ul {
	padding-left: 15px;
}

li {
	margin-bottom: 5px;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	min-height: 1px;
}





/* Base Layout Elements */

#wrapper {
	width: 800px;
	margin: 100px auto 15px;
}

#content {
	background: transparent url(images/content-bg.png) top center repeat-y;
	padding: 0 45px;
}

#nav {
	float: right;
}

#nav a {
	font-size: 16px;
	padding: 2px 6px 2px 22px;
}

#nav a.portfolio {
	background: transparent url(images/icon-portfolio.png) 2px 3px no-repeat;
}

#nav a.resume {
	background: transparent url(images/icon-resume.png) 2px 3px no-repeat;
}

#nav a.contact {
	background: transparent url(images/icon-contact.png) 2px 4px no-repeat;
}

#content .clearAll {
	background: #FFF;
}

#footer {
	min-height: 85px;
	background: transparent url(images/footer-bg.png) top left repeat-x;
}

#footer-inner {
	padding-top: 30px;
	color: #FFF;
	margin: 0 auto;
	width: 770px;
	font-size: 11px;
}

#footer-inner p {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
}

#footer-inner a {
	color: #FFF;
	display: block;
	padding: 2px 6px;
	background-color: transparent;
}

#footer-inner a:hover {
	background-color: #FFF;
	color: #c7c1a1;
}

#tooltip {
	display:none;
	background:transparent url(images/tooltip-bg.png);
	font-size:12px;
	height:80px;
	width:170px;
	padding:30px 25px;
	color:#32A9E6;
	text-align: center;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:10px solid #FFF; 
	padding: 1px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-25px; 
    top:-25px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}




/* Portfolio Page */

.portfolio-left {
	float: left;
	width: 400px;
}

.portfolio-left-inner {
	background: transparent url(images/portfolio-bg.png) top center repeat-y;
	padding: 5px 15px;
}

.portfolio-left-inner a.screen {
	color: #FFF;
	display: block;
	padding: 5px;
	background: #FFF;
	float: left;
	margin: 0 20px 20px 0;
}

.portfolio-left-inner a.screen.last {
	margin: 0 0 20px 260px;
	float: none;
}

.portfolio-left-inner a.screen:hover {
	background: #73bfe6;
}

.portfolio-left-inner a.pageLink {
	clear: both;
	display: block;
	width: 370px;
	background: #FFF;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #32a9e6;
}

.portfolio-left-inner a.pageLink:hover {
	background: #32a9e6;
	color: #FFF;
}

#portfolio-slideshow-nav {
	float: left;
	width: 370px;
	padding: 5px 15px 15px;
	background: transparent url(images/portfolio-bg.png) top center repeat-y;
}

#portfolio-slideshow-nav div {
	background: #FFF;
	padding: 5px 10px;
}

#portfolio-slideshow-nav div a {
	background: transparent url(images/icon-previous.png) 0 4px no-repeat;
	padding: 0 0 0 15px;
}

#portfolio-slideshow-nav div a.right {
	background: transparent url(images/icon-next.png) right 4px no-repeat;
	padding: 0 15px 0 0;
}

.portfolio-right {
	margin-left: 430px;
	padding-top: 47px;
} 



/* Resume Page */

#content.resume {
	background-image: url(images/content-bg-resume.png);
	padding-bottom: 1px;
}

#resume-right {
	float: right;
	width: 230px;
	margin-top: 30px;
	clear: right;
	padding: 10px 20px;
	background: transparent url(images/resume-right-background.jpg) top left no-repeat;
}

#resume-left {
	width: 420px;
}

.profile {
	float: right;
	margin: 0 0 15px 15px;
}

#resume-right h2 {
	margin-top: 0;
	color: #FFF;
}

#resume-right p {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}

#resume-right .topcap {
	margin: -10px -20px 10px;
}

#resume-right .btmcap {
	margin: 0 -20px -10px;
}



/* Contact Page */

#content.contact {
	background-image: url(images/content-bg-resume.png);
	padding-bottom: 1px;
}

#contact-right {
	float: right;
	width: 230px;
	margin-top: 30px;
	clear: right;
	padding: 10px 20px;
	background: transparent url(images/resume-right-background.jpg) top left no-repeat;
}

#contact-right p, #contact-right h2 {
	color: #FFF;
}

#contact-right h2.firstheading {
	margin-top: 3px;
}

#contact-left {
	width: 420px;
}

#contact-left label {
	font-size: 16px;
	font-weight: normal;
	color: #73bfe6;
	margin: 10px 0 3px;
}

#contact-left input, #contact-left textarea {
	margin-bottom: 10px;
	background:#FFFFFF url(images/fm-text-bg.gif) no-repeat scroll left top;
	border-color:#858585 #C1C1C1 #E2E2E2 #858585;
	border-style:solid;
	border-width:1px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#contact-left textarea {
	font-size: 12px;
}

#contact-left input.submit {
	border: 0;
	background: #32a9e6;
	color: #FFF;
	margin-top: 10px;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact-left input.submit:hover {
	background: #73bfe6;
}

#contact-right .topcap {
	margin: -10px -20px 0;
}

#contact-right .btmcap {
	margin: 0 -20px -10px;
}