/* =================== structure */
body{
	background:url(../images/top-bg.jpg) no-repeat top center;
	font-family:'trebuchet ms',helvetica,sans-serif
}
/* ==================== fonts */
h2{
	color:#0c0053;
	font-size:170%;
	display:block;
	margin-bottom:15px;
} 
h3, #homepage #contentMiddle h3 {
	background-color:#dfeff3;
	color:#0c0053;
	font-size:110%;
	display:block;
	margin-bottom:15px;
	padding:8px 12px;
}

#contentMiddle h4 {
	color: #0C0053;
	margin-bottom: 15px; 
}

#contentMiddleArchive h4{
	color: #0C0053;
	margin-bottom: 15px;
	padding-left:12px;
}

#contentMiddleArchive h5 a {
	color:#666;
	font-size:0.9em;
	padding-left:12px;
	margin-bottom:12px;
}

p{
	color:#6d6d6d;
	font-size:85%;
	line-height:1.2em;
	display:block;
	margin-bottom:15px;
}

a{
	text-decoration:none;
}
p a{
	color:#0c0053;
}
p a:hover{
	color:#53a1b6;
}

.red {
  color:red;
}

.hide {
	display:none;
}
/* ==================== structure */
#wrapper{
	width:860px;
	margin:auto;
}
/* ==================== header */
#header{
	position:relative;
	width:858px;
	height:140px;
	background:url(../images/header.jpg) no-repeat;
}
#header h1{
	position:absolute;
	top:12px;
	left:18px;
}
#header h1, #header h1 a{
	width:124px;
	height:157px;
	display:block;
}
#header h1 a img{
	display:none;
}
#header, #nav{
	border-left:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
}
/* ==================== member login area */
#member_login_area{
	background-color:#fff;
	opacity: 0.85;
	position:absolute;
	right:6px;
	top:6px;
	width:202px;
	filter: alpha(opacity=85);
}
#member_login_area h3{
	background-color:#dedddf;
	font-size:90%;
	margin-bottom:5px;
	padding: 4px 6px;
}
#member_login_area h3 strong {
  font-weight: bold;
}

#member_login_form{
	color:#8b8b8b;
	font-size:85%;
	padding: 0 5px;
}
#member_login_form .entry_field label {
  display: none;
}
#member_login_form .entry_field .text_entry_field {
  border: 1px solid #cdcdcd;
  padding: 2px 5px;
  font: inherit;
  font-size: 90%;
  color: #999;
  width: 178px;
}
#member_login_form .entry_field .text_entry_field.active {
  color: #333;
}
#member_login_form .entry_field .text_entry_field.is_password.active {
  _padding-bottom: 3px;
}
#member_login_form .entry_field {
  margin-bottom: 2px;
}
#member_login_form #not_a_member {
  float: left;
  margin: 5px 0 0 0; 
  padding: 0;
}
#member_login_form #forgotten_password {
  clear: left;
  padding: 5px 0 5px 0; 
  margin: 0;
}
#member_login_form .login_button {
	width: 55px;
	height: 25px;
	background: url(../images/login-btn.jpg) no-repeat top;
	padding-top: 25px;
	margin-top: 8px;
	border: 0;
	float: right;
	cursor: pointer;
}
#member_login_form .login_button:hover {
	background: url(../images/login-btn.jpg) no-repeat bottom;
}
/* ==================== nav */
#navHolder, #navTop{
	border-bottom:#e5e5e5 1px solid;
	position:relative;
	z-index:1;
}
#navHolder a{
	color:#8b8b8b;
	font-weight:bold;
}
#navHolder a:hover{
	color:#0c0053;
}
#navTop{
	height:32px;
	background:url(../images/nav-top-bg.jpg) repeat-x;
	padding-right:13px;
}
#navTop a{
	font-size:80%;
}
#navTop li{
	float:right;
	margin-left: 10px;
	padding-top:6px;
}

#navHolder form {
	position:absolute;
	top:5px;
	left:5px;
	width:300px;
	z-index:2;	
}

#navHolder form label{
	display:none;
}

#navHolder form input{
	float:left;
	margin-right:6px;
	margin-top:2px;
}

#navHolder form input.search_button {
 margin-top:0px;
}

.month {
	font-size:90%;
	margin-left:0.6em;
}
/* ==================== suckerfish*/

#nav{
	height: 42px;
	background: #E3E3E3 url(../images/nav-main-bg.jpg) repeat-x;
	text-transform:uppercase;
  overflow: hidden;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/* border-bottom: 1px solid #E3E3E3; */
}

