/*  
Theme Name: Atwater Colors
Theme URI: http://www.atwatercolors.com/
Description: Custom theme
Version: 1.0
Author: Scott A Beyer
Author URI: http://www.appleseedvt.com/
*/

/* Body */

	body {
		background-image: url(images/bg-body.gif);
		background-repeat: repeat-x;
		background-color: #782c24;
		padding: 0px;
		margin: 0px;
	}

	#container {
		height: auto;
		padding: 0px;
		top: 0px;
		position: relative;
		background-image: url(images/page-mid.gif);
		background-repeat: repeat-y;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 75px;
		width: 880px;
	}

	#page-top {
		left: 0px;
		top: 0px;
		position: relative;
		background-image: url(images/page-top.gif);
		background-repeat: no-repeat;
		height: 260px;
		width: 880px;
		padding: 0px;
		margin: 0px;
	}

	#col1 {
		min-height: 380px;
		padding: 0px;
		margin: 0px;
		left: 45px;
		top: -220px;
		float: left;
		position: relative;
		width: 460px;
	}

	#col2 {
		min-height: 380px;
		padding: 0px;
		margin: 0px;
		right: 45px;
		top: -220px;
		float: right;
		position: relative;
		width: 300px;
	}
	
	#col-single {
		min-height: 380px;
		padding: 0px;
		margin: 0px;
		left: 45px;
		top: -220px;
		float: left;
		position: relative;
		width: 815px;
	}

	#copyright {
		z-index: 30;
		bottom: 80px;
		padding: 0px;
		margin: 0px;
		left: 45px;
		float: left;
		position: absolute;
		width: 380px;
	}
	#page-bottom {
		left: 0px;
		bottom: 0px;
		position: absolute;
		background-image: url(images/page-bottom.gif);
		background-repeat: no-repeat;
		height: 130px;
		width: 880px;
		padding: 0px;
		margin: 0px;
	}

	.clear {
		clear: both;
	}

	.main {
		clear: both;
		margin-bottom: 25px;
	}
	
	.portfolio {
		margin-bottom: 20px;
		float: left;
		margin-right: 25px;
		width: 380px;
	}

	#logo {
		z-index: 1;
		left: 95px;
		top: -75px;
		background-image: url(images/logo.gif);
		position: absolute;
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		height: 90px;
		width: 230px;
	}

	#tagline {
		right: 60px;
		top: -25px;
		position: absolute;
		z-index: 5;
	}

	#flourish-1 {
		z-index: 10;
		left: -27px;
		top: 73px;
		position: absolute;
		background-image: url(images/flourish-1.gif);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		height: 80px;
		width: 50px;
	}

	#flourish-2 {
		z-index: 15;
		bottom: 140px;
		right: -18px;
		position: absolute;
		background-image: url(images/flourish-2.gif);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		height: 130px;
		width: 40px;
	}
	
	#brushes {
		z-index: 20;
		right: 180px;
		bottom: -4px;
		background-image: url(images/brushes.gif);
		position: absolute;
		height: 222px;
		width: 327px;
	}
	
	#slideshow {
		height: 454px;
		width: 454px;
	}

	/* Text formatting */
	
	body {
		color: #333333;
		font-size: 67%;
		font-family: "Lucida Grande", Arial, sans-serif;
	}

	h1, h2, h3, h4, h5, p, li {
		padding: 0px;
		margin: 0px;
		font-size: 1em;
	}
	
	
	p {
		font-size: 1em;
		margin-bottom: 1em;
	}

	h1 { line-height: 50px; height: 50px; margin: 0px; padding: 0px; font-style: normal; font-weight: normal; background-position: left center; background-repeat: no-repeat; text-align: left; color: #a44a42; font-family: "Times New Roman", Times, serif; font-size: 2em;} 

	h2 { margin-bottom: .5em; margin-top: .5em; font-style: italic; margin-left: 0px; margin-right: 0px; padding: 0px; color: #333333; font-family: "Times New Roman", Times, serif; font-size: 1.6em;}

	h3 { font-weight: normal; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: .3em; padding: 0px; color: #333333; font-family: "Times New Roman", Times, serif; font-size: 1.3em;}

	.news h2 {
		margin-top: .75em;
		margin-bottom: 0px;
	}

	small {
		font-size: 0.85em;
		color: #666666;
	}
	
	#tagline p {
		color: white;
	}

	#copyright p {
		font-size: .85em;
	}

	#tagline p {
		color: white;
	}

	#copyright p {
		font-size: .9em;
	}

	/* Lists and Links */	

	.portfolio-list p {
		padding: 0px;
		margin: 0px;
	}
	ul {
		padding: 0px;
	}

	li {
		list-style-position: inside;
		list-style-type: none;
	}
	
	.menu ul { padding: 0px; list-style-type: none; margin: 0px; }
	
	.menu li { list-style-type: none; padding: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 1em; margin-top: 0px; display: inline;}

	a {
		font-weight: bold;
		text-decoration: none;
		color: #a44a42;
	}

	a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #a44a42;
	}

	h1 a {
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		display: block;
		height: 50px;
		width: 460px;
	}
	
	h1 a:hover {
		text-decoration: underline;
		font-style: normal;
		font-weight: normal;
		display: block;
	}
		
	#tagline a {
		text-decoration: none;
		color: #eb8d88;
	}

	#tagline a:hover {
		text-decoration: underline;
		color: #eb8d88;
	}
	
	.h1-news {background-image: url(images/bg-h1-news.gif); background-repeat: no-repeat;}

	.h1-about {background-image: url(images/bg-h1-about.gif); background-repeat: no-repeat;}

	.h1-portfolio {background-repeat: no-repeat; background-image: url(images/bg-h1-portfolio.gif);}
		
	portfolio-list p {
		font-size: 0.9em;
	}

	.portfolio-list a {
		font-weight: normal;
		text-decoration: none;
		color: #666666;
	}

	.portfolio-list a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: #a44a42;
	}

	
	#logo a {
		height: 75px;
		width: 230px;
		display: block;
	}
		
	#logo span, .sep1 span, .sep2 span, h1 span {
		display: none;
	}

	/* Images */

	.frame {
		border-left-color: #acacac;
		border-bottom-color: #dddddd;
		border-right-color: #dddddd;
		border-top-color: #acacac;
		border-width: 1px;
		padding: 1px;
		border-style: solid;
	}

	.align-left, .alignleft {
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
	}

	.align-right, .alignright {
		margin-bottom: 10px;
		margin-left: 10px;
		float: right;
	}
	
	/* Misc */
	
	.sep1 {
		height: 4px;
		display: block;
		background-repeat: no-repeat;
		background-image: url(images/separator1.gif);
	}
	
	.sep2 {
		height: 4px;
		display: block;
		background-repeat: no-repeat;
		background-image: url(images/separator2.gif);
	}
	form {
		display: inline;
		padding: 0px;
		margin: 0px;
	}
	
	.paypal-btn button {
		background-color: transparent;
		padding: 0px;
		margin: 0px;
		display: block;
		border-style: none;
	}

	.print-only {
		display: none;
	}

	.accordion h2 {
		background-position: right center;
		background-image: url(/images/p7ap_west.gif);
		background-repeat: no-repeat;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 13px;
		padding-top: 0px;
		display: block;

	}
	
	.accordion h2.active {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 13px;
	padding-top: 0px;
	color: #333333;
	background-position: right center;
	background-image: url(/images/p7ap_south.gif);
	background-repeat: no-repeat;
	text-decoration: none!important;
	cursor: default!important;
	}
	
	.pics img {
	display: none;
	}

	.pics img.first {
	display: block!important;
	}

	.portfolio-menu {
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
.portfolio-menu ul, .portfolio-menu li {
		display: inline!important;
	}

	.portfolio-menu ul {
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}

	.portfolio-menu li {
		padding-right: 0.8em;
		font-size: 0.85em;
	}

	
