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

body{
	background:url(../images/bg2.png) repeat center;
	color:#666;
	-webkit-text-size-adjust: 100%;
	
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2011 09:36:48 PM America/New_York */
/* League Gothic */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/League_Gothic-webfont.woff') format('woff'),
        url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('../fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LaneNarrowRegular';
    src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('eot'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#webfontMAZXZguX') format('svg');
    font-weight: normal;
    font-style: normal;
}
#page{
	width:960px;
	margin:0 auto;
}

/* ----anchor---- */
a, a:link{
	color:#6db0da;
	text-decoration:none;
}
a:hover, a:active{
	color:#6db0da;
	text-decoration:underline;
}


/* ----headers---- */
h1,h2, h3{
	/*background:url(../images/nav_bg.png) no-repeat bottom center;*/
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#575757;
	margin-bottom:20px;
}
h2{
	font-size:72px;
	line-height:80px;
}
h3{
	font-size:40px;
	line-height:45px;
}
h4{
	font-size:16px;
	line-height:20px;
	color:#575757;
	margin-bottom:20px;
	
}
p{
	
	line-height:20px;
	margin-bottom:20px;
}

/* ----aside---- */
aside{
	float:left;
	width:260px;
	position:fixed;
	padding-top:10px;
	height:100%;
	background:url(../images/separator2.gif) repeat-y top right;
}
	

#usm{position: absolute;
bottom: 25px;
right: 51px;
}

/* ----nav---- */
nav{
	text-align:center;
	margin-bottom:20px;
}

nav .logo{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:43px;
	text-transform:uppercase;
	text-align:center;
	color:#78538b;
	text-decoration:none;
	margin:20px 0;
	display:block;
	font-weight:normal;
	color:#78538b;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
}
nav .logo span{
	font-size:15px;
	display:block;
	background:url(../images/a_portfolio_bg.png) no-repeat center .2em;
	color:#8d7aa4;
	font-weight:normal;
}

nav ul{
	/*background:url(../images/nav_bg.png) no-repeat bottom center;*/
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-top:30px;
	background:url(../images/nav_bg.png) no-repeat top center;
	text-transform:uppercase;
}
nav ul li{
	position:relative;
	margin-top:-7px;
}
nav ul li a, nav ul li a:link{
	color:#856197;
	text-decoration:none;
	padding:10px 0 10px 0;
	display:block;
	text-shadow: #fff 0px 1px 0px;
}
nav ul li a:hover{
	text-decoration:none;
	color:#745484;
}
nav ul li.active{
	background:url(../images/nav_active.png) no-repeat 26px .1em;
}
nav ul li.active a{
	color:#fff;
	text-shadow: #2b0d09 0px 1px 0px;
}
nav .bg_bottom{
	background:url(../images/nav_bg.png) no-repeat bottom center;
	height:30px;
	
}


nav ul li li.active a {
color: black;
text-shadow: #2B0D09 0px 1px 0px;
}


nav li ul{

margin:0px;
padding:0px;
display:none;

}
nav li.active ul {

display:block;
background:none;
	color:red;
	text-decoration:none;
	padding:10px 0 10px 0;
	display:block;
	text-shadow: #fff 0px 1px 0px;

}
nav li.active ul a {
    font-size:20px;
	color:#856197;
	text-decoration:none;
	padding:10px 0 10px 0;
	display:block;
	text-shadow: #fff 0px 1px 0px;

}
nav li.active ul a:hover {
	text-decoration:none;
	color:#745484;

}
nav ul li.active ul li.on a{
	background-color: black;
	text-shadow: #2b0d09 0px 1px 0px;
}



#main-content{
	float:right;
	width:670px;

}

/* ----ps_container---- */
.ps_container{
	
	width:656px;
	height:340px;
	margin:20px auto 80px auto;
	position:relative;
	background-color: rgba(255,255,255,0.3);
   
    
 	border-radius:7px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-box-shadow: 0px 10x 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 0px 0px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
	
}
.ps_image_wrapper{

	overflow:hidden;
	position:relative;
	margin:10px 10px 10px 10px;
	float: left;
	
	
}
.ps_image_wrapper img{
	position:relative;
	width:200px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}


/* ----sections---- */

#about, #postgraduate, #research, #contact{
	position:relative;
	margin-bottom:500px;
	float:left;
	width:100%;
	padding-top:15px;
}
#top{
	margin-bottom:0px;
}
#work, #about, #contact, .columns, .intro-text{
	padding:10px;
}


/* ----divider---- */
.divider {
	text-align:center;
}
.divider h2{
	background:url(../images/separator.gif) repeat-x bottom left;
	/*padding-bottom:40px;*/
	margin-bottom:20px;
}
#main-content section .intro-text h2{
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	
}
 .intro-text .contact-me{
	 font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	background:url(../images/button.gif) no-repeat;
	margin:-28px 0 0 200px;
	position:relative;
	font-size:20px;
	height:42px;
	width:237px;
	text-align:center;
	text-transform:uppercase;
} 
.intro-text .contact-me a{
	padding:10px 40px;
	text-decoration:none;
	color:#fff;
	display:block;
	text-shadow: #b04d35 1px -1px 0px;
	
}

