/* ====================================================

Title: smartphone-portrait.css

Date created: November 15, 2010
Author: Ally Noormohamed (anom.ca)

==================================================== */

/* --------------------------------------------------*/
/* =page structure and main styles
   --------------------------------------------------*/
    
.main-wrapper{
	width: 320px;
}
.left-col,
.right-col,
.footer,
.service,
.affiliations,
.awards-and-grants{
	float: none;
	width: 320px;
}
figure{
	display: none;	
}

/* =left column */

.left-col header,
.home .left-col header{
	width: 308px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 10px;
	background-image: none;
	/*border: 1px solid white;*/
}
.home .left-col header img{
	display: none;
}
.home .left-col header p{
	margin: 0 0 0 24px;
	padding: 90px 0 0 0;
	width: 248px;
	/*border: 1px solid white;*/
}
nav{
	clear: both;
	text-align: center;	
	margin: 0;
	padding: 0;
}
nav ul{
	margin-left: 0;	
}
nav ul li{
	display: inline;	
}

/* =right column */

.right-col header h2{
	margin: 30px 0 10px 10px;
	padding: 0;
}
.home .right-col header{
	display: none;
}
.main-content{
	margin: 0;
	padding: 10px;
}
.main-content .more{
	display: none;	
}
.publications .main-content ul{
	padding-left: 0;
	margin-top: 20px;
}
.publications .main-content ul{
	list-style-type: none;
}
.publications .main-content ul li{
	margin-bottom: 45px;
	list-style-type: none;
}
.publications .main-content ul li strong{
	float: none;
	display: block;
	width: 100%;
}
.publications .main-content ul li em{
	float: none;
	display: block;
	width: 100%;
}
.contact .map{
	width: 300px;
	margin: 0 0 60px 0;
	border: 1px solid #ffffff;
}

/* --------------------------------------------------*/
/* =typography
   --------------------------------------------------*/

body{
	font-family: 'verdana', tahoma, sans-serif;
	font-size: 100%;
}

/* =left column */

.left-col header p{
	font-size: 0.71875em; /* 11.5px / 16px */
}
.home .left-col header,
.left-col header h1{ /* all "inner pages" */
	background: rgb(61,88,22) url('../images/bg-title-sprite.gif') no-repeat 5px -805px;
}
.left-col header h1{ /* all "inner pages" */
	text-indent: -9999px;
}
.home .left-col header p{
	text-align: left;
	font-size: 0.9375em; /* 15pt / 16pt */
	line-height: 1.3em;
}

/* =right column */

.about .right-col header h2,
.publications .right-col header h2,
.travels .right-col header h2,
.contact .right-col header h2{
	background: none;
	text-indent: 0px;
	color: #ffffff;
	font-size: 2.2em;
	text-transform: uppercase;
}
.publications .main-content ul li strong{
	font-weight: normal;
}