/*
Theme Name: Across the Lake Swim
Theme URI: http://www.acrossthelakeswim.com/
Description: A cool theme custom designed for the Across the Lake Swim site.
Version: 1.0
Author: Peter Rudd
Author URI: http://www.newmediasyndicate.com.com/
Tags: fixed width, two columns
*/



/* Begin Typography & Colors */

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;

	}








.commentlist li, #commentform input, #commentform textarea {
	font: '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 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	
	}
.postmetadata {background:#f4f4f4;padding:1px 0 0 10px;}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 20px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
.posted_by {
/* 	color: #E74B10; */
	color: #666;
	font-size: 11px;
}

.postmetadata {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	margin-bottom:10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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 {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar 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 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	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 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: 20px;
	}
/* 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;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */ 



/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
a img {border:none;}

/* global */
.hide {display:none;height: 0;width: 0;}
.left {float:left;}
.right {float:right;}
.clear {clear:both; display: block;}

p {padding-bottom:10px;line-height: 18px;}
strong {font-weight:bold;}

h1 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #e74b10;font-size: 30px;padding-bottom: 8px;margin-bottom:20px;border-bottom:1px solid #F5C851;margin-top:2px;}
h2 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #e74b10;font-size: 24px;padding-bottom: 4px;margin-bottom:10px;border-bottom:1px solid #F5C851;}
h3 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #005E9E;font-size: 20px;padding-bottom: 4px;margin-bottom:10px;padding-top:10px;}
#rightcol h1 {padding-bottom: 10px;}

ul {list-style:disc;margin-left:30px;}
/*li {line-height:24px;}*/

a:link {color:#00458b;text-decoration:underline;}
a:active {color:#558abe;}
a:visited {color:#00458b;}
a:hover {color:#e74b10;}

body {background:#005e9e url(images/bg_main.jpg) top center no-repeat;margin:0;padding:0;padding-bottom:20px;font-family: "Lucida Grande", Lucida, Verdana, sans-serif;font-size: 12px;text-align: center;color: #000;line-height: 20px;margin-bottom:20px;}

/* STRUCTURE GLOBAL */
#container {margin: 0 auto;width: 953px;text-align:left;position: relative;padding-top: 178px;}
#header {height:117px;background: url(images/bg_header.gif) repeat-x;}
#logo {padding: 21px 0 0 27px;}
#navbar {background: url(images/bg_navbar.gif) no-repeat;height: 43px;}
#mainpic {height: 217px; background: url(images/bg_mainPic.jpg) no-repeat;}
#mainpic_inside {height: 59px; background: #04488F url(images/bg_mainInside.jpg) no-repeat;}
#content {background: #fff url(images/bg_content2.jpg) top repeat-x;border: 2px solid #00458b;padding: 0px 27px 27px 27px;color: #000;}
#leftcol {width:627px;margin: 30px 0; padding-right: 30px;border-right:1px solid #558abe;}
#rightcol {width: 230px;margin: 30px 0;text-align: left;}
#footer {border-left: 2px solid #00458b;border-right: 2px solid #00458b;border-bottom: 2px solid #00458b;background: #002463 url(images/bg_footer.gif) repeat-x top;height: 72px;padding: 0 27px;line-height: 72px;font-size:11px;color: #77b2d7;}
#footer a {color: #77b2d7;}
#footer a:hover {color: #9cc3ea;}

/* NAVIGATION */
#nav ul, #nav li {list-style-type:none;margin-left:0px;}
#nav li {float: left; display: inline;line-height: 43px;}
#nav a {font-family: "Lucida Grande", Lucida, Verdana, sans-serif;margin: 0 30px 0 0px;text-decoration: none;color: #fff;font-size: 14px;font-weight: normal;}
#nav a:hover {color: #eeb038;}

/* HOME NEWS PANEL */
#home_news h2 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #e74b10;font-size: 24px;padding-bottom: 4px;margin-bottom:20px;border-bottom:1px solid #F5C851;}
#home_news h3 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #005E9E;font-size: 22px;padding-bottom: 4px;margin-bottom:0px;padding-top:0px;}
/*#home_news small {color:#eeb038;}*/

/* SIDEBAR */
#sidebar {padding: 4px 0 10px 20px;width: 200px;}

#sidebar form {margin: 0;}
#sidebar h2 {font-family: Arial, Helvetica, Geneva, sans-serif;font-weight: normal;color: #e74b10;font-size: 16px;padding-bottom: 4px;margin-bottom:14px;border-bottom:1px solid #F5C851;}

#corner_banner {position:absolute;top:0;right:0;width:288px;height:165px;z-index:99;}
#watertemp {font-size:32px;text-align:center;}
#watertemp p {display: none;} /* removes <p> tags from created by Tweet This*/

#swimList th, td {padding:2px 8px;}
#swimList tr.d0 td {
	background-color: #FFF7EF; color: black;
}
#swimList tr.d1 td {
	background-color: #FFE9D4; color: black;
}
#swimList th {background-color:#E95925;font-weight:bold;color:#fff;}

#quickdetails {border:2px dotted #E74B10;padding:20px;background:#f4f4f4;}
#quickdetails table th {font-weight:bold;font-size:14px;vertical-align:top;}
#quickdetails table td {vertical-align:top;}

.odd {
background: white;
color: black;
border:1px solid #dddddd;
}
.even {
background: #FEF9F3;
color: #000;
border:1px solid #dddddd;
}
.bypostauthor {background: #DFF2FF;}

#answerdiv label {color:#777777;font-size: 11px;}

.aktt_tweets a {font-size: 11px;}

.datebox		{width:36px;float:left;padding:5px;background: #005E9E;color: white;text-align: center;margin: 0 10px 0 0;}
.datebox p		{line-height: 1.0;padding:0;}
.day			{font-size:2.3em; font-weight: bold;margin:0;}
.month			{font-size:1.4em; font-weight: bold;margin:0;text-transform: uppercase;}
.year			{font-size:1.2em; font-weight: bold;margin:0;}

.post_content {float:left;width: 570px;}

.sldr_title {
	position: absolute;
	top:620px;
	left:400px;
	z-index: 99;
}

#siteby {
	color: #fff;
	font-size: 11px;
}

#siteby a {
	color: #fff;
}

#siteby a:hover {
	color: #77B2D7;
}

#important_bar, #important_bar a {
	background:#8F0000;
	color: #fff;
	font-size:14px;
	text-align: center;
	padding:2px 0;
	display:none;
}

#important_bar a {
	color: #fff;
	font-size:12px;	
}

#important_bar a:hover {
	color: #febe32;
}