/*-----------------------------------------------

	The Learning Pad
	
	primary styles
	
-----------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
	font-family: Helvetica, Arial, Candara, Trebuchet MS, Tahoma, sans-serif;
}

body#home, body#catalog, body#calendar {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
}
#testimonial_small img { 
	margin-left: 90px;
	position: relative;
	left: -60px;
	top: -10px
}
#testimonial_small strong {
	margin-top: 5px;
	display: block
}

body#course {
	margin: 0;
	padding: 0;
	background: url(../img/bg_home.gif) repeat-x #364758;
}

p, ul {
	padding; 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #555;
}

a {
	color: #237fff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

.clear {
    clear: both;
}

/*------------
	header
------------*/

#header {
	width: 1250px;
	height: 120px;
	background: url(../img/launch.gif) top left no-repeat;
	margin: 0 auto 0 auto;
	border-top: 1px solid #237eff; /* not sure why this is necessary, but it keeps the header from pushing down */
}

#wordmark {
	float: left;
	margin: 40px 0 0 75px;
}

#wordmark a img {
	border: 0;
}
	
#slogan {
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	float: right;
	margin: 48px 0 0 0;
}

/* navigation */

#nav {
	height: 36px;
	list-style: none;
	margin: 84px 0 0 170px;
}

#nav li {
	float: left;
	height: 36px;
}

#nav li a {
	display: block;
	line-height: 36px;
	text-indent: -1000px; /* hides the text */
	overflow: hidden; /* prevents resizing */
	background-position: center top;
}

#nav li a:hover {
	background-position: 0 -36px;
}

#navHome {
	width: 64px;
	background: url(../img/nav_home.gif) no-repeat;
}

	#home #navHome { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navLocation {
	width: 99px;
	background: url(../img/nav_location.gif) no-repeat;
}

	#location #navLocation { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navNewsletter {
	width: 99px;
	background: url(../img/nav_newsletter.gif) no-repeat;
}

	#newsletter #navNewsletter { /* sets on state for tab */
		background-position: 0 -36px;
	}
	
#navRentals {
	width: 132px;
	background: url(../img/nav_rentals.gif) no-repeat;
}

	#rentals #navRentals { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navCourses {
	width: 132px;
	background: url(../img/nav_courses.gif) no-repeat;
}

	#catalog #navCourses { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navPrograms {
	width: 155px;
	background: url(../img/nav_programs.gif) no-repeat;
}

	#programs #navPrograms { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navCalendar {
	width: 77px;
	background: url(../img/nav_calendar.gif) no-repeat;
}

	#calendar #navCalendar { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navAbout {
	width: 81px;
	background: url(../img/nav_about.gif) no-repeat;
}

	#about #navAbout { /* sets on state for tab */
		background-position: 0 -36px;
	}

#navContact {
	width: 78px;
	background: url(../img/nav_contact.gif) no-repeat;
}

	#contact #navContact { /* sets on state for tab */
		background-position: 0 -36px;
	}


/*-----------------------
	feature (Home page)
------------------------*/

#feature {
	height: 236px;
	width: 1190px;
	margin: 0 auto;
}

#feature img {
	margin: 10px 5px 0 5px;
}
#feature .gallery { cursor: pointer; float: left; margin: 3px 5px 0 5px; }
#feature .gallery img { display: none; height: 211px; width: 380px }
/*#featuretest .gallery img:nth-child(1) { display: inherit }*/

#feature a img {
	border: 0;
}
#marq {
	padding: 15px;
	font: 16px Verdana;
	color: #FFF;
	text-align: center;
	position: relative
} #marq span[rel='2'] { display: none }

/*---------------------------
	Home: Featured Courses
----------------------------*/

#featured_courses {
	display: block;
	max-width: 200px;
	margin: 0 25px 55px 0;
	padding: 0 15px 0 0;
	float: left;
	border-right: 1px dotted #b3b3b3;
	_border-right: 1px solid #b3b3b3; /* IE 6 hack */
}

#featured_courses .listing {
	float: left;
	margin: 0 0 10px 0;
	max-width: 200px;
	
}

#featured_courses h2 {
	font-size: 18px;
	max-width: 200px;
	border-bottom: 1px solid #ccdde2;
	margin: 0 0 10px 0;
	padding: 4px 0 6px 0;
}

#featured_courses a {
	font-size: 12px;
	line-height: 15px;
	float: left;
	max-width: 200px;
}

#featured_courses p {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0 5px 0;
	float: left;
	max-width: 200px;
}

#featured_courses ul {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0 5px 0;
	float: left;
	max-width: 200px;
}

#featured_courses ul li {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0 5px 0;
	float: left;
	max-width: 200px;
}


/*--------------
	footer
----------------*/

#footer {
	background: #364758;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

#home #footer p, #course #footer p, #catalog #footer p, #programs #footer p, #calendar #footer p, #about #footer p, #contact #footer p, #register #footer p, #location #footer p, #rentals #footer p, #newsletter #footer p {
	font-size: 11px;
	line-height: 15px;
	color: #8e979e;
	padding: 2px;
	width: 800px;
	margin: 0 auto 5px auto;
}

#footer a {
	color: #2a96ff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.bbb {
	float: right;
	margin: 0 20px 0 0;
	border: 0;
}


/*--------------
	featurebar
----------------*/

#featurebar {
	height: 115px;
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid #f2f6f7; /* not sure why this is necessary, but it is thus far... */
}

h1 {
	font-size: 23px;
	line-height: 28px;
	color: #4b5f73;
	margin: 65px 0 0 0;
	width: 200px;
}

#featurebar ul {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
}

#featurebar li {
	list-style: none;
	display: block;
	float: left;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

#featurebar li a {
	color: #2a96ff;
	text-decoration: none;
}

#featurebar li .on {
	color: #4b5f73;
	text-decoration: none;
}

/*------------
	content
------------*/

#content {
	width: 800px;
	margin: 15px auto 15px auto;
	padding-left: 100px;
}

#content_fill {
	background: #fff;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

h2 {
	font-size: 15px;
	line-height: 21px;
	color: #4b5f73;
	margin: 0 0 20px 0;
	width: 230px;
	float: left;
}

.homeList {
    margin-left: 230px;
    _margin-left: 270px; /* IE 6 hack */
}

.homeList li {
    margin-bottom: 4px;
}

.list {
    _list-style: disc; /* IE 6 hack */
    _list-style-position: outside; /* IE 6 hack */
    _padding-left: 20px; /* IE 6 hack */
    _margin-left: 10px; /* IE 6 hack */
    float: left;
}

.list li {
    _list-style: disc; /* IE 6 hack */
}

#course ol {
    border: 1px solid white; /* not sure why this is necessary */
    float: left;
}

/*-------------
	about
--------------*/

#about h1, #about h2, #about p {
	width: 800px;
}

#list { /*TEMPORARY*/
	float: left;
}
.loc_address {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

/*-------------
	contact
--------------*/

#contact #content p{
	font-size:13px;
}

/*--------------
	wordpress
---------------*/
#post {
	width: 550px;
	float: right;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}