/* CSS Stylesheet
/* www.DonaghadeeSC.co.uk
/* Kyle Pritchard
/* kylepritchard@hotmail.co.uk

/**********************************************************************************************/
/*		                       Generic styling		           			             */
/**********************************************************************************************/

body {
      margin-top:0px;
	}
	
a {
	outline: none;
	}
	
#container {
	width:986px;
	margin:0 auto 0 auto;
	font-family: "Lucida Grande", "Tahoma";
	font-size: 12px;
	color:black;
	}
	
.clear {
	clear:both;
}

/*************** Navigation Menu ***************/
	
#navi_bar {
	width: 986px;
	height: 28px;
	line-height: 28px;
	background:#dbdbdb;
	margin:0 auto 0 auto;
	border:1px solid #CCC;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

#navi_menu {	
	padding: 0;
	margin:0 10px 0 0;
	float:right;
}
	
#navi_menu li {   
	float:left;
	list-style: none;
}

#navi_menu li a {	
	display:block;
	text-decoration: none;
	width:auto;
	padding:0 10px 0 10px;
	white-space: nowrap;
	font-weight:bold;
	font-size:12px;
	color:#cf0a07;
}
		
#navi_menu li a:hover {	
	text-decoration:underline;
}	

#navi_menu li ul {	
	margin:0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:9999;
	border:1px solid #ccc;
	border-top:none;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	background:#dbdbdb;
}
		
#navi_menu li ul li {	
	float: none;
	display: inline;
}
		
#navi_menu li ul li a {	
	width: auto;
}


#navi_menu_bottom { 
	background:#036;
	padding-bottom:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.login {
	display: block;
	width:100px;
	background: url(images/backgrounds/login_link.png);
	padding-left: 25px;
}

/*************** Contents Container ***************/

#contents_container {
	width:950px;
	margin:15px auto 20px auto;
	}

/**************** Page Headers ********************/

#pageheader {
	width:940px;
	margin:5px auto 10px auto;
}

#about_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/about_pageheader.png) no-repeat top center;
	border-bottom: 1px solid #ccc;
}

#services_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/clubservices.png) no-repeat top center;
	border-bottom: 1px solid #ccc;
}

#usercp_pageheader {
	width:650px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 300px;
	background:url(images/backgrounds/usersettings.png) no-repeat top center;
	border-bottom: 1px solid #ccc;
}

#gallery_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/photo_gallery.png) no-repeat top center;
}

#contact_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/contact.png) no-repeat top center;
}

#register_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/register_pageheader.png) no-repeat top center;
}

#downloads_pageheader {
	width:950px;
	height:30px;
	margin:15px auto 0 auto;
	padding:98px 0 0 5px;
	background:url(images/backgrounds/download_pageheader.png) no-repeat top center;
}

/********************** Footer ********************/

#footer {
	width:950px;
	height:200px;
	background:url(images/backgrounds/footer_top.png) repeat-x #d2d2d2;
	border-top: 1px solid #c2c2c2;
	margin:0 auto;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
       text-align:center;
}

#footer img {margin-top:100px;}


#footer_footer {
	padding:5px;
	text-align: center;
	color:#666;
	font-size:10px;
}
	
/**********************************************************************************************/
/*									Homepage styling										  */
/**********************************************************************************************/

/********************** Left Column ********************/


#home_leftcolumn {
	width:300px;
	float:left;
	}
	
#home_leftcolumn_header {
	background:url(images/backgrounds/homepage_news_header.jpg) bottom no-repeat;
  	height: 50px;
  	}

#home_leftcolumn_header p {  	
  	font-size: 14px;
  	font-weight: bold;
  	padding-top: 25px;
  	margin-left: 75px;
  	}

.homepage_news_item {
	margin-top:15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}

.homepage_news_item_header {
	float:left;
	width:250px;
	}

.homepage_news_item_header_title a {
	color: #cf0a07;
	font-size: 14px;
	font-weight: bold;
	}	
	
