
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Hawthorn Galleries
URL :      

Created :  07.13.2009
Modified : 07.27.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: 1px dotted #333; }
	
/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
-------------------------------------------- */
.clearfix:after, 
#content:after, 
#footer:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, 
#content, 
#footer { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, 
* html #content, 
* html #footer { height: 1%; }
.clearfix, 
#content, 
#footer { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -    H T M L	    - - - - - - - - - - - - - - - - - - - - - - - */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #888;
	background: #0f0100 url(../images/body_bg.jpg) no-repeat center top;
}

html>body { font-size: 10px; }

/* Anchor Links 
-------------------------------------------- */
a:link { color: #249AB8; text-decoration: underline; }
a:visited { color: #249AB8; text-decoration: underline; }
a:hover {  color: #249AB8; text-decoration: none; }
a:active {  color: #249AB8; text-decoration: none; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.6em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* Images 
-------------------------------------------- */
img.left { display: inline; float: left; margin: 0 1em 0.25em 0; }
img.right { display: inline; float: right; margin: 0.75em 0 0.75em 0.75em; }

/* - - - - - - - - - - - - - - - - - - - - - - -    M A I N - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
.nav, .nav li { margin: 0; list-style: none; }

#wrapper {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

/* Header
-------------------------------------------- */
#header {
	position: relative;
	width: 840px;
	height: 201px;
}

#header #logo {
	position: absolute;
	top: 89px;
	left: 0;
	width: 840px;
	height: 112px;
}

/* Global Navigation */
#header .nav {
	position: absolute;
	top: 44px;
	left: 25px;
	width: 790px;
	height: 46px;
}

#header .nav li { float: left; }

#header .nav li a {
	float: left;
	display: inline-block;
	display: block;
	height: 46px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/nav_sprite.jpg);
}

#header .nav li#gn-home a { width: 86px; background-position: 0 0; }
#header .nav li#gn-home a:hover, body.home #header .nav li#gn-home a { background-position: 0 -46px; }
#header .nav li#gn-about a { width: 92px; background-position: -86px 0; }
#header .nav li#gn-about a:hover, body.about #header .nav li#gn-about a { background-position: -86px -46px; }
#header .nav li#gn-artists a { width: 80px; background-position: -178px 0; }
#header .nav li#gn-artists a:hover, body.artists #header .nav li#gn-artists a { background-position: -178px -46px; }
#header .nav li#gn-painting a { width: 105px; background-position: -258px 0; }
#header .nav li#gn-painting a:hover, body.flatwork #header .nav li#gn-painting a { background-position: -258px -46px; }
#header .nav li#gn-sculpture a { width: 111px; background-position: -363px 0; }
#header .nav li#gn-sculpture a:hover, body.sculpture #header .nav li#gn-sculpture a { background-position: -363px -46px; }
#header .nav li#gn-ceramics a { width: 119px; background-position: -474px 0; }
#header .nav li#gn-ceramics a:hover, body.ceramics #header .nav li#gn-ceramics a { background-position: -474px -46px; }
#header .nav li#gn-glass a { width: 88px; background-position: -593px 0; }
#header .nav li#gn-glass a:hover, body.glass #header .nav li#gn-glass a { background-position: -593px -46px; }
#header .nav li#gn-jewelry a { width: 109px; background-position: -681px 0; }
#header .nav li#gn-jewelry a:hover, body.jewelry #header .nav li#gn-jewelry a { background-position: -681px -46px; }

/* Content
-------------------------------------------- */
#content {
	padding: 0 0 20px;
	background-color: #fff;
}

/* Slideshow Banner */
#slideshow-banner {
	float: left;
	width: 820px;
	padding: 20px 20px 44px 0;
	color: #444;
	background: #fff url(../images/hr_bg.jpg) repeat-x left bottom;
}

#slideshow-banner h3,
#slideshow-banner p,
ul#hours,
#search-form {
	float: right;
	width: 254px;
	margin: 0;
	padding: 0;
}

#slideshow-banner h2 {
	margin: 0 0 0.25em;
	font-size: 1.6em;
	font-weight: bold;
}

#slideshow-banner h3 {
	padding: 0.5em 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

#slideshow-banner p { font-size: 1.2em; line-height: 1.5em; }

ul#hours {
	padding: 0 0 0.5em;
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

