/*
Theme Name: Reach For The Wall
Theme URI: http://reachforthewall.com/
Description: Modified (we hope) from WP default theme.
Version: .01
Author: ed holzinger
Author URI: nada
Tags: 

*/


body {
	font-size:100%;
    line-height: 1.125em; /* 16x1.125=18 */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color :  #00677F;
/*	background-color:green;   DEV BACKGROUND */
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	width: 1000px;
	position: relative;
	font-size: .625em;
	}

#header {
	/*
	background: #FFFFFF url('images/reachbanner1032.gif') no-repeat bottom left;
	padding: 0;
	height: 180px;
	width: 1000px;
	border-bottom: 1px solid #CCCCCC;
	*/
	background: #fff;
	overflow: hidden;
	font-size: 11px;
	}
	
	#header #header_global {
		position:relative;
	}

	#header #header_global div.logo {
		float: left;
		margin:0px;
		
		/* silly ol' ie6 */
		/* *display:inline; */
	}
	
		#header #header_global div.logo a {
		}
	
			#header #header_global div.logo a img {
				position:relative;
				bottom:-3px;
				display:block;
			}

	#header #header_global div.logotext {
		float: left;
		width: 332px;
		width:600px;
	}
	
		#header #header_global div.logotext a {
			float:left;
			margin:0px;
			padding:0px;
			
			font-size:0px;
			line-height:0px;
		}
	
		body.rftw_css_homepage #header #header_global div.logotext a {
			float:none;
		}
	
			#header #header_global div.logotext a#wptext {
				margin-top:34px;
			}
	
			body.rftw_css_homepage #header #header_global div.logotext a#wptext {
				margin-top:0px;
			}
	
			#header #header_global div.logotext a img {
				display:block;
			}

	#header #header_global div.menubar {
		float: left;
		/* background: url('/skins/deucebeta/rftw/bigorange.gif') no-repeat scroll center center; */
		/* width: 410px; */
		position: relative;
		width:863px;
		height: 44px;
		margin:0px 0px 0px 5px;
	}

		body.rftw_css_homepage #header #header_global div.menubar {
			width:807px;
			margin-top:5px;
		}
	
		#header #header_global div.menubar a,
		#header #header_global div.menubar a:hover,
		#header #header_global div.menubar a:visited,
		#header #header_global div.menubar a:active {
			color:#fff;
			font-size:12px;
		}
	
		#header #header_global div.menubar ul,
		#header #header_global div.menubar ul li {
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
		#header #header_global div.menubar ul {
			position:relative;
			height:100%;
			
			background-color:#f26225;
		}
	
			#header #header_global div.menubar ul li {
				display:inline-block;
				padding-top:6px;
				
				/* silly ol' ie */
				*display:inline;
				*zoom:1;
			}
	
				#header #header_global div.menubar ul li a {
					display:block;
					padding:0px 20px;
				
					border-right:1px solid #fff;
					
					font-weight:normal;
					line-height:30px;
				}
	
				#header #header_global div.menubar ul li.one {
					margin-left:6px;
				}
	
				#header #header_global div.menubar ul li.four {
				}
	
					#header #header_global div.menubar ul li.four a {
						border:none;
					}
	
				#header #header_global div.menubar ul li.five {
				}
	
					#header #header_global div.menubar ul li.five a {
						position:absolute;
						top:6px;
						right:0px;
						
						width:203px;
						height:33px;
						padding:0px 0px 0px 10px;
						border:none;
						
						background-color:transparent;
						background-image:url('http://wiki.reachforthewall.com/skins/deucebeta/rftw/btn_rftw3_sprite.png');
						background-repeat:no-repeat;
						background-position:0px 0px;
						cursor:pointer;
						
						color:#fff;
						font-size:13px;
						font-weight:bold;
						text-decoration:none;
					}

						#header #header_global div.menubar ul li.five a:hover,
						#header #header_global div.menubar ul li.five a:focus {
							background-position:0px -33px;
						
							/* silly ol' ie6 */	
							font-size:13px;
						}
					
						#header #header_global div.menubar ul li.five a:active {
							background-position:0px -66px;
						
							/* silly ol' ie6 */	
							font-size:13px;
						}
		
		#header #header_global div.menubar span.corn {
			display:block;
			position:absolute;
			width:10px;
			height:10px;
			background-image:url('http://wiki.reachforthewall.com/skins/deucebeta/rftw/sprite_v3.1.gif');
			background-repeat:no-repeat;
			
			font-size:0px;
			line-height:0px;
			zoom:1;
		}
		
			#header #header_global div.menubar span.corn.ul {
				top:0px;
				left:0px;
				background-position:0px 0px;
			}
		
			#header #header_global div.menubar span.corn.ur {
				top:0px;
				right:0px;
				background-position:-10px 0px;
			}
		
			#header #header_global div.menubar span.corn.ll {
				bottom:0px;
				left:0px;
				background-position:0px -10px;
			}
		
			#header #header_global div.menubar span.corn.lr {
				bottom:0px;
				right:0px;
				background-position:-10px -10px;
			}
		
	#header #header_global #swimsearch {
		position:absolute;
		bottom:48px;
		right:10px;
		width:204px;
	}
			
		#header #header_global #swimsearch #tsearch {
			width:200px;
			height:16px;
			padding:2px;
			
			font-size:13px;
		}
			
			#header #header_global #swimsearch #tsearch.filler {
				color:#555;
				font-style:italic;
			}
			
		#header #header_global #swimsearch #btn_tsearch {
			display:none;
		}

