/*
   Main StyleSheet for the 'Melly' theme
*/

/* @group Page */

body {
  	text-align: center;
	background: #335577 url("/images/default/page_bg.gif") repeat 0 0;
	margin:0;
  	padding:0;
  	font:x-small/1.7em verdana, Sans-Serif;
  	voice-family: "\"}\""; voice-family:inherit;
  	font-size:small;
}



html>body {font-size:small;}

#header {
	color: #FFF;
	font:x-small/1.5em verdana, Sans-Serif;
	background:#fff url("/images/teams/01/01/header.jpg") repeat-y 0 0;
	height: 150px;
	line-height: 30px;
	width: 750px;
}

#wrapper {
  background:#000000;
	border: 1px solid #113355;
  width:750px;
  margin: 0 auto 20px;
  text-align:left;
	display:table;
	}

#xcol a {
	text-decoration: none;
	color:#FFF;
}

#xcol a:hover {
	color:#336699;
}

/* .prop and .clear pushes the page content to a minimum height */
.prop {
  	height: 300px;
  	float: right;
  	width: 1px;
	border: none;
}
	
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.clear_left {
	clear: left;
}

#mc2 {
	font-family: verdana,Sans-Serif;
	padding-bottom: 20px;
}

/* @end */

a {
	text-decoration: none;
	color:#336699;
}

a:hover {
	color:#00CCFF;
}

#c-xms h2 {
	padding: 10px 0 10px 0;
	margin: 0;
}

#imagelink {
	border-bottom: none;	
}


#team_name {
	float: left;
	padding: 10px 20px 10px;
	font:200% Georgia, Serif;
	display:none;
}

#flash {
	padding:0 20px;
	color: #99FF00;
	line-height: 2em;
}

#content {
	float:left;
  	width:750px;
  	background:#fff url("/images/default/bg_3col.gif") repeat-y 0 0;
	color: #333333;
	line-height: 1.7em;
	font-size: 0.9em;
}

h1 {
	margin: 20px 0 5px 0;
 	font: 2em Georgia,Serif;  
	line-height:1.4em;
	color:#00CCFF;
	font-weight:normal;
}

h2 {
	margin: .5em 0 .25em;
	font:160% Georgia,Serif;  
	line-height:1em;
	color:#336699;
	font-weight:normal;
}

#small {
	font: xx-small verdana,Sans-Serif;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	line-height: 1.7em;
}

/* Homepage
----------------------------------------------- */
.homepage_results {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.homepage_results_pic img {
	float: right;
	display: block;
	border: 1px solid #999999;
}

.homepage_results_text {
	float: left;
	width: 165px;
	display: compact;
	border: none;
}

/* Navigation Bars and Elements
----------------------------------------------- */

#private_navigation {
	display: block;
	border: none;
	color: #999999;
	padding: 5px;
	margin: 20px 0 0 0;
	background-color: #EBEBEB;
}

#private_navigation a {
  text-decoration:none;
  color:#336699;
}

#private_navigation a:hover {
  color:#00CCFF;
}

#nav {
  	font:x-small/1.5em verdana, Sans-Serif;
	background-color: #224466;
	color: #fff;
	padding: 8px 20px;
	line-height: 1em;
}

#nav a {
	color:#00CCFF;
}

#membernav {
	float: left;
}

#loginnav {
	text-align: right;
}

#pagingnav {
	clear:left;
}

#standard ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#standard li {
	margin-bottom: 10px;
	line-height: 1.7em;
}


/* Colors
----------------------------------------------- */
.highlight {
	color:#00CCFF;
}

.soft {
	color:#EEEEDD;
}

.soft2 {
	color: #BB9955;
}

/* photos
----------------------------------------------- */
#polaroid {
	background-color:#fff;
	float: left;
	width: 75px;
	padding: 4px;
	margin-right: 9px;
	margin-bottom: 0px;
	border: 1px solid #999;
}
#polaroid a {
	border-bottom: none;
}

#photosetunit {
	
}

