/*
Title:  	Master styles for screen media
Author:  	rachel@rachelparten.com
*/


/* Reset styles
--------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Main styles
----------------------------------------------*/
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 70%;
	background: #fff;
	}
	
a {
	font-weight: normal;
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #999;
	}
	
a:hover, a:visited {
	color: #333;
	}

#main p a {
	color: #999;
	}
#contact h1 {
	color: #666;
	margin-top: 10px;
	}
#main .grey {
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding-top: 20px;
	}
#main p a:hover {
	color: #333;
	}

h1, h2, h3 {
	color: #333;
}
	
h1 {
	font-size:1.1em;
	color: #333;
	}

h2 {
	margin-top:1.4em;
	margin-bottom:.75em;
	font-size:1em;
	}
	
h3 {
	font-size: .90em;
	}
	
p	 {
	line-height: 2em;
	}
		
img {
	border: none;
	padding: 0;
	margin: 0;
	}
	
	
	
/* home page styles
----------------------------------------------- */
#backgroundbox {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	border: 0;
	z-index: 1;
	background-attachment: fixed;
	background-image: url(../_images/journey_bg.jpg);
	}

#homeWrapper {
	position: relative;
	width: 95%;
	margin: 0 auto;
	/* 	border: 1px dashed red; *** TMP to see where we are *** */
	text-align: left;
	z-index: 2;
	}
	
.navigation {
	position: relative;
	border-left: 1px solid #000;
	display: block;
	margin: 0px;
	list-style: none inside;
	width: 14em;
	padding: 10px 1em 10px 1em;
	}

.navigation ul{
	position: absolute;
	top: 0px;
	left: 5em;
	margin: 0px;
	width: 10em;
	height: 8em;
	list-style: none inside;
	padding: 10px 1px;
	}


#homeMenu {
	margin: 0px;
	padding: 20px 0px 0px 15px;
	clear: both;
	width: 340px;
	}
	
#homeMenu1 {
	padding: 0px;
	float: left;
	width: 50%;
	margin: auto 0px;
	}
	
#homeMenu2 {
	padding: 0px;
	float: left;
	width: 50%;
	margin: auto 0px;
	}

.navigation li a {
	color: #999;
	font-size: 1.0em;
	}

.navigation li a:hover {
	color: #333;
	}


.navigation li {
	color: #333;
	font-size: 1.2em;
	}



/* page structure
---------------------------------------------------------------------- */

#wrapper {
	width: 825px;
	margin: 40px 0 0 0;
	padding: 0;
	}

#sideColumn {
	padding: 0;
	width: 180px;
	height: 100%;
	float: left;
	position: fixed;
	left: 10px;
	margin: 0px 10px 0px 0px;
	}	

#main {
	margin: 15px 0px 0px 10px;
	padding: 0px;
	float: right;
	width: 620px;
	clear: none;
	}
	
	
/* sideColumn - Logo and Navigation
----------------------------------------------------------------------- */

#logo {
	margin: 0px 0px 20px 10px;
	}


#nav {
	width: 150px;
	margin: 15px 0 10px 0px;
	padding: 0;
	float: left;
	height: 100%;
	}
	
#nav ul{
	margin: 100px 0px 0px 10px;
	list-style: none;
	float: left;
	display: block;
	line-height: 1.6em;
	}
	
#nav ul li {
	position: relative;
	float: left;
	display: block;
	width: 10em;
	}

#nav ul li a:link, #nav ul li a:visited {
	margin: 2px 0 2px 0;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #999;
	}
	
#nav ul li a:hover, #nav ul li a:active{
	font-weight: normal;
	color: #333;
}


#selected {
	font-weight: normal;
	color: #333;
	font-size: 1.2em;
	}




/* footer styles
---------------------------------------------------- */
#footer
 	{
	position:fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	background-color: #CCC;
	clear: both;
	padding: 0;
	margin: 0px auto;
	text-align: center;	
	}
	
#footer-wrapper {
	clear: both;
	width: 100%;
	height: 25px;
	padding: 0;
	background: #ccc;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	}
	
#footer img {
	border-style: none;
	}

#footer a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	padding: 0;
	}

/* list styles for bio/resume and press pages
---------------------------------------------------- */

.nobullet {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin: 1px 0px;
	line-height: 2em;
	}
	
.nobullet ul li {
	position: relative;
	}
	
.nobullet ul li a {
	margin: 2px 0 2px 0;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.6em;
	text-decoration: none;
	}


/* table styles used in bio/resume
---------------------------------------------------- */

.table p {
	float:right;
	clear: both;
	margin: 5px 0px;
	padding-left:0px;
	width:100%;
	}
	
.table span {
	float:left;
	padding:0;
	}

.table span.col1 {
	float: left;
	width:70px;
	}
.table span.col2 {
	float:right;
	width:520px;
	}

.threeColTb {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	}
.threeCol1 {
	padding: 0px;
	float: left;
	width: 33%;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	}
