
/* Global Styles */

body {
	background:url(/images/background3.jpg) top center;
	color:#333;
    font-family: 'QuicksandBook';
	font-weight:200;
	font-size: 13pt;
	line-height: 16pt;
	text-align: left;
	margin:0;
	}
	
a:link, a:visited {
	color:#718db0;
	text-decoration:none;
	}
	
a:hover {
	color:#3a5678;
	text-decoration:none;
	}
	
h1, h2, h3 {
	font-family: 'EBGaramondRegular';
	}
	
h1 {
	text-transform:capitalize;
	font-size:2.5em;
	margin:0 0 1em;
	}
	
h2 {
	font-size:2.1em;
	margin:0 0 1em;
	}
	
h3 {
	font-size:1.7em;
	line-height:1em;
	}
	
h4, h5 {
	margin:0;
	padding:0;
	}
	
h4 {
	text-transform:uppercase;
    font-family: 'QuicksandLight';
	font-size:1.2em;
	}
	
h5 {
	text-transform:uppercase;
	font-size:0.8em;
	font-style:italic;
	}
	
h6 {
	margin:.8em 0;
	}
	
table {
	border-collapse:collapse !important;
	border:0;
	}

td {		
	vertical-align:top;
	}

hr {
	clear:both;
	background:url(/images/linen.png);
	margin:1.5em 0;
	height:8px;
	border:none;
	}
	
strong {
    font-family: 'QuicksandBold';
	}



input[type="submit"], input[type="button"] {
	cursor:pointer;
	padding:7px 18px;
	font-size:1.3em;
	margin:1em 0;
	color:#555;
	background:#EEE;
	border-left:2px solid #DDD;
	border-top:2px solid #DDD;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
	border-radius:.5em;
	moz-border-radius:.5em;
	webkit-border-radius:.5em;
	}

input[type="submit"]:hover, input[type="button"]:hover  {
	color:#333;
	background:#bbcee7;
	border-left:2px solid #9ab1cd;
	border-top:2px solid #9ab1cd;
	border-right:2px solid #88a0bf;
	border-bottom:2px solid #88a0bf;
	box-shadow: 0 0 5px #DDD;
	}




/* -------------------- CLASS STYLES -------------------- */


blockquote {
	padding:2em;
	margin:0;
	font-size:1.3em;
	line-height:1.3em;
	background:url(/images/quotes.jpg) no-repeat 0 1.5em;
	}
	
	.endQuote {
		width:35px !important;
		border:none !important;
		}
		
.blue {
	color:#3a5678;
	}

.center {
	text-align:center;
	}
	
.clear {
	clear:both;
	}
	
.eb {
	font-family: 'EBGaramondRegular';
	}

.project {
	width:100%;
	position:relative;
	}
	
	.project h3 {
		margin-right:3em;
		}
	
	.project h4 {
		position:absolute;
		top:.3em;
		right:0;
		}
		
	.project h5 {
		position:relative;
		top:-1.8em;
		}
		
	.project img {
		width:49%;
		}
		
.upload {
	background:url(/images/upload2.png) no-repeat;
	position:absolute;
	top:1em;
	left:-1.5em;
	padding:0 0 0 1.5em;
	font-size:.8em;
	font-family:QuicksandLight;
	font-style:italic;
	color:#718db0;
	}
			
	.upload:hover {
		color:#718db0;
		opacity:.6;
		filter:alpha(opacity=60);
		}
		
	
	
	
	
/* -------------------- ID STYLES -------------------- */

#header, #content, #footer {
	width:80%;
	margin:auto;
	max-width:900px;
	}

#header {
	height:5em;
	}
	
	#inner-header {
		width:900px;
		margin:auto;
		}
				
	#logo {
		height:5em;
		border:none;
		margin:1em 0 0;
		}
	
#innerContent {
	position:relative;
	left:-13px;
	margin:2em auto 0;
	width:90%;
	background:#FFF;
	border:13px solid #1d2939;
	padding:2em 5%;
	}
	
	#innerContent hr {
		opacity:0.2;
		filter:alpha(opacity=20);
		}
	
#footer { 
	margin-bottom:1em;
	font-size:.9em;
	color:#8695A7;
	}
	
	#footer hr {
		margin:1em 0;
		}
	
#bigLogo {
	margin:1em 0 2em;
	}
	
#tenYears {
	
	}
	
/* -------------------- Toolbar Styles -------------------- */


div#navbarContainer {
	display:inline-block;
	margin:auto;
	text-align:center;
	}

div#navbarContainer li.navbar{
	}	

div#navbarContainer ul, div#navbarContainer ul li{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
div#navbarContainer ul{
	
	}
	
div#navbarContainer ul li{
	float:left;
	text-align: center;
	margin-top:8px;
	color:#8695A7;
	}
	
div#navbarContainer ul a {
	font-size:1.2em;
	letter-spacing:.2em;
	color:#FFF;
	padding:1em;
	}
	
div#navbarContainer li a:hover {
	color:#b9c9dc;
	}
	
div#navbarContainer li a.current{
	color:#8695A7;
	}
	

/*/ NAVBAR 2 /*/


div#navbar2Container {
	display:inline-block;
	margin:auto;
	text-align:center;
	}

div#navbar2Container ul, div#navbar2Container ul li{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
div#navbar2Container ul li{
	float:left;
	text-align: center;
	color:#e1eff4;
	}
	
div#navbar2Container ul a {
	font-size:.8em;
	letter-spacing:.2em;
	padding:1em .3em;
	}
	
div#navbar2Container li a:hover {
	color:#b9c9dc;
	}
	
div#navbar2Container li a.current{
	color:#8695A7;
	}
	
                                               
/* @group seyDoggy Grid */
.seydoggyGrid {margin-left:-1em;}
.seydoggyGrid .clear {clear:both;}
.seydoggyGrid .column {float:left;}
.seydoggyGrid .one {width:100%;}
.seydoggyGrid .two {width:50%;}
.seydoggyGrid .three {width:33.33%;}
.seydoggyGrid .four {width:25%;}
.seydoggyGrid .five {width:20%;}
.seydoggyGrid .six {width:16.66%;}
.seydoggyGrid .ten {width:10%;}
.seydoggyGrid .two3rds {width:66.66%;}
.seydoggyGrid .three4ths {width:75%;}
.seydoggyGrid .three5ths {width:60%;}
.seydoggyGrid .four5ths {width:80%;}
.seydoggyGrid .five6ths {width:83.33%;}
.seydoggyGrid .column .sey-content {margin-left:1em; padding:2em;}
/* @end */