/* Skowhegan Press Menu Styles 
--------------------------------------------------*/

/** Main Links **/
#top-nav a {
	display:block;
	float:left;
	margin:50px 0 0;
	font: 24px/24px "Lucida Sans", Arial, sans-serif;
	letter-spacing:-2px;
	color:#8a4914;
	height:32px;
	padding:18px 15px 0;
	}
		
#top-nav a:hover {
	text-decoration:none;
	background:#8e3140;
	color:#fff8b8;
	}
	
#top-nav a.current-page, #top-nav a.current-page:hover {
	background:#c7a569;
	color:#8a4914;
	cursor:default;
	}
/** End Main Links **/

/** Left Nav Menus **/
div#left-nav {
	margin:0 20px;
	width:160px;
	float:left;
	}
	
	#left-nav a {
		text-align:center;
		text-decoration:none;
		}
	
	#print-sol-toggle, #design-sol-toggle, #alt-sol-toggle, #about-toggle, #news-toggle, #contact-us, #testimonials, #online-orders {
		display:block;
		width:160px;
		height:26px;
		padding-top:6px;
		margin-top:8px;
		background:url(../images/left-nav-level01-bg.png) left top no-repeat;
		font-size:14px;
		font-weight:bold;
		color:#fff8b8;
		}
	
	#print-sol-toggle:hover, #design-sol-toggle:hover, #alt-sol-toggle:hover, #about-toggle:hover, #news-toggle:hover, #contact-us:hover, #testimonials:hover, #online-orders:hover {
		background-position:left bottom;
		}
		
	#print-solutions, #design-solutions, #alt-solutions, #about-press, #news-links {
		display:none;
		width:160px;
		background:url(../images/left-nav-level02-bg.png) left bottom no-repeat;
		padding-bottom:12px;
		}
		
		#print-solutions a, #design-solutions a, #alt-solutions a, #about-press a, #news-links a {
			display:block;
			color:#fff;
			line-height:14px;
			padding:5px 0;
			margin:0 5px;
			width:150px;
			}
			
		#print-solutions a:hover, #design-solutions a:hover, #alt-solutions a:hover, #about-press a:hover, #news-links a:hover {
			background:url(../images/left-nav-level02-hover.png) repeat;
			}

#print-sol-toggle.selected-link, #design-sol-toggle.selected-link, #alt-sol-toggle.selected-link, #about-toggle.selected-link, #news-toggle.selected-link, #contact-us.selected-link, #online-orders.selected-link { background-position:left bottom; }
/** End Left Nav Menus **/

/* Skowhegan Press General Content Styles 
--------------------------------------------------*/

div#content {
	width:1042px;
	margin:15px auto 7px;
	padding-top:8px;
	background:transparent url(../images/content-top.png) left top no-repeat;
	}
	
	div#content-left-border {
		padding:0 0 0 6px;
		float:left;
		background:url(../images/content-left-border.png) left top repeat-y;
		}
		
	div#content-main {
		width:1036px;
		float:left;
		/*background:#ebdf98 url(images/home-content-main-top-bg.png) left top repeat-x;*/
		position:relative;
		}
		
	div#content-right-border {
		float:right;
		padding-right:6px;
		background:url(../images/content-right-border.png) right top repeat-y;
		}
		
div#content-main-top {
	width:1024px;
	padding:10px 0 0 0;
	margin:0 3px;
	background:#ebdf98 url(../images/home-content-main-top-bg.png) left top repeat-x;
	min-height:450px;
	}

	#content-main-top img {
		float:left;
		margin:0 8px 10px 12px;
		}
	
	#content-main-top img#right-photo {
		float:right;
		margin:2px 14px 10px 0;
		}
	div#content-bottom-border {
		width:1042px;
		height:20px;
		clear:left;
		}
		
		#content-bottom-border img {
			display:block;
			float:left;
			width:14px;
			height:20px;
			}
		
		div#content-bottom-border-repeat {
			width:1014px;
			height:20px;
			float:left;
			background:url(../images/general-bottom-border.png) left top repeat-x;
			}

	h1 {
		clear:left;
		color:#76042c;
		font-size:2.35em;
		line-height:1em;
		margin-left:20px;
		padding-bottom:2px;
		background:url(../images/h1-bottom-border.png) left bottom no-repeat;
		}
		
	div#copy-area {
		padding:6px 20px 0 200px;
		}
		
		div.copy-column {
			width:250px;
			float:left;
			}
		
		#copy-area p {
			font-size:12px;
			line-height:16px;
			padding:0 0 20px;
			}
			
			#copy-area p a {
				color:#76042c;
				}
				
			#copy-area p a:hover {
				color:#ae4268;
				}

		#copy-area.special img { margin-left:0; }
			
		#copy-area ul { margin:15px; }
		#copy-area li {
			list-style:disc outside;
			margin:5px 0 0;
			}
			
		#copy-area.releases hr { 
			visibility:visible;
			color:#ebdf98;
			border:none;
			border-bottom:1px solid #76042c;
			}
					
		.bq-container {
			float:left;
			width:280px;
			margin:0 20px 0 0;
			padding:20px 0;
			background:transparent url(../images/blockquote-bg-top.png) left top no-repeat;
			}
			
		.bq-container .followed { margin-bottom:0; }
		
			blockquote {
				width:240px;
				padding:0 20px;
				background:transparent url(../images/blockquote-bg-bottom.png) left bottom no-repeat;
				color:#a06c36;
				font-size:16px;
				line-height:20px;
				}
				
				cite {
					display:block;
					float:right;
					font-size:12px;
					font-style:italic;
					font-weight:bold;
					padding:0 0 18px;
					}
				*:first-child+html cite { padding:0; }
				
#copy-area .disclaimer { font-size:11px; }
/* End General Content Styles */