@charset "utf-8";
/* CSS Document */

/*Layout*/

body {
	background:url(images/page_background.png) center repeat-y;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	
}

#wrapper {
	position:relative;
	top:0px;
	margin:0px;
	width:100%;
	background:url(images/top_background.png) top center no-repeat;
}

#header {
	position:relative;
	top:0px;
	left:-1px;
	margin: 0 auto;
	background-image:url(images/header_background.png);
	width:960px;
	height:223px;
}


#contentwrapper {
	position:relative;
	top:0px;
	left:1px;
	margin: 0 auto;
	background-image:url(images/content_wrapper_back.png);
	width:960px;
	min-height:400px;	
}

#content {
	position:relative;
	top:0px;
	min-height:200px;
	left:100px;
	width:540px;
	background:#649CD4;
	
}

.left {
	position:relative;
	float:left;
	width:250px;
}

.right {
	position:relative;
	padding-left:5px;
	float:right;
	width:250px;
}

#sidebar {
	position:absolute;
	background:url(images/sidebar_color.png);
	top:0px;
	left:659px;
	width:223px;
	padding:10px 10px 0px 40px;
}

#sidebarbottom {
	position:absolute;
	background:url(images/sidebar_bottom.png);
	bottom:-97px;
	left:0px;
	width:273px;
	height:97px;
}

#footer_wrapper {
	position:relative;
	margin:0px;
	top:0px;
	height: 359px;
	width:100%;
	min-width:960px;
	background-image:url(images/footer_background.png);
	background-position:center;
	
}

#footer {
	position:relative;
	top:0px;
	left:-3px;
	margin: 0 auto;
	width:960px;
	height:359px;
	background-image: url(images/footer.png);
}

.level {
	clear:both;
	margin-bottom:30px;
}

#robot {
	position:absolute;
	height:200px;
	width:150px;
	left: 704px;
	top: 9px;
}

#blurb {
	position:absolute;
	width:400px;
	height:120px;
	left: 350px;
	top: 30px;
	font-family: verdana,sans-serif;
	color: #4C76A1;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2.4pt;
	line-height: 0.8;
}



#flickr, #del , #twitter {
	position:absolute;
	width:260px;
	height:100px;
	padding:5px;
	top:85px;	
	background:#fff;	
	border-bottom:5px solid #DFDFDF;
	border-right:5px solid #AFAFAF;	
}

#twitter {
	left:17px;
}

#del {
	left:334px;
}

#flickr {
	left:654px;
}

.indent {
	padding-left:40px;
}
.leftalign {
	float:left;
}
/*nav*/

a#home, a#portfolio, a#about, a#contact, a#uni {
	position:absolute;
	display:block;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-position:0 -100px;
	height:52px;
	outline:none;
	border:none;
}


a#home {
	width:93px;
	left: 260px;
	top: 134px;
	background-image:url(images/nav/home_active.png);
}

a#home:hover {
	background-position:0 0;
}


a#portfolio {
	width:73px;
	left: 353px;
	top: 137px;
	background-image:url(images/nav/portfolio_active.png);
}

a#portfolio:hover {
	background-position:0 0;
	
}

a#about {
	width:73px;
	left: 426px;
	top: 142px;
	background-image:url(images/nav/about_active.png);
}

a#about:hover {
	background-position:0 0;
	
}

a#contact {
	width:73px;
	left: 498px;
	top: 144px;
	background-image:url(images/nav/contact_active.png);
}

a#contact:hover {
	background-position:0 0;
	
}

a#uni {
	width:73px;
	left: 570px;
	top: 148px;
	background-image:url(images/nav/uni_active.png);
}

a#uni:hover {
	background-position:0 0;
	
}
	
	
/*Typography*/

#content p, #sidebar p {
	font-family:Verdana, Geneva, sans-serif;
	color: #2D475F;
	letter-spacing: 0.2pt;
	line-height: 1.4;
	clear:left;
}


p.small {
	font-size:12px;
}

#sidebar p.quote {
	font-family: georgia,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #4C76A1;
}

#sidebar span.author {
	color: #DFEFFF;
}

#footer h3 {
	border:none;
	margin:none;
	color:#000;
}


/*links*/
#content p a, #sidebar p a, ul a  {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding-right:13px;
}

#content p a:hover, #sidebar p a:hover, ul a:hover  {
	color:#B4DCFF;
	font-weight:bold;
	padding-right:13px;
	background:url(images/pa_link.png) no-repeat right 3px;
	border-bottom:1px dashed;
}

