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

@import url(reset.css);

body 
{
	margin: 0px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #CEC4B8 url("images/bg.gif") repeat-y 50% 0;
}

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

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

}


p img
{
	border: 0px;
}




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


}



.clearboth
{
	clear: both;
}

i
{
	display:none;
}

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


#wrap 
{

	position: relative;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 950px;
	background-color:#FFF;
} 		


#header
{
	width:930px;
	height:115px;
	margin-bottom:20px;
}

#logo-container
{
	width:218px;
	float:left;
}

#logo-container img
{
	display:block;
}

#header-extension
{
	float:left;
	border-left:1px solid #C4BCB2;
	width:690px;
	height:115px;
	margin-left:5px;
	padding-left:10px;
}

#sidebar
{
	float:left;
	width:223px;
}

#content-container
{
	float:left;
	width:690px;
	border-left:1px solid #999;
}

#nav-container
{
	margin-top:0px;
	margin-bottom:10px;
}

#nav-container ul
{
	margin:0px;
	padding:0px;
	width:214px;
}

#nav-container ul li
{
	font-size:14px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	margin-bottom:5px;
}

#nav-container ul li a
{
	display:block;
	width:214px;
	height:20px;
	text-decoration: none;
	color: #434343;
	font-weight:bold;
	padding:2px 0px 2px 0px;
}

#nav-container ul li#home a
{
	background:url(images/nav/home.gif) no-repeat 100% 0;
}


#nav-container ul li#whats-on a
{
	background: transparent url(images/nav/whatson.gif) no-repeat 100% 0;
}


#nav-container ul li#news a
{
	background: transparent url(images/nav/news.gif) no-repeat 100% 0;
}

#nav-container ul li#about-us a
{
	background: transparent url(images/nav/aboutus.gif) no-repeat 100% 0;
}


#nav-container ul li#support-us a
{
	background: transparent url(images/nav/supportus.gif) no-repeat 100% 0;
}


#nav-container ul li#contact-us a
{
	background: transparent url(images/nav/contactus.gif) no-repeat 100% 0;
}

#wrap #sidebar #nav-container ul li a:hover{background-position:0 0;}

#p-home #nav-container ul li#home a{background-position:0 0;}
#p-whatson #nav-container ul li#whats-on a{background-position:0 0;}
#p-news #nav-container ul li#news a{background-position:0 0;}
#p-aboutus #nav-container ul li#about-us a{background-position:0 0;}
#p-supportus #nav-container ul li#support-us a{background-position:0 0;}
#p-contactus #nav-container ul li#contact-us a{background-position:0 0;}



#mailing-list-cta
{
	width:190px;
	margin-top:70px;
	margin-left:5px;

}

#mailing-list-cta h1
{
	font-size:14px;
	font-weight:bold;
	color: #434343;
}

#mailing-list-cta p
{
	font-size:12px;
	line-height:15px;
	margin-bottom:5px;
}

#mailing-list-cta p a
{
	color:#434343;
}

#further-info
{
	margin-top:70px;
	margin-left:5px;

}

#further-info p
{
	color:#434343;
	font-size:11px;
	line-height:20px;
}

#further-info p a
{
	color:#434343;
}

#homepage-welcome
{
	margin-bottom:20px;
	margin-left:25px;
	width:680px;
}

#homepage-welcome-image
{
	float:left;
	width:346px;
	height:414px;
}

#welcome-note
{
	float:left;
	width:315px;
	margin-left:18px;
}

#welcome-note p
{
	font-size:16px;
	line-height:20px;
	margin-top:20px;
}

#welcome-note p a
{
	color:#434343;
	font-weight:bold;
}

#homepage-news-items
{
	width:680px;
	margin-left:18px;
}

#spotlight
{
	width:310px;
	background-color: #000;
	color:#FFF;
	float:left;
	height:250px;
}

#spotlight h1
{
	font-size:22px;
	font-weight:bold;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:5px;
}

#spotlight h2
{
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}

#spotlight img
{
	float:left;
	margin-left:8px;
	margin-right:5px;
}

#spotlight p
{
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
	margin-left:8px;
	margin-right:10px;
	/*float:left;
	width:150px;*/
}

#spotlight p a
{
	font-weight:bold;
	color:#FFF;
}

#latest-news-container
{
	width:340px;
	color:#434343;
	float:left;
	margin-left:15px;
	border:1px solid #000;
	padding:5px;
}

#latest-news-container h1
{
	font-size:22px;
	font-weight:bold;
	line-height:22px;
}


#latest-news-container .news-article h1
{
	margin-top:15px;
	font-size:16px;
}


#latest-news-container .news-article h2
{
	color:#999999;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	margin-bottom:10px;
}

#latest-news-container .news-article p
{
	font-size:12px;
	line-height:15px;
}

#latest-news-container .news-article p a
{
	color:#434343;
	font-weight:bold;
}


#archive-nav
{
	margin-top:20px;
	margin-left:5px;
}

#archive-nav h1
{
	color:#434343;
	font-size:14px;
	font-weight:bold;
}