#photosetdescription {
	clear:left;
	line-height: 1.4em;
	padding: 3px 0 12px 0;
}

#flickrnotice {
	margin-top: 20px;
	display: none;
	font-size: xx-small;
}

#photo_container {
	text-align: center;
	width: auto;
	padding: 0;
	margin: 0;
	color: #666666;
}

#thumbnail_index h1 {
	margin: 0 0 0 0 ;
	padding: 10px 0 10px 0;
}

#thumbnail_index {
	text-align: left;
	margin: 0 0 0 0;
	color: #666666;
}
#photo {
	display: table;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 20px 0;
}


/* Member Page
----------------------------------------------- */
.membercardwrap {
	width: 220px;
	float: left;
	background-color:#EEEEDD;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;

}

.membercard {
	width: 100%;
	float: left;
	height: auto;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.last_log_in {
	display: block;
	font-size: 80%;
	width: 210px;
	clear: left;
	line-height: 1em;
	padding: 5px;
	border-top: 1px dotted silver;
	color: gray;
}

.memberthumb {
	width: 48px;
	height: 60px;
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
	background-color: silver;
}

#contactdetails {
	clear: left;
	float: left;
	width: 160px;
	padding: 0 0 10px 0;
}
	
#memberpicture {
	float: left;
	border: none;
	padding: 0 0 10px 0;
}

#memberpicture img {
	padding: 0px;
}

#member_photo {
	width: 100%;
	height: auto;
	text-align: center;
	clear: right;
	padding-top: 10px;
	background: #E6E6E6;
}

#cyclingdetails {
	float: right;
	width: 295px;
	padding: 0 0 10px 0;
}

#memberresults {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

table.stats {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	background: #EEEEDD;
	margin: 0 0 0 0;
}
table.stats th {
	background: #C7C6B9;
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
}
	
table.stats td {
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
}

/* Events
----------------------------------------------- */
.see_more {
	display: block;
	margin: 10px 0 0 0;
}

.event_item {
	display: block;
}

.event_time {
	background: white;
	border: 1px solid #ccc;
	font-weight: bold;
}

.calendar {
	width: 300px;
	background: #F1F1F1;
	border-spacing:3px;
}

.month_header {
	border-spacing:0;
}

.calendar td, .calendar th {
	width: 14%;
	text-align: center;
	padding: 3px;
	line-height: 18px;
}

#today {
	border: 2px dashed red;
}

.calendar_month_header {
	border-bottom: 1px solid #C5C5C5;
}

/* @group Comments */

