/*
Theme Name: St. Joan of Arc School K-8 (2012)
Theme URI: http://stjoansk-8.org/
Description: Theme created for St. Joan of Arc School K-8
Author: Eastwood Arts
Author URI: http://eastwoodarts.com/
version: 1.0
Tags: 
*/


/* basics */

body {
	background:#f4e9c7 url(images/bg-header.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#444;
	}
body.home {
	background:#f4e9c7 url(images/bg-header-homepage.png) repeat-x top left;
}


h1, h2, h3, h4 { 
	margin:0 0 10px 0;
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
}

h1, h1 a, h1 a:hover, h1 a:visited {	
	font-size:17pt;
	text-decoration: none;
	font-weight:bold;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size:14pt;
	text-decoration: none;
	font-weight:bold;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size:11pt;
	text-decoration: none;
	font-weight:bold;
}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size:10pt;
	text-decoration: none;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p {
	margin-bottom: 10px;
}

small {
	font-size:0.85em;
}

.clear {
	clear: both;
}

hr {
  color:#f4e9c7;
  border:0;
  border-bottom:1px solid #f4bb58;
  margin: 10px 0  10px 0;
}

.pointer {
	cursor:pointer;
}


/* links */

a {
	color:#164c9e;
	text-decoration: underline;
}

a:visited {
	color:#2e5a9d;
}

a:active, a:hover {
	color:#0049b9;
	text-decoration: underline;
}

/* lists */

ul {
	list-style: disc;
	margin: 0 0 10px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 10px 1.5em;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

/* tables */
table {
	margin-bottom: 18px;
	text-align: left;
	border-collapse: collapse;
}

table th {
	font-size: 10px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

table td {
	padding: 8px; 
	border: 1px solid #999;
	
	vertical-align:top;
}

table tbody tr:hover td {
	
}

table.noformat td, table.noformat tr:hover td {
	border-width:0 !important;
	background:transparent !important;
}

/* columns framework */
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column{
	float:left;
	overflow:hidden;
	display:inline;
}
.columns .last{ float:right; }

.col2 .first{ width:445px; }
.col2 .last{ width:445px; }

.col2-percent > .first{ width:47%; padding:0;}
.col2-percent > .last{ width:47%; padding:0;}

.col2-sidebar .first{ width:700px; }
.col2-sidebar .last{ width:190px; }

.col2-content > .first{ width:183px; }
.col2-content > .last{ width:572px; }

.no-menu .col2-content > .first{ width:0px; display:none; }
.no-menu .col2-content > .last{ width:772px; }

.col3 .first{ width:286px; }
.col3 .second{ width:286px; margin-left:30px; }
.col3 .last{ width:286px; }

.col3 > .first{ width:286px; }
.col3 > .second{ width:286px; margin-left:30px; }
.col3 > .last{ width:286px; }

/* container */
#wrapper {
	margin:0 auto;
	width:820px;
	position:relative;
	background:url(images/header.jpg) no-repeat left top;
}
.home #wrapper {
	background:url(images/header-homepage.jpg) no-repeat left top;
}
.no-menu #wrapper {
	background:url(images/header-nomenu.jpg) no-repeat left top;
}

#container {
	padding:0 24px;
}
	
/* header */
#tagline {
	position:absolute;
	top:80px;
	left:252px;
	color:#e1f3ea;
	width:325px;
	line-height:1.4em;
}

#tagline a:link, #tagline a:active, #tagline a:focus, #tagline a:visited, #tagline a:hover {
	color:#e1f3ea;
	font-weight:bold;
}

#header {
	height:121px;
	overflow:hidden;
}
.home #header {
	height:270px;
}
.no-menu #header {
	margin-bottom:15px;
}


#header h1{
	/*
	text-indent:-9999px;
	margin:0;
	padding:0;
	*/
}

#header a:hover {
	background-color:transparent;
}

/* main menu */
#menu_wrapper {
	
}
#menu {
	width:183px;
	background:url(images/bg-menu.png) repeat-y left top;
}
#menu a {
	cursor:pointer;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding:10px 0 10px 20px;
}
#menu ul li {
	margin-bottom:14px;
}