ul#hours li { margin: 0; list-style: none; line-height: 1.33em; }

#search-form label {
	font-size: 2.4em;
	font-weight: bold;
	color: #D87515;
}

#search-form label small {
	display: block;
	margin: 0 0 5px;
	font-size: 0.5em;
	font-weight: normal;
	color: #444;
}

#search-form .field input {
	float: left;
	width: 204px;
	height: 18px;
	margin: 0 18px 0 0;
}

#search-form .button input { float: left; }

#slideshow {
    position: relative; 
	float: left;
	width: 491px;
	height: 270px;
	margin: 0 0 0 0;
	padding: 23px 0 0 54px;
	background: url(../images/slideshow_frame.jpg) no-repeat 29px 1px;
}

.scrollable {
	position: relative;
    overflow: hidden; 
	width: 458px;
	height: 252px;
}

.scrollable .items { 
    /* this cannot be too large */ 
    width: 20000em; 
    position: absolute; 
} 
 
.scrollable .items div { 
   float: left; 
}

#slideshow ul.nav li a {
	position: absolute;
	top: 120px;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	overflow: hidden;
}

#slideshow ul.nav li#ss-prev a { 
	left: 20px; 
	background: url(../images/slideshow_prev.png) no-repeat 0 0;
	behavior: url(css/iepngfix.htc) ;
}

#slideshow ul.nav li#ss-next a { 
	right: 0;	
	background: url(../images/slideshow_next.png) no-repeat 0 0;
	behavior: url(css/iepngfix.htc) ;
}














/* Title Bar */
h1 {
	width: 820px;
	margin: 0 0 20px;
	padding: 0 0 24px 20px;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	color: #D87515;
	background: url(../images/hr_bg.jpg) repeat-x left bottom;
}

/* Footer
-------------------------------------------- */
#footer-wrap {
	clear: both;
	margin-bottom: 40px;
	padding: 0 0 19px;
	background: url(../images/footer_bot.png) no-repeat left bottom;
}

#footer {
	padding: 16px 20px 0;
	background: #441C06 url(../images/footer_gradient.jpg) repeat-x left top;
}

#footer #contact-info {
	float: left;
	width: 308px;
}

#footer #other-shows {
	float: left;
	width: 320px;
}

#footer #mail {
	float: left;
	width: 172px;
}

#footer h4 {
	font-size: 2.8em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #76310B;
	color: #76310B;
}

#footer p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #E69568;
}

#footer ul {
	margin: 0 0 1.5em;
}

#footer ul li a, 
#footer ul li a:visited {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #E69568;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #mail a {
	display: block;
	width: 81px;
	height: 88px;
	margin: 20px 0 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/footer_mail.jpg)
}

/* - - - - - - - - - - - - - - - - - - - - - - -    P A G E - D E T A I L S    - - - - - - - - - - - - - - - - - - - - - - - */

/* Image Lists
-------------------------------------------- */
ul#img-list, ul#img-list li { float: left; margin: 0; list-style: none; }

ul#img-list {
	margin: -28px 0 0 0;
}

ul#img-list li {
	width: 210px;
	margin: 28px 0 0;
	padding: 0 35px 24px;
	background: url(../images/hr_bg.jpg) repeat-x left bottom;
	font-size: 1.2em;
}

ul#img-list li a {
	display: block;
	font-size: 0.83em;
	font-style: italic;
}

/* Paginate */
.paginate {
	float: left;
	clear: both;
	width: 820px;
	margin: -24px 0 0 0;
	padding: 100px 10px 0;
	text-align: right;
	background-color: #fff;
}

.paginate .nav { display: inline; }

.paginate h4 {
	display: inline;
	padding: 0 3px 0 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #666;
}

.paginate .nav li {
	display: inline;
	padding: 0 3px 0 0;
	margin: 0 2px 0 0;
	font-size: 1em;
	line-height: 1.2em;
	border-right: 1px solid #8C8C8C;
	color: #8AC9D9;
}

.paginate .nav li.last { border-right: none; }

.paginate .nav li a { text-decoration: none; color: #666; }

.paginate .nav li a:hover { text-decoration: underline; }

/* Alphabetical Navigation
-------------------------------------------- */
#alpha-nav {
	margin: 0 22px 12px 22px;
	padding: 0 2px 8px;
	border-bottom: 1px solid #CFCFCF;
	font-size: 1.8em;
	color: #000;
}