#archive-nav ul
{
	width:220px;
	margin-left:5px;
}

#archive-nav ul li
{
	color:#000000;
	font-size:12px;
	height:20px;
	line-height:20px;
}

#archive-nav ul li a
{
	text-decoration:none;
	color:#000;
}

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

.section-title
{
	height:50px;
	margin-left:10px;
	width:680px;
	position:relative;
}

.section-title img
{
	margin-top:8px;
}

.section-title h1
{
	font-size:35px;
	font-weight:bold;
	line-height:50px;
	padding-left:10px;
}

.section-title p
{
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:7px;
	top:0px;
}

.section-title p a
{
	color:#000;
}

.whatson
{
	background-color:#EE2A7B;
}

.news
{
	background-color:#00ADEF;
}

.aboutus
{
	background-color:#F8ADAA;
}

.supportus
{
	background-color:#BED73B;
}

.contactus
{
	background-color:#FCBA63;
}


.event-preview
{
	margin-top:20px;
	margin-left:10px;
}

.preview-image
{
	float:left;
}

.preview-image img
{
	border-left:1px solid #C9C2BA;
	border-right:1px solid #C9C2BA;
	display:block;
	padding-left:5px;
	padding-right:5px;
}

.preview-info
{
	float:left;
	margin-left:5px;
	width:480px;
}

.preview-info h1
{
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color: #4C4C4C;
}

.preview-info h2
{
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	color: #999;
}


.preview-info h2 a
{
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color: #4C4C4C;
	text-decoration:none;
}

.preview-info h3
{
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color: #F00;
}

.preview-info p
{
	font-size:12px;
	line-height:22px;
	color: #4C4C4C;
	margin-top:10px;
}


#search-by-date
{
	height:70px;
	margin-top:19px;
	width:235px;
	float:left;
}

#search-by-date ul
{
	margin:3px 0px 3px 3px;
}

#search-by-date ul li
{
	float:left;
}


#search-by-artform
{
	height:70px;
	margin-top:19px;
	margin-left:83px;
	width:300px;
	float:left;
}

#search-by-artform ul
{
	margin:3px 0px 3px 3px;
}

#search-by-artform ul li
{
	float:left;
}

.search-button
{
	float:right;
}



.search-day-dropdown
{
	width:80px;

}

.search-month-dropdown
{
	width:130px;
	margin-left:20px;
}

.search-artform-dropdown
{
	width:295px

}

#individual-event
{
	margin-top:20px;
	margin-left:10px;
}

#individual-event h1
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
}

#individual-event h2
{
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#individual-event p
{
	color:#000000;
	font-size:12px;
	line-height:20px;
	margin-top:15px;
}

.full-news-article
{
	width:680px;
	margin-top:20px;
	margin-left:10px;
	border-left:1px solid #A79B8D;
	border-right:1px solid #A79B8D;
}

.article-title
{
	width:250px;
	float:left;
	padding-left:10px;
}

.article-title h1
{
	color:#000000;
	font-size:18px;
	line-height:20px;
	width:195px;
}

.article-title h2
{
	color:#555555;
	font-size:12px;
	line-height:15px;
	margin-top:19px;
}

.article-content
{
	border-left:1px solid #A79B8D;
	float:left;
	width:410px;
}

.article-content p
{
	color:#000000;
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	margin-left:15px;
	width:395px;
}

.article-content img
{
	width:390px;
	height:auto;
}


#general-content
{
	margin-top:40px;
	margin-left:20px;
}

#general-content p img
{
	margin-right:10px;
}

#general-content h1
{
	font-size:14px;
	color:#000;
	line-height:16px;
}

#general-content p
{
	font-size:12px;
	color:#000;
	line-height:16px;
	margin-bottom:20px;
}

#general-content ul
{
	margin-top:3px;
	margin-left:20px;
	margin-bottom:10px;
}

#general-content ul li
{
	list-style:circle;
	font-size:12px;
	font-weight:bold;
	color:#4C4C4C;
	line-height:18px;
	height:18px;
}


/*---------------- CONTACT US FORM --------------------*/

#form-container
{
	margin:25px 0px 0px 0px;
}

#form-container h1
{
	color:#000000;
	font-size:14px;
	line-height:16px;
}

#form-container p
{
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding-bottom:20px;
	margin-left:0px;
	margin-top:0px;
}

#form-container ul
{
	margin-top:10px;
	margin-left:0px;
}


#form-container ul li
{
	list-style:none;
	margin-top:10px;
	color:#F00;
}

#form-container table
{
	width:500px;
}

#form-container table tr
{
	height:35px;
}


#form-container table td
{
	border-bottom:0px none;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	/*text-align:right;*/

}

#form-container table td span
{
	color: #666;
	font-size:10px;
	margin-left:5px;
}

#form-container .missing p
{
	border:1px solid #000000;
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	margin-top:16px;
	padding:10px;
}

.form-element, .attributeinput
{
	width: 263px;
	font-size:14px;
}

.button
{
	width:100px;
	border:1px solid #000;
}
