/* COLOR REFERENCE */
/* sky blue		- #578ea5 */
/* gray blue	- #8CA0A8 */
/* tan			- #F5E6CB */
/* taupe		- #A8998C */
/* black		- #0A0A0A */
/* white 		- #F5F5F5 */
/* green		- #00bf6c */

body	{
	background-image:url(background-images/blue-gradient.gif);
	background-color:#578ea5;
	background-repeat:repeat-x;
	background-position:top left;
	padding:0em;
	font-family:georgia, serif;
	text-align:center;
	}
div#container	{
	width:975px;
        margin:0 auto;
	text-align:left;
	}
div#header	{
	border-bottom:1px double #F5E6CB;
        margin:0 1em 1em 0;
	clear:both;
        height:40px;
       background-image:url(background-images/viewpoint-tower-logo.png);
        background-position:top left;
        background-repeat:no-repeat;
	}
div#content	{   
        float:left;
        width:475px;     
	}
div#sidebar	{
	margin:0 1em 1em 1em;
	float:right;
	width:425px;
	}
div#gallery	{
	float:left;
	width:80px;
	}
div#largephoto5	{
	display:block;
	}
div#largephoto1, div#largephoto2, div#largephoto3, div#largephoto4, div#largephoto6, div#largephoto7, div#largephoto8, div#largephoto9, div#largephoto10	{
	display:none;
	}
div#footer	{
	border-top:1px double #F5E6CB;
	margin:25px 1em 0 1em;
	height:100px;
	clear:both;
	}
div#bio-detail	{
	margin:1em;
	float:right;
	width:420px;
	}
div#bio-intro	{
	display:block;
	}
div#bio1, div#bio2, div#bio3, div#bio4, div#bio5, div#bio6, div#bio7, div#bio8	{
	display:none;
	}
/* TYPE */
h1	{
	text-align:left;
	font-style:italic;
	font-size:1.25em;
	font-weight:normal;
	color:#F5E6CB;
	margin:0;
	}
h2	{
	text-align:left;
	font-size:1em;
	font-weight:normal;
	color:#F5E6CB;
	margin:0 0 10px 0;
	}
h3	{
	font-weight:normal;
	color:#F7E7CE;
	font-size:.75em;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:1em 0;
	}
h5      {
        font-size:1em;
        font-style:italic;
        color:#404040;
        margin:0;
        }
p	{
	text-align:justify;
	font-size:1em;
	line-height:1.5;
	color:#F5F5F5;
	}
a:link, a:visited	{
	color:#F5E6CB;
	text-decoration:none;
	}
a:hover, a:active	{
	color:#404040;
	}
#header a:link, #header a:visited	{
	color:#404040;
	text-decoration:none;
	}
#header a:hover, #header a:active	{
	color:#F5E6CB;
	}
body#home a#nav-home,
body#project a#nav-project,
body#contact a#nav-contact,
body#team a#nav-team,
body#privacy a#nav-privacy	{
	color:#F5E6CB;
	}

/* FORM */
.formfields	{
	font-family:georgia, serif;
	color:#404040;
	}
label	{
	color:#F5F5F5;
	}
textarea	{
	overflow:auto;
	}

/* LISTS */
dl	{
	text-align:justify;
	list-style-type:none;
	margin:0;
	padding:0;
	}
dt	{
	color:#F5E6CB;
	margin:10px 0 0 0;
	font-size:1em;
	}
dd	{
	color:#F5F5F5;
	margin:0 0 2em 0;
	padding:0;	
	font-size:.8em;
	}
body#project dd {
        font-size:1em;
        line-height:1.5;
        }
ul	{
	margin:0;
	padding:0 0 0 1em;
	}
ul li	{
	list-style-type:bullet;
	margin:1em 0;
	color:#F7E7CE;
	}
#gallery ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#gallery ul li a img	{
	border:1px solid #F5E6CB;
	padding:0;
	margin:0 0 5px 0;
	}
#gallery ul li a:visited img	{
	border:1px solid #F5E6CB;
	margin:0 0 5px 0;		
	}
#gallery ul li a:hover img	{
	border:1px solid #404040;
	margin:0 0 5px 0;
	}
#gallery ul li a:active	img	{
	border:1px solid #404040;
	margin:0 0 5px 0;		
	}
#footer ul, #header ul	{
	margin-top:1em;
	}
#footer ul li, #header ul li	{
	list-style-type:none;
	display:inline;
	margin:1em;
	}
#bio-detail ul {
        margin:2px 0 10px 0;
        }
#bio-detail ul li {
        list-style-type:circle;
        color:#F5E6CB;
        margin-left:3px;
        }
/* CLASSES */
.floatright	{
	float:right;
	}
.floatleft	{
	float:left;
}
body#home #content img.floatleft {
       float:left;
       margin:3px 10px 65px 0;
       }
.centered	{
	text-align:center;
	}
.blogtitle	{
	text-align:left;
	font-size:2em;
	color:#404040;
	font-style:italic;
	}
body#home .blogtitle {
        display:none;
        }
img.large	{
	text-align:right;
	border:1px solid #F5E6CB;
	}
.medium	{
	font-size:1em;
	line-height:1.5;
}
.small	{
	color:#F5E6CB;
	list-style-type:none;
	font-size:.8em;
	line-height:1.2;
	}
a img	{
	text-decoration:none;
	border:0;
	}
img.headshot	{
	border: 3px solid #F5E6CB;
	float:left;
	margin:0 10px 5px 0;
	}
.bio-name	{
	text-align:left;
	font-size:2em;
	color:#F5E6CB;
	margin:0;
	padding:0;
	}
.bio-job	{
	text-align:left;
	font-size:.8em;
	color:#F5E6CB;
	margin:0;
	padding:0;
	}
.bio-company	{
	text-align:left;
	font-size:.8em;
	color:#F5E6CB;
	margin:0;
	padding:0;
	}