#rftw_imagehot{
	width: 800px;
	height: 120px;
	cursor: pointer;
}
#ad_ear{
	width: 180px;
	height: 150px;
/*	border: 1px red solid; */
	position: absolute;
	top: 0px;
	right: 0;
}

#hdrmenu{
	position: absolute;
	top: 130px;
	left: 235px;
	height: 44px;
	width: 395px;
/*	background: url('images/bigorange.gif') no-repeat ; */
	background-color: #F26225;
	color:white;
	font-weight: bold;
	font-size: 1.1em;
}
.menucellr{
	border-right: 1px white solid;
	text-align: center;
	width: 100px;
	float: left;
	height:22px;
	margin-top: 14px;

}
.menucelll{
	text-align: center;
	width: 70px; 
	float: left;
	height:22px;
	margin-top: 14px;
	}

#hdrmenu ul{
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	display: inline; 
}
#links{
	position:relative;
	}
#menulinks
{
	display: none;
	float: right;
	list-style-image: none;
	list-style-type: none;
	padding-top:5px;
	position:absolute; 
	width: 150px;  
	left: 20px;
	top:20px;
	z-index: 100;
	text-align: left;
	}
#menulinks li{
	background-color: #EEEEEE;
	color: #F26225;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: .9em;
	padding-left:4px;

}
#menulinks li a{
	color: #F26225;

}
#menulinks li a:hover, #rftw_edit_inner a:hover {
	color: #00677F;
	text-decoration: underline;
	}

#teamsrchouter{
	position:absolute;
	top: 130px;
	left: 640px;
	height: 50px;
	width: 200px;
/*	background-color: #F26225; */
}
#teamsrchinner{
	background-color: #F26225;
	height: 44px;
	color: white;
}
#teamsrchblank{
	color: white;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	position:relative;
	font-size: .9em;
	line-height: 1.5em;	

}
#tsearch{
	font-size: 1.2em;
	width: 14em;

}
#rftw_edit_outer{

	position:absolute;
	top: 130px;
	left: 845px;
	width: 150px;
	height: 50px;
	font-size: 1.25em;

}
#rftw_edit_inner{

	height: 44px;
	background-color: #F26225; 

}
#rftw_btn{
	position:relative;
	top: 13px;
	height: 22px; 
	color: white;
	font-weight:bold;
	text-align:center;
	display: block;	