.homepage_news_item_header_title a:link, 
.homepage_news_item_header_title a:visited {
	text-decoration: none;
	}
	
.homepage_news_item_header_title a:hover, 
.homepage_news_item_header_title a:active {
	text-decoration: underline;
	color:red;
	}

.homepage_news_item_header_date {
	color:#666;
	font-size: 10px;
	}
	
.homepage_news_item_comment {
	width:50px;
	margin-left:250px;
	height:35px;
	text-align: center;
	background:url(images/comments_bubble.png) top no-repeat;
	}
	
.homepage_news_item_comment a:link, 
.homepage_news_item_comment a:visited {
	color:#333;
	text-decoration: none;
	}

.homepage_news_item_comment a:hover, 
.homepage_news_item_comment a:active {
	color:#333;
	text-decoration: underline;
	}

.homepage_news_item_content {
	padding-top:5px;
	clear:both;
	}

.homepage_news_item_content a:link, .homepage_news_item_content a:visited {
	text-decoration: none;
	color: #cf0a07;
}

.homepage_news_item_content a:hover, .homepage_news_item_content a:active {
	text-decoration: underline;
	color: red;
}

.homepage_news_item_content img {
       visibility:hidden;
       width:0; height:0;
}
	
/********************** Middle Column ********************/

#home_middlecolumn {
	width:300px;
	float:left;
	margin-left:20px;
	}
	
#home_middlecolumn_header {
	background:url(images/backgrounds/homepage_events_header.jpg) bottom no-repeat;
  	height: 50px;
  	}

#home_middlecolumn_header p {  	
  	font-size: 14px;
  	font-weight: bold;
  	padding-top: 25px;
  	margin-left: 75px;
  	}

.home_events ul li {
	list-style: none;
	margin-left: -25px;
	}
	
.month_small {
	background:url(images/backgrounds/calendar.png) no-repeat;
	width:35px;
	height:35px;
	font-size: 8px;
	color:white;
	text-align: center;
	float:left;
}

.month_small span {
	color:black;
	font-size:12px;
	font-weight: bold;
}


.events_content {
	padding-left: 45px;
	width:235px;
	color:#cf0a07;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	}

.events_time_and_place {
	color:#777;
	font-weight:normal;
	width:225px;
	display:block;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#home_events_full_list_link a:link,
#home_events_full_list_link a:visited {
	width:85%;
	height:20px;
	line-height: 20px;
	margin:15px auto;
	display:block;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border:1px solid #ccc;
	background:white;
	text-align: center;
	text-decoration: none;
	color:black;
}

#home_events_full_list_link a:hover,
#home_events_full_list_link a:active {
	background:#d2d2d2;
}

/********************** Right Column ********************/

#home_rightcolumn {
	width:300px;
	float:right;
	margin-left:20px;
}

/* Weather */

#weather {
	width: 277px;
	background:url(images/backgrounds/weather.jpg) no-repeat #e2e2e2;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	padding: 90px 0 5px 20px;
	font-size: 10px;
}

#weather_icon {
	float:right;
	margin-top:-20px;
        margin-right:10px;
}

#weather-EGAC ul {
	list-style-type: none;
}

#weather label {
	font-weight: bold;
}

#weather span {
	color:#999;
}

/*Membership */

#membership {
	width: 287px;
	background:url(images/backgrounds/membership.jpg) no-repeat #e2e2e2;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	padding: 60px 0 5px 10px;
	margin-top:10px;
}

#hiddenbox {
	float:left;
	width:100px;
	height:35px;
}

#membership a:link,
#membership a:visited {
	margin-left: 150px;
	color: #cf0a07;
	text-decoration: none;
}

#membership a:hover,
#membership a:active {
	margin-left: 150px;
	color: red;
	text-decoration: underline;
}

/* Mailing List */

#mailinglist {
	width: 287px;
	background:url(images/backgrounds/mailinglist.jpg) no-repeat #e2e2e2;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	padding: 60px 0 5px 10px;
	margin-top:10px;
}