#nav a {
	font-size: 80%;
	display: block;
	padding-bottom: 13px;
}
#nav li {
	float: left;
	padding-top:12px;
	padding-left:14px;
}
#nav li a.members {
	color:#C4013D;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-top: -2px;
	margin-left: -10px;
	border: 0;
	z-index: 100;
}
#nav li ul li {
	display: block;
	background: #E3E3E3 url(../images/nav-2nd-bg.jpg) repeat-x;
	padding: 7px 0 7px 10px;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 10em;
	line-height: 1;
	margin: 0;
	text-transform: none;
}
#nav li ul li a {
	display: block;
	padding: 0;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*suckerfish*/

/* ==================== left navigation */

#contentLeft ul#nav_left,
#contentLeft ul#nav_left ul {
  font-size: 100%;
  line-height:0em;
  margin-bottom:0px;
  list-style-image:none;
  margin-left:0px;
  color:#6D6D6D;	
}

#nav_left li {
  background: #E3E3E3 url(../images/nav-2nd-bg.jpg) repeat-x;
  font-size: 80%;
  padding-left: 10px;
  line-height: 1.9;
  font-weight: bold;
}
#nav_left li a {
	color: #0c0053;
}

#nav_left li li {
  background: white;
  padding: 5px 0 3px 10px;
  font-size: 85%;
  margin-left: -10px;
  border-bottom: 1px solid #EEE;
  line-height: 1.5;
}
#nav_left li li a {
	color: #30A4CD;
}

#nav_left li li li {
  background: none;
  padding: 5px 0 3px 20px;
  font-size: 90%;
  border: none;
}
#nav_left li li li a {
	color: #AAA;
}

#nav_left li li li li {
  padding-left: 35px;
}

#nav_left li a {
    text-decoration: none;
}
#nav_left li a:hover {
  text-decoration: underline;
}


/* ==================== content */
#homepage #content{
	background:url(../images/content-bg.gif) repeat-y;
	margin-top:15px;
}
#subDefault #content{
	/*background:url(../images/content-sub-bg.jpg) repeat-y;*/
	margin-top:15px;
}
#content p {
  font-size: 75%;
  line-height: 1.5;
}
#contentLeft ul,
#contentMiddle ul{
  font-size: 75%;
  margin-bottom:15px;
  list-style-image:url(../images/bullet.gif);
  margin-left:20px;
  color:#6D6D6D;
}

#contentMiddleArchive ul{
	font-size: 75%;
  margin-bottom:15px;
	margin-left:20px;
  color:#6D6D6D;
}

#contentMiddle ol {
  list-style-type: decimal;
  padding-left:30px;
}

#contentMiddle ol li {
  margin-bottom:10px;
  font-size:80%;
  color:#6D6D6D;
}

#contentMiddle #updates {
	clear: both;
	padding-top: 10px;
}

#contentMiddle #updates ul {
	list-style: none;
}

#content a.rss {
	background:url(../images/icons/feed.png) no-repeat;
	color:#6D6D6D;
	float: right;
	font-size: 45%;
	font-weight: bold;
	height:20px;
	padding-left: 20px;
}

#content a {
  color: #30A4CD;
}
#content a:hover {
  color: #0c0053;
}

/* ==================== content left */
#contentLeft{
	width:280px;
	float:left;
	margin-right:45px;
}
#subDefault #contentLeft{
	width:155px;
	margin-right:30px;
}
#homepage #contentLeft {
  padding-left: 10px
}

#homepage #contentLeft h2 {
  line-height: 1;
  text-indent: -20px;
  padding-left: 20px;
}

/* ==================== content middle */

#contentMiddleArchive{
	/*width:600px;*/
	/*float:left;*/
	/*float:right;*/
	margin-left:180px;
	/*margin-top: -90px;*/
}

#contentMiddleArchive p{
	font-size: 75%;
	line-height: 1.5;
	padding-left:12px;
	color: #6D6D6D;
	display:block;
}

#contentMiddle{
	width:274px;
	float:left;
	/*padding-left: 150px;*/
}

#contentMiddleNews{
	float:left;
}

#subDefault #contentMiddle{
	width:425px;	
}

#subDefault #contentMiddleNews{
	width:525px;
	padding-left:50px;
}


#subDefault #contentMiddle.wideon {
  width: 675px;
}
#subDefault #contentMiddle img{
	border:1px #d7d7d7 solid;
}
#contentMiddle .newsdate{
	color:#3c3b3b;
}
#homepage #contentMiddle p{
	margin-bottom:5px;
}
#contentMiddle p{
	margin-bottom:15px;
}

