/*
Theme Name: Seaside School
Author: Bethany Cahours
*/


/* ---------------------------------------------- CSS RESETS
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, textarea, a {
  	background: transparent;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
ul { margin-bottom: 15px; }
input, select { vertical-align:middle; }

/* End of Reset CSS */


/* Custom Styles */

body {
	background-color: #e9e0d3;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #75838b;
	text-align: center;
	margin: 11px 0 80px 0;
	padding: 0px;
}

/* Fonts */

@font-face {
    font-family: 'ChaparralProRegular';
    src: url('fonts/chaparralpro-regular-webfont.eot');
    src: url('fonts/chaparralpro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/chaparralpro-regular-webfont.woff') format('woff'),
         url('fonts/chaparralpro-regular-webfont.ttf') format('truetype'),
         url('fonts/chaparralpro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorporateBlack';
    src: url('fonts/cdkswfte-webfont.eot');
    src: url('fonts/cdkswfte-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/cdkswfte-webfont.woff') format('woff'),
         url('fonts/cdkswfte-webfont.ttf') format('truetype'),
         url('fonts/cdkswfte-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChaparralProItalic';
    src: url('fonts/chaparralpro-italic-webfont.eot');
    src: url('fonts/chaparralpro-italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/chaparralpro-italic-webfont.woff') format('woff'),
         url('fonts/chaparralpro-italic-webfont.ttf') format('truetype'),
         url('fonts/chaparralpro-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TallysRegular';
    src: url('fonts/tallys-webfont.eot');
    src: url('fonts/tallys-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/tallys-webfont.woff') format('woff'),
         url('fonts/tallys-webfont.ttf') format('truetype'),
         url('fonts/tallys-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End Fonts */


html>body {text-align: -moz-center;}

table,td,div {
	padding: 0px;
	margin: 0px;
}

p { text-align: left; }

ul {
	margin: 10px 0px 0px 15px;
	list-style-image: url(images/arrow.png);
}

ol {
	margin: 10px 0px 0px 15px;
}

.clear { 
    clear:both; 
} 

td {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #75838b;
	text-align: left;
	vertical-align: top;
}

a { color: #7fb0cd; text-decoration: none; }
a:hover { color: #609ab6; text-decoration: underline; }

.main {
	position: relative;
	width: 992px;
	padding: 0;
	margin: 0 auto;
}

#top {
	position: relative;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 146px;
	padding: 0;
	margin: 0 auto;
}

#home {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	color: #fff;
}

	#home a {
		color: #fff;
	}

#logo {
	position: absolute;
	top: 0px;
	left: 363px;
	width: 265px;
	height: 146px;
	margin: 0;
	padding: 0;
	z-index: 99;
}

/* Top Navigation */

#navleft {
	position: relative;
	float: left;
	width: 370px;
	height: 42px;
	margin: 63px 0 0 0;
}

#navright {
	position: relative;
	float: right;
	width: 363px;
	height: 42px;
	padding: 63px 0 0 0;
	margin: 0;
}

ul.nav {
	position: relative;
	/*float: left;*/
	list-style-type: none;
	width: 363px;
	height: 42px;
	text-align: left;
	padding: 0;
	margin: 0;
}
	#navright ul.nav {
		float: right;
		text-align: right;
	}

	ul.nav li {
		display: inline;
		height: 15px;
	}
	
		#navleft ul.nav li {
			border-left: solid 1px #bcd6e6;
			padding: 15px 35px 11px 35px;
		}
		
		#navright ul.nav li {
			border-right: solid 1px #bcd6e6;
			padding: 15px 44px 11px 40px;
		}
	
	ul.nav li a { font-family: 'ChaparralProRegular',Garamond,serif; color: #115384; font-size: 20px; text-transform: uppercase; text-decoration: none; }
	ul.nav li a:hover { color: #609ab6; }
	
	#navleft ul.nav li ul {
		display: none;
	}
	
	#navleft ul.nav li:hover ul {
		display: visible;
	}
	
	#navleft ul.nav li ul {
			display: none;
			position: absolute;
			background-color: #eaf3fa;
			text-align: left;
			padding: 5px 7px;
			z-index: 98;
			margin: 0;
		}
		
			#navleft ul.nav li ul#about {
				top: 32px;
				left: 0px;
				width: 200px;
			}
			
			#navleft ul.nav li ul#school {
				top: 32px;
				left: 166px;
				width: 210px;
			}
			
		#navleft ul.nav li:hover ul {
			display: block;
		
		}
		#navleft ul.nav li ul li {
			display: block;
			border-bottom: 1px solid #bcd6e6;
			border-left: none;
			float: none;
			padding: 6px 6px;
			margin: 0;
			height: 22px;
		}
		
			#navleft ul.nav li ul li.last {
				border-bottom: none;
			}
		
		ul.nav li ul a { font-family: tahoma,arial,verdana,sans-serif; font-size: 13px; color: #609ab6; text-transform: none; }
		ul.nav li ul a:hover { color: #115384; }

/* Photo Area */

#photo {
	position: relative;
	width: 992px;
	padding: 0;
	margin: 9px 0 0 0;
}

#phototop {
	position: relative;
	width: 992px;
	height: 6px;
	background-image: url(images/box-top-full.png);
	background-repeat: no-repeat;
}

