/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	/*font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-family: "Georgia", "Times New Roman", "Times", serif;*/
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	
	text-align: center;
	background: #fff;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a{
	color: #bfa127;
	text-decoration: none;
	border-bottom: 1px dotted #bfa127;
}

a:visited{
	color: #bfa127;
	text-decoration: none;
	border-bottom: 1px dotted #bfa127;
}

a:hover{
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #006699;
}

h1{
	color: #006699;
	font-weight: bold;
	font-size: 18px;
}


h2{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #006699;
	display: block;
}

h3{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}

h4{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}
h5{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}
h6{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #006699;
	border-bottom: 1px dotted #006699;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #006699;
	border-bottom: 1px dotted #006699;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #bfa127;
	text-decoration: none;
	border-bottom: 1px solid #bfa127;
}

p{
	font-size: 13px;
	line-height: 1.5em;
}

ul{
	list-style: square;
	margin: 0 0 10px 45px;
	font-size: 13px;
	line-height: 1.4em;
}

ol{
	list-style: decimal;
	margin: 0 0 10px 45px;
	font-size: 13px;
	line-height: 1.4em;
}

li{
	margin: 0 0 5px 0;
}
div#content p.bot-content-links{
	padding: 20px 0 0 30px;
}

div#content p{
	margin: 0 0 10px 0;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#masthead{
	width: 960px;
	height: 250px;
	margin: 0;
	float: left;
	padding:0;
	text-align: left;
	background: url(../img/masthead.jpg) top center no-repeat;
}

div#nav{
	height: 30px;
	width: 960px;
	margin: 47px 0 0 0;
	background: url(../img/bgblue75.png);
	border-bottom: 3px solid #d9b214;
}

div#wrapper{
	width: 960px;
	min-height: 400px;
	margin: 0 auto;
	background: #f8f8f8 url(../img/wrapper_bg.gif) top center repeat-y;
	text-align: left;
}

div#slideshow{
	width: 620px;
	height: 200px;
	float: right;
}

div#masthead_wrapper{
	margin: 0 auto;
	clear: both;
	position: relative;
}
div#content{
	width: 600px;
	float: left;
	margin:0;
	padding:30px 0;
}

div#sidebar{
	width: 270px;
	float: right;
	margin:0;
	padding:30px 30px 30px 0;
}

div#footer{
	clear: both;
	padding: 10px;
	width: 940px;
	background: url(../img/bgblue75.png);
	text-align: right;
	border-top: 3px solid #d9b214;
	
}

div#sponsorship{
	clear: both;
	padding: 10px;
	width: 940px;
	background: #fff;
	text-align: center;
	border-top: 1px solid #3e8ab0;
}
div#home_news{
	float: left;
	width: 600px;
}

div#home_projects{
	float: right;
	width: 300px;
}

div#events_list{
	padding: 0 0 20px 0;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	display: block;
	width: 460px;
	height: 90px;
	text-indent: -9999px;
	background: url(../img/mh_logo.png) top left no-repeat !important;
	background: url(../img/mh_logo.gif) top left no-repeat;
	margin: 80px 0 0 10px;
	border-bottom: none;
}

div#nav ul{
	margin: 0 0 0 20px;
}
div#nav ul li{
	display: inline;
	line-height: 30px;
}

div#nav ul li a{
	padding: 6px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	height: 30px;
	text-transform: uppercase;
	border-bottom: none;
	color: #fff;
}

div#nav ul li a:visited{
	border-bottom: none;
}

div#nav ul li a:hover{
	color: #fff;
	border-bottom: none;
	background: #d9b214;
	line-height: 30px;
}

div#nav ul li a.here{
	color: #fff;
	border-bottom: none;
	background: #d9b214;
	line-height: 30px;
}

p#chamber_logo{
	width: 263px;
	height: 270px;
	position: absolute;
	top: 45px;
	left:30px;
	background: url(../img/chamber_logo_big.png) top left no-repeat !important;
	background: url(../img/chamber_logo_big.gif) top left no-repeat;
	text-indent: -9999px;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6{
	padding: 0 30px;
}

div#content div#home_news div.news_entry{
	margin: 0 0 0 20px;
	padding: 10px;
}

div#content div#home_news div.news_entry h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding:0;
}

div#content div#home_news div.news_entry p.date{
	margin: 5px 0 0 0;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
	padding:0;
	
}