#content .news_post, 
#content .event_item {
  margin-bottom: 1em;
  padding-left: 8px;
}
#content .news_post .post_title,
#content .event_item .event_title {
  font-size: 95%;
  font-weight: bold;
  line-height: 1;
}
#content .news_post .post_date,
#content .event_item .event_date {
  font-weight: bold;
}
#content .news_post a,
#content .event_item a {
  color: #30A4CD;
}
#content .news_post a:hover,
#content .event_item a:hover {
  color: #0c0053;
}
#content .news_post img,
#content .event_item img {
	float: right;
	border: #c9c9c9 1px solid;
	margin: 0 7px 7px 7px;
}

.newsSummary{
	margin-bottom:20px;
	padding: 0 10px 0 12px;
}
.newsSummary img{
	float:right;
	border:#c9c9c9 1px solid;
	margin: 0 0 10px 10px;
}
.images3 img, .image1{
	float:left;
	margin-right:7px;
	margin-bottom:10px;
}

#contentMiddle ul.news_archive {
  margin-bottom: 1.5em;
  list-style-image:none;
  margin-left:0px;
  color:#6D6D6D;  
}

ul.news_archive li {
  /*padding-left: 20px;*/
  padding-left: 0;
}

ul.news_archive li span.news_date {
  color: #CCC;
}

img.triptic {
	margin-right: 4px;
}
img.triptic, img.banner {
	margin-bottom: 10px;
}

p.highlight {
	color: #30A4CD;
}

#contentLeft p.instructions {
	margin:20px 0 60px 0;
}

#contentMiddle h3 {
	background-color: #ececec;
}

body#search div#content {
	margin-top:15px;
}

ul#search_results {}

ul#search_results li{
	float:left;
	width:860px;	
	clear:both;
	border-bottom:1px solid #CCC;
	padding:10px 0 0 0;
}

ul#search_results div.search_summary{
	float:left;
	width:790px;
}

ul#search_results div.search_type{
	float:left;
	width:70px;
	padding-top:4px;
}

ul#search_results div.search_type p a{
	color:#000;
	text-transform:uppercase;
	display:inline;
	padding:0px 5px;
	font-size:90%;
}

ul#search_results div.search_type p a.event{
	border:2px solid #880034;
	color:#880034;
}

ul#search_results div.search_type p a.page{
	border:2px solid #0C0053;
	color:#0C0053;	
}

ul#search_results div.search_type p a.article{
	border:2px solid #397D02;
	color:#397D02;
}

p#search_info{
	float:left;
}

div.pagination {
	float:right;
	font-size:80%;
}

div#bottom_pagination {
	margin-top:10px;		
	clear:both;
}

div.pagination a {}

div.pagination .disabled {
	visibility:hidden;
}

div.pagination .current {}

/* ==================== content right */
#contentRight{
	width:235px;
	float:right;
}

#events_block h3 {
	background-image:url(../images/frontend/titles/events.gif);
}

.mini_calendar_nav {
  position:relative;
  width: 80%;
  margin: 0 auto;
}
.mini_calendar_nav h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 100%;
}
.mini_calendar_nav a {
  color: #858585 !important;
}
.mini_calendar_nav .previous, .mini_calendar_nav .next {
  position:absolute;
  top:-0.35em;
  font-size: 150% !important;
}
.mini_calendar_nav .previous { left: 0; }
.mini_calendar_nav .next { right:0; }

#events_block table.calendar {
	width:90%;
	margin:auto;
	margin-bottom:15px;
	color:#858585;
}

table th.monthName{
  display: none;
}
#events_block table tr.dayName{
	color:#1194c1;
}
#events_block table.calendar th {
	font-weight:bold;
	text-transform:uppercase;
}
#events_block table.calendar th abbr {
	text-decoration:none !important;
}
#events_block table.calendar td, #events_block table.calendar th {
	font-size:80%;
	padding:2px;
	text-align:center;
	width: 33px;
}
#events_block table.calendar td.eventSailing{
	background:#1194c1 none repeat scroll 0%;
	color:#fff;
}
#events_block table.calendar td.eventDay {
	background:#0c0053 none repeat scroll 0%;
	color:#fff;
}
#events_block table.calendar td.eventDay.social {
	background-color: #880034;
}
#events_block table.calendar td.otherMonth {
	color:#dbdbdb;
}
#events_block table.calendar td a {
	color: #FFF;
	display: block;
}
#events_block p.blue{
	margin-bottom:5px;
}
.blue{
	border-left: 30px #0c0053 solid;
	padding-left:10px;
	margin:auto;
	width:90px;
}
.lightBlue{
	border-left: 30px #1194c1 solid;
	padding-left:10px;
	margin:auto;
	width:90px;
}