#photomid {
	position: relative;
	width: 992px;
	background-image: url(images/box-mid-full.png);
	background-repeat: repeat-y;
}

#photoinside {
	margin: 0 6px;
	border: solid 1px #ccdfeb;
	text-align: center;
	overflow: hidden;
	width: 979px; height: 315px;
}

.photos {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 979px;
	height: 315px;
	text-align: center;
}

.photos img {
	max-width: 979px;
}

#photobot {
	position: relative;
	width: 992px;
	height: 6px;
	background-image: url(images/box-bot-full.png);
	background-repeat: no-repeat;
}


/* Sidebar */

#sidebar {
	position: relative;
	float: left;
	width: 264px;
	padding: 0;
	text-align: left;
	margin: 13px 0 14px 0;
}

#sidebartop {
	position: relative;
	width: 264px;
	height: 6px;
	background-image: url(images/box-top-sidebar.png);
	background-repeat: no-repeat;
}

#sidebarmid {
	position: relative;
	width: 264px;
	background-image: url(images/box-mid-sidebar.png);
	background-repeat: repeat-y;
}

#sidebarinside {
	background-color: #fff;
	margin: 0 6px;
	border: solid 1px #ccdfeb;
	padding: 8px;
}

.link01 {
	background-color: #f6f1dc;
	padding: 28px;
}

.link02 {
	background-color: #efe7ca;
	padding: 28px;
}

#sidebarbot {
	position: relative;
	width: 264px;
	height: 6px;
	background-image: url(images/box-bot-sidebar.png);
	background-repeat: no-repeat;
}

/* Main Content Area */

#content {
	position: relative;
	float: right;
	width: 713px;
	margin: 13px 0 0 0;
	padding: 0;
	text-align: left;
}

#contenttop {
	position: relative;
	width: 713px;
	height: 6px;
	background-image: url(images/box-top-content.png);
	background-repeat: no-repeat;
}

#contentmid {
	position: relative;
	width: 713px;
	background-image: url(images/box-mid-content.png);
	background-repeat: repeat-y;
}

#contentinside {
	background-color: #fff;
	margin: 0 6px;
	border: solid 1px #ccdfeb;
	padding: 8px;
}

.content01 {
	background-color: #fcf7d6;
	padding: 36px 28px 12px 28px;
}

.contentbetween {
	background-image: url(images/content-divider.gif);
	background-repeat: repeat-x;
	height: 18px;
	margin: 0 -8px;
}

.content02 {
	background-color: #f2f8fb;
	padding: 28px;
}

	.content02 ul {
		margin-bottom: 18px;
	}

.readmore {
	font-family: 'ChaparralProRegular',Garamond,serif;
	color: #7fb0cd;
	position: relative;
	float: right;
	font-size: 18px;
}

	.readmore a {
		font-size: 16px;
		color: #216ba2;
	}

#contentbot {
	position: relative;
	width: 713px;
	height: 6px;
	background-image: url(images/box-bot-content.png);
	background-repeat: no-repeat;
}

.bluesubmit {
	border: 0; background: #216BA2; color: white; padding: 5px 18px; font-weight: bold; font: 13px Tahoma; cursor: pointer;
}
	
/* Footer */

#footer {
	position: relative;
	width: 992px;
	padding: 0;
	margin: 14px 0 0 0;
}

#footertop {
	position: relative;
	width: 992px;
	height: 6px;
	background-image: url(images/box-top-full.png);
	background-repeat: no-repeat;
}

#footermid {
	position: relative;
	width: 992px;
	background-image: url(images/box-mid-full.png);
	background-repeat: repeat-y;
}

#footerinside {
	background-color: #fff;
	margin: 0 6px;
	border: solid 1px #ccdfeb;
	padding: 40px 0;
}

#footerbot {
	position: relative;
	width: 992px;
	height: 6px;
	background-image: url(images/box-bot-full.png);
	background-repeat: no-repeat;
}

#col1, #col2, #col3, #col4 {
	position: relative;
	float: left;
	min-height: 195px;
	font-size: 13px;
	line-height: 26px;
	color: #75838b;
	letter-spacing: 1px;
	padding: 0 38px;
	text-align: left;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#col1 a, #col2 a {
	color: #7fb0cd;
}

	#col1 {
		width: 169px;
		font-size: 15px;
	}
	
	#col2 {
		width: 253px;
	}
	
	#col3 {
		width: 139px;
	}
	
		#col3 img {
			margin-bottom: 12px;
		}
	
	#col4 {
		width: 100px;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 0px;
		background-image: none;
	}

input.button, button.button {
	border: 0px none;
}