#hiddenbox2 {
	float:left;
	width:100px;
	height:32px;
}

#emailaddress {
	margin-top:10px;
}

#email input[type="text"] {
	width: 220px;
	margin-right: 10px;
	background:white;
	border:1px solid #ccc;
	color:#666;
	font-size:14px;
	padding:5px 5px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#email input[type="image"] {
	width:25px;
	height:25px;
	outline: none;
}

/**********************************************************************************************/
/*									News Page Styling										  */
/**********************************************************************************************/

/********************** Layout ********************/

#news_leftcolumn {
	width:650px;
	float:left;
	padding-top: 20px;
}

#news_rightcolumn {
	width:250px;
	margin-left:700px;
}

/********************** Left Column *********************/

.news_icon {
	width:75px;
	height:75px;
	float:left;
	margin-right:15px;
}

.news_icon img {
	padding:auto;
}

.news_comments {
	width:60px;
	height:43px;
	float:right;
	margin-right:10px;
	background: url(images/comment.png) no-repeat;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-right: 4px;
	padding-top:7px;
	text-transform:uppercase;
}

.comments_comments {
	font-size: 8px;
}


.news_title a:link, .news_title a:visited {
	font-size: 20px;
	color: #cf0a07;
        text-decoration:none;
}


.news_title a:hover, .news_title a:active {
        color:red;
        text-decoration:underline;
}

.news_date {
	font-variant: small-caps;
	color:#666;
	padding-bottom: 20px;
}

#news_leftcolumn p {
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
}

#news_leftcolumn a:link, #news_leftcolumn  a:visited {
	text-decoration: none;
	color: #cf0a07;
}

#news_leftcolumn a:hover, #news_leftcolumn a:active {
	text-decoration: underline;
	color: red;
}

#news_leftcolumn p img{
	display: block;
	max-width: 600px;
	margin:20px auto;
	-moz-box-shadow:5px 5px 8px #aaa; 
	-webkit-box-shadow:5px 5px 8px #aaa;
	
}

.news_footer {
	height:75px;
	color:#666;
	margin-bottom: 40px;
}

.avatar {
	float:left;
	height:75px;
	width:75px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
}

.news_footer_content {
	margin-left:85px;
}

.news_footer_details {
	background:#e5e5e5;
	height:35px;
	padding-left: 5px;
	padding-top:4px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
	
}

#news_footer_tools {
	padding-top:8px;
	color:#cf0a07;
}


#news_footer_tools img{
	padding-right:10px;
	background: none;
	border:none;
	outline: none;
	display: block;
	float:left;
}

.imgtip { 
    background-color:#000; 
    padding:2px 10px; 
    width:150px; 
    display:none; 
    color:#fff; 
    text-align:center; 
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 0 5px #000; 
	-webkit-box-shadow:0 0 5px #000;
}



/************************ Comments **********************/

.comment_title {
   font-weight:bold;
  font-size:16px;
 color:red;}

.news_comment {
	background:#e5e5e5;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px;
	margin-top: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa; 
}

.news_comment_author {
	background:url(images/backgrounds/author.png) no-repeat top right #8fd6ff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px;
	margin-top: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
}

.news_comment img, .news_comment_author img {
	float:left;
	margin-right:10px;
}

.news_comment h1, .news_comment_author h1 {
	margin-left:90px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color:#cf0a07;
	padding-top: 0px;
}

.news_comment p, .news_comment_author p {
	margin-left:90px;
	margin-bottom: 0;
}

/******************* Comments Form **********************/


.comment_form {
	background:#e5e5e5;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px;
	margin-top: 10px;
	-moz-box-shadow:3px 3px 10px #aaa; 
	-webkit-box-shadow:3px 3px 10px #aaa; 
}



.tooltip { 
    background-color:#000; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comment_form label {
       font-weight:bold;
       color:#333;
}

#comment_form textarea {
	width:600px;
	display: block;
	height:80px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