#menu ul li .sub-menu {
	display:none;
}
#menu ul li.current-menu-parent > .sub-menu {
	display:block;
}
#menu ul li ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding:10px 0 5px 5px;
}
#menu ul li ul li{
	margin-bottom:10px;
	font-size:8pt;
	font-weight:normal;
	padding-left:12px;
	background: url(images/bullet-cross.png) 0 3px no-repeat;
}
#menu_bottom {
	background:url(images/bg-menu-bottom.png) no-repeat left top;
	height:13px;
}

#menu {
	font-size:9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu table {
  margin-left:24px;
}
#menu a:link {
	color:#0f356f;
	text-decoration:underline;
}
#menu a:active, #menu a:focus {
	color:#0040a1;
	text-decoration:none;
}
#menu a:visited {
	color:#2b466f;
	text-decoration:underline;
}
#menu a:hover {
	color:#0040a1;
	text-decoration:none;
	background-color:transparent;
}

/* content */

#content {
	
	padding:0 0 10px 0;
}
#content ul {
	margin:20px 0 20px 30px;
	padding-left:20px;
}
#content li {
	margin-bottom:5px;
}
#content ol {
	margin:20px 0 20px 30px;
	padding-left:20px;
}

#content_text {
	line-height:1.7em;
}

.content {
	line-height:1.5em;
	}

.entry-title a, .entry-title a:visited {}
.entry-title a:active, .entry-title a:hover {}
.entry-meta abbr, .entry-utility abbr {	border: none; }
.entry-meta abbr:hover, .entry-utility abbr:hover { border-bottom: 1px dotted #666; }
.entry-content, .entry-summary {  }
.entry-summary p:last-child {	margin-bottom: 12px; }
.entry-meta {
	color: #888;
}
.entry-utility {
	clear: both;
	color: #888;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}	

.post-edit-link {
	-moz-border-radius:0 0 4px 4px;
	background:#333 url(images/edit.png) no-repeat 5px 2px;
	color:#eaeaea;
	padding:5px 8px 5px 26px;
	position:absolute;
	right:20px;
	top:0;
	font-weight:bold;
	font-size:8pt;
	z-index:9000;
}


/* sidebar */

#sidebar {
	border-left: 1px solid #ddd;
	}

#sidebar h2{}

#sidebar ul {
	list-style: none;
	}

#sidebar ul li {
	
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style: square;
}


/* comments */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	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 {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* alignment */

.content img {
	margin: 0;
	max-width: 640px;
}

.content .attachment img {
	max-width: 900px;
}

.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin: 0 7px 2px 0;
}

.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 7px;
}

.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.floatright {
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: inline;
	float: right;
	}
.floatleft {
	padding: 4px;
	margin: 0 0px 0px 0;
	display: inline;
	float: left
	}
	
/* Images */
	
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.content .wp-caption img {
	margin: 5px 5px 0;
}

.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.content .wp-smiley {
	margin: 0;
}

.content .gallery {
	margin: 0 auto 18px;
}

.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.content .gallery img {
	border: 2px solid #cfcfcf;
}

.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.content .gallery dl {
	margin: 0;
}

.content .gallery img {
	border: 10px solid #f1f1f1;
}

.content .gallery br+br {
	display: none;
}

.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* footer */

#footer {
  text-align:right;
  margin-bottom:40px;
  border-top:1px solid #f4bb58;
  margin-top:10px;
  padding-top:5px;
}

#footer {
	line-height:1.7em;
	font-size:8pt;
}
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited, #footer a:hover {
	
}

/* blockquotes */
.bqstart {
	float: left;
	height: 35px;
	margin-top: -30px;
	padding-top: 40px;
	margin-bottom: -30px;
	margin-right:10px;
	margin-left:-25px;
	font-size: 500%;
	color: #537389;
	font-family:Georgia, Times, "Times New Roman", serif;
}
.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 500%;
	color: #537389;
	font-family:Georgia, Times, "Times New Roman", serif;
}
blockquote {
	margin:40px 40px;
	font-style:italic;
	font-size:9pt;
}
.index blockquote {
	margin:0 0 0 10px;
	padding-bottom:20px;
}
blockquote .quoted {
	float:right;
	padding-right:10px;
	line-height:1.3em;
	font-style:normal;
}

/**************************************************************************/
/* Simple JQuery Accordion Plugin - Version 3.1 */
/*http://www.i-marco.nl/weblog/jquery-accordion-3 */
/**************************************************************************/
/**************************************************************************/
/* IMAGE FLOAT CSS*/
/**************************************************************************/
img.top-right{
    border: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}
