/*
Theme Name: Coast USD
Theme URI: http://www.coastusd.org
Description: The custom design for http://www.coastusd.org
Author: Kelly Wilson
Author URI: http://www.seowhat.com/

*/



/* Begin Typography & Colors */
body {
/*	font-size: 62.5%;*/ /* Resets 1em to 10px */
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

/*
#content {
	font-size: 1.2em
	}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}
.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em '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;
	}

#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: 0 0 40px;
	text-align: justify;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
*/

/* End Structure */



/*	Begin Headers */

/*
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
*/

/* 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;
	}

html>body .entry li {
	margin: 7px 0 8px 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: 60px;
	}
/* 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 */


































a { color: #0075BF; }
tr { vertical-align: top; }
marquee { border-top: 1px solid #B3B3B3; border-bottom: 1px solid #B3B3B3; font: normal 18px/30px Arial; margin: 0px; }
p { margin: 0px; margin-bottom: 10px; }

h1 { font: normal 22px/28px Century Gothic; text-transform: uppercase; }
h2 { text-transform: uppercase; font: normal 30px/35px Century Gothic; padding-left: 20px; background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/img-orange-arrow.gif) 6px 12px no-repeat; margin-bottom: 15px; }

li.widget ul { list-style: none; margin: 0; padding: 0; }
li.widget, li.widget_text, div.textwidget { list-style-type: none; list-style-position: outside; }

body { background: url(images/bg-body.gif) bottom left repeat-x; margin: 0 auto; padding: 0 auto; font: normal 11px/15px arial; }

.wrapper { margin: 0 auto; padding: 0 auto; width: 985px; border-left: 1px solid #CBCBCB; border-right: 1px solid #CBCBCB; background-color: #ffffff; text-align: left; }

table.header { background: #ffffff url(images/bg-header.gif) bottom left repeat-x; }

form.login { background: url(images/bg-login.gif) top left no-repeat; position: relative; width: 461px; height: 55px; /*float: right;*/ }
form.login input.login, form.login input.password, form.login input.submit, form.login img.register, form.login img.forgot-password { position: absolute; }
form.login input.login, form.login input.password { border: 0px; font-size: 11px; padding: 0 0 0 3px; height: 12px; background: transparent; }
form.login input.login { top: 19px; left: 28px; width: 157px; }
form.login input.submit { top: 16px; left: 384px; }
form.login input.password { top: 19px; left: 204px; width: 165px; }
form.login img.register { top: 33px; left: 27px; height: 15px; width: 165px; }
form.login img.forgot-password { left: 199px; top: 33px; width: 165px; height: 15px; }

form.search { position: relative; background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-search.gif) top left no-repeat; height: 39px; margin-bottom: 5px; }
form.search input.search-box, form.search input.search-button { position: absolute; border: 0px; font-size: 12px; padding: 0 0 0 3px; height: 20px; background: transparent; }
form.search input.search-box { top: 13px; left: 127px; width: 188px; }
form.search input.search-button { top: 10px; left: 326px; width: 78px; }

form.search2 { position: relative; background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-search2.gif) top left no-repeat; height: 39px; margin-top: 8px; margin-bottom: 25px; }
form.search2 input.search-box, form.search2 input.search-button { position: absolute; border: 0px; font-size: 12px; padding: 0 0 0 3px; height: 20px; background: transparent; }
form.search2 input.search-box { top: 13px; left: 127px; width: 138px; }
form.search2 input.search-button { top: 13px; left: 275px; width: 65px; }

form.newsletter-signup { background: url(images/bg-newsletter-signup.gif) top left no-repeat; position: relative; width: 417px; height: 161px; margin-top: 0px; margin-bottom: 5px; }
form.newsletter-signup input.name, form.newsletter-signup input.email, form.newsletter-signup input.submit-button { position: absolute; left: 261px; top: 128px; width: 155px; }
form.newsletter-signup input.name, form.newsletter-signup input.email { border: 0px; font-size: 12px; padding: 0 0 0 3px; height: 25px; background: transparent; }
form.newsletter-signup input.name { top: 59px; left: 243px; width: 157px; }
form.newsletter-signup input.email { top: 94px; left: 243px; }
form.newsletter-signup input.submit-button { top: 127px; left: 262px; width: 125px; height: 25px; }

form.newsletter-signup2 { background: url(images/bg-newsletter-signup2.gif) top left no-repeat; position: relative; width: 350px; height: 161px; margin-top: 0px; margin-bottom: 5px; margin-top: 25px; }
form.newsletter-signup2 input.name, form.newsletter-signup2 input.email, form.newsletter-signup2 input.submit-button { position: absolute; left: 261px; top: 128px; width: 155px; }
form.newsletter-signup2 input.name, form.newsletter-signup2 input.email { border: 0px; font-size: 12px; padding: 0 0 0 3px; height: 25px; background: transparent; }
form.newsletter-signup2 input.name { top: 59px; left: 208px; width: 120px; }
form.newsletter-signup2 input.email { top: 94px; left: 208px; width: 120px; }
form.newsletter-signup2 input.submit-button { top: 127px; left: 207px; width: 120px; height: 25px; }

td.top-navigation { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-top-navigation.gif) top left repeat-x; }
td.top-navigation a { color: #2E2E2E; font: normal 14px/29px Arial; text-decoration: none; display: block; float: left; width: 139px; border-right: 1px solid #666666; text-align: center; }
td.top-navigation a.last { border-right: none; }
td.top-navigation a:hover { text-decoration: underline; }

.breadcrumb { padding: 15px 10px; }

.quote { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-quote.gif) top left no-repeat; padding: 25px 75px 00px 100px; color: #ffffff; font-size: 12px; margin: 0px -10px; height: 70px; }

#content { margin: 10px; margin-top: 0; }

.section-headline { font: normal 18px/22px Century Gothic; margin-bottom: 0px; }
.feedburnerFeedBlock li .headline a { color: #006329; font: bold 16px/20px Century Gothic; }

.section-wrapper { border-right: 1px solid #B3B3B3; text-align: left; }
.section-wrapper ul { list-style: none; margin: 0; padding: 0; }
.section-wrapper li { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/img-orange-arrow.gif) 0px 5px no-repeat; padding-left: 20px; padding-right: 10px; margin-bottom: 10px; }

td.sidebar { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-right-column.gif) top left repeat-y; }

td.sidebar h3, td.sidebar h2.widgettitle { text-transform: uppercase; font: normal 20px/25px Century Gothic; padding-left: 25px; background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/img-orange-arrow.gif) 6px 6px no-repeat; margin-bottom: 10px; }
/*td.sidebar h2.widgettitle { padding-left: 10px; }*/
td.sidebar ul.subnav, td.sidebar ul.subnav ul { list-style: none; margin: 0; padding: 0; margin-left: 20px; }
td.sidebar ul.subnav { margin-bottom: 10px; }
td.sidebar ul.subnav ul { margin-left: 5px; }
td.sidebar ul.subnav li { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/img-orange-pill.gif) 6px 6px no-repeat; margin: 2px 0; padding-left: 25px; }