/* Site wide team member comments
----------------------------------------------- */
.comment {
	border: 1px solid #999;
	clear: left;
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.comment_pic {
	float: left;
	background-color: #fff;
	width: 48px;
	height: 60px;
	text-align: center;
	padding: 5px;
}

.comment_body {
	margin: 0;
	width: 400px;
	height: auto;
	display: table;
	padding: 0 5px 0 0;
}

.comment_author {
	font-size: xx-small;
	width:100%;
	color: #999;
}

.comment_text {
	display: table;
}

/* @end */



/* Sponsor Column
----------------------------------------------- */
.sponsorcolumn {
	margin: 10px 15px 10px 0;
	padding-bottom: 15px;
	}

.sponsorcolumn a {
	text-decoration: none;
	font-weight: bold;
	color: #BB9955;
	border-bottom: none;
	line-height: 2em;
	white-space: 1px;
	}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.sponsorcolumn a {float:none;}
/* End IE5-Mac hack */
.sponsorcolumn a:hover {
  color:#336699;
  }

.sponsorcolumn_logo {
	text-align: center;
}

.sponsorcolumn_name {
	text-align: center;
}

.sonsorcolumn_sponsortype {
	text-align: center;
}

/* Sponsor Page
----------------------------------------------- */
table.sponsor {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
table.sponsor th {
	border: none;
	padding: 4px 4px 4px 4px;
}
table.sponsor td {
	width: 50%;
	border: none;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}

.sp2 {
	padding: 5px 0 20px 0;
	vertical-align:bottom;
	margin-right: 20px;
}

.sponsor h2 {
	margin: 0 0 .25em;
}

.sponsortype {
	display: inline;
	font: x-small verdana,Serif bold;
	border: 1px solid #999999;
	color: #999999;
	padding:2px;
}
.sponsortype_empty {
	font:xx-small verdana bold;
	border: none;
	padding:3px;
	margin-right: 20px;
}

.sponsor_logo img {
	display: block;
	position: relative;
	margin: 15px 0 15px 0;
	border-bottom: none;
	}

	.sponsor_list_item {
		padding: 0;
		margin: 0;
	}

	.sponsor_list_logo {
		float: left;
		width: 240px;
		text-align: center;
		padding: 15px 0 15px 0;
	}

	.sponsor_list_text {
		float: left;
		width: 400px;
		padding: 0 0 10px 10px;
	}
	
/* News Pages
----------------------------------------------- */
.story dt {
 	font: 160% Georgia,Serif;  
	line-height:1.4em;
	color:#00CCFF;
	font-weight:normal;
}

.story dd {
	font:120%/1.4em Georgia,Serif;
	padding:5px 0px 5px 0px;
	margin: 0;
}

.story ul {
	list-style-position: inside;
	padding-left: 20px;
	list-style-type: circle;
	list-style-image: none;
}

.story p {
	margin-bottom: 6px;
}

.story .header {
	border-bottom:1px dotted #ccb;
	font: 100% Verdana, sans-serif;
	margin-bottom: 10px;
}

.story em {
	display:block;
	padding: 0 0 5px 10px;
	font-style: normal;
}

.list dt {
	font: 140%/1.4em Georgia,Serif;
	padding:10px 0 0;
}

.list dd {
	padding:5px 10px 15px 20px;
	margin:0;
	margin:0;
	padding:.75em 15px;
	font-size:90%;
	line-height:1.6em;
	font-style:normal;
	border-bottom:1px dotted #ccb;
}

.list .date, .private, .edit, .comments, .location, .signups, .result {
	display:inline;
	padding: 0 0 5px 0;
	font-style: normal;
	position: relative;
}

.list .bold {
	font-weight:bold;
	color:#333;
	font-style: normal;
	display:inline;
	line-height: 2em;
	padding: 0 5px 0 0;
}

.list .comments {
	display:inline;
	background: url(/images/default/comments_icon.gif) no-repeat 0 2px;
	padding-left: 14px;
}

.list .strong {
	font-weight: bold;
}

.list .author, .type {
	border-left: 1px solid gray;
	margin:0 0 0 5px;
	padding: 0 0 0 5px;
	font: normal xx-small/1.5em verdana, Sans-Serif;
	font-weight: normal;
	color: gray;
}
.list .author:before {
	content:"by ";
}

.list .s_in, .s_out {
	display: inline;
	font-style: normal;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 3px 0 0;

}

.list .s_in {
	border: 1px solid #95CF22;
	color: #95CF22;
}

.list .s_out {
	border: 1px solid #F4952B;
	color: #F4952B;
}


#news_list {
	border: none;
	border-collapse: collapse;
	width: 100%;
	}

#news_list ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#news_list li {
	margin-bottom: 10px;
	line-height: 1.7em;
}


/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#news_list a {float:none;}
/* End IE5-Mac hack */
#news_list a:hover {
	color:#00CCFF;
	}

#news_list #title {
	font:160% Georgia,Serif;  
	line-height:1.4em;
	color:#336699;
	font-weight:normal;
	}

/* Footer
----------------------------------------------- */
#footer {
	float: left;
	width: 750px;
	color:#666666;
	text-align:right;
	background-color:black;
  }

#f2 {
	padding: 8px 10px;
	line-height: 1.5em;
	font-size: 85%;
	background-color:black;
}

#footer a,  #footer a:visited {
	color:#18C5EF;
	}
#footer a:hover {
	color:#8bc;
	}


/* Tables
----------------------------------------------- */
th, td {
  text-align:left;
  vertical-align:top;
  }