#comment_form input[type="text"] {
	width:400px;
	display: block;
	height:20px;
	line-height:30px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

/********************** Right Column ********************/


#news_rightcolumn_categories_heading,
#news_rightcolumn_recent_heading,
#news_rightcolumn_archive_heading {
	height: 12px;
	padding:25px 0 10px 55px;
	font-size:14px;
	font-weight: bold;
	margin-bottom:15px;
}

#news_rightcolumn_categories_heading {
	background: url(images/backgrounds/categories_items_header.gif) no-repeat bottom;
}

#news_rightcolumn_recent_heading {
	background: url(images/backgrounds/recent_items_header.gif) no-repeat bottom;
}

#news_rightcolumn_archive_heading {
	background: url(images/backgrounds/archive_items_header.gif) no-repeat bottom;
}

#news_rightcolumn_categories ul,
#news_rightcolumn_recent ul,
#news_rightcolumn_archive ul {
	list-style: none;
	padding-left:25px;
}

#news_rightcolumn_recent ul li {
	color:#666;
}

#news_rightcolumn_categories ul li img {
	height:15px;
	width:15px;
	margin-right:10px;
}


#news_rightcolumn_categories ul li a:link, #news_rightcolumn_categories ul li a:visited,
#news_rightcolumn_recent ul li a:link, #news_rightcolumn_recent ul li a:visited,
#news_rightcolumn_archive ul li a:link, #news_rightcolumn_archive ul li a:visited {
	text-decoration: none;
	color: #cf0a07;
}

#news_rightcolumn_categories ul li a:hover, #news_rightcolumn_categories ul li a:active,
#news_rightcolumn_recent ul li a:hover, #news_rightcolumn_recent ul li a:active,
#news_rightcolumn_archive ul li a:hover, #news_rightcolumn_archive ul li a:active {
	text-decoration: underline;
	color: red;
}

/**********************************************************************************************/
/*									About DSC Styling										  */
/**********************************************************************************************/

/********************** Tabs ********************/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #ccc;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: #e5e5e5;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding-left:10px; padding-right:10px;
	margin-right:2px;	
	position:relative;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

ul.tabs a:active {
	outline:none;
	background-color:#fff;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
/*	background-position: -420px -31px;	*/
	color:#000;	
	background:#ccc;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background:#fff;		
	border:1px solid #ccc;
	border-bottom: none;
	cursor:default !important; 
	color:#cf0a07; !important;
        font-weight:bold;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;	
}

div.panes {
	background:#fff;
}

/***************************** Contents ****************************/

#about_pages_contents {
	width:910px;
       min-height:300px;
	margin:15px auto 20px auto;
}

#about_pages_contents h1 {
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color:#cf0a07;	
}

#about_pages_contents h1 img, #about_pages_contents p img {
	vertical-align: middle;
	padding-right:10px;
}

#about_pages_contents p {
	text-align: justify;
}

#about_pages_contents p img {
	padding-left:15px;
}

#about_pages_contents a:link {
	text-decoration: none;
	color:#cf0a07;
}

#about_pages_contents ul li {
	line-height: 18px;
	list-style-image: url(images/dsc_bullet.jpg);
       margin-bottom:5px;
}

/* About DSC */

#dee_pic {
	width:662px;
	height:15px;
	background:url(images/dee.jpg) top no-repeat;
	padding-top:185px;
	text-align: center;
	font-style: italic;
	color:#666;
	margin:25px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}

/* Location */

#location_map {
	width:700px;
	margin:25px auto;
}

/**********************************************************************************************/
/*									Club Services Styling									  */
/**********************************************************************************************/

/* Membership */

#membership_table {
	width:600px; 
	margin:20px 50px 5px 50px; 
	color:#000;
}

#membership_table_headings {
	font-weight:600; 
	padding-bottom:5px; 
	color:#DD0000; 
	margin-bottom:5px;
}
	
.membership_category {
	float:left; 
	width:290px; 
	height:20px; 
	padding-left:10px; 
	padding-top:5px;
}
	
