html,body {
margin:0;
padding:0;
}

body {
font-family: verdana, arial, sans-serif;
font-size: small;
text-align:center;
}

p {
margin:0 0 10px;
}

a {
text-decoration: none;
}


/* header */ 

div#header {
height:120px;
background: #F8C858;
background-image: url(_img/y-guide_ymca_logos.gif);
background-repeat: no-repeat;
}

p.headertitle {
font-size: 400%;
font-weight: normal;
color:#A80808;
padding-left: 140px;
padding-top: 5px;
line-height: 100%;
}

p.headertagline {
font-size: 140%;
font-weight: normal;
color:#080868;
padding-left: 180px;
}


/* top navigation */ 

div#topnav {
font-size: 115%;
text-align: center;
font-weight:bold;
line-height:40px;
height:40px;
background: #0d1d45;
color: #FFFFFF;
margin-bottom: 10px;
}

div#topnav a {
color: #FFFFFF;
}

div#topnav a:hover {
color: #A80808;
}

.menu{
	border:none;
	border:0px;
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-size: 115%;
	font-weight:bold;
	}
.menu ul{
	background:#0d1d45;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#0d1d45 url("_img/seperator.gif") bottom right no-repeat;
		color:#ffffff;
		display:block;
		line-height:40px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			background: #0d1d45;
			color:#A80808;
			text-decoration:none;
			}
		menu ul li:hover a{
			background: #0d1d45;
			color:#ffffff;
			text-decoration:none;
			}
	.menu li ul{
		background:#0d1d45;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('_img/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:150px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:40px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#0d1d45;
			border:0px;
			color:#A80808;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}

/* entry */

div#entry h1 {
  color: #0d1d45;
  font-size: 140%;
  font-weight: bold;
  margin: 0; 
  padding: 15px 0px 15px 0px; 
}

div#entry h2 {
  color: #A80808;
  font-size: 120%;
  font-weight: normal;
  margin: 0; 
  padding: 5px 0px 0px 0px; 
}

div#entry h3 {
  color: #A80808;
  font-size: 110%;
  font-weight: normal;
  margin: 0; 
  margin-top: -15px;
  padding-bottom: 20px; 
}

div#entry ul li {
  background: none;
  list-style-type: disc;
  margin: 0;
  padding: 0;  
  font-size: 100%;
  color: #000;
}

div#events h1 {
  color: #0d1d45;
  font-size: 140%;
  font-weight: bold;
  padding: 12px 0px 8px 0px;
}

div#events h2 {
  color: #A80808;
  font-size: 140%;
  font-weight: normal;
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

div#events h3 {
  color: #A80808;
  font-size: 110%;
  font-weight: bold;
  padding: 20px 0px 5px 0px;
  margin: 0px;
}

/* main content */

div#container {
text-align:left;
}

div#content p {
 line-height:1.4;
}

div#sidebar {
background:#FFF;
}

div#sidebar .gutter {
padding: 15px;
}

div#sidebar a {
color: #0d1d45;
}

div#sidebar a:hover {
color: #A80808;
}

.box {
margin: 0 0 20px 0;
padding: 0 0 12px 0;
background: #fef4de;
font-size: 120%;
color: #0d1d45;
line-height: 160%;
}

.box h3 {
margin: 0;
padding: 12px;
font-size: 140%;
font-weight: normal;
color: #A80808;
}

.box p, .box ul {
margin: 0;
padding: 0 12px;
}

.box ul li {
margin: 0 0 0 12px;
padding: 0 0 0 18px;
list-style: none;
background: url(_img/li-bullet.gif) no-repeat 0 3px;
}

div#extra {
background:#FFF;
}

#extra p {
padding: 0px 0px 0px 28px;
}

.extrared {
color: #A80808;
}

#extra h1 {
margin: 0;
padding: 0px 0px 0px 28px;
font-size: 140%;
font-weight: normal;
color: #A80808;
}

div#container {
width:980px;
margin:0 auto;
}

div#content {
float:right;
width:780px;
padding: 0px 0px 10px 0px;
}

div#sidebar {
float:left;
width:200px;
}

div#extra {
float:left;
clear:left;
width:190px;
}

/* eventsbox */

#contentevents {
  float: left;
  width: 415px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

#contentnews {
  float: right;
  width: 360px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

