/*

© 2010 Carmelite Sisters’ Holy Childhood Preschool

Rock River Labs / rockriverlabs.com

Colors:
background - #f3f3ec
text - #333333
links - #ff6600
links hover - #666666

*/

/* import stylesheets \*/
@import url(reset.css);
@import url(fancy.css);
@import url(slideshow.css);
/* end import/hide */

/* ------------------------------------ BASIC ELEMENTS ------------------------------------ */

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	color: #333;
}

/* ----------- HEADERS ----------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3em;
	padding: 0 0 .5em 0;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
	font-style: italic;
	color: #666;
}
h4{
	border-bottom: #ccc 1px solid;
	font-size: 1em;
}
h5{
	font-size: 1em;
}

p, td, li, label, input, select, legend, q {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 .5em 0;
}



/* ------------ LINKS ------------ */

a {
	text-decoration: none;
	color: #333;
} 
a:hover {
	background: #6699cc;
}

/* ------------ FIXES ------------ */

.clear {
	clear: both;	
}
.right {
	float: right;
}
.left {
	float: left;
}
img, div, a, input, td, li, h1, h2, h3, h4, h5, h6 { 
	behavior: url(/global/images/pngfix/iepngfix.htc);
}
.ampersand {
	font-family: "Goudy Old Style", "Book Antiqua", Georgia, serif;
	font-style: italic;
}
q {
	margin: 0;
	padding: 0 10px 0 10px;
	font-style: italic;
	color: #6699cc;
}
blockquote {
	margin: 0;
	padding: 0 10px 0 10px;
	font-style: italic;
	color: #6699cc;
	background: url(../images/layout/quote_top.gif) no-repeat top left;
}
.quote {
	background: url(../images/layout/quote_bottom.gif) no-repeat bottom right;
}
em {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
strong {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}

/* ---------- STRUCTURE ---------- */

.container{
	margin: 0 auto;
  	width: 680px;
}
#accessibility{
	position: absolute;
	margin: 0;
	padding: 2px 10px;
	top: 0;
	left: 0;
	background: #ffffff;
	visibility: hidden;
}
#header{
	clear: both;
}
#content {
	clear: both;
}
.main{
	float: left;
	width: 400px;
}
.aside{
	float: right;
	width: 280px;
}
#footer{
	clear: both;
}
.gutter{
	padding: 20px;
}

#home{
	background: #ffffdd url(../images/layout/body_background_home.jpg) top left repeat-x;
}
#admission{
	background: #ffffdd url(../images/layout/body_background_admission.jpg) top left repeat-x;
}
#calendar{
	background: #ffffdd url(../images/layout/body_background_calendar.jpg) top left repeat-x;
}
#teachers{
	background: #ffffdd url(../images/layout/body_background_teachers.jpg) top left repeat-x;
}
#threeMWF{
	background: #ffffdd url(../images/layout/body_background_threeMWF.jpg) top left repeat-x;
}
#fourMWF{
	background: #ffffdd url(../images/layout/body_background_fourMWF.jpg) top left repeat-x;
}
#threeTT{
	background: #ffffdd url(../images/layout/body_background_threeTT.jpg) top left repeat-x;
}
#fourMTWTF{
	background: #ffffdd url(../images/layout/body_background_fourMTWTF.jpg) top left repeat-x;
}
#parents{
	background: #ffffdd url(../images/layout/body_background_parents.jpg) top left repeat-x;
}
#carmelites{
	background: #ffffdd url(../images/layout/body_background_carmelites.jpg) top left repeat-x;
}
#error{
	background: #ffffdd url(../images/layout/body_background_home.jpg) top left repeat-x;
}



/* ------------------- SPECIAL ------------------- */
.frameimage{
	float: left;
	margin: 5px 5px 5px 0;
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
.unframeimage{
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
}
.frameimageR{
	float: right;
	margin: 5px 0 5px 5px;
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
.unframeimageR{
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0;
}
.link{
	color: #6699cc;
}

/* ------------------- HEADER ------------------- */

#header h1{
	height: 270px;
	margin: 0;
	padding: 20px 0 0 130px;
	background: url(../images/layout/header_background_alt.gif) top left no-repeat;
}
#home #header h1 {
	background: url(../images/layout/header_background.gif) top left no-repeat;
}

/* ------------------- CONTENT ------------------- */

#content ul{
	margin: 0 0 10px 0;
	padding: 0;
}
#content ul li {
	font-size: .8em;
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style: none;
	background: url(../images/layout/icon_list.gif) no-repeat 0 6px;
}
.notice{
	margin-bottom: 20px;
	padding: 12px 6px;
	text-align: center;
	border: 8px solid #ff6600;
	background: #fff;
}
.notice h3{
	font-size: 30px;
	font-weight: normal;
	color: #ff6600;
}

/* ------------------- ASIDE ------------------- */

