/* @group CSS STYLE SHEET FOR [www.etchedprints.com] */

/* 
DATE:			05/25/09
AUTHOR:			CHAD LINDEMANN
Version:		2.4
Project:		style sheet for www.etchedprints.com
Description:	Chad Lindemann Artist , printmaking, painting, drawings and computers
--------------------------
COLORS:
	[BACKGROUND]			#EAE7D1
	[HEADER RED]			#5E1F12
	[LIGHT RED]				#A73720
	[DARK RED]				#43160D
	[TITLE BG]				#D2C492
	[DARK TEXT]				#C8BB8B
	[MAIN IMAGE BG]			#696042	
	[FLASH VIEWER]			#453C2A
*/
/* @end */

/* @group RESETS */

html, body, div, span, applet, object, iframe,  p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: medium;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1px;}
ol, ul {list-style: none;}

/* @end */

/* @group LIBRARY */

.clear_both {clear: both;}
.clear_left {clear: left;}
.clear_right {clear: right;}
.float_right {float: right;}
.float_left {float: left;}
.hidden {display: none;}
.padding {padding: 10px;}
.text_hide {
	font-size: 0px;
	display: none;
	padding: 0px;
	margin: 0px;
	color: white;
	padding-left: -2000px;
}

/* @group CSS3 code */

.border_radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.web_shadow {
	-webkit-box-shadow: 3px 3px 3px gray;
	}
.border_radius_bottom {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.border_radius_top {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left: 8px;
	-webkit-border-top-right: 8px;
}
/* @end */		
/* @end */

/* @group GENERIC */
noscript {
	font-size:36px;
	text-align:center
}


html {
	/*overflow-y: scroll;*/
}

body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	line-height: 160%;
	background-color: #EAE7D1;
}

H1, H2, H3, H4, H5, H6 {
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	}

p {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

img {
	border: none;
	text-decoration: none;
}

/* @end */

/* @group LINKS */

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #EAE7D1;
}

a:hover, a:active {
	color: #fff;
}

/* @end */

/* @group WRAPPER */

#wrapper {
	width: 850px;
	margin: 0px auto 10px auto;
}

#header_wrapper {background: url(../../gen_images/head_image.jpg) repeat-x;}

#title_wrapper {background: url(../../gen_images/web_page_title_bg.jpg) repeat-x;}

#footer_wrapper {
	background: url(../../gen_images/footer_image.jpg) repeat-x;
	height: 60px;
	margin-bottom: -15px;
}

/* @end */

/* @group FXCONTACT */

.mooSlide {
	margin: 0px auto 0px auto;
	width: 700px; /* width of our login panel */
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: solid #5E1F12 5px;
}

#fxcontact {
	margin-top: 10px;
	background-color:#EAE7D1;
	display:none;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#fxcontact #close {
	margin-top: 10px;
 	float:right;
 	clear:right;
 	padding:5px;
	background-color:#5E1F12;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @end */

/* @group HEADER */
#header {
	margin: 0px auto 0px auto;
	background: url(../../gen_images/head_image_light.jpg) no-repeat;
	width: 850px;
	padding-top: 100px;
}

#web_page_title {
	margin: 0px auto 0px auto;
	height: 70px;
	width: 950px;
	background: url(../../gen_images/web_page_title.jpg) no-repeat;
}

/* @end */

/* @group TOP NAVIGATION BAR */

#top_nav_bar {
	height: 35px;
	line-height: 35px;
	margin: 0px auto 0px auto;
	width: 850px; /* width of nav_bar */
	}

#nav li {
	float: left;
	}

#nav li a {
	display: block;
	height: 35px;
	}

/* @group home */
#top_nav_bar #nav #home a {
	width:78px;
	background: url(../../gen_images/nav_bar_all.jpg) no-repeat -15px 0;
}
	#top_nav_bar #nav #home a:hover {
		background: url(../../gen_images/nav_bar_all.jpg) no-repeat -15px -35px;
		}
/* @end */

/* @group galleries */
#top_nav_bar #nav #galleries a {
	background: url(../../gen_images/nav_bar_all.jpg) no-repeat -94px 0;
	width:124px;
	}
	#top_nav_bar #nav #galleries a:hover {
		background: url(../../gen_images/nav_bar_all.jpg) no-repeat -94px -35px;
		}
/* @end */

/* @group biography */
#top_nav_bar #nav #biography a {
	background: url(../../gen_images/nav_bar_all.jpg) no-repeat -218px 0;
	width:133px;
	}
	#top_nav_bar #nav #biography a:hover {
		background: url(../../gen_images/nav_bar_all.jpg) no-repeat -218px -35px;
		background-repeat:no-repeat;
		}
/* @end */

/* @group artist statement */
#top_nav_bar #nav #artist_statement a {
	background: url(../../gen_images/nav_bar_all.jpg) no-repeat -351px 0;
	width:211px;
	}
	#top_nav_bar #nav #artist_statement a:hover {
		background: url(../../gen_images/nav_bar_all.jpg) no-repeat -351px -35px;
		}
/* @end */

/* @group contact */
#top_nav_bar #nav #contact a {
	background: url(../../gen_images/nav_bar_all.jpg) no-repeat -562px 0;
	width:120px;
	}
	#top_nav_bar #nav #contact a:hover {
		background: url(../../gen_images/nav_bar_all.jpg) no-repeat -562px -35px;
	}
/* @end */

/* @end */

