/*
Title:      Template Master Styles
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/

@import url(reset.css);

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: center;
	color: #707070;
}






/* ---( common elements )------------------------------- */

p 
{
	margin: 0px;
	padding: 0px;

}


p img
{
	border: 0px;
}




h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;


}



.clearboth
{
	clear: both;
}

/* ---( wrapper )------------------------------- */


#wrap 
{

	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 960px;
} 		


/* ---( nav )------------------------------- */

#main-nav-container
{
	border-bottom:1px solid #CFCFCF;
	height:85px;
	margin-bottom: 30px;
	width:960px;
}

#p-exhibitions-home #main-nav-container
{
	margin-bottom: 10px;
}

#main-nav-container.art-page {
	margin-bottom: 0px;
}

#logo
{
	margin-top:10px;
	float:left;
}

#logo img
{
	display:block;
	border:0px;
}

#nav
{
	float:right;
	margin-top:37px;

}

#nav ul
{
	/*width:590px;*/
	width:485px;
}

#nav ul li
{
	display:inline;
	float:left;
	margin-left:20px;
}

#nav ul li a
{
	text-decoration: none;
	color: #9F9F9F;
	display: block;
	height: 42px;
	font-size: 18px;
}

#nav ul li a:hover
{
	border-bottom: 6px solid #707070;
	color: #707070;
}

#p-home #nav ul li#home a,
#p-artwork #nav ul li#artwork a,
#p-artists #nav ul li#artists a,
#p-exhibitions-home #nav ul li#exhibitions a,
#p-exhibitions #nav ul li#exhibitions a,
#p-news #nav ul li#news a,
#p-corporate #nav ul li#corporate a,
#p-contact #nav ul li#contact a
{
	border-bottom: 6px solid #707070;
	color: #707070;
}

#p-about #footer-nav ul li#about a
{
	border-top: 6px solid #707070;
	color: #707070;
}


/* ---( homepage )------------------------------- */

#homepage-container
{
	margin-top:0px;
}

#homepage-slider-container
{
	width:608px;
	height:448px;
	float:left;
}

#homepage-latest-news
{
	width:331px;
	height:460px;
	float:left;
	margin-left:21px;
}

#homepage-latest-news h1
{
	font-size:20px;
	border-bottom:1px dotted #707070;
	padding-bottom:7px;
}

#homepage-latest-news h2
{
	font-size:14px;
	margin-top:16px;
}

#homepage-latest-news h2 a
{
	text-decoration:underline;
	color:#6F6DAE;
}


#homepage-latest-news .news-stub
{
	margin-top:7px;
	padding-bottom:11px;
	border-bottom:1px dotted #707070;
	font-family: verdana, sans-serif;
}

#homepage-latest-news .news-stub h1
{
	color:#555;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	border:0px;
	padding:0px;
}

#homepage-latest-news .news-stub p
{
	font-size:12px;
	font-weight:noraml;
	line-height:18px;
	border:0px;
}

#homepage-latest-news .news-stub p a
{
	color:#6F6DAE;
	text-decoration:none;
	font-weight:bold;
}

#homepage-latest-news .last
{
	border-bottom:0px;

}


/* ---( artwork )------------------------------- */

#artwork-container
{
	margin-top:0px;
}

.artwork-preview
{
	border:1px solid #DEDEDE;
	height:245px;
	padding:10px;
	width:284px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.artwork-preview-image
{
	height: 205px;
	min-height: 205px;
}

.artwork-preview-last
{
	margin:0px;
}

.artwork-preview img
{
	display: block;
	margin: 0 auto;
}

.artwork-preview h1
{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-top:3px;
}

.artwork-preview h2
{
	font-style:italic;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height:14px;
}

.artwork-preview p
{
	font-family: verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:7px;
}

#section-nav-container
{
	border-bottom:1px solid #CFCFCF;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
}

#section-nav-container.bottom-nav
{
	border-bottom:none;
	border-top:1px solid #CFCFCF;
	height:30px;
	line-height:30px;
	margin-bottom:0px;
	margin-top:20px;
}

#section-nav-container.bottom-nav #section-nav
{
	float: none;
}

#section-nav-container.bottom-nav #section-nav p {
	margin-left: 4px;
}

