/*
Theme Name: ClickNetherfield
Theme URI: http://click-netherfield.co.uk
Description: Custom template for ClickNetherfield
Author: Adam Onishi (via Clinton Montague)
Author URI: http://oneltd.co.uk/
*/
/*
*General Content
*/

/*** Must be a reason for this ***/
#page_title {	margin-bottom: 0; }

#main-content /*Main content container for News & Events page*/
{
	margin: 10px 0;
	padding: 0;
	float: left;
}

#news-content
{
	width: 594px;
	margin-right: 40px;
	padding-left: 20px;
	float: left;
}
#news-content h1
{
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

#news-content h1 a
{
	color: rgb(34, 19, 19);
}

#news-content h1 a:hover
{
	text-decoration: none;
}

#news-content p.date
{
	color: #941521;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
#new-content img
{
	margin: 10px 0;
}

#news-navigation
{
	background-color: #f8f7f5;
	width: 324px;
	/*height: 1020px;*/
	margin: 0;
	padding: 0;
	float: left;
}
#news-navigation h1
{
	background-color: #edebe5;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0;
	padding: 10px;
}

#latest-posts
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#archives
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#latest-posts, #archives
{
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
	border-bottom: 1px solid #e9e8e8;
	margin-bottom: 13px;
	font-size: 9px;
}

#latest-posts li, #archives li
{
	border-top: 1px solid #e9e8e8;
}

#latest-posts li a, #archives li a
{
	margin-left: -8px;
	display: block;
	color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 8px;
	border-left: 8px solid #f8f7f5;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

#latest-posts li a:hover, #archives li a:hover
{
	color: #941521;
	border-left: 8px solid #941521;
	text-decoration: none;
}

a.tech_spec_download 
{
	background-image: url(/_assets/images/common/showcase-news-icon.gif);
	border-bottom: none;
}

a.brochure_request
{
	display: block;
	width: 168px;
	padding-left: 68px;
	padding-top: 10px;
	height: 62px;
	background-image: url(/_assets/images/common/brochure-icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px ;
}

.useful-links
{
	background-color: #f8f7f5;
	clear: both;
	width: 550px;
	padding: 10px 25px;
	margin: 5px 0 10px 0;
}
.useful-links p
{
	color: #bf311a;
}
.useful-links a
{
	margin-right: 20px;
}

/******* Form style *******/

#ie-mask
{
	position: absolute;
	top: 285px;
	left: 363px;
	width: 720px;
	height: 570px;
	background-image: url(/_assets/images/news-and-events/latest-news/ie-form-background.png);
	display: none;
	z-index: 999;
}

#brochure-mask
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
	z-index: 999;
}

#brochure-form-container
{
	padding: 20px 20px 0 0;
	height: 550px;
	width: 647px;
	background-color: transparent;
	display: none;
	position: absolute;
	z-index: 99999;
	top: 100px;
	left: 300px;
}

#brochure-form
{
	background-color: #fff;
	display: block;
	height: 550px;
	width: 630px;
	position: absolute;
	z-index: 99999;
	top: 20px;
	left: 0px;
}

#brochure-form a#brochure-form-close
{
	position: absolute;
	top: -16px;
	right: -16px;
	background-image: url(/_assets/images/common/forms/close-button.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 32px;
	display: block;
}

#brochure-form a#brochure-form-close:hover
{
	background-position: 0 -34px;
}

#brochure-form #thanks-msg
{
	margin: 10px 10px 10px 20px;
}

#brochure-form h1
{
	color: #941521;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #f0efeb;
	width: 555px;
	margin: 15px 15px;
	padding: 8px 10px;
}

#brochure-form dl
{
	margin: 10px 20px 10px 25px;
}

#brochure-form dl dt
{
	float: left;
	width: 265px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#brochure-form dl dt label
{
	font-weight: bold;
}

#brochure-form dl dd
{
	float: left;
	width: 200px;
	margin-bottom: 15px;
	height: 15px;
}
#brochure-form dl dt#form-info
{
	width: 420px;
}
#brochure-form dl dt#form-info p
{
	color: #941521;
}

#brochure-form dl dd#form-send
{
	width: 80px;
}

#brochure-form dl dd input
{
	width: 240px;
}

#brochure-form dl dd input#send
{
	width: 80px;
	height: 27px;
	float: right;
	margin-right: -9px;
	border: 1px solid #000000;
	background-image: url(/_assets/images/common/forms/send-button.gif);
}


/***************** SHOWS AND EVENTS PAGES *******************/

#main_content
{
	float: left;
	width: 640px;
	margin-top: 0px;
	margin-right: 15px;
}

#main_content h1
{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#main_content h2
{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#main_content p.event-info
{
	color: #941521;
	margin-top: 0;
	margin-bottom: 5px;
}

#main_content p#events-intro
{
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main_content p span.quote
{
	color: #941521;
}

#main_content p.feedback-info
{
	font-size: 11px;
	color: #786f70;
	margin-top: -10px;
}

#right-col
{
	width: 323px;
	float: left;
	margin-top: 0px;
	background-color: #f7f7f5;
}

#right-col h1
{
	background-color: #211312;
	padding: 12px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#right-col h2
{
	background-color: #eeebe6;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}

#right-col p
{
	padding: 0 12px;
}

#right-col ul
{
	list-style: none;
	margin: 10px 10px 20px 10px;
	border-top: 1px solid #E9E8E8;
}

#right-col ul li
{
	border-top: 1px solid #E9E8E8;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 3px 8px;
}