#content p a:visited, #sidebar p a:visited, ul a:visited  {
	font-weight:bold;
	color:#F1E8C8;
}

p.dark{
	 font-weight:bold; 
	 font-size:14px;
 }

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
	color:inherit;
}

h1 a{
	color:#F1D980;
}

h1 a:hover{
	color:#F1E7C5;
}

h2 a:hover {
	color:#FFF;
}

#footer {
	font-family:verdana;
	font-size:10px;
	color:#4F4F4F;
}

#footer a {
	text-decoration:none;
	color:#EF5A00;
}

#footer a:hover {
	color:#8B3400;
}

#footer a:visited {
	color:#8B3400;
}


/*images*/


div.preview {
	width:230px;
	padding:5px;
	background-color:#17497A;
	border-left:2px solid #5B90BC;
	border-bottom:2px solid #5B90BC;
	text-align:center;
	margin-top:15px;
}

div.preview a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#FFF;
}
div.preview a img {
	border:none;
}
/*Headers*/

h1,h2,h3,h4 {
	font-family:Georgia,serif;
	font-weight:bold;
	margin:0;
}

h1 {
	letter-spacing:-1px;
	color:#F9F4F2;
	font-size:21px;
}

h1#latest {
	background-image:url(images/h1_back.png);
	background-repeat:no-repeat;
	height:28px;
	padding: 38px 0 5px 85px;
	margin-top:0px;
}

h1#h1portfolio {
	background-image:url(images/h1_portfolio.png);
	background-repeat:no-repeat;
	height:28px;
	padding: 38px 0 5px 85px;
	margin-top:0px;
}

h1#h1uni {
	background-image:url(images/h1_uni.png);
	background-repeat:no-repeat;
	height:28px;
	padding: 38px 0 5px 85px;
	margin-top:0px;
}

h1#h1contact {
	background-image:url(images/h1_contact.png);
	background-repeat:no-repeat;
	height:28px;
	padding: 38px 0 5px 85px;
	margin-top:0px;
}

h1#toolbox {
	background-image:url(images/h1_toolbox.png);
	background-repeat:no-repeat;
	height:26px;
	padding: 35px 0 5px 90px;
}


h1#h1who {
	background-image:url(images/h1_who.png);
	background-repeat:no-repeat;
	height:35px;
	padding: 50px 0 5px 90px;
	margin-top:-5px
}

h2.h2_ribbon {
	letter-spacing:-.01em;
	color:#487393;
	font-size:14px;
	background-image:url(images/h2_back.png);
	background-repeat:no-repeat;
	height:21px;
	padding: 13px 0 5px 50px;
}

h3, h4 {
	color:#D4F1FF;
	border-bottom:2px solid #0572A8;
	border-left:2px solid #0572A8;
	padding-left:3px;
	margin-top:30px;
	margin-left:15px;
	font-size:14px;
}

/*Extras*/

.inline {
	display:inline;
}

#twitter_update_list {
	list-style:none;
	margin:0;
	padding:0;
}

#twitter_update_list li{
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#grid {
	list-style:none;
	display:inline;
	margin:0 auto;
}


#grid li {
	display:inline;
	margin:14px;
	float:left;
	padding:5px;
	background-color:#17497A;
	border-left:2px solid #5B90BC;
	border-bottom:2px solid #5B90BC;
}

#grid li a img{
	text-decoration:none;
	border:none;
}

#grid li a {
	padding:0;
}

.center {
	margin:0 auto;
}

ul {
	font-family:Verdana, Geneva, sans-serif;
}
/*Flickr*/
#flickr_badge_uber_wrapper {text-align:center; width:260px;}
			#flickr_badge_wrapper {padding:0;}
			.flickr_badge_image {margin:0;}
			.flickr_badge_image img {border: none !important;
			background:#000;
			display:inline; 
			float:left; 
			padding:2px; 
			margin:3px;
			}
			
			#flickr_badge_source {text-align:left; margin:0;}
			#flickr_badge_icon {float:left; margin-right:5px;}
			#flickr_www {display:block; padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
			#flickr_badge_uber_wrapper a:hover,
			#flickr_badge_uber_wrapper a:link,
			#flickr_badge_uber_wrapper a:active,
			#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#FF9900;}
			#flickr_badge_wrapper {}
			#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}