div#content div#home_news div.news_entry p.permalink{
	margin: 5px 0 0 0;
	padding:0;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

div#content div#home_news div.news_entry div.news-details{
	padding: 5px 0 5px 0;
	margin:0;
}

div#content div#home_news div.news_entry div.news-details p{
	padding:0;
}
div#content div#home_news div.news_entry_important{
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#sidebar h4{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin:0;
	color: #006699;
}

div#sidebar p{
	font-size: 14px;
}

div#sidebar span.smalldate{
	display: block;
	clear: both;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

h3.event-title{
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 0 10px;
}

div#content p.event-date{
	margin: 5px 0 0 10px;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

div.event-details{
	padding: 5px 20px 5px 10px;
}

div#sidebar h4.past-events{
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #006699;
	padding:0;
}

h5.past-event-title{
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 2px 5px;
}

div#sidebar p.event-date{
	margin: 5px 0 0 10px;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

div#content div.news_entry{
	margin: 0;
	padding: 10px;
}

div#content div.news_entry h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

div#content div.news_entry p.date{
	margin: 5px 0 0 20px;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

div.news_entry p.permalink{
	margin: 5px 0 0 10px;
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

div.news_entry div.news-details{
	padding: 5px 20px 5px 10px;
}

div.news_entry_important{
	background: #fff;
	border: 1px solid #ddd;
}

div#footer p{
	font-size: 10px;
	color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
}

div#footer ul{
	margin:0;
	padding:0;
	float: left;
}
div#footer ul li{
	display: inline;
	padding: 0 10px 0 0;
}

div#footer a{
	color: #fff;
	border-bottom: none;
}

div#footer a:visited{
	color: #fff;
	border-bottom: none;
}

div#footer a:hover{
	color: #d9b214;
	border-bottom: 1px solid #d9b214;
}

div#footer a.here{
	color: #d9b214;
	border-bottom: none;
}

div#sponsorship h6{
	font-size: 16px;
	font-weight: normal;
}
div#sponsorship a{
	margin: 0 20px;
	border-bottom: none;
}

a.chambers_logo{
	width: 200px;
	height: 69px;
	padding:0;
	margin:0 0 20px 0;
	display: block;
	border: 1px solid #ddd;
}

input.contact-single{
	width: 400px;
}

textarea.contact-text{
	width: 400px;
	height: 100px;
}

div#content div#contactform p.contactmessage{
	color: #bf0000;
	font-weight: bold;
}

div#contactform span.highlight{
	color: #bf0000;
	font-weight: bold;
	background: none;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}
strong{
	font-weight: bold;
}
p.bold{font-weight: bold;}
p.italic{font-style: italic;}

span.rss_feed{
	font-size: 12px;
	padding: 20px 0 0 18px;
	background: url(../img/feed_icon.gif) bottom left no-repeat;
}

/* -------------------------------------------- ATHYDIRECTORY SEARCH STYLES -------------------------------- */
div#athy_dir_search_box{
	margin: -20px 0 10px 20px;
	background: #eee url(../img/adir_search_bg.gif) top left no-repeat;
	padding: 10px;
	text-align: left;
	border:1px solid #b6e4fa;
	
}

div#athy_dir_search_box a{
	color: #2c97d7;
	border-bottom: 1px dotted #2c97d7;
}

div#athy_dir_search_box a:visited{
	color: #2c97d7;
	border-bottom: 1px dotted #2c97d7;
}

div#athy_dir_search_box a:hover{
	color: #2c97d7;
	border-bottom: 1px solid #2c97d7;
}

div#athy_dir_search_box p.adir_expl{
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2c97d7;
	padding:0 0 5px 0;
	margin:0;
	
}

div#athy_dir_search_box p.adir_credit{
	font-weight: normal;
	font-size: 10px;
	color: #2c97d7;
	padding:0;
	margin:0;
}

div#athy_dir_search_box input#query{
	width: 385px;
	height: 30px;
	font-size: 18px;
	color: #2c97d7;
	padding:0;
	margin:0;
	line-height: 30px;
}

div#athy_dir_search_box button{
	border: 1px solid #fff;
	background: #2c97d7 url(http://www.athydirectory.com/img/button_bg.gif) top left repeat-x;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	width: 100px;
	margin:0 0 0 10px;
	padding:0;
}
