/*
Theme Name: Pacer Parents
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 
*/

/*************************************************************************/
/***************************** global ************************************/

html, body{
	margin:0;
	padding:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#333333;
	background:url(/wp-content/themes/pacer/images/body-bgRepeat.jpg) repeat-x top center;
}
#container{
	width:915px;
	margin:0 auto;
}
#header{
	height:100px;
}
#logo{ /* supports IE6 PNG transparency */
	width:250px;
	height:90px;
	margin:10px 0 0 55px;
	_margin:6px 0 0 28px; /* IE6 */
	float:left;
	background:transparent url(/wp-content/themes/pacer/images/logo-PacerParents.png) no-repeat;
}
#logo a{
	width:250px;
	height:90px;
	display:block;
}
#note{
	width:215px;
	height:50px;
	margin:0 40px 0 0;
	_margin:0 20px 0 0; /* IE6 */
	padding:5px 0 0 15px;
	float:right;
	font:14px/18px "Times New Roman", Times, serif;
	background:transparent url(/wp-content/themes/pacer/images/header-noteBg.png) no-repeat;
}
#content{
	width:915px;
	height:575px;
	margin:0 auto;
	background:url(/wp-content/themes/pacer/images/notebook-bg.jpg) no-repeat top center;
}

/*************************************************************************/
/****************************** main nav *********************************/

#left{
	width:145px;
	float:left;
	padding:45px 0 0 40px;
	text-align:right;
}
#left ul{
	margin:0;
	padding:0;
	list-style:none;
	font:15px/20px "Times New Roman", Times, serif;
}

/*************************************************************************/
/****************************** sub nav **********************************/

#left ul ul{
	margin:0 0 10px 0;
	font-size:13px;
}
#left ul ul li{
	padding-right:13px;
	background:url(/wp-content/themes/pacer/images/subnav-dash.gif) no-repeat top right;
}

/*************************************************************************/
/*************************** content DIVs ********************************/

#right{
	width:600px;
	height:490px;
	float:left;
	margin:45px 0 0 50px;
	overflow:hidden; /* hides default scrollbar */
}
#right img{ /* set all body images to float right automatically */
	margin:0 0 5px 20px;
	padding:3px;
	background:#FFFFFF;
	border:1px solid #DDD6CE;
	float:right;
}

/*************************************************************************/
/**************************** text styles ********************************/

p{
	padding:0;
	margin-top:0;
	margin-bottom:15px;
}
h1, h2, h3{
	margin:0 0 15px 0;
	font:18px/22px "Times New Roman", Times, serif;
	font-weight:bold;
	clear:both; /* ensure this clears all floats */
	text-transform:uppercase;
	color:#31406B;
	border-bottom:1px solid #D8D4CE;
}
h3{
	font-size:14px;
	text-transform:none;
	border:none;
}
.floatLeft{
	float:left;
	padding:2px 20px 10px 0;
}
.floatRight{
	float:right;
	padding:10px 0 2px 10px;
}

/*************************************************************************/
/***************************** linkage ***********************************/

/* default */
a:link, a:visited, a:active {color:#31406B; text-decoration:underline;}
a:hover{color:#5F6F9C; text-decoration:underline;}

/* yellow note */
#note a:link, #note a:visited, #note a:active {color:#333333; text-decoration:none;}
#note a:hover{color:#333333; text-decoration:none; background:url(/wp-content/themes/pacer/images/nav-rollover.gif) no-repeat bottom;}

/* main nav */
#left ul li a:link, #left ul li a:visited, #left ul li a:active {color:#333333; text-decoration:none;}
#left ul li a:hover, #left ul li.current_page_item a{color:#333333; text-decoration:none; background:url(/wp-content/themes/pacer/images/nav-rollover.gif) no-repeat bottom;}

/* sub nav */
#left ul ul a:link, #left ul ul a:visited, #left ul ul a:active {color:#333333; text-decoration:none; background:none;}
#left ul ul a:hover, #left ul ul li.current_page_item a{color:#333333; text-decoration:none; background:url(/wp-content/themes/pacer/images/nav-rollover.gif) no-repeat bottom;}


/*************************************************************************/
/*************************** IE6 PNG support *****************************/

/* PNG support for IE6 */
img, div, input { behavior: url(/wp-content/themes/pacer/assets/iepngfix.htc); }