/* Main Style Sheet for Parkview Huntington Family YMCA
   www.huntingtonY.org
   
   Developed by Reusser Design, LLC
   www.reusserdesign.com
   
*/


/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire website, unless otherwise defined below
	----------------------------------------------------------------------------------------*/
body {
	margin-top:0px;
	background-color:#910b04;
	font-family:"Trebuchet MS", sans-serif;
	color:#333333;
	font-size:100%;
	}

p {
	font-size:85%;
	text-align:left;
	}

a {
	color:#cd1007;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
a:visited {
	color:#cd1007;
	}

h1 {
	font-size:115%;
	color:#cd1007;
	text-align:left;
	}

h2 {
	font-size:100%;
	text-align:left;
	background-color:#f8f8f8;
	padding:5px;
	border:1px solid #cccccc;
	}
	
h2.bar {
	background-color:#910b04;
 	border:1px solid #CCCCCC;
 	padding:2px; 
 	color:#FFFFFF;
	}
	
ul {
	font-size:85%; 
	line-height:20px;
	text-align:left;
	}

/*-----------------------------------------------------------------------------------------
	STRUCTURE 
	----------------------------------------------------------------------------------------*/
	
#wrapper {
	height:700px;
	}

#content {
	background-color:#FFFFFF;
	color:#666666;
	padding:10px;
	}
	
#footer {
	font-size:70%;
	color:#FFFFFF;
	padding-top:5px;
	}


/*-----------------------------------------------------------------------------------------
	IDs
	----------------------------------------------------------------------------------------*/
	
#footer a {
	color:#FFFFFF;	
	text-decoration:none;
	padding-right:10px;
	}
	
#footer a:hover {
	color:#FFFFFF;	
	text-decoration:underline;
	padding-right:10px;
	}
	
#tdbg {
	background-color:#cd1007;
	color:#FFFFFF;
	font-weight:bold;
	}
	
	
/*-----------------------------------------------------------------------------------------
	navigation
	----------------------------------------------------------------------------------------*/
#menu{
	padding:0px;
	background-color: #C60F07;
}
#nav-menu{
	background: url(../images/link_bg.png) repeat-x top left;
	text-align:center;
	color: #FFFFFF;	
	display: inline-block;
	background-color: #C60F07;
	
}
#nav-menu ul{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#nav-menu li{
	display: inline;
	margin: 0;
	height: 36px;
	background: url(../images/ButtonCorner.png) no-repeat bottom right;
	padding-left: 0 px;	
}
	
#nav-menu li a{

	font-size: 9px;
	font-family: "Trebuchet MS";
	font-weight: 100;
	text-transform: uppercase;
	display: inline-block;
	background: url(../images/link_bg.png) repeat-x top left;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	height: 36px;
	width: 56px;
	line-height: 36px;
	margin-right: 1px;
	text-align: center;
	
}
#nav-menu li a:first-letter {
	font-size: 13px;
}

.last {
	background: none !important;
	
}

#nav-menu ul a:hover, .last:hover{
	color:#FFFFFF;	
	text-decoration: none;
	list-style: none;	
	background: url(../images/linkOver.png) repeat-x top left  !important;
	
}
#nav-menu ul li.last a{	
	padding-right: 30.1px;
	width:42px;
}

#nav-menu ul li.first a{
	padding-left:20px;
	width:40px;
}

#nav-menu li.last a{
	width:25px;
}
#nav-menu li.first a{
	width:25px;
}

	
/*-----------------------------------------------------------------------------------------
	CLASSES
	----------------------------------------------------------------------------------------*/
	
.breadcrumbs {
	font-size:75%;
	color:#666666;
	text-align:right;
	}
	
.breadcrumbs a {
	color:#999999;
	text-decoration:none;
	}
	
.breadcrumbs a:hover {
	color:#910b04;
	text-decoration:underline;
	}
	
.imgpad {
	padding:3px;
	border:1px solid #CCCCCC;
	}

.accent {
	color:#cd1007;
	}

.tables {
	font-size:85%;
	padding:2px;
	}

.note {
	background-color:#d9d9bf;
	padding:6px;
	font-style:italic;
	font-size:66%;
	}
	
.callout {
	padding:8px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	}
	
.readMore{

font-size:10px;
color:#cd1007;
text-decoration:underline;
width:50px;

}