#alpha-nav li { display: inline; padding: 0 6px 0 0; }

#alpha-nav li a,
#alpha-nav li a:visited {
	color: #888;
	text-decoration: none;
}

#alpha-nav li a:hover { text-decoration: underline; }

/* Alphabetical List */
#alpha-list {
	float: left;
	margin: 0 0 10px;
	padding: 0 25px;
}

#alpha-list li { 
	float: left; 
	width: 158px;
	margin: 0 0 0.5em;
	font-size: 1.2em;
}

#alpha-list li a,
#alpha-list li a:visited {
	color: #000;
	text-decoration: none;
}

#alpha-list li a:hover {
	color: #D0500C;
}

/* Detail Pages
-------------------------------------------- */
#description {
	float: left;
	width: 266px;
	/*height: 365px;*/
	margin: 0 0 10px 19px;
	padding: 10px 12px;
	background-color: #EDECEC;
}

#description h2 {
	padding: 4px 7px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 1.8em;
	font-weight: normal;
	color: #3E9DB5;
	background-color: #fff;
}

#description p { 
	font-size: 1.2em; 
	padding: 4px 7px;
	margin: 0 0 1em;
}

#callouts {
	float: left;
	clear: left;
	width: 290px;
	margin: 0 0 20px 19px;
}

#slideshow-pro {
	float: right;
	width: 500px;
	margin: 0 19px 10px 0;
	padding: 10px 0 0;
	border-top: 1px solid #EDECEC;
}

/* Contact Us Page
-------------------------------------------- */
#contact-details {
	float: left;
	padding: 0 50px 20px 20px;
	width: 400px;
	font-size: 1.2em;
}

#contact-details strong { font-size: 1.16em; }

.vcard { margin: -1em 0 1.5em 0; line-height: 1.5em; }

.vcard .org { display: none; }

#google-map img {
	margin: 0 0 5px 0;
	border: 1px solid #888;
}

#google-map a,
#google-map a:visited {
	display: block;
	font-size: 0.83em;
	text-align: right;
	color: #f00;
}

#contact-form {
	float: right;
	width: 370px;
	margin: 0 0 20px 0;
}

#contact-form .error_list {
	color:#7F0000;
	list-style:none;
	margin:0px;
	padding:0px;
}

#contact-form .field label {
	display: block;
	margin: 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#contact-form .field input {
	width: 262px;
	height: 18px;
	margin: 0 0 10px;
}

#contact-form .field textarea {
	width: 262px;
	height: 124px;
	margin: 0 0 10px;
}

#contact-form .captcha label {
	display: block;
	margin: 0 0 2px;
	font-size: 1.2em;
	color: #000;
}

#contact-form .captcha img { float: left; margin: 0 0 5px; }

#contact-form .captcha a,
#contact-form .captcha a:visited {
	display: block;
	float: left;
	height: 28px;
	padding: 12px 0 0 5px;
	font-size: 1.2em;
	color: #00f;
}

#contact-form .captcha input {
	float: left;
	clear: left;
	width: 112px;
	height: 16px;
	margin: 8px 5px 0 0;
	border: 1px solid #000;
}

#contact-form .button input { float: left; }

#contact-form .success { 
	background-color: #FFF58F;
	border:1px solid #BFAF00;
	color:#106F00;
	padding:5px;
	width:259px;
	margin-bottom:10px;
}

/* About Hawthorn Page
-------------------------------------------- */
body.about #main-content,
body.about #sub-content {
	float: left;
	width: 388px;
	padding: 0 16px;
	font-size: 1.2em;
}

body.about #main-content p,
body.about #sub-content p { line-height: 1.5em; }
body.about #sub-content p { margin: 0; } 

p.hours-accent {
	width: 388px;
	height: 164px;
	background: url(../images/about_accent.jpg) no-repeat left bottom;
}

/* Home Page
-------------------------------------------- */
body.home #slideshow-banner { background: #fff url(../images/home_hr_bg.jpg) repeat-x left bottom; }

body.home #content { background: #fff url(../images/home_content_bg.jpg) repeat-y 492px 0; }

body.home #main-content { float: left; width: 504px; }
body.home #sub-content { float: right; width: 335px; }

body.home h2 {
	clear: both;
	float: left;
	padding: 0 0 24px 20px;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	color: #D87515;
}