/*	border: 1px solid black;
	padding: 3px;
	width: 120px;
	background-color: #F26225; */
}
.rftw_leftorange{
	float: left;
	background-color:white;
}
.rftw_rightorange{
	float: right;
	background-color:white;
}
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}




small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

/*#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
*/
#rightbar h2,#sidebar h2{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.5em;
	text-transform: uppercase;
	background: #00677F; 
	color: white;
/*	height:22px; */
	text-align:center;
	line-height: 22px;
	}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, #hdrmenu ul li a:visited, #rftw_btn a:visited{
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a,  h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #rightbar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, #rightbar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, #rightbar ul ul li, #rightbar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#hdrmenu ul li a{
	text-decoration: none;
	color:#FFF;
}	
a{
	text-decoration: none;
	color:#F26225;
}

a:hover, h2 a:hover, h3 a:hover,#hdrmenu ul li a:hover,#rftw_btn a:hover,#rftw_upcoming h2 a:hover{
 
	color: #00677F;
	 text-decoration: underline; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
.rftw_cat_date{
	text-transform: uppercase;
	font-weight: bold;
}
.rftw_cat_date_old_posts{

	text-transform: uppercase;
	font-weight: bold;
	font-size:0.9em;
}
.rftw_category, .rftw_category a, .rftw_category_old_posts a{
	color: #5BE8FC;
}
.rftw_time, .rftw_editlinkdate{
	color: #F26225;

}
#rftw_refresh_rtt{
	float: right;
	color: #F26225;	
} 
.rftw_tagline{
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: -20px;
}
.rftw_alinks{
	margin-bottom: 6px;
	color: #F26225;
	font-weight:bold;
	font-size: 1.5em;
}
.rftw_leftcurvy{
	float:left;
	background-color: white;

}
.rftw_rightcurvy{
	float:right;
	background-color: white;

}
.rftw_oldstories{
	color: #F26225;
	font-weight: bold;
	}

#rftw_bestposts h2,#rftw_upcoming h2,#rftw_stats h2{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.5em;
	text-transform: none;
	background: #FFF; 
	color: #F26225;
	text-align:left;
/*	height: 1.5em;
	line-height: 1.5em; */
}
#rftw_bestposts h3,#rftw_upcoming h3,#rftw_stats h3{
	font-size: 1.25em;
	color: #00677F;
	margin: 0px 0px 6px;
}
#rftw_upcoming h2 a{
	text-transform: none;
	background: #FFF; 
	color: #F26225;
}
#rftw_upcoming h5{
	font-size: 1.15em;
	margin: 2px;
	text-align: center;
	border-top: 1px solid #AAA;
}
.rftw_loc{
	font-style: italic;

}
.rftw_sidebarul{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#rftw_firsthead{
	font-size: 2.5em;
	line-height: 1em;
	font-family:  Verdana, Arial, Sans-Serif;
	margin: 3px;
}

.rftw_excerpt_photo{

	margin: 10px 0px 10px 0px;
	font-style: italic;

}
.rftw_excerpt_byline{
	float:right;
	font-weight: bold;
	text-transform: uppercase;

}
.rftw_points{
	margin-top:30px;
	padding: 6px;
	border: 1px solid black;
}

#rftw_swimresults, #rftw_manage_list
{
	border-bottom: 1px solid #CCC;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
}
#rftw_manage_list caption{

	color: white;
	background-color: #CCC;
	padding: 3px;
	text-align:center;
	font-weight: bold;
}
.rftw_meet_list{
	width: 100%;
	margin-top:10px;
}
#rftw_swimresults th, #rftw_manage_list th
{
	color: white;
	background-color: #666;
	padding:3px 1px; 
	text-align:center;
}


#rftw_swimresults td, #rftw_manage_list td{
	padding:3px 1px; 
	border: 1px solid #CCC;
}

#rftw_swimresults tr.alt td, #rftw_manage_list tr.alt td{
	background-color: #EEE;

}
#rftw_swimresults a,#rftw_stats a, .rftw_league_id, .rftw_team_id,.rftw_pool_id,.rftw_meet_id{
	color: #F26225;
}
#rftw_swimresults a:hover,#rftw_stats a:hover{
	color: #00677F;
}