.membership_cost_yr {
	float:left; 
	width:150px; 
	height:20px; 
	padding-top:5px;
}
	
.membership_joining_fee {
	float:left; 
	width:150px; 
	height:20px; 
	padding-top:5px;
}
	
.membership_storage_fee {
	float:left; 
	width:250px; 
	height:20px; 
	padding-top:5px;
}
	
.membership_table_row_white {
	clear:both; 
	border-top:1px solid #444; 
	background:#fff; 
	height:25px;
}
	
.membership_table_row_blue {
	clear:both; 
	border-top:1px solid #444; 
	background:#eee; 
	height:25px;
}


/**********************************************************************************************/
/*									Gallery Styling								         	  */
/**********************************************************************************************/

#gallery_contents_container {
	width:920px;
	margin:15px auto 20px auto;
	}

#galleries_left {
	width:200px;
	float:left;
	height:350px;
	padding-top:10px;
	text-align: center;
	
}

a:link.gallery_upload, a:visited.gallery_upload {
	display:block;
	width:170px;
	padding-left:30px;
	height:25px;
	line-height:25px;
	border:1px solid #ccc;
	margin:10px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#000;
	text-decoration: none;
	background:url(images/backgrounds/upload_button.png) center #fff no-repeat;
}

a:hover.gallery_upload, a:active.gallery_upload {
	background:url(images/backgrounds/upload_button.png) center #d2d2d2 no-repeat;
}

#galleries_right {
	width:700px;
	margin-left:19px;
	float:left;
}
	
.galleries {
	width:200px;
	text-align:center; 
	padding:5px;
	min-height:260px;
	margin:10px;
	float:left;
	background:#e5e5e5;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow:3px 3px 10px #aaa; 
	-webkit-box-shadow:3px 3px 10px #aaa; 
}

.gallery_album_thumb {
	width:125px;
	height:125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px auto;
	-moz-box-shadow:3px 3px 10px #222; 
	-webkit-box-shadow:3px 3px 10px #222;
       background-color:black;
}

.galleries span a:link, .galleries span a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #cf0a07;
	text-decoration: none;
}

.galleries span a:hover, .galleries span a:active {
	color: red;
	text-decoration: underline;
}

.galleries p {
	display:block;
	min-height:50px;
}

.gallery_number_files {
	font-weight: bold;
	color: #cf0a07;
}

/* Gallery page */

#gallery_leftcolumn {
	width:170px;
	margin-right:10px;
	float:left;
	text-align: center;
}

#gallery_maincolumn {
	width:740px;
	float:left;
}

/* Left column scrolling */

.gallery_leftcol_scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 140px; 
    height: 500px;
    margin-left: 20px;
} 
 
.gallery_leftcol_scrollable div.gallery_leftcol_items { 
    /* this cannot be too large */ 
    height:20000em; 
    position:absolute; 
} 
 

.gallery_leftcol_scrollable div.gallery_leftcol_items div { 
    float:left; 
} 
 

.gallery_leftcol_items div.active { 
    border:1px solid black;  
}

.gallery_leftcolumn_photos {
	width:125px;
	height:125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px auto;
	-moz-box-shadow:3px 3px 10px #666; 
	-webkit-box-shadow:3px 3px 10px #666;
}

/* Main Column */

#gallery_maincolumn h1 {
	font-size: 20px;
	font-weight: bold;
	color:#cf0a07;
}

#gallery_main_image {
	width:720px;
        text-align:center;
}

#gallery_main_image img {
	max-width:720px;
	max-height: 720px;
        -moz-box-shadow:5px 5px 8px #aaa; 
	-webkit-box-shadow:5px 5px 8px #aaa;
}

/* Image Footer */

.photo_footer {
	width:720px;
	height:75px;
	color:#666;
	margin-bottom: 15px;
	margin-top: 10px;
}

.avatar {
	float:left;
	height:75px;
	width:75px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
}