#section-nav-container h1
{
	font-weight:bold;
	float:left;
	width:355px;
}

#section-nav
{
	float:right;
	font-family: verdana, sans-serif;
}

#section-nav p
{
	color: #DEDEDE;
	float:left;
	line-height:30px;
	height:30px;
	font-size:12px;
	margin-left:20px;
}

#section-nav p span
{
	color:#404040;
	margin-right:25px;
}

#section-nav p a
{
	color:#404040;
	display:inline;
	font-weight:normal;
	padding:2px 6px;
	text-decoration:none;
}

#section-nav p a:hover
{
	color:#FFF;
	background-color:#999;
}



#section-nav .order-select
{
	margin-top:6px;
	font-size:12px;
}

/* ---( artist list row )------------------------------- */

.artist-list-row
{
	border-bottom:1px dotted #707070;
	height:189px;
	margin-bottom:25px;
}

.artist-list-row-last
{
	border-bottom:0px;
	margin-bottom:0px;
}


.artist-preview
{
	height:168px;
	padding:10px;
	width:278px;
	float:left;
	margin-right:20px;
	margin-bottom:0px;
}

.artist-preview img
{
	display:block;
}

.artist-preview h1
{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-top:10px;
}

.artist-preview h2
{
	font-style:italic;
	font-size:12px;
	line-height:14px;
}

.artist-preview p
{
	font-family: verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:7px;
}

/* ---( news )------------------------------- */

#news-container
{
	float: left;
	margin-top:0px;
}

#news-archive-container
{
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	width: 130px;
}

#news-archive-container h3
{
	font-weight: normal;
}
#news-archive-container li a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.news-item
{
	margin-bottom:30px;
}

.news-item-photos
{
	width:261px;
	margin-right:20px;
	float:left;
}

.news-item-photos img
{
	margin-bottom:5px;
	margin-top:2px;
}

.news-item-blurb
{
	width:480px;
	float:left;
}

.news-item-blurb h1
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 10px;
	text-transform: uppercase;
}

.news-item-blurb h2
{
	color:#6E6E6E;
	font-size:20px;
	line-height:22px;
	margin-bottom:11px;
	margin-top:4px;
}

.news-item-blurb h3
{
	color:#6E6E6E;
	font-size:12px;
	font-weight: bold;
	line-height:17px;
	margin-bottom:5px;
}

.news-item-blurb p
{
	color: #6E6E6E;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 5px;
}

/* ---( exhibition )------------------------------- */

#xbt-container
{
	float: left;
	margin-top:0px;
}

#xbt-container.archive
{
	margin-bottom: 30px;
}

#xbt-container h4
{
	font-weight: bold;
	margin-bottom: 15px;
}

.xbt-info
{
	margin-bottom: 20px;
}

.xbt-info-image
{
	float: left;
	width: 577px;
}

.xbt-info-copy
{
	margin-left: 600px;
	min-height: 385px;
	position: relative;
}

.xbt-info-copy h1
{
	font-family:Verdana,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:10px;
	text-transform:uppercase;
}

.xbt-info-copy h2
{
	color:#6E6E6E;
	font-size:20px;
	line-height:22px;
	margin-bottom:11px;
	margin-top:4px;
}

.xbt-info-copy p
{
	color:#6E6E6E;
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:17px;
	margin-bottom:5px;
}

#xbt-info-scroller
{
	height: 395px;
	margin-top: 10px;
	overflow: auto;
	width: 361px;
}

#xbt-container.single #xbt-info-scroller
{
	height: 338px;
}

#xbt-info-container {
	width: 335px;
}