.highlt th, .highlt td {
  background:#ffc;
  }
.highlt th {
  color:#c00;
  }

/* Form stuff
----------------------------------------------- */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

label {
	font: 1.2em Georgia, Serif; 
	padding: 0;
	margin: 10px 0 -15px 0;
	display: block;
}

input, textarea, select {
	border: 1px solid #999999;
	padding: 4px;
	margin: 0 0 0 0;
}

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */



/* Structure: =C-SMX
----------------------------------------------- */
#c-smx #main, #c-smx #m2 {
  float:right;
  width:505px;
  }
#c-smx #maincol {
  width:240px;
  font-size:85%;
  line-height:1.6em;
  }
#c-smx #mc2 {
  float:left;
  padding-right:0;
  }
#c-smx #subcol {
  float:left;
  width:224px;
  }
#c-smx #sc2 {
  padding-right:0;
  }
#c-smx #xcol {
  display:block;
  float:right;
  width:244px;
  }


/* Page Structure: =C-MXS
----------------------------------------------- */
#c-mxs #main, #c-mxs #m2 {
  float:left;
  width:505px;
  }
#c-mxs #maincol {
  width:240px;
  font-size:85%;
  line-height:1.6em;
		padding-left:20;
  }
#c-mxs #mc2 {
  float:left;
  padding-right:0;
	padding-left:20;
  }
#c-mxs #subcol {
  float:right;
  width:224px;
  }
#c-mxs #sc2 {
  padding-left:0;
  }
#c-mxs #xcol {
  display:block;
  float:right;
  width:244px;
  }


/* Structure: =C-XMS
----------------------------------------------- */
#c-xms #main, #c-xms #m2 {
  float:left;
  width:505px;
  }
#c-xms #maincol {
  float:right;
  width:240px;
  line-height:1.6em;
  }
#c-xms #mc2 {
  float:right;
  padding-left:0;
  padding-right:20px;
  }
#c-xms #subcol {
  float:right;
  width:224px;
  }
#c-xms #sc2 {
  padding-left:0;
  }
#c-xms #xcol {
  display:block;
  float:left;
  width:244px;
  padding-left:20px;
	}




/* Page Structure: =C-SXM
----------------------------------------------- */
#c-sxm #main {
  float:right;
  width:505px;
  }
#c-sxm #maincol {
  float:right;
  width:244px;
  font-size:85%;
  line-height:1.6em;
  }
#c-sxm #subcol {
  float:left;
  }
#c-sxm #xcol {
  display:block;
  float:left;
  width:260px;
  }


/* Structure: =C-SM
----------------------------------------------- */
#c-sm #main {
  float:right;
  width:505px;
  }
#c-sm #maincol {
  float:right;
  width:505px;
  }
#c-sm #subcol {
  float:left;
  }

/* Structure: =C-MS
----------------------------------------------- */
#c-ms #main {
	float: left;
	width: 500px;
	}
#c-ms #maincol {
	float: left;
	width: 470px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: black;  
	}

#c-ms #subcol {
	float:right;
	width:230px;
	}

#c-ms #content {
	background:#fff url("/images/default/bg_2col.gif") repeat-y 0 0;
	}

/* Structure: =C-M
----------------------------------------------- */
#c-m #maincol, #c-m #subcol {
	float:left;
	width:auto;
	background-color:#fff;
	padding: 0 20px 0 20px;
	}

#c-m #content {
	width: 750px;
	padding: 0;
	background:#fff;
	}

/* Structure: =C-M-BLACK
----------------------------------------------- */
#c-m-black #maincol, #c-m #subcol {
	text-align: center;
	background-color:#000;
	padding: 0 20px 0 20px;
	margin: 0;
	}

#c-m-black #content {
	width: 750px;
	padding: 0;
	}
	
#c-m-black #mc2 {
	padding-bottom: 0;
	}


	/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */

	.clearfix:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0; }

	.clearfix {
	    display: inline-block; }

	html[xmlns] .clearfix {
	    display: block; }

	* html .clearfix {
	    height: 1%; }