.photo_footer_content {
	margin-left:85px;
}

.photo_footer_details {
	background:#e5e5e5;
	height:35px;
	padding-left: 5px;
	padding-top:4px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
	
}

#photo_footer_tools {
	padding-top:8px;
	color:#cf0a07;
}


#photo_footer_tools img{
	padding-right:10px;
	background: none;
	border:none;
	outline: none;
	display: block;
	float:left;
}

.photoimgtip { 
    background-color:#000; 
    padding:2px 10px; 
    width:150px; 
    display:none; 
    color:#fff; 
    text-align:center; 
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 0 5px #000; 
	-webkit-box-shadow:0 0 5px #000;
}


/**********************************************************************************************/
/*									User Settings Styling									  */
/**********************************************************************************************/



#usercp_contents {
	width:910px;
	margin:15px auto 20px auto;
}

#user_leftcol {
	width:250px;
	background: #ccc;
       margin-bottom:20px;
	padding:10px;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
	
}

#user_leftcol h1 {
	font-size: 18px;
	font-weight: bold;
	color:#cf0a07;
	text-align: center;
	padding-bottom: 10px;

}

#user_left_avatar {
	width:100px;
	height:100px;
	margin:5px 10px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:3px 3px 5px #666; 
	-webkit-box-shadow:3px 3px 5px #666;
}

.userinfo {
	margin:5px;
}

.userinfo label {
	font-weight: bold;
	color:#cf0a07;
	width:50px;
}

.userinfo_textarea {
	display:block;
	width:240px;
	min-height:50px;
	background: #e2e2e2;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

#user_rightcol {
	width:500px;
	float:left;
	margin-left:40px;
}

#user_rightcol div#about_pages_contents {
	width:610px;
}

form#member_form {
	margin:50px auto 10px 50px;
	font-size: 14px;
}

.user_edit_data {
	margin-bottom:15px;
}

.user_edit_data p{
	display:block;
}

.user_edit_data label {
	font-weight: bold;
	color:#cf0a07;
	width:150px;
	height:30px;
	line-height:30px;
	display: block;
	float:left;
}

.user_edit_data input[type="text"], .user_edit_data input[type="password"]{
	width:350px;
	display: block;
	float:left;
	height:20px;
	line-height:30px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

.user_edit_data input[type="checkbox"] {
	width:30px;
	line-height: 30px;
	display: inline;
	float: none;
}

.user_edit_data input[type="file"] {
	height:20px;
}

.user_edit_data_submit {
	width:100px;
	margin-left:400px;
}

.save {
	width:100px;
	height:30px;
	border:1px solid #ccc;
	background: url(images/backgrounds/save_button.png) center no-repeat #fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px 20px 5px 0;
	text-align: right;	
	color:#666;	
}

.save:hover {
	background: url(images/backgrounds/save_button.png) center no-repeat #ccc;
	color:#000;	
}

.upload {
	width:100px;
	height:30px;
	border:1px solid #ccc;
	background: url(images/backgrounds/upload_avatar_button.png) center no-repeat #fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px 20px 5px 0;
	text-align: right;	
	color:#666;	
}

.upload:hover {
	background: url(images/backgrounds/upload_avatar_button.png) center no-repeat #ccc;
	color:#000;	
}


/************ Register *****************/

#member_form label {
       font-weight:bold;
       color:#333
       display: block;
}

#member_form textarea {
	width:600px;
	display: block;
	height:80px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

#member_form input[type="text"], #member_form input[type="password"] {
	width:400px;
	display: block;
	height:20px;
	line-height:30px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

/******************* Contact Page *******************/

#contact {
  margin-left:60px;
  width:930px;
}

.contact_float {
float:left; 
width:300px;
margin-left:10px;}

.contact_float a:link, .contact_float a:visited {
	color: #cf0a07;
        text-decoration:none;
}

.contact_float a:hover, .contact_float a:active {
        color:red;
        text-decoration:underline;
}

