@charset "UTF-8";
/* Quip Creative - Main CSS File */

/* Basic Styles and Layout Elements */

body {
	background-color:#302519;
	font-family: Garamond, Palatino, Georgia, Palatino, serif;
	color: #4c4339;
	text-align: center;
	z-index: 0;
	}
#contentcontainerwrap {
	width: 750px;
	height: auto;
	background-color: #fffef5;
	margin: 0 auto;
	padding: 5px 0px;
	border: solid 2px #fffef5;
	max-width: 800px;
	min-width: 650px;
	}	
	
#contentcontainer {
	width: 98%;
	height: 100%;
	background-color: #FFFEF2;
	background-image:url(_images/q.png);
	background-position:left top;
	background-repeat: no-repeat;
	color: #4c4339;
	margin: 0 auto;
	padding: 0px;
	border: solid 2px #4C4339;
	}

#header{
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 10px auto;
	border: none;
	}
	
#nav {
	width: 98%;
	height: auto;
	border-top: solid 2px #4C4339;
	border-bottom: solid 2px #4C4339;
	text-align: center;
	margin: auto;
	padding: 0;
	float: none;
	font-family: Garamond, Georgia, Palatino, serif;
	font-size: 1em;
	overflow:auto;
	color: #4c4339;
	}

#maincontent {
	width: 600px;
	height: auto;
	padding: 0;
	text-align: justify;
	margin: 15px auto;
	min-width: 575px;
	max-width: 675px;
	background-color: none;
	}

#footer {
	width: 98%;
	height: auto;
	border-top: solid 2px #4C4339;
	border-bottom: none;
	text-align: center;
	margin: 3px auto;
	padding: 0;
	float: none;
	font-family: Garamond, Georgia, Palatino, serif;
	font-size: .9em;
	overflow:auto;
	color: #4c4339;
	z-index: 0;
	}


/* Navigation */

#nav ul   {  
	padding: 0;
	margin: 0;
	vertical-align:middle;
	text-transform:uppercase;
	}

#nav ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
 	}

#nav ul li a  { 
	color: #4c4339; 
	text-decoration: none;
	padding: 0; 
	}

#nav ul li a:hover {
	color: #ED174F;
	text-decoration: none;
}

#nav li a#current {
	color: #4c4339;
}

#nav li a:hover#current {
}

/* MISC */

h1 {
	font-size: 1.4em;
	font-weight: normal;
	font-variant:normal;
	}

h2 {
	font-style:normal;
	font-size: .8em;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	}

#pigeon {
	position: static;
	left: 150px;
	top: 0;
	background-image:url(_images/pigeon.png);
	background-repeat:no-repeat;
	z-index: 1;
	width: 200px;
	height: 175px;
	float: left;
	}

a:link {
	text-decoration:none;
	color: #4C4339;
	}
	
a:visited {
	text-decoration: none;
	color: #4C4339;
	}
	
a:hover {
	text-decoration: none;
	color: #94a83F;
	}

#portfoliocontainer {
	height: 450px;
	width: 550px;
	margin: 0px auto;
}

#portfoliomenu {
	width: 125px;
	height: auto;
	float: left;
	border-right: 2px solid #4C4339;
}

#portfoliocontent {
	width: 400px;
	height: auto;
	padding-left: 15px;
	float: right;
	}
	
#portfolionav {
	list-style-type: none;
	width: 115px;
	text-align: left;
	font-size: 14px;
	padding-left: 0;
	margin-left: 10px;
	margin-right: 0px;
	display: block;
	}
	
#portfolionav2 {
	width: 200px;
	float: right;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	}
	
.portfoliocaption {
	font-size: 14px;
	}
	
#portfolionav ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	}
	
