@import url(base.css);

#wrapper {
	margin: 60px auto 0;
	max-width: 1200px;
	min-width: 620px;
	
	position: relative;
	width: 98%;
}

#left-bar {
	width: 21%;
	padding: 15px 15px 5px 0;
	position: absolute;
	left: 0;
	top: 0;
}

#logo {
	width: 100%;
	margin-top: -23px;
	margin-bottom: 4em;
	margin-left: -14%;
	padding: 0;
}

	#logo img {
		background-color: #fff;
		max-width: 100%;
	}
	
		/* Logo Background Colors */
		#home #logo img {
			background-color: #eddebd;
		}
		
		#color #logo img {
			background-color: #5e7a8f;
		}
		
		#services #logo img {
			background-color: #e3d7c1;
		}
		
		#light #logo img {
			background-color: #e0b94f;
		}
		
		#space #logo img {
			background-color: #af4d2e;
		}
		
		#rhythm #logo img {
			background-color: #888;
		}
		
		#bio #logo img {
			background-color: #f93;
		}
		
		#contact #logo img {
			background-color: #f33;
		}
		
		#email #logo img {
			background-color: #f33;
		}

#gallery {
	width: 77%;
	margin-left: 23%;
}


/* Navigation Styles */
#nav {
	font-size: 1.4em;
	line-height: 2.4em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
	position: absolute;
	right: 0;
	top: -2.4em;
	overflow: visible;
}

	#nav #portfolio {
		overflow: visible;
	}

	#nav #portfolio ul {
		margin: -1px 0 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #000;
		position: relative;
	}
	
	#nav li {
		float: left;
		
	}
	
	#nav li a, #nav li a:link {
		color: #777;
		display: block;
		float: left;
		padding: 0 25px;
		border: none;
		text-decoration: none;
	}
	
	#nav li a:hover, #nav li a:active {
		color: #fff;
		background: transparent url(../images/nav_black.png);
		background: rgba(50, 50, 50, 0.8) none;
	}
	
	#nav #portfolio li a {
		background: transparent url(../images/nav_black.png);
		background: rgba(0, 0, 0, 0.4) none;
	}
	
	/* Tab Colors */
	#nav #portfolio li.active a.color, #nav #portfolio li a.color:hover {
		color: #fff;
		background: transparent url(../images/nav_color.png);
		background: rgba(94, 122, 143, 0.8) none;
	}
	
	#nav #portfolio li.active a.light, #nav #portfolio li a.light:hover {
		color: #fff;
		background: transparent url(../images/nav_light.png);
		background: rgba(244, 205, 99, 0.8) none;
	}
	
	#nav #portfolio li.active a.space, #nav #portfolio li a.space:hover {
		color: #fff;
		background: transparent url(../images/nav_space.png);
		background: rgba(175, 77, 46, 0.8) none;
	}
	
	#nav #portfolio li.active a.rhythm, #nav #portfolio li a.rhythm:hover {
		color: #fff;
		background: transparent url(../images/nav_rhythm.png);
		background: rgba(136, 136, 136, 0.8) none;
	}

	#nav li.active a.services, #nav li a.services:hover {
		color: #fff;
		background: transparent url(../images/nav_services.png);
		background: rgba(227, 215, 193, 0.8) none;
	}
	
	#nav li.active a.bio, #nav li a.bio:hover {
		color: #fff;
		background: transparent url(../images/nav_bio.png);
		background: rgba(255, 153, 51, 0.8) none;
	}
	
	#nav li.active a.contact, #nav li a.contact:hover {
		color: #fff;
		background: transparent url(../images/nav_contact.png);
		background: rgba(255, 51, 51, 0.8) none;
	}
	
	#nav #portfolio span {
		margin: 0 0 0 1.5em;
		width: 300px;
		height: 50px;
		display: block;
		background: url(../images/portfolio_nav_back.png) 0 0;
		text-indent: -5000px;
		border: none;
		overflow: hidden;
		position: absolute;
		top: -27px;
	}
	
	#nav #portfolio li a, #nav #portfolio li a:link {
		color: #aaa;
	}