/* @group CONTENT CONTAINER */

/* @group Main Image */

#main_image li {
	float: left;	
	}

#main_image li a {
	display: block;
	height: 400px;
	}

#wrapper #content_container #main_image {
	margin: 8px auto 15px auto;
	width: 810px;
	background-color: black;
	border-color: #696042;
	border-style: solid;
	border-width: 8px;
	float: left;
}

/* @group etchings */
#wrapper #content_container #main_image #etchings a{
	background: url(../../gen_images/main_image_all.jpg) no-repeat 0 0;
	width: 200px;
		
	}
	#wrapper #content_container #main_image #etchings a:hover{
	background: url(../../gen_images/main_image_all.jpg) no-repeat 0 -400px;
		}
/* @end */

/* @group paintings */
#wrapper #content_container #main_image #paintings a{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -200px 0;
	width: 200px;
	}
	#wrapper #content_container #main_image #paintings a:hover{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -200px -400px;
		}
/* @end */

/* @group drawings */
#wrapper #content_container #main_image #drawings a{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -395px 0;
	width: 200px;
	}
	#wrapper #content_container #main_image #drawings a:hover{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -395px -400px;
		}
/* @end */

/* @group downloads */
#wrapper #content_container #main_image #downloads a{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -595px 0;
	width: 200px;
	}
	#wrapper #content_container #main_image #downloads a:hover{
	background: url(../../gen_images/main_image_all.jpg) no-repeat -595px -400px;
		}
/* @end */

/* @end */

/* @group Bio & Statement */

#bio, #art_statement {
	padding: 15px;
}

#bio h2, #bio h3, #art_statement h2, #art_statement h3 {
	font-variant: small-caps;
	color: #5E1F12;
	padding-bottom: 5px;
	letter-spacing: 4px;

}

#bio p, #art_statement p {
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 19px;
}

#bio_ul {
	padding: 10px;
	padding-left: 30px;
}

/* @end */

/* @group Flash Viewer CSS */
#flashcontent {
	height: 500px;
	margin:0px;
	padding:0px;
	background-color: #000000;
	text-align: center;
	border: 8px solid #696042;
}
/* @end */

/* @group PDF_PAGE */
#pdf_page {
	margin: 5px auto 5px auto;
	width: 600px;
}
/* @end */

/* @end */

/* @group FOOTER */
#copyright_info {
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696042;
	padding-right: 15px;
	padding-top: 5px;
}
 #clock {
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696042;
	padding-right: 15px;
	padding-top: 5px;
	}

#footer_etchedprints {
	background: url(../../gen_images/footer_image_etchedprints.jpg) no-repeat;
	height: 40px;
	width: 220px;
	margin: 0 auto 0 auto;
	padding-right: 625px;
}
/* @end */

/* @group MorphTabs style */

#morphTabs {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.morphtabs_title {
	padding: 0px;
	height: 18px;
	margin: 0px;
	text-align: center;
}

.morphtabs_title li, #morphTabs a {
	height: 18px;
	line-height: 18px;	
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	color: #696042;
	border-left: 2px solid #696042;
}

.morphtabs_title li.over, #morphTabs a:hover {
		color: #5E1F12;
		text-decoration: underline;
}

.morphtabs_title li.active {
	color: #5E1F12;
}

.morphtabs_panelwrap {
	position: relative;
	top: -1px;
	clear: both;
	overflow: hidden;
}


.morphtabs_panel {
	margin-left: 100px;
}

#morphTabs  h3 {
	color: #5E1F12;
	font-size: 24px;
	font-weight: lighter;
	line-height: 40px;
	text-transform: capitalize;
	text-align:left;
	padding-left:100px;
}

#morphTabs  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 160px;
	padding-right: 120px;
	font-size: 14px;
	line-height: 18px;
}
#morphTabs h4 {
	padding-left: 120px;
	font-size: 16px;
	color: #5E1F12;
}

/* @end */

/* @group MenuMatic*/

/* @group info */
/* ----[ LINKS ]----*/
/* all menu links */

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */
/* @end */

#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	font-size: 20px;
	line-height:22px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	color:#C8BB8B;
	padding:5px;
	padding-left:10px;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0px;
	margin:0px;
}
/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	color:#FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color: #5E1F12;
	color:#FFF;
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
}


/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	/*border around submenu goes here*/	 
	background-color: #43160D;
	padding-right:40px;
	color: #D2C492;
	}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

#subMenusContainer{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:99;
	}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
/* @end */

/* @group FormChecker TipBox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/
.fc-tbx .tl{
}
.fc-tbx .t{
}
.fc-tbx .tr{
}
.fc-tbx .l{
}
.fc-tbx .r{
}
.fc-tbx .bl{
}
.fc-tbx .b{
	/*background: url(../../gen_images/b.gif) no-repeat;*/
}
.fc-tbx .br{
}
.fc-tbx .c{
	height: 10px;
	background-color:#FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 10px 10px 3px #43160D;
	border: solid;
	border-color: #FFF;
	border-width: 10px;
	margin: 5px;

	
	
	
	/*background-color:#FFF;*/
}
.fc-tbx a.close {
	float: right;
	background: #FFF url(../../gen_images/close.gif) no-repeat;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin : 0;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
	border : 0;
	color : #000;
	letter-spacing:1px;
}

.ajax_loader {
	background : url(../../gen_images/ajax-loader.gif) no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}
/* @end */