body.home #main-content h2 { width: 484px; margin: 0 0 20px; background: url(../images/hr_bg_fade.jpg) no-repeat left bottom; }
body.home #sub-content h2 { width: 315px; margin: 0 0 10px; background: url(../images/hr_bg_fade2.jpg) no-repeat left bottom; }

body.home ul#img-list { background: url(../images/hr_bg_fade.jpg) no-repeat left bottom; }

body.home ul#img-list li {
	width: 116px;
	margin: 28px 0 0;
	padding: 0 24px 16px;
	background: none;
	font-size: 1.4em;
	color: #666;
}

body.home ul#img-list li p {
	padding: 5px 0;
	line-height: 2.8em;
}

body.home ul#img-list li small {
	display: block;
	color: #999;
	line-height: 1.8em;
}

/* Styles Tabbed Nav */
#style-tabs {
	float: left;
	width: 504px;
	margin: -16px 0 0;
	padding: 0 0 28px;
	background: url(../images/hr_bg_fade.jpg) no-repeat left bottom;
}

#style-tabs .nav { float: left; height: 170px; padding: 0 0 0 20px; }

#style-tabs .nav li a,
#style-tabs .nav li a:visited {
	display: inline-block;
	display: block;
	width: 105px;
	height: 28px;
	margin: 0 0 -5px 0;
	padding: 8px 0 0 20px;
	font-size: 1.4em;
	text-decoration: none;
	color: #888;
	background-color: #E2E2E1;
	border: 1px solid #D3D3D3;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;

}

#style-tabs .nav li a.current,
#style-tabs .nav li a.current:visited,
#style-tabs .nav li a:hover {
	color: #33A1BD;
	background-color: #fff;
	border-right-color: #fff;
}

#style-tabs img {
	float: left;
	padding: 10px;
	border: 1px solid #E2E2E1;
	border-left: none;
	
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-radius: 6px;
	-webkit-border-top-radius: 6px;

}

/* Art Submissions */
#submissions img {
	float: left;
	padding: 0 14px 0 20px;
}

#submissions p {
	float: left;
	width: 158px;
	margin: 0 0 1.25em;
	font-size: 1.2em;
	line-height: 1.5em;
}

#submissions a {
	display: block;
	float: left;
	width: 84px;
	padding: 95px 37px 0;
	text-align: center;
	background: url(../images/icon_pdf_submission.jpg) no-repeat center top;
}

/* Art Walk */
#art-walk {
	width: 288px;
	padding: 0 23px 28px 24px;
	font-size: 1.2em;
	background: url(../images/hr_bg_fade2.jpg) no-repeat left bottom;
}

#art-walk h3 { padding: 10px 0 0; font-weight: bold; }

#art-walk p { margin: 0; }

#art-walk a { font-size: 0.83em; font-style: italic; }

/* Shows Tabbed Nav */
#shows-tabs {
	float: left;
	width: 288px;
	margin: -8px 0 16px;
	padding: 0 24px 28px 23px;
	background: url(../images/hr_bg_fade2.jpg) no-repeat left bottom;
}

#shows-tabs .nav { float: right; }

#shows-tabs .nav li { float: left; }

#shows-tabs .nav li a,
#shows-tabs .nav li a:visited {
	float: left;
	display: inline-block;
	display: block;
	height: 15px;
	margin: 0 0 -1px 0;
	padding: 6px 12px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #888;
	background-color: #E2E2E1;
	border: 1px solid #D3D3D3;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;	

}

#shows-tabs .nav li a.current,
#shows-tabs .nav li a.current:visited,
#shows-tabs .nav li a:hover {
	color: #33A1BD;
	background-color: #fff;
	border-bottom-color: #fff;
	position: relative;
	z-index: 90;
}

#shows-tabs .details {
	float: right;
	clear: both;
	margin: 0 0 10px;
	padding: 20px;
	border: 1px solid #E2E2E1;
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;

}

#shows-tabs .details img {
	margin: 0 0 10px;
}

#shows-tabs .details h3,
#shows-tabs .details p {
	width: 246px;
	margin: 0;
	font-size: 1.2em;
	color: #666;
}

#shows-tabs .details a {
	display: block;
	width: 246px;
	font-style: italic;
	text-align: right;
}

/* Art Walk Callout */
a#ffaw { margin: 6px 0 0 23px; }