#content h1 {
  color: #A80808;
  font-size: 140%;
  font-weight: normal;
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.contentdate {
  background: #FFFFFF url(_img/date.gif);
  float: left;
  width: 45px;
  height: 50px;
  margin: 18px 10px 0px 0px;
  padding: 0px;
}
	
.contentdate h3 {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 0px 0px 10px;
  margin: 0px;
  text-transform: uppercase;
}
	
.contentdate h4 {
  font-family: Times New Roman, Helvetica, Sans-Serif;
  color: #999999;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 4px 0px 0px;
  margin: 0px;
  text-align: center;
}

.contentheading {
  background: url(/_img/campfire.gif) no-repeat;
  color: #0d1d45;
  font-size: 140%;
  font-weight: bold;
  padding: 12px 0px 8px 55px;
}

.contenttitle {
  float: left;
  margin: 0px;
  width: 350px;
  padding: 0px;
}

#content a {
  color: #A80808;
  text-decoration: none;
}

#content a:hover {
  color: #A80808;
  text-decoration: underline;
}

#content ul li {
  color: #A80808;
  font-size: 140%;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 18px;
  list-style: none;
  background: url(_img/li-bullet.gif) no-repeat 0 3px;
}

/* Sidebar */		

#rightbar {
    float: right;
    width: 170px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
    margin: 10px;
    padding: 10px;
    font-size: 11px;
    line-height: 14px;
    color: #333;
    background-color: #EFEFEF;
    }
	
#rightbar h1 {
        font-size: 140%;
        font-weight: normal;
        color: #A80808;
	margin: 0;
	padding: 0px 0px 10px 0px;
	}

#rightbar p {
	margin: 0;
	padding: 0 0 18px 0;
	}
	
#rightbar .padtop {
	padding-top: 12px;
	margin: 0;
	}

/* footer */ 

div#footer {
background: #F8C858;
clear:both;
width:100%;
color: #0d1d45;
}

div#footer p {
margin:0;
padding:5px 10px;
}

div#footer a {
color: #0d1d45;
}

div#footer a:hover {
color: #a80808;
}

	table.infoTable {
		background:				transparent url(/_img/info_table_header.gif) top left no-repeat;
		width:					750px;
		margin-bottom:			26px;
	}

	table.infoTable th, table.infoTable td {
		height:					19px;
	}

	table.infoTable th {
		text-align:				left;
		padding:				4px 4px 3px 4px;
	}

	table.infoTable td {
		border-bottom:			1px solid #d7dbdb;
		padding:				4px 4px 3px 4px;
		color:					#000;
	}

	tr.infoTableFirstRow td {
		background:				transparent url(/_img/info_table_first_row.gif) top left repeat-x;
		border-top:				1px solid #fff;
	}

	table.infoTable .download {
		padding-left:			12px;
		background:				transparent url(/_img/icon_download_mini.gif) 0px 1px no-repeat;
	}

	table.infoTable a:link, table.infoTable a:visited {
		text-decoration:		none;
		border-bottom:			none;
	}

	table.infoTable a:hover {
		text-decoration:		none;
	}

	table.infoTable td.author a:link, table.infoTable td.author  a:visited {
		color:					#A80808;
		text-decoration:		none;
		border-bottom:			none;
	}

	table.infoTable td.author a:hover {
		color:					#d7dbdb;
		text-decoration:		none;
		border-bottom:			1px solid #fff;
	}

	table.infoTable .subText {
		font-size:				11px;
		padding:				3px 0 3px 12px;
	}

.context{
float:left;
text-align:center;
width:110px;
padding:5px;
}

.context img{
padding:5px;
border:1px solid #003366;
background-color:#CCCCCC;
}

#pagination{
text-align:left;
margin-top:15px;
margin-bottom:15px;
font-size:9px;
}

#pagination a{
font-size:10px;
background-color:#fef4de;
border:1px solid #0d1d45;
color:#000000;
text-decoration:none;
padding:4px;
margin:1px;
}

#pagination a:hover{
font-size:10px;
background-color:#F8C858;
border:1px solid #0d1d45;
color:#000000;
text-decoration:none;
}

#pagination b{
font-size:10px;
background-color:#0d1d45;
border:1px solid #0d1d45;
color:#FFFFFF;
padding:4px;
margin:1px;
}

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #fce27c;
	background-color: #fef4de; }
blockquote p {
	margin: 0; }

/* Start of Flickr Badge */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}