

/*==================================================
	LAZARUS GROUP CMS - www.lazarusgroup.com

	Created: September 2009
	Project: OrganicIronConcepts.com

	::::::: TOC :::::::

	1. RESET
	2. STRUCTURE
	3. TYPOGRAPHY
	4. SITE

==================================================*/

/* ^Globals */
html, body { height: 100%; }

body {
	color: #000;
	background-color: #686548;
	text-align: center;
	}

/* ^Structure */
#wrap { text-align: left; 
	background-color: #fff;

}
#nav, #subnav, #mainimg { height: 401px; }
/* HEADER */
#head { 
	background: transparent url(/images/headbg.gif) 0 0 no-repeat;
	height: 195px;
	position: relative;
			background-color: #fff;
	}

/* FOOTER */
#footer {
	height: 200px;
	margin-top: 175px;
	}

/* NAVIGATION */
#head ul{
	background: #ffffff url(/images/navbg.gif) 0 0 no-repeat;
	height: 45px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	}
#footer ul { 
	background-color: #38340f;
	height: 45px;
	width: 900px;
	position: relative;
	left: -20px;
	}

#head li{
	float:left;
	display: inline;
	height: 45px; 
	list-style: none;
	}
#footer li {
	padding-top: 10px;
	float:left;
	display: inline;
	height: 45px; 
	list-style: none;
	}

#head a{
	background-color: #fff;
	display: block;
	float: left;
	height: 45px; 
	text-indent: -9999em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#footer a {
	text-decoration: none;
	font-size: 1.3em;
	margin: 20px 15px 0px 32px;
	color:#fff;
	height: 45px; 
	}
#footer img{
	margin-top: -75px;
	float: right;
}
#footer p{
	float:left;
}
.home { 
	background-image: url(/images/home.gif); 
	width: 76px; 
	}

.about { 
	background-image: url(/images/about.gif); 
	width: 96px; 
	}

.contact { 
	background-image: url(/images/contact.gif); 
	width: 101px; 
	}

.architecture { 
	background-image: url(/images/architecture.gif); 
	width: 152px; 
	}

.furnishings { 
	background-image: url(/images/furnishings.gif); 
	width: 121px; 
	}

.sculpture { 
	background-image: url(/images/sculpture.gif); 
	width: 145px; 
	}

.jewelry { 
	background-image: url(/images/jewelry.gif); 
	width: 121px; 
	}

.media { 
	background-image: url(/images/media.gif); 
	width: 88px; 
	}

#head a:hover{ background-color: transparent; }


/* PERSISTENT STATE NAVIGATION */
body#home .home,
body#about .about,
body#contact .contact,
body#architecture .architecture,
body#furnishings .furnishings,
body#sculpture .sculpture,
body#jewelry .jewelry,
body#media .media {
	background-color: transparent;
	}

/* CONTENT */
#content { 
	min-height: 400px;
	margin-top: 20px; 
		background-color: #fff;
}

/* ^CMS */

/* actionline */
.actionline {float: right; }

.actionline li {
	list-style: none outside;
	display: inline;
	width: 20px;
	height: 14px;
	line-height: 14px;
	}

.actionline a {padding: 0 14px; margin: 0 0 0 7px;}

.back {background: url(/images/arrow_left.gif) 0 7px no-repeat; border-right: 1px solid;}
.print {background: url(/images/printer.gif) 0 7px no-repeat; border-right: 1px solid;}
.email {background: url(/images/mail.gif) 0 7px no-repeat;}

/* email article */
form { font-size: 1.4em; }

fieldset {
	border: 1px solid #d6d6d6;
	width: 600px;
	margin: 0 0 2em 0;
	padding: 14px 0;
	}

legend span { font-size: 1.2em; background-color: #fff; padding: 0 14px; }

form ul {
	margin: 30px;
	}

form li {
	list-style: none outside;
	line-height: 1.42em;
	margin: 1em 0;
	height: auto;
	}

.error {color: #C62E07; font-style: italic;}

form em {font-size: 14px;}

label { text-align: right; float: left; display: block; margin-right: 16px; width: 160px; }
input,textarea { border: 1px solid #9f9f9f; width: 300px; line-height: 1.42em; }
textarea { height: 200px; }
.submit { width: 120px; float: right; margin: 0 150px 0 0 ;}

/* ^Extras */
/*media library images*/
	
.media_lib_image_left {
float: left;
margin: 0 30px 0 0;
padding: 1px;
background-color: #fff;
border: 1px solid #2F2C12;
}

.media_lib_image_right {
float: right;
margin: 0 0 30px 0;
padding: 1px;
background-color: #fff;
border: 1px solid #2F2C12;
}

.media_lib_image {
margin: 3px 3px 3px 3px;
padding: 1px;
background-color: #fff;
border: 1px solid #2F2C12;
}

cite {
color: #000;
font-style: normal;
padding-left: 10px;
font-size: 13px;
}

/* EXTRAS */
blockquote { background-color: #686548; border: 1px solid #2F2C12; }
blockquote p { color: #fff; font-size: 1.1em; margin: 6px; }


#mainimg { position: relative; 
width:658px;}

#mainimg .caption { font: .7em/1.1em Tahoma, sans-serif; display: inline; position: absolute; }

#mainimg .title { color: #5c94bf; left: 0; }
#mainimg .title span { color: #edbf0b; }

#mainimg .size {  left: 266px; }

#mainimg .buy { right: 9px; bottom: -7px; }

#mainimg .buy_button { background: #000 url(/userfiles/image/buy_button.gif) 0 0; float: right; height: 23px; width: 103px; display: block; }
#mainimg .buy_button:hover { background-position: 0 27px; }

#prev-image {
display: inline;
padding-left: 7px;
}
#next-image{
display: inline;
float:right;
padding-right: 17px;
}


ul { list-style-type: /*circle*/none; }
ol { list-style-type: decimal; }
li { line-height: 1.4em; } 
ul li a p{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding: 0;}