td.sidebar .content-below-right-nav { margin: 10px 5px; }

li.widget_slideshow { list-style-type: none; padding: 10px 0; margin: 0 0 0 1px; text-align: center; background-color: #E9E9EA; }
li.widget_slideshow h2 { display: none; }

table.footer-table td { background-color: #E9E9E9; }
td.footer { background: url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-footer.gif) bottom left no-repeat; background-color: none; height: 55px; text-align: center; vertical-align: middle; }
td.footer-nav { vertical-align: middle; }
td.footer-nav, td.footer-nav a { font: normal 11px/13px Arial; }
td.footer-nav a { text-decoration: none; padding: 0 5px; }

#creditfooter { display: none; }
























/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:985px; height:29px; font-size:0.85em; position:relative; z-index:100; border-left: 1px solid #666666;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:985px; w\idth:985px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:140px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:140px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#2E2E2E; width:143px; height:29px; border:1px solid #666666; border-width:0 1px 0 0; /*background:#758279; padding-left:10px;*/ line-height:29px; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-color:#666666;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65; color: #ffffff;}
.menu ul ul :hover > a.drop {color: #ffffff;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#efefef; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px; border-color: #808080; font-size: 11px; text-align: left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background: #efefef url(http://www.coastusd.org/wordpress/wp-content/themes/coast/images/bg-top-navigation-hover.gif) bottom left repeat-x;}
.menu a:hover { border-left: 1px solid #666; }
.menu :hover > a, .menu ul ul :hover > a { color: #000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
/*.menu ul :hover ul :hover ul{ visibility:visible;}*/


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

/*
.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
*/