.contact_float h1 {
    color:#cf0a07;
    font-size:20px;
    font-weight:bold;
}

#contact h2 {
  font-size:20px;
 font-weight:bold;
  color:#cf0a07;
  margin-top:25px;
}

.contact_form {
	background:#e5e5e5;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px;
	margin-top: 10px;
margin-left: 60px;
	-moz-box-shadow:3px 3px 10px #aaa; 
	-webkit-box-shadow:3px 3px 10px #aaa; 
       width:850px;
}

#contact_form label {
       font-weight:bold;
       color:#333;
}

#contact_form textarea {
	width:600px;
	display: block;
	height:80px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

#contact_form input[type="text"] {
	width:400px;
	display: block;
	height:20px;
	line-height:30px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#666;	
	font-size: 14px;
	vertical-align: middle;
}

/******************** Events page *************************/

#events_leftcol {
float:left;
width:210px;
padding:10px;
background:#e5e5e5;
margin-right:40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:3px 3px 5px #aaa; 
	-webkit-box-shadow:3px 3px 5px #aaa;
margin-top:50px;
}

#events_leftcol h1 {
font-size:18px;
color:#cf0a07;
}

#events_leftcol ul {
list-style-type:none;
margin-left:-20px;
}

#events_rightcol {
float:left;
width:675px;
}

#events_month {
width:675px;
height:50px;
text-align:center;
font-size:24px;
font-weight:bold;
color:#cf0a07;
border-bottom:2px solid #d5d5d5;
margin-bottom:30px;
}

a.newsarticle_last {
font-size:14px;
color:#333;
margin-right:100px;
}

a.newsarticle_next {
font-size:14px;
color:#333;
margin-left:100px;
}

.events_day { 
padding-bottom:25px; 
}

.events_day_date { 
float:left; 
background:url(images/backgrounds/bigcalendar.jpg) no-repeat;
	width:50px;
	height:50px;
text-align:center;
font-size:20px;
padding-top:8px;
}

.events_day_date span {
font-size:12px;
color:#fff;
}

.events_list { 
float:right; 
margin-left:15px; 
width:575px; 
}

.events_day_event {
 border-bottom:1px solid #EEEEEE; 
padding:5px 0; 
}

.events_day_event_time { 
float:left; 
color:black; 
margin-right:15px; 
margin-top:5px; 
width:100px; 
}

.events_day_event_title { 
float:left; 
font-weight:bold; 
margin-top:5px;
}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
       width:350px;
       font-weight:normal;
      color:#333;
    background:#e5e5e5;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

}

.block {
padding:5px;}

.events_day_event_catagory { 
float:right; 
width:25px; 
height:25px; 
margin-right:1px; 
}

a.trigger:link, a.trigger:visited { color:#cf0a07; text-decoration:none;}
a.trigger:hover, a.trigger:active { color:red; text-decoration:none;}

/********** Downloads ************/

#downloads_wrapper { padding-top:25px; }
#downloads_wrapper h1 {font-size: 1.3em; font-weight:600; color:#000; margin-bottom:10px; margin-left:40px;}
.download_table {width:800px; margin:20px 50px 20px 50px; color:#000;}
.download_table_headings {font-weight:600; padding-bottom:5px; color:#DD0000; margin-bottom:5px;}
.download_title {float:left; width:390px; height:20px; padding-left:10px; padding-top:5px;}
.download_date {float:left; width:150px; height:20px; padding-top:5px;}
.download_size {float:left; width:125px; height:20px; padding-top:5px;}
.download_extension {float:left; width:125px; height:20px; padding-top:5px;}
.download_table_row_white {clear:both; border-top:1px solid #ccc; background:#fff; height:25px;}
.download_table_row_blue {clear:both; border-top:1px solid #ccc; background:#eee; height:25px;}

.download_nowt { width:100% }

a.download_link:link, a.download_link:visited { color:#DD0000; text-decoration:none; }
a.download_link:hover, a.download_link:active { color:#FF0000; text-decoration:underline; }