/* ----columns---- */
.columns{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.two-column{
	width:320px;
	float:left;
	margin-bottom:20px;
	
}
.two-column li{

	margin-bottom:5px;
}
.three-column{
	width:200px;
	float:left;
	margin-right:30px;
}
.four-column{
	width:200px;
	float:left;
	margin-right:30px;
}

.last{
	margin-right:0px;
}
.c2{
	float:Right;
}
.c3{
	margin-right:0px;
}
.c4{
	width:100%;
}
/* ----figure---- */
figure{
	
	-moz-box-shadow:0px 0px 5px #dfdfdf;
	-o-box-shadow:0px 0px 5px #dfdfdf;
	-webkit-box-shadow:0px 0px 5px #dfdfdf;
	box-shadow:0px 0px 5px #dfdfdf;
	padding:4px;
	background:#fff;
	float:left;
	border:1px solid #d6d6d6;
	margin:10px;

	position:relative;
}
figure img{
	float:left;
}
figure figcaption{
	position:absolute;
	bottom:0px;
	margin-bottom:-5px;
	width:170px;
}

figure figcaption a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
figure figcaption a:hover{
	text-decoration:none;
	color:#343434;
}
figure figcaption a span{
	display:none;
	position:absolute;
}
figure figcaption a:hover span{
	display:inline;
}

/* ----margin---- */
.marginLeft{
	margin-left:30px;
}
.marginRight{
	margin-right:30px;
}

/* ----float---- */
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}


/* ----list---- */
.list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.list li{
	display:inline;
	margin-right:44px;
	float:left;
	margin-bottom:17px;
}
.list li.last{
	margin-right:0px;
}

/* ----nerdy skills---- */
.skills{
	padding:0; 
	margin:0;
	position:relative;
}
.skills li{
	padding:10px;
	border-bottom:3px solid #d5e7f3;
	list-style:none;
	font-weight:normal;
	color:#575757;
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:20px;
	
}
.skills li span{
	position:absolute;
	right:0;
	font-weight:normal;
	text-align: right;
	width:200px;
	color: #8C8C8C;
}
/*.bar_100, .bar_90, .bar_80, .bar_70, .bar_60, .bar_50, .bar_40, .bar_30, .bar_20, .bar_10{
	background:url(../images/bar_graph.gif) repeat-x right .3em;
	height:20px;
}
.bar_100{ width:300px; }
.bar_90{ width:270px; }
.bar_80{ width:240px; }
.bar_70{ width:210px; }
.bar_60{ width:180px; }
.bar_50{ width:150px; }
.bar_40{ width:120px; }
.bar_30{ width:90px; }
.bar_20{ width:60px; }
.bar_10{ width:30px; }*/
.skills li .percent{
	position:absolute;
	left:0px;
}

/* ----grants---- */
.grants{
	
	position:relative;
}

.grants ul li{
	
	
	list-style:none;
	font-weight:normal;

	
	
}
.grants ul{
	
	margin: 0px;
    padding-bottom: 10px;
	font-weight:normal;
	
}
.grants li span{
	position:absolute;
	left:100px;
	font-weight:normal;
	text-align: left;
	width:550px;
	/* color: #8C8C8C; */
}

/* ----form---- */
form {
	margin-bottom:40px;
	float:left;
	width:100%;
}

#contact .columns {
	margin-bottom:0px;
}
form input, form textarea{
	padding:15px 15px;
	font-size:18px;
	border:none;
    border: solid 1px #E5E5E5;    
    background: #FFFFFF url(../images/input_bg.gif) left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 5, from(#f9f9f9), color-stop(4%, #EEEEEE), to(#f9f9f9));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 50px);  
    box-shadow: white 0px 1px 0px;  
    -moz-box-shadow: white 0px 1px 0px;  
    -webkit-box-shadow: white 0px 1px 0px;




}
#name, #email, #url, #message{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575757;
}
#name, #email, #url{
	width:400px;
}
#message{
	width:90%;
}
form  .button{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);
	width: 237px;
	height: 47px;
	background:#d3d3d3;
	border: 0;
	text-transform:uppercase;
	font-family:"LaneNarrowRegular",Arial, Helvetica, sans-serif;
	font-weight: bold ;
	color:#515151;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;

	color: #515151;

	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}
form  .button:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

/* ----copyright---- */
.copyright{
	margin-top:100px;
	padding-top:10px;
	float:left;
	width:100%;
	background:url(../images/line_border.gif) repeat-x;
}
.copyright small{
	font-size:11px;
	font-weight: bold;
	color:#b5b5b5;
}
.copyright a{
	color:#b5b5b5;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.copyright a:hover{
	color:#616161;
	text-decoration:underline;
}
#main-content li {
margin: 5px !important;
line-height: 20px;}


.columns ol li {
margin-bottom: 20px;}

form input.error {
  /* padding: 0px; */
  background:#ccc;
}

.error {
  color: #dc0000;
  font-size: 16px;
  padding-left: 5px; 
}

#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
  color: #08a300;
}
#response .failure {
  color: #dc0000;
}

.journals li {
	padding-bottom: 15px;
}

.intro-content{
    text-align: center;
	width:100%;
	padding-top: 50px;
}
#main-content section .intro-content h2{
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
	
}
#main-content section .intro-content h1{
	font-family:"LeagueGothicRegular", Arial, Helvetica, sans-serif;
	font-size:75px;
	line-height:20px;
	padding-bottom:30px;
	color:#000;
	
}