#xbt-links {
	clear: both;
	display: block;
	margin-top: 20px;
}

#xbt-links a {
	color: #707070;
	display: block;
	font-family: georgia, serif;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
}

#xbt-links a:hover {
	background-color: #707070;
	color: #FFF;
}

#xbt-links ul li {
	display: inline;
	float: left;
	text-align:center;
}

#xbt-links li a {
	background-color:#AAAAAA;
	color: #FFF;
}

#xbt-links li.xbt-upcoming a {
	border-right: 1px solid #FFF;
	width: 385px;
}

#xbt-links li.xbt-archive a {
	width: 191px;
}

p.xbt-notice {
	color:#6E6E6E;
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:17px;
	margin-bottom:5px;
}

#xbt-archive-container
{
	float: right;
	margin-left: 50px;
	margin-top: 0px;
	width: 130px;
}

#xbt-archive-container h3
{
	font-weight: normal;
}

#xbt-archive-container li a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.xbt-item
{
	margin-bottom:30px;
}

.xbt-item-photos
{
	width:261px;
	margin-right:20px;
	float:left;
}

.xbt-item-photos img
{
	margin-bottom:5px;
	margin-top:2px;
}

.xbt-item-blurb
{
	width:480px;
	float:left;
}

.xbt-item-blurb h1
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 10px;
	text-transform: uppercase;
}

.xbt-item-blurb h2
{
	color:#6E6E6E;
	font-size:20px;
	line-height:22px;
	margin-bottom:11px;
	margin-top:4px;
}

.xbt-item-blurb h3
{
	color:#6E6E6E;
	font-size:12px;
	font-weight: bold;
	line-height:17px;
	margin-bottom:5px;
}

.xbt-item-blurb p
{
	color: #6E6E6E;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 5px;
}


/* ---( contact )------------------------------- */

#contact-container
{
	margin-top:0px;
}

#map
{
	float:left;
	width:642px;
	height:355px;
	margin-right:15px;
}

#contact-details
{
	float:left;
	width:300px;
}

.contact-info
{
	margin-bottom:20px;
}

.contact-info h1
{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:5px;
}

.contact-info p
{
	font-size:11px;
	font-family: verdana, sans-serif;
	line-height:18px;
}


/* ---( about )------------------------------- */

#about-container
{
	margin-top:0px;
}

#about-container img
{
	float:right;
}

#about-container p, #about-container li
{
	color:#6E6E6E;
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:17px;
	margin-bottom:10px;
}

#about-container p
{
	width:642px;
}

#about-container ul
{
	list-style-type:circle;
	margin-bottom:10px;
	padding-left:30px;
}


/* ---( exhibitions )------------------------------- */

#exhibitions-container
{
	margin-top:0px;
}


/* ---( footer )------------------------------- */

#footer
{
	border-top:1px solid #CFCFCF;
	height:35px;
	margin-top:20px;
}

#footer.art-page
{
	margin-top:0px;
}

#footer-nav
{
	float:left;
	height:35px;
	margin-top:-1px;
}


#footer-nav ul
{
	width:650px;
	height:35px;
	margin-left:5px;
}

#footer-nav ul li
{
	display:inline;
	float:left;
	margin-right:20px;
	height:35px;
	line-height:35px;

}
#footer-nav li a
{
	color:#707070;
	font-size:12px;
	padding-top:5px;
	text-decoration:none;
}

#footer-nav ul li a:hover
{
	border-top:6px solid #707070;
	color:#606060;
}



#newsletter-signup
{
	float:right;
	height:25px;
	width:305px;
	margin-top:6px;
}


#newsletter-signup p
{
	font-size:12px;
	float:left;
	margin-left:8px;
	display:inline;
}

.subscribe-textbox
{
	border:1px solid #AAA;
	color:#AAA;
	font-size:12px;
	padding:3px 6px;
	width:207px;
	height:17px;
}

#newsletter-signup a
{
	background-color:#AAA;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-align:center;
	width:68px;
	text-decoration:none;
}