.letter{
	margin: 20px 0;
	padding: 20px;
	font-size: .9em;
	border: 1px solid #ccc;
	background: #fff;
}
.author{
	text-align: center;
	font-style: italic;
}
span.description{
	display: block;
	overflow: hidden;
	clear: both;
}


#content .special{
	margin: 20px 0 20px 0;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}
#content .special h5{
	font-style: italic;
}
#content .special p{
	font-family: "Lucida Grande", Verdana, serif;
	font-size: .7em;
}

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

#content .news{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#content .news h5{
	border-bottom: 1px solid #ccc;
}
#content .news ul{
	margin: 0;
	padding: 0;
}
#content .news ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-family: "Lucida Grande", Verdana, serif;
	font-size: .8em;
	list-style: none;
	background: url(../images/layout/icon_news.gif) no-repeat 0 6px;
}
#content .news strong{
	font-family: Georgia, serif;
}

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

#content .events{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#content .events h5{
	border-bottom: 1px solid #ccc;
}
#content .events ul{
	margin: 0;
	padding: 0;
}
#content .events ul li {
	display: block;
	clear: both;
	font-family: "Lucida Grande", Verdana, serif;
	font-size: .8em;
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
}
#content .events strong{
	font-family: Georgia, serif;
}
#content .events img{
	float: left;
	margin: 2px 5px 2px 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

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

#content .downloads{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#content .downloads h5{
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#content .downloads ul{
	margin: 0;
	padding: 0;
}
#content .downloads ul li {
	background: url(../images/layout/icon_downloads.gif) no-repeat 0 6px;
	font-family: "Lucida Grande", Verdana, serif;
	font-size: .8em;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 15px;
}
.downloads strong{
	font-family: Georgia, serif;
}

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

.prayer {
	clear: both;
	margin: 0;
	padding: 20px 0;
}
.prayer h5{
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 5px 0;
}
.prayer p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	padding: 0;
	font-style: italic;
	color: #6699cc;
}

/* ------------------- FOOTER ------------------- */

#footer {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
}
#footer .container {
	background-image: url(../images/layout/footer_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 200px;
}
#footer .container p {
	font-size: .8em;
	padding: 10px 20px 5px 420px;
}


/* ------------------- NAVIGATION ------------------- */

#navigation {
	float:left;
	width: 680px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 8px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	background: #6699cc;
}
#navigation a:hover {
	color: #fff;
	background: #333;
}
body#home ul#navigation li#t-home a,
body#admission ul#navigation li#t-admission a,
body#calendar ul#navigation li#t-calendar a,
body#teachers ul#navigation li#t-teachers a,
body#parents ul#navigation li#t-parents a,
body#carmelites ul#navigation li#t-carmelites a {
	background: #333;
	color: #ffffff;
	text-decoration: none;
}
li#t-home a {
	margin-left: 40px;
}


#navigationSub {
	float:left;
	width: 680px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
#navigationSub li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigationSub a {
	float: left;
	display: block;
	margin: 2px 2px 0 0;
	padding: 4px 8px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	background: #6699cc;
}
#navigationSub a:hover {
	color: #fff;
	background: #333;
}

body#threeMWF ul#navigationSub li#t-threeMWF a,
body#threeTT ul#navigationSub li#t-threeTT a,
body#fourMWF ul#navigationSub li#t-fourMWF a,
body#fourMTWTF ul#navigationSub li#t-fourMTWTF a,
body#threeMWF ul#navigation li#t-teachers a,
body#threeTT ul#navigation li#t-teachers a,
body#fourMWF ul#navigation li#t-teachers a,
body#fourMTWTF ul#navigation li#t-teachers a {
	color: #fff;
	background: #333;
}


li#t-threeMWF a {
	margin-left: 80px;
}

/* ------------------- FEATURES ------------------- */

dl.feature {
	margin: 10px 0;
	padding: 15px 30px 0 30px;
}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
}
dl.feature dt img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 4px;
}
dl.feature dd {
	margin-left: 0;
}

/* ------------------- FORMS ------------------- */

/*
#content .formwrap {
	margin: 100px;
	width: 560px;
	text-align: left;
}
*/

/* ------------------- SPECIAL ------------------- */

/*
.hrule { 
	margin: 0px; 
	padding: 2px 0px; 
	background-image: url(../layout/horiz_rule.gif); 
	background-repeat: repeat-x; 
}
*/

.print {
	float: right;
}

/* ------------------- TABLES ------------------- */

table {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}
table caption {
	margin: 0;
	padding: 4px 0;
	font-size: 120%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table th, table td {
	margin: 0;
	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.25em;
}
table th {
	color: #ccc;
}
table .name {
	text-align: left;
}
table tr {
}
table tr.alt {
	background: #ffffc0;
}
table td a {
	display: block;
	font-weight: bold;
}