img.top-left{
    border: 0;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}
img.no-wrap{
    border: 0;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
/**************************************************************************/
/* CONTACT FORMS*/
/**************************************************************************/
.field {
	padding:0px 10px 20px 0;
	position:relative;
}
div.field label {
	line-height:1.2em;
}
label {
	display:block;
	clear:left;
	font-weight:normal;
	margin-bottom:1px;
	font-size:9pt;
	color:#333;
}
label.right-side {
	display:inline;
	font-weight:normal;
}
.label-left label{
	display:inline;
}
label span {
	font-size:7pt;
	color:#555;
}
input {
	padding:1px 3px;
}
/***FIELD BACKGROUND COLOR****/
input,select,textarea {
	background-color: #eaeaea;
	border-color:#8fb9d0;
	border-width:1px;
	border-style:solid;
	color:#000;
	font-size:10pt;
}
fieldset { 
	padding:5px 20px 5px 20px;
	border:0px solid #d9cdbb;
	display:block;
	margin:15px 0;
	background-color:#f3e2af;
}
legend {
	margin-left:-7px;
	margin-bottom:0px;
	padding-bottom:10px;
	font-weight:bold;
	color:#644f34;
}
fieldset input,fieldset select,fieldset textarea {
	background-color: #f5f5f5;
	border-color:#8fb9d0;
	border-width:1px;
	border-style:solid;
	color:#000;
}
.inline {
	width:100%;
}
.inline .field{
	float:left;
	position:relative;
}
.inline .field input{
	display:inline-block;
}
.inline-inputs input, .inline .inline-inputs input {
	display:inline;
}
.submitbutton {
background-color: #a0d178;
color:#003366;
font-weight:bold;
border:1px solid #85b75b;
padding:1px;
}
.submitbutton-forms {
margin-left:30px;
}
/*******************************************/
/* $$SJALoginUserForm*/
/*******************************************/
.BTN {
font-family:Verdana; 
font-size:8pt; 
color:#a0d178}
.submitbutton {
background-color: #a0d178;
color:#003366;
font-weight:bold;
border:1px solid #85b75b;
padding:1px;
}
.submitbutton-forms {
margin-left:0px;
}
#login_container p {
	margin: 0px 0;
}

/* slideshows */
.slideshow {
	position:relative;
	z-index:1;
}



.slideshow .slides {
	position:relative;
	overflow:hidden;
}

.slideshow .slides .slide {
	position:relative;
	text-align:center;
}

.slideshow .next {
	background:url(images/slider-arrow-right.png) no-repeat;
	height:60px;
	width:42px;
	display:block;
	position:absolute;
	top:20%;
	right: 10px;
	z-index:2000;
	cursor:pointer;
	text-indent:-9999px;
}

.slideshow .prev {
	background:url(images/slider-arrow-left.png) no-repeat;
	height:60px;
	width:42px;
	display:block;
	position:absolute;
	top:20%;
	left: 10px;
	z-index:2000;
	cursor:pointer;
	text-indent:-9999px;
}

.slideshow .nav {
	position:absolute;
	bottom:10px;
	left: 20px;
	z-index:1000;
}

.slideshow .nav a {
	text-indent:-9999px;
	background:url(images/slider-pager.png) no-repeat;
	height:11px;
	width:11px;
	line-height:11px;
	display:block;
	float:left;
	margin:0;
}

.slideshow .nav a.activeSlide {
	background:url(images/slider-pager-current.png) no-repeat;
}

/* login tools */
.login-tools {
	position:absolute;
	top:0;
	right:5px;
	font-size:8pt;
	color:#ccc;
	z-index:10000;
	line-height:16px;
	padding:2px 10px;
	background-color:#464646;
	background-image:-ms-linear-gradient(bottom,#373737,#464646 5px);background-image:-moz-linear-gradient(bottom,#373737,#464646 5px);background-image:-o-linear-gradient(bottom,#373737,#464646 5px);background-image:-webkit-gradient(linear,left bottom,left top,from(#373737),to(#464646));background-image:-webkit-linear-gradient(bottom,#373737,#464646 5px);background-image:linear-gradient(bottom,#373737,#464646 5px);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.login-tools .separator {
	font-weight:normal;
	color:#888;
	padding:0 5px;
}

.login-tools a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

.print {display:none;}