#events_key {
  width: 200px;
  margin: 0 0 1.5em 65px;
  font-size: 75%;
  color: #000;
  text-align: left;
}

.event_key_group {
	margin-top:3px;
	float:left;
	width:100%;
}


#events_key .event_key_group a {
  color: #8B8B8B;
}

.event_key {
  width: 100px;
  float: left;
  position: relative;
  font-weight: bold;
  margin-bottom:2px;
}

.event_key span {
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #0C0053;
  position: absolute;
  left: -1.7em;
  top:0;
}
.event_key.social span {
  background-color: #880034;
}
#events_key a {
	color: #000;
}

#event_tabs {
	width: 235px;
	font-size: 75%;
}

#events_tab_group {
  position: relative;
  height: 30px;
}
#events_tab_group a {
  background-color: #FFF;  /* leave this, otherwise IE6 breaks ?! */
  position: absolute;
	width: 116px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 0;
	color: #1194C2;
	font-size: 120%;
	font-weight: bold;
}
#events_tab_group a.event_tab_1 {
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #CCC;
	left: 0;
}
#events_tab_group a.event_tab_2 {
	border-right: 1px solid #E8E8E8;
	right: 0;
	_right: -1px;  /* leave this, otherwise IE6 breaks ?! */
	top: 0;
}
#events_tab_group a.active {
	border-color: #CCC;
	border-bottom: 1px solid #E9E7E8;
	background-color: #E9E7E8;
	color: #0C0052;
}
#events_tab_group a.only {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 233px;
}

.event_listing {
	background-color: #E9E7E8;
	padding: 10px 15px 0 15px;
	border: 1px solid #CCC;
	border-top: none;
	overflow:auto;
	height:500px;
}
.event_listing ul {
	padding-top: 10px;
}
.event_listing li {
	padding-bottom: 10px;
}
.event_listing li.archive-link {
  color: #999;
  margin-top: 35px;
  text-align: right;
}
.event_listing li.no-upcoming {
  text-align: center;
  color: #999;
  margin-bottom: 0.5em;
}
.event_listing li span.date {
	display: block;
	line-height: 1.8em;
}

.event_listing li.fade span {
	color: #777;
}

#content .event_listing li.fade h4 a {
	color: #999;
}
/* individual event pages */

#content .event-container h2 .title-date {
  color: #CCC;
}
#content .event-container .event-date {
  font-weight: bold;
  color: #8B8B8B;
  margin-bottom: 1em;
}
#content .event-container p.event-summary {
  font-size: 100%;
}

#event_attendance {
  float: right;
  font-size: 90%;
  margin-top: -5px;
}
#event_attendance .buttons {
  padding: 0 !important;
}

/* ==================== partner logos :: to be added in phase 2 */
#partners{
	width:800px;
	height:66px;
	background:url(../images/partner-logos.gif) no-repeat center;
	margin:auto;
	clear:both;
}
/* ==================== footer */
#bgFooter{
	background:url(../images/bottom-bg.jpg) no-repeat center bottom;
	padding-bottom:30px;
	position:relative;
}
#footer{
	width:860px;
	margin:auto;
	font-size:82%;
}
#footer .regNo{
	float:left;	
}
#footer .rawnet{
	float:right;
}
/* ==================== styling */
p.highlight{
	color:#53a1b6;
}
a.readMore{
	font-size:85%;
	background:url(../images/bullet-small.jpg) no-repeat 0 top;
	padding-left:12px;
	display:block;
	height:8px;
	line-height:0.8em; 
	margin-top:10px;
}
a.readMore:hover{
	background:url(../images/bullet-small.jpg) no-repeat 0 bottom;
}

/*************************************/
/*********** Flash Styles ************/
/*************************************/
.flash {
  margin:10px 0 0 0;
  background-position:10px 6px;
  background-repeat:no-repeat;
  padding:5px;
}

.flash p {
	margin: 0;
}
.flash_error p {
  color:#e35e5e !important;
}

.flash_success {
  background-image:url(../images/icons/accept.png);
  padding-left:35px;
}

.flash_error {
  background-image:url(../images/icons/exclamation.png);
  padding-left:35px;
}

/*************************************/
/************ Form Styles ************/
/*************************************/
fieldset {
  background:#fafafa;
  border:1px solid #cfcfcf;
  margin-top:15px;
  padding:0;
  clear:both;
  font-size: 80%;
}