/* ---( artist info page )------------------------------- */

#artist-info-container
{
	margin-top:10px;
	margin-bottom:20px;
}

#popup-artist-info-container
{
	margin: 10px;
}

#art-box
{
	float:left;
	width:625px;
}

#art-related-container
{
	float:left;
	margin-left:24px;
	width:300px;
}

#piece-photos-hires
{
	width:625px;
	height:435px;
	float:left;
	border:1px solid #DEDEDE;
}

#large-photo-container
{
	width:625px;
	height:435px;
}

#large-photo-container img
{
	display:block;
	margin:0 auto;
	margin-top:40px;
}

#artist-info-box
{
	float:left;
	margin-top: 20px;
	width:625px;
}

#artist-info-box h2
{
	color:#6E6E6E;
	font-size:20px;
	line-height:22px;
	margin-bottom:11px;
	margin-top:4px;
}

#artist-info-box p
{
	color:#6E6E6E;
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:17px;
	margin-bottom:5px;
}

#artwork-message p
{
	font-size: 12px;
}

#artist-request-box
{
	margin:0px;
	margin-top: 30px;
}

#artwork-request h1
{
	background: #FFF url(../images/down.gif) no-repeat scroll right 2px;
	border-bottom:1px dotted #DDD;
	color:#A7A7A7;
	font-family: verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
	text-transform: uppercase;
}

#artwork-request h1.up {
	background: #FFF url(../images/up.gif) no-repeat scroll right 2px;
}

#artwork-request a
{
	color:#A7A7A7;
	text-decoration: none;
}

#artwork-request a:hover
{
	color:#6E6E6E;
	text-decoration: none;
}


#artwork-request form label {
	font-family: verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 5px;
}

#artwork-request form input {
	background-color: #F0F0F6;
	border: 1px solid #CDCDCD;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 5px;
	width: 280px;
}


#artwork-request form input#button {
	background-color: #FFF;
	border: 1px solid #CDCDCD;
	color: #6E6E6E;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px;
	width: 120px;
}

#artwork-request form span.errorMsg {
	color:#000000;
	display:block;
	font-family: verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}






#artist-work-overview
{
	margin:0px;
	margin-top: 30px;
}

#artist-work-overview h1
{
	border-bottom: 1px dotted #DDD;
	color: #A7A7A7;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#artist-work-overview img
{
	padding-bottom: 5px;
	padding-right: 5px;
}

#piece-info-container
{
	width:300px;
}

#piece-info-container h1
{
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
	color:#A7A7A7;
	margin-bottom:10px;
	text-transform: uppercase;
}

.piece-info
{
	margin-top:0px;
	font-family: Verdana, sans-serif;
}

#piece-info-container .piece-info h1
{
	border-bottom:1px dotted #DDD;
	color:#A7A7A7;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
	text-transform: uppercase;
}



#piece-info-container .piece-info table
{
	margin-top:0px;
	margin-bottom:0px;
}

#piece-info-container .piece-info table tr, #piece-info-container .piece-info
{
	color:#5C5C5C;
	font-size:9px;
	line-height:18px;
	text-align: left;
}

#piece-info-container .piece-info table tr .artwork-title, #piece-info-container .artwork-title
{
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
}

#piece-info-container .piece-info table tr em, #piece-info-container em
{
	font-size: 12px;
	font-style: italic;
}

#piece-info-container .more-info-link
{
	color: #FFF;
	text-decoration: none;
}

#piece-info-container .more-info-link a
{
	color: #5C5C5C;
	text-decoration: none;
}

#more-info-scroller {
	height: 378px;
	margin-top: 10px;
	overflow: auto;
	width: 300px;
}

#more-info-container {
	width: 270px;
}

#footer-nav ul li#twitter
{
	padding-top:7px;
	margin-left:33px;
}

#footer-nav ul li#fb
{
	padding-top:7px;
}