/* Galleria Styles */
#main-image {
	width: 100%;
	margin-bottom: 1%;
	position: relative;
}

.gallery-annie {
	margin: 0;
	padding: 0;
}

.gallery-list {
	width: 95%;
	margin-left: -6px;
	/*margin-top: 100px;*/
}

	.gallery-list img {
		width: 200px;
	}
	
	.gallery-list img { width: 68px; }

	#main-image img { width: 100%; height: auto;}
	#main-image img.vert { height: 100%; width: auto;}
	
	.caption {
		/*display: block;
		text-align: left;
		font-size: 1.2em;
		clear: both;
		float: right;
		width: 25%;
		margin-top: 10px;*/
		display: block;
		text-align: left;
		padding: 3px 0 5px;
		font-size: 1.6em;
		
	}

	* html .galleria li div span{width:400px} /* MSIE bug */

#before-left {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/before-corner.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#before-across {
	position: absolute;
	top: 0;
	width: 100%;
	height: 10%;
	display: block;
	background: url(../images/nav_black.png) repeat;
	text-decoration: none;
	text-transform: lowercase;
	/*letter-spacing: .25em;*/
	font-size: 3em;
	font-weight: bold;
	line-height: 1.5em;
}


/* Miscellaneous Styles */
#footer {
	/*margin-left: 23%;*/
	margin-top: 1.5em;
	text-align: right;
}

p.error-message, form#contact p.error-message {
	/*background-color: rgba(255,0,0,0.3); If Only...*/
	background-color: #fbb;
	border: 1px solid #f99;
	color: #000;
	padding: .5em .5em;
	width: 73%;
}

.success-message {
	background-color: #e6f8de;
	border: 1px solid #84c568;
	color: #000;
	padding: .5em .5em;
	width: 73%;
}

/* Overide Styles For Vertical Gallery Images */
#wrapper.vert-child #main-image {
	height: 100%;
}

#wrapper.vert-child #gallery {
	height: 100%;
}

#wrapper.vert-child {
	height: 75%;
	max-height: 850px;
}

#wrapper.vert-child .galleria_wrapper {
	height: 99%;
	margin-bottom: 1%;
}

#wrapper.vert-child .gallery-list {
	margin-top: 44px;
}


/* Home Page Specific Styles */
#home #wrapper {
	height: 80%;
}


/* Bio Page Specific Styles */
#bio #wrapper {
	width: 65%;
	max-width: 700px;
}

#bio #gallery {
	width: auto;
	margin-left: auto;
}

#bio #logo {
	margin-left: -8%;
}

#bio #footer {
	margin-left: 0;
	position: relative;
}

#bio #left-bar {
	width: 60%;
}

#bio #gallery {
	width: 40%;
	margin-left: 60%;
}

#bio #footer {
	margin: 4em auto 0 0;
}

#bio #main-image, #bio #gallery, #bio #wrapper {
	/*height: 100%;*/
}


/* Services Page Specific Styles */ 
#services #left-bar {
	width: 27%
}

#services #left-bar ul {
	margin-top: -1em;
}

#services #left-bar ul p {
	margin: 0 auto;
}

#services p {
	font-size: 1.1em;
}

#services #logo {
	margin-left: -12%;
}

#services #gallery {
	width: 72%;
	margin-left: 28%;
}

#services #footer {
	margin-left: 28%;
}


/* Contact Page Specific Styles */
h3.org {
	margin: 2.5em auto 0;
}

p.suborg {
	margin-top: 0;
	font-size: 1em;	
}

#contact #wrapper.vert-child #main-image {
	height: 80%;
}

#contact .left {
	margin-right: 1%;
}


/* Email Form Specific Styles */
#contact-form {
	padding-top: 5%;
}

#contact-form #full_name, #contact-form #email {
	width: 60%;
}

#contact-form #content {
	width: 75%;
	height: 250px;
	margin-top: -1em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact-form label {
	display: block;
}

#email #footer {
	padding-top: 5%;
}