#rftw_oldagg a{
	font-size: 1.3em;
}

.rftw_fblink
{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#rftw_topbanner{
	margin-top: 1em;
	padding-bottom: 1em;
	text-align:center;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
#rftw_bannertitle{
	color: #F26225;
	font-weight:bold;
	font-size: 2em;
}
#rftw_bannercontent{
	font-weight:bold;
	font-size: 1.1em;


}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}



#headerimg {
	margin: 0;
	height: 210px;
	width: 100%;
	}

.narrowcolumn {
	margin-left: 500px;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.cleared {
  clear:both;
  line-height:0;
}
.post {
	margin: 0 0 40px;
/* 	text-align: justify; */
	border-bottom: 1px solid #CCCCCC;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 6px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.more-link{
	font-weight:bold;
	text-transform: uppercase;
	font-size: .8em;
	color: #F26225;
}
.more-link:before{
	font-weight:bold;
	color: #5BE8FC;

	content: ">> ";
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
/*	margin: 10px 0 0; */
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.oldposts{
	font-size: 1em;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;

}
.oldposts a{
	color:black;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}
#rightbar ul ul li:before{
	font-weight:bold;
	color: #5BE8FC;
	content: ">> ";

}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol,#rightbar ul, #rightbar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #rightbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select, #rightbar ul p, #rightbar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #rightbar ul ul, #rightbar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #rightbar ul ul ul, #rightbar ul ol  {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #rightbar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #rightbar ul ul li, #rightbar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
	
#sidebar #search_articles ul,
#sidebar #search_articles ul li {
	margin:0px;
	padding:0px;
}

#sidebar #searchform #s {
	/* width: 108px; */
	width:100%;
	height:16px;
	margin-left:-3px;
	padding: 2px;
	
	font-size:13px;
	}

	#sidebar #searchform #s.filler {
		color:#555;
		font-style:italic;
	}

#sidebar #searchsubmit {
	margin-top:6px;
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px 0px 10px; 
/*	padding: 0 0 20px 45px;  */
	float: left; 
/*	width: 19.5%; */
/*	width: 240px; */
	width:160px;

	}

#sidebar form {
	margin: 0;
	}

#rightbar
{
	padding: 10px 10px 0px 10px; 
/*	padding: 0 0 20px 45px;  */
	float: right; 
/*	width: 240px; */
	width:336px;
	

	}
#rightsinglebar
{
	padding: 20px 10px 0px 10px; 
/*	padding: 0 0 20px 45px;  */
	float: right; 
	width: 350px;
	

	}
/* End Sidebar */

.widecolumn {
/* 	padding: 10px 0 20px 0; 
	margin: 5px 0 0 210px; */
	width: 450px;
	/* width: 54%; */
	float: left;
 	margin-top: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	}

	#content.widecolumn {
		width:434px;
	}

.swimmgrwidecolumn{
	width: 600px;
	float: left;
 	margin-top: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;

}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
/*	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3; 
	padding-top: 4px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-style: italic;
}
/* End captions */



/* auto complete */

.sugg_results
{
	border: 1px solid #AAA;
	background-color: #EEE;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	font-size: .8em;
}

.sugg_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.sugg_over {
	cursor: pointer;
	background-color: #F26225;
}

.sugg_match {
	text-decoration: underline;
	color: black;
}
/* details box */
.detailsbox{
	position:absolute;
	left: -1200px;
	width: 370px;
	font-size: .8em;
	border: 2pt solid #A9A9A9;
	background-color: #eee;
 	display: none;
 }