.threeCol2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	}
.threeCol3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	}
	
	
	
	
/* Thumbnail and Series styles
---------------------------------------------------*/
#thumbDiv {
	margin: 0px;
	padding: 0px;
	width: 640px;
	}
	
a#journey_rollover {
	background-image:url(../_images/paintings/series/journey.jpg);
	float: left;
	height: 92px;
	width: 610px;
	display:block;
	text-align: right;
	}
a#journey_rollover span { display:none; }

a#journey_rollover:hover {
	background-image:url(../_images/paintings/series/journey_hover.jpg);
	}
	
a#urban_rollover {
	background-image: url(../_images/paintings/series/urban.jpg);
	float: left;
	height: 92px;
	width: 610px;
	display:block;
	text-align: right;
	}
a#urban_rollover span { display:none; }

a#urban_rollover:hover {
	background-image: url(../_images/paintings/series/urban_hover.jpg);
	}
	
a#sixdegrees_rollover {
	background-image: url(../_images/paintings/series/6degrees.jpg);
	float: left;
	height: 92px;
	width: 610px;
	display:block;
	text-align: right;
	}
a#sixdegrees_rollover span { display:none; }

a#sixdegrees_rollover:hover {
	background-image: url(../_images/paintings/series/6degrees_hover.jpg);
	}
a#nesting_rollover {
	background-image: url(../_images/paintings/series/nesting.jpg);
	float: left;
	height: 92px;
	width: 610px;
	display:block;
	text-align: right;
	}
a#nesting_rollover span { display:none; }

a#nesting_rollover:hover {
	background-image: url(../_images/paintings/series/nesting_hover.jpg);
	}
	
a#context_rollover {
	background-image: url(../_images/paintings/series/context.jpg);
	float: left;
	height: 92px;
	width: 610px;
	display:block;
	text-align: right;
	}
a#context_rollover span { display:none; }

a#context_rollover:hover {
	background-image: url(../_images/paintings/series/context_hover.jpg)
	}
	

/* Projects styles
---------------------------------------------------*/
#projects {
	margin: 0px;
	padding: 0px;
	width: 600px;
	}

#projects a {
	color: #999;
	}
#projects a:hover {
	color: #ccc;
	}
	
#projects h2 {
	font-size: 1.3em;
	color: #333;
	margin: 5px 0px 10px 0px;
	}

#projects h2 a:link, #projects h2 a:visited {
	color:#999;
	font-weight: bold;
	}     
		
#projects h2 a:hover, #projects h2 a:active {
	color:#666;
	font-weight: bold;
	}  
	

#projects p {
	margin: 15px 0px 10px 0px;
	width: 600px;
	}

#projects .photo_credit {
	font-size: 1em;
	line-height: 1.2em;
	color: #CCC;
	margin: 0px;
	}


/* Upcoming styles
--------------------------------------------------*/

.upcomingTitle {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	height: 56px;
	width: 600px;
	background-image: url(../_images/upcoming/title_card.jpg);
	float: right;
	background-repeat: no-repeat;
}

.upcomingTitle p {
	font-size: 1.5em;
	color: #C30;
	text-align: center;
	}

.upcomingCard {
	height: 425px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(../_images/upcoming/card_bg.gif);
	background-repeat: no-repeat;
	float: right;
	}
	
	
.upcomingCard_blk {
	height: 425px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(../_images/upcoming/blk_card_bg.gif);
	background-repeat: no-repeat;
	float: right;
	}

.upCol1 {
	height: 425px;
	width: 270px;
	float: left;
	}
	
.upCol2 {
	width: 270px;
	vertical-align: middle;
	float: right;
	padding-left: 40px;
	padding-top: 120px;
	}
.upCol1 img {
	padding: 30px;
	display: inline;
	vertical-align: middle;
	}

.upcomingCard .event {
 	display: table;
	width: 550px;
	}

DIV.container1 {
	width: 330px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	}
	
DIV.container2 {
	width: 270px;
    display: table-cell;
    vertical-align: middle;
	}


.container1 img {
	padding: 30px;
	vertical-align: middle;
	}
	
div.fullContainer {
	vertical-align: middle;
	width: 550px;
	display:block;
	margin: 30px;
	margin-top:40px;
	}

.fullContainer img {
	padding-left: 20px;
	padding-right: 20px;
}
.upcomingCard p {
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 0px;
}

.upcomingCard .event p a {
	color: #999;
}

.upcomingCard .event p a:hover {
	color: #333;
}




/* miscellaneous styles
---------------------------------------------------- */
.left {
	float: left;
	}
	
.right {
	float:right;
	}

.vmiddle {
	vertical-align:middle;
	}


.clear {
	clear:both;
	height:0;
	} 
	
.foo {
	clear: both;
	height: 40px;
	}

.moo {
	clear: both;
	height: 30px;
	}

#webmaster {
	color: #999;
	text-align: center;
	margin: 0px;
	}
#webmaster a:link, #webmaster:visited {
	color: #666;
	}
#webmaster a:hover, #webmaster:active {
	color: #ccc;
	}

.twenty {
	line-height: 20px;
	}
	