legend {
  font-size:90%;
  font-weight:bold;
  color:#545454;
  margin-left:10px;
  font-size: 110%;
}

.form_item {
  clear:both;
  padding:10px;
  border-bottom:1px solid #e6e6e6;
}

.form_item .form_label {
  width:150px;
  float:left;
  padding:8px;
  display:block;
  line-height:1;
}

.form_item .form_field {
  float:left;
}

.form_item .form_field .checkbox {
  margin-top:8px;
}

.form_item .form_label label {
  color:#383838;
  font-size:95%;
}

.form_item .form_label span.required {
  color:#ce0000;
  font-weight:bold;
  font-size:100%;
}

.form_text_field input,
.form_password_field input,
.form_calendar_date_select input,
.form_item textarea {
  border:1px solid #cdcdcd;
  padding:4px 8px; 
  font:inherit;
  font-size:100%;
  color:#464646;
}
.form_info_field {
  display: block;
  padding:8px;
  line-height:1;
}

.form_error {
  color:#c50000;
  font-weight:bold;
}

/*************************************/
/*********** Form Buttons ************/
/*************************************/
.buttons {
  height:2.5em;
  padding:15px;
  font-size: 80%;
}

#member_login_area .buttons {
  padding: 0 0 3px 0;
  margin: 0 auto;
  font-size: 12px;
}

#member_login_area .buttons {
	margin: 0 0 0 5px;
}

.buttons a, .buttons button{
  background-color:#f5f5f5;
  border-color: #eeeeee #dedede #dedede #eeeeee;
  border-style: solid;
  border-width: 1px;
  color:#565656;
  cursor:pointer;
  display:block;
  float:left;
  font-size:100%;
  font-weight:bold;
  line-height:130%;
  margin:0 4px 0 1px;
  outline:none;
  padding:5px 10px 6px 7px; /* Links */
  text-decoration:none;
}
.buttons a.last, .buttons button.last {
  margin-right: 0;
}

.buttons button{
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
  padding:5px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}

*:first-child+html button[type]{
  padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

button {
  outline:none;
}

button:hover, .buttons a:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.buttons a:active {
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

button.positive, .buttons a.positive{
  color:#529214;
}

.buttons a.positive:hover, button.positive:hover{
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
.buttons a.positive:active{
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

.buttons a.negative, button.negative{
  color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
.buttons a.negative:active{
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

a.add_button,
a.view_button,
a.edit_button,
a.delete_button,
a.stats_button,
a.copy_button,
a.download_button {
  display:block;
  float:left;
  margin:0;
  background-color:#fff;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  font-size:90%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
  padding:3px; /* Links */
  outline:none;
  background-position: 5px center;
  background-repeat:no-repeat;
  padding-left:25px;
	width:0;
	padding-right:0;
	overflow:hidden;
}

a.add_button:hover,
a.view_button:hover,
a.edit_button:hover,
a.delete_button:hover,
a.stats_button:hover,
a.download_button:hover,
a.copy_button:hover {
  border-color:#bababa;
  background-color:#f7f7f7;
}

a.add_button {
	background-image:url(../images/icons/add.png);
}

a.view_button {
  background-image:url(../images/icons/eye.png);
}

a.edit_button {
  background-image:url(../images/icons/pencil.png);
}

a.copy_button {
  background-image:url(../images/icons/page_copy.png);
}

a.delete_button {
  background-image:url(../images/icons/cross.png);
}

a.stats_button {
  background-image:url(../images/icons/chart_curve.png);
}

a.download_button {
	background-image:url(../images/icons/page_white_put.png);
}

a.small_button {
	font-size:80%;
	display:inline;
}

a.edit_button_small,
a.delete_button_small {
	width:0;
	padding-right:0;
	overflow:hidden;
}

/* ==================== archive accordion */
.monthly {display:none;}

/* ==================== tooltips */

.tooltip {
  padding:0 0 12px 0;
  font-size:75%;
  color: #666;
  background:url(../images/tooltip_bottom.gif) bottom left no-repeat;
}

.tooltip .sub {
  padding:4px;
  border-top:1px solid #c1c1c1;
  border-right:1px solid #c1c1c1;
  border-left:1px solid #c1c1c1;
  background:#fff;
}
/* ==================== calendar page  */

.calendar p strong {
	color:#1D1D1D;
	font-weight: bold;
}

#calendar_key li a.highlight {
	color: #0c0053;
}

/* ==================== hacks */
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.cf {display: inline-block;} 
/* hides from ie-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* end hide from ie-mac */