#detailsboxtext{
	overflow: auto;
	padding:10px;
	text-align:left;
}
div.boxheader{
 	text-align: center;
 	font-size: larger;
 	font-weight: bold;
}
.bar{
	background-color: #A9A9A9;
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
.bartext{
	padding-left: 1em;
	}
.barclose{
	position: absolute;
	width: 7%;
	left: 93%;
	background-image: url(images/close-icon.png);
	background-position: right;
	background-repeat: no-repeat;
	}


	.fld_hdr_lg{
		font-size: 1em;
		font-weight: bold;
	}
	.fld_hdr_reg{
		font-size: .9em;
		font-weight: bold;
	}
.fld_lbl_lg{
	font-size: 1em;
	float: left;
	display: block;
	width: 12em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	cursor: default;
	}
.fld_lbl_no_float{
	font-size: 1em;
/*	display: block; */
	width: 8em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	cursor: default;
}
.fld_lbl_sm{
	font-size: .9em;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	}
.medwide{
	width: 8em;
}
.narrow{
	width: 3em;
}
.xnarrow{
	width: 1em;
}
.wide{
	width: 10em;
}
.xwide{
	width: 20em;
}
.small{
	width: 5em;
}
.smallta{
	width:5em;
	height: 40px;
}
legend{
	font-weight:bold;
	font-style: italic;
}
.Link{
	width: 350px;
}
.League, .Team, .Pool{
	width: 500px;
}
.Meet{
	width: 600px;
}


/* end details box */
/* msg box */
#msgarea{
	background-color: #ffc;
	color: #D54E21;
	font-weight:bold;
	border: 1px solid #913434;
	display: none;
	padding:10px;
	width: 200px;
	height: 50px;
	position:absolute;

}
/* end msg box */
#rftw_tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	text-align: left;
	font-size: .8em;
	}	

/* stuff for cal */
.rftw_caldate{
	text-align:right;
	font-weight:bold;
	margin-bottom: 4px;
}
.rftw_caltable{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;	
}
.rftw_calcell{
	border: 1px solid #CCC;
	width: 15%;
	height: 85px;
	vertical-align: top;
	padding: 2px 5px;
	}
.rftw_calhead{
	text-align:center;
	font-variant: small-caps;
	font-weight: bold;

}
.rftw_caltoday{
	background-color: #EEE;
}
.rftw_calnav{
	width:100%;

}
.rftw_anymonth{
	font-weight: bold;
	color: #F26225;
}
#rftw_newdate{
	border: 1px solid #888888;
}
.rftw_lastmo {
	text-align:left;
	font-weight: bold;
	color: #F26225;

}
.rftw_nextmo {
	text-align:right;
	font-weight: bold;
	color: #F26225;
}
.rftw_thismo{

	text-align:center;
	font-weight: bold;
	color: #F26225;	
}
.rftw_calevent{
	border-bottom: 1px solid #CCC;
}
.rftw_a_bold{
	font-weight:bold;

}

/* end cal stuff */
/* team search on meets form */

.rftw_teamsearch, .rftw_teams_upload{
	font-size: 1em;
	width: 14em;
	margin-bottom: 4px;
}
.rftw_teamsrchblank{
	color: white;
	font-weight:bold;
	position:relative;

}
.warn{
	color: red;
	font-weight:bold;
	margin-bottom: .5em;
}
/* end of meets team search */
#rftw_meetlist{
	width: 100%;
	height: 300px;

}
.rftw_record_row{
	vertical-align:text-top;
}

#newmeets input{
	border: 1px solid #888888;
	margin-bottom: 4px;
}
/* autocomplete stylin */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	color: #101010;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #F26225;
	cursor: pointer;
}
/* end autocomplete style */
.rftw_remove_team{
	font-size:.8em;
}
.rftw_league_line{
	font-weight: bold;
/*	border-top: 1px solid #c9c9c9;
	margin-bottom: -12px;
	margin-top: 6px; */
	padding-top: 3px;
	text-align: center;

/*	width:90%;
	display:block; */
}
.rftw_results{
	text-align:center;
	cursor: default;
}

/* ADS */
#rftw_ad_topleaderboard {
	padding-bottom:10px;
	background-color:#00677f;
	text-align:center;
}

#rftw_ad_rr_flex {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

/* MISC */
.clear {
	clear: both;
}