h1 {
	font: 41px/45px 'TallysRegular',Garamond,serif;
	color: #216ba2;
	font-weight: normal;
	margin: 5px 0 25px 0;
}

h2 {
	font-family: 'TallysRegular',Garamond,serif;
	font-size: 36px;
	line-height: 36px;
	color: #7fb0cd;
	font-weight: normal;
	margin: 18px 0 16px 0;
}

	.content02 h2 {
		margin-top: 0px;
	}

	#sidebar h2, #sidebar h2 a {
		font-family: 'ChaparralProRegular',Garamond,serif;
		font-size: 22px;
		font-weight: normal;
		margin: 0;
		color: #609ab6;
		text-transform: none;
		text-decoration: none;
		letter-spacing: 0px;
	}

h3 {
	font-family: 'ChaparralProRegular',Garamond,serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 18px 0;
	color: #115384;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
}

	#sidebar h3, #sidebar h3 a {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0;
		color: #216BA2;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 0px;
	}
	
h4 {
	font-family: 'ChaparralProRegular',Garamond,serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #609ab6;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
}

/* End Custom Styles */


input:invalid, textarea:invalid {
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {  }

/* By default the selection color is pink */
::-moz-selection{ background: #468ab1; color:#fff; text-shadow: none; }
::selection { background:#468ab1; color:#fff; text-shadow: none; }
.ie7 img { -ms-interpolation-mode: bicubic; }



/*ul, ol, p {
	padding: 0 0 1.5em 0;
}*/

/*ul, ol {
	list-style: none;
}*/

/* remember to define focus styles! */
:focus {outline: 0;}

img {border:0;}
a img {border:0}

/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.right {float: right;} 

.left {float: left;}

.alignright {float: right;margin: 0 0 2px 7px;}
.alignleft {float: left;margin: 0 7px 2px 0;}

img.left, img.alignleft {float: left;margin: 0 15px 7px 0;}

img.right, img.alignright {float: right;margin: 0 0 7px 15px;}

img.alignright, img.alignleft, img.alignnone, img.aligncenter { border: solid #fff 6px; }

.post img.aligncenter, .attachment img.aligncenter { display:block; margin: 0 auto; text-align: center; }

.nopad {
	padding: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.noborder {
	border: none !important;
}


/* ------------------------------------------------------------- Critical Elements to style for all projects      */


hr {
	position: relative;
	background-color: #fff;
	clear: both;
	height: 1px;
	padding: 0;
	margin: 30px 0;
}

/* -------------------------------------------------------------  Text elements */
p {
	margin-bottom: 18px;
}
ul {
	
}
		ul li {
			line-height: ;
		}
ol {
	list-style: decimal;
}
	ol ol {
		list-style: upper-alpha;
	}
		ol ol ol {
			list-style: lower-roman;
		}
			ol ol ol ol {
				list-style: lower-alpha;
			}
ul ul,
ol ol,
ul ol,
ol ul {
	padding-bottom: 0;
}
dl {
	padding: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #f00;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 20px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}

/* Text meant only for screen readers (From the Twenty Ten Wordpress Theme) */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* -------------------------------------------------------------- Comment Styles for this wordpress framework (You can change the markup and css if you'd like) */

#comments {
	clear: both;
}
#comments .previous_next {
	padding: 0 0 20px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: ;
}
.commentlist {
	list-style: none;
	padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #f00;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	padding-bottom: 20px;
}
#comments .comment-body p:last-child {
	padding-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	padding-bottom: 25px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #0ff;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: .8em;
	padding: 0 0 20px 0;
}
.comment-meta a {
	color: #f00;
}
.comment-meta a:hover {
	color: #00f;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 20px 0;
}
.reply a,
a.comment-edit-link {
	color: #f00;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #00f;
}
.commentlist .children {
	list-style: none;
	padding: 0;
}
.commentlist .children li {
	border: none;
	padding: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #f00;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#comments .pingback p {
	display: block;
	padding: 0;
}
#comments .pingback .url {
	font-style: italic;
}


/* ---------------------------------------------------------------------------- Default Widget Styles */

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}




/* ---------------------------------------------------------------------------- Mobile Safari CSS ( iPad, iPhone and iPod Touch ) */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.your_navigation_container {
	-webkit-text-size-adjust: 120%;
}


/* ----------------------------------------------------------------------------- Print Style */
/* Replace the styles below with the name of your classes and ids that apply */

@media print {
	body {
		background: none !important;
	}
	 #wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.previous_next,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

















/*
    // ========================================== \\
   ||                                              ||
   ||               CSS3 MEDIA QUERIES                  ||
   ||                                              ||
    \\ ========================================== //
*/

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}








/*
    // ========================================== \\
   ||                                              ||
   ||               QUICK CSS LIBRARY                  ||
   ||                                              ||
    \\ ========================================== //
*/


/* Quick CSS3 Library
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
/*border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: 1px solid #afdd66;
border-bottom: 1px solid #194d70;
text-shadow:rgba(98,98,98,1) 0 -2px 0;*/