/*

Theme Name: Vanilla Portfolio
Description: Easy to get online, easy to update. Clean and simple, to showcase you and your work.
Author: Neal Ellis
Author URI: http://www.lostintheplot.com/
Version: 1.0

*/

/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 1em 0em 2em 0em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76.3%;
	min-width: 820px;
    background-color: #1b3959;
    text-align: center;
}

html>body {
	text-align: left;
}

/* STRUCTURE */

.width {
	display: block;
	width: 800px;
	margin: auto;
	clear: both;
	text-align: left;
}

.header .width {
	background-image: url(_lib/img/dave_humph_animator.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 200px;
}


.navigation {
	margin: 0em 0em 4em 0em;
}

.nav {
	margin: 10px 0px 10px 0px;
}

.content {
}

.footer {
	margin: 1em 0em 1em 0em;
	text-align: center;
}

.thumbgrid .width {
	width: 820px;
	padding: 0px 0px 0px 10px;
}

html>body .thumbgrid .width {
	width: 810px;
	padding: 0px 0px 0px 10px;
}

.width .secondnav {
	display: block;
	background-color: #cfe5fe; /* */
	padding: 5px 0px 5px 0px;
	margin: 0em 0em 1em 0em;
}
	
	
	


/* COLUMNS */

.column_left {
	display: block;
	float: left;
}

.column_right {
	display: block;
	float: right;
}

.content .column_right {
	width: 260px;
}	

.colorcolumn {
	display: block;
	background-color: #cfe5fe; /* */
	padding: 20px;
	color: #999999;
}

.content .column_left .colorcolumn {
	width: 530px;
	padding: 20px 0px 20px 0px;
	background-color: #162535; /*  two */
}

.content .column_left .paper {
	display: block;
	background-color: #cfe5fe; /* */
	padding: 20px;
	color: #999999;
	width: 490px;
}

.content .column_right .colorcolumn {
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}

.content .column_right .colorcolumn h3 {
	margin: 1em 0em 1em 0em;
}


/* TYPOGRAPHY */

p {
	margin: 1em 0em 1em;
	line-height: 1.4em;
        color: #333333;
}


.footer  {
	font-size: 0.9em;
}


.imagecaption_large {
	display: block;
	background-color: #cfe5fe; /* */
	padding: 5px 0px 6px 7px;
	font-size: 0.9em;
	bottom: 0;
	position: absolute;
	width: 523px;
}

.imagecaption_thumb {
	display: block;
	background-color: #cfe5fe; /* */
	padding: 5px 0px 6px 7px;
	font-size: 0.9em;
	bottom: 0;
	position: absolute;
	width: 253px;
}

.imagecaption_large p, .imagecaption_large p {
        margin: 0em;
        line-height: 0em;
}

h1 {
	display: none;
}

h2 {
	margin: 0px 0px 10px 0px;
	color: #666666;
}

h3 {
	border-bottom: 1px solid #999999;
	padding: 0px 0px 4px 0px;
        color: #1b3959;
}

.colorcolumn ul li strong {
	color: #666666;
}

.paper ul li span {
	display: block;
	float: right;
	text-align: right;
}	

.paper {
	line-height: 1.4em;
}

.paper ul li {
	color: #666666;
}

.paper ul li strong {
	color: #333333;
}

.paper ul li em, .paper ul li span {
	color: #999999;
	
}

.footer p {
        color: #666666;
}

.colorcolumn p {
       margin: 0px;
 }


/* LISTS */

ul li {
	list-style: none;
}

.navigation ul li {
	float: left;
}

.footer ul li {
	display: inline;
}

.colorcolumn ul li {
	margin: 0px 0px 10px 0px;
}

.paper ul {
	width: 430px;
	margin: 10px 0px 10px 30px;
}

.paper ul li {
	margin: 10px 0px 0px 0px;
}


.secondnav ul li {
	display: inline;
	padding: 5px;
}



/* LINKS */

a {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #FF9933;
}

.nav a:hover {
	border: none;
}

h1 a, h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: none;
}

.navigation ul li a {
	padding: 3px 5px 3px 5px;
	font-size: 1.2em;
}


.navigation ul li a:hover {
	background-color: #FF9933;
	color: #FFFFFF;
	border-bottom: none;
}	

.navigation ul li.selected a {
	background-color: #FF9933;
	color: #FFFFFF;
}

.secondnav ul li a {
	padding: 5px 0px 0px 0px;
	color: #333333;
}

.secondnav ul li a:hover, .secondnav ul li.selected a {
	color: #FF9933;
	border: none;
}



.footer ul li a {
	margin: 0px 3px 0px 3px;
}

.largewithcaption a, .thumbwithcaption a {
	display: block;
	height: 100%;
	color: #666666;
}	

.largewithcaption a:hover, .thumbwithcaption a:hover {
	border: none;
	color: #000;

}	

p.plain a {
	color: #999999;
}

p.plain a:hover {
	color: #FF9933;
	border: none;
}

.colorcolumn ul li a {
        background-color: #FF9933;
        padding: 3px 4px 3px 4px;
        color: #fff;
        
}

.colorcolumn ul li a:hover {
        color: #1b3959;
        border: none;
}




/* MEDIA */


.content .column_right img {
	margin: 0em 0em 0.9em 0em;
}

.largewithcaption {
	display: block;
	position: relative;
	height: 440px; 
	width: 530px;
}

.thumbwithcaption {
	display: block;
	position: relative;
	height: 140px; 
	width: 260px;
	margin: 0px 0px 10px 0px;
}

.portraitwithcaption {
	display: block;
	position: relative; 
	width: 260px;
	height: 210px;
	margin: 0px 0px 10px 0px;
}

.thumbgrid .thumbwithcaption {
	float: left;
	margin: 0px 10px 10px 0px;
}

.quicktime {
	display: block;
	margin: auto;
}



/* MISC*/

.clearer {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}	




/* */


.nav ul li {
	list-style: none;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0px 0px 10px 0px;
}

.nav ul li a {
	display: block;
	text-decoration: none;
	height: 18px;
}


ul li span {
	visibility: hidden;
}

.nav ul li.btnhome {
	background-image: url(_lib/img/btn_home_up.gif);
	background-repeat: no-repeat;
	width: 80px;
}

.nav ul li.btnhome:hover {
	background-image: url(_lib/img/btn_home_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnhome_on {
	background-image: url(_lib/img/btn_home_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnreel {
	background-image: url(_lib/img/btn_reel_up.gif);
	background-repeat: no-repeat;
	width: 70px;
}

.nav ul li.btnreel:hover {
	background-image: url(_lib/img/btn_reel_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnreel_on {
	background-image: url(_lib/img/btn_reel_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btngallery {
	background-image: url(_lib/img/btn_gallery_up.gif);
	background-repeat: no-repeat;
}

.nav ul li.btngallery:hover {
	background-image: url(_lib/img/btn_gallery_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btngallery_on {
	background-image: url(_lib/img/btn_gallery_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnresume {
	background-image: url(_lib/img/btn_resume_up.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnresume:hover {
	background-image: url(_lib/img/btn_resume_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btnresume_on {
	background-image: url(_lib/img/btn_resume_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btncontact {
	background-image: url(_lib/img/btn_contact_up.gif);
	background-repeat: no-repeat;
}

.nav ul li.btncontact:hover {
	background-image: url(_lib/img/btn_contact_orange.gif);
	background-repeat: no-repeat;
}

.nav ul li.btncontact_on {
	background-image: url(_lib/img/btn_contact_orange.gif);
	background-repeat: no-repeat;
}


/* */

a img {
	border: none;
}