@charset "utf-8";
/* CSS Pallette:
Nutmeg brown: 	#c08a65;
Pale brown: 	#d8ac8e;
Grey: 			#a9a9a9;
*/

/* ---------------------------------------------
	Reset styles 
------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h3 {
	font-weight: bold;
	padding: 0 0 10px 0;
}
ol, ul {
	list-style: none;
}
a,a:visited {
	color: #a9a9a9;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 10px;
}

/* ---------------------------------------------
	Defaults 
------------------------------------------------ */
html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height: 18px;
	color: #666;
	background: url("../cssimg/bodybg.gif") repeat-y scroll center center #F4F4F4;
}
img { 
	border: none; 
}
/* ---------------------------------------------
	Helper Rules 
------------------------------------------------ */
.hidden { display: none; }
.center { text-align: center; }
.block 	{ display: block; }
.newline { margin: 1em 0; }
.notice { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.border { solid 1px #fff; }
.clear { clear: both; }
img.left,
img.right  {
	margin: 4px;
}
img.bordered {
	border: 3px solid #a9a9a9;
}
/* ---------------------------------------------
	Lists 
------------------------------------------------ */
.simple { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
ul.inline, ul.inline li { display: inline; }
/* ---------------------------------------------
	Menu Navigation 
------------------------------------------------ */
#navigation {	
	padding: 40px 30px 0;
	margin: 0 auto;	
	float: right;
}
#navigation li {
	padding: 0 10px;
}
#navigation li a,
#navigation li a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #c08a65;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------
	Template Content 
------------------------------------------------ */
.wrapper {
	width: 980px;
	margin: 0 auto;
}
#header #logo {
	float: left;
	width: 179px;
	height: 60px;
	margin: 8px 0 0 25px;
	background: #fff url(../images/nutmeg_events_management_logo.jpg) no-repeat;
}
#headerFlash {
	clear: both;
	height: 295px;
	position: relative;
	left: -12px;
}
#mainContent {
	clear: both;
	margin: 20px;	
}
#mainContent .line {
	height: 10px;
	background: #fff url(../cssimg/grey_line.gif) top no-repeat;
}
#footer {
	clear: both;
	height: 50px;
	padding-top: 50px;
	font-size: 90%;
}
#footer .copyright {
/*	width: 627px;*/
/*	float: left;*/
}
#footer .copyright p {
	margin: 0 0 0 25px;
	padding: 0 0 4px;
}
#footer .footerNav {
	float: right;
	margin-right: 40px;
}
/* Box content 
====================================*/
.box {
	float: left;
	margin: 0 2px;
	padding-right: 20px;
	padding-top: 25px;
}
.box h1 {	
	clear:both;
	height: 23px;
	width: 100%;
	margin-bottom: 6px;
	font-size: 200%;
	border-bottom: 1px solid #CCCCCC;
}
.box h2 {	
	font-size: 120%;
	padding: 0 0 5px 3px;
}
.large {
	width: 650px;
}
.medium {
	width: 315px;
}
.small {
	width: 230px;
}
/* Page specific content 
====================================*/
.connectButtons,
.phones {
	height:50px;
}
.addthis {
	float: left;
}
.addthis a.addthis_button_compact {
	padding: 0px;
}
a.connectButton {
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 10px 22px 0 0;
	display: block;
	float: left;
}
#rss {
	background: url(../cssimg/rss.png) top center no-repeat;
}
#mail {
	background: url(../cssimg/mail.png) top center no-repeat;
}
#twitter {
	background: url(../cssimg/twitter.png) top center no-repeat;
}
#linkedin {
	background: url(../cssimg/linked_in.png) top center no-repeat;
}
.download {
	color: #000;
	font-weight: bold;
}
.pageintro {
	color: #c08a65;
	font-weight: bold;
	font-size: 105%;
}
.email-enc {
	position:relative;
	top:6px;
}
/* Mail Chimp Overrides 
==============================*/
#mce-success-response {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
/* BC Overrides 
==============================*/
table.webform td {
	line-height: 18px;
	padding: 0px;
}
input#catwebformbutton {
	margin-top: 10px;
}
.blog-post img {
	height: auto;
}
.captchaimg img {
	height: auto;
}
.blogsitesummary li {
	padding-bottom: 10px;
}
.blogsitesummary li a,
.blogsitesummary li a:visited {
	font-size: 110%;
	color: #a9a9a9;
}
.blogsitesummary li .author,
.blogsitesummary li .date {
	display: none;
}
.blog-container .post-list {
	width: 100%;
}
.blog-container .side-panel {
	width: 35%;	
}
.blog-container h1 {
	line-height: 18px;
	margin:0 0 6px;
}
.blog-post h2.post-title {
	padding: 8px 0px 6px 4px;
	font-weight: bold;
	border: none;
	background-color: #c08a65;
}
.blog-post h2.post-title a,
.blog-post h2.post-title a:visited {
	color: #fff;
	text-decoration: none;
}
.blog-post .post-details {
	color: #c08a65;
	padding-left: 4px;
}
.blog-post .post-body .links {
	padding: 10px;
	margin-top:20px;
	background-color: #F4F4F4;
}
.blog-post .post-body .links a,
.blog-post .post-body .links a:visited {
	color: #c08a65;
}
.blog-post .post-body .highlight{
	clear: both;
	margin: 0px;
	color: #c08a65;
	font-weight: bold;
}
.blog-post .post-body .intro {
	color: #666666;
	font-weight: bold;
	font-size: 105%;
}
.blog-container p.description {
	margin-bottom: 20px;
}