/*
Theme Name: St. Marys Convent Primary School
Theme URI: http://www.conventprimarynenagh.ie/
Description: A custom theme for WordPress.
Version: 1.0
Author: Copper Reed Studio
Author URI: http://www.copperreed.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	background: #FFFFFF url(i/background_tile.gif) repeat top center;
	
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small; 
		/* Value for Windows IE 5 */
	voice-family: "\"}\"";
		/* Rule 'ends' for Windows IE 5 */
	voice-family: inherit;
		/* Recover from trick */
	font-size: small;
		/* Intended value for recent browsers */
}

.iefive {
	/* */
}

a img {
	border: 0;
}

.schoolbody {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	background-color: #EDEDED;
	border-bottom: 5px solid #00ACAA;
	margin-bottom: 1em;
	position: relative;
}

.header {
	background: #E6BC36 url(i/header-bg.png) repeat-y top left;
	overflow: auto;
	height: 140px;
}

.logo {
	float: left;
	padding: 0 2em;
}

address {
	font-style: normal;
}

.header address {
	float: right;
	width: 17em;
	margin-top: 2em;
	font-size: 116%;
	color: #FFFFFF;
}

.header address a {
	color: #666666;
	text-decoration: none;
}

.nav {
	clear: both;

	position: absolute;
	top: 105px;
	height: 40px;
	width: 890px;

	margin: 0 25px;
	background: #01AB90 url(i/nav-bg-tr.png) no-repeat top right;
	padding-right: 0.5em;
	z-index: 100;
}

/* these rules over-ride default menu settings so we don't need to touch superfish.css */
.sf-menu {
	background: #01AB90 url(i/nav-bg-tl.png) no-repeat top left;
	padding-left: 1em;
}

.sf-menu li {
	background: #01AB90 url(i/nav-bg.png) repeat-x top left;
}

.sf-menu li li, .sf-menu li li li {
	background: #01AB90;
}

.sf-menu a {
	border: 0;
	font-size: 116%;
	font-weight: bold;
	background: transparent url(i/nav-bg-sep.png) repeat-y top right;
	padding: 0.6em 1.6em 1em 1.6em;
}

/*
.sf-menu li.noline a {
	background: #01AB90 url(i/nav-bg.png) repeat-x top left;
}
*/

.sf-menu li li a {
	font-size: 100%;
	background: transparent;
	padding: 0.5em 1.6em;
}

.sf-menu a, .sf-menu a:visited {
	color: #ECECEE;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #01AB90 url(i/nav-bg-sep.png) repeat-y top right;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, 
.sf-menu li li li:hover, .sf-menu li li li.sfHover,
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
	background: #01AB90;
}

.sf-menu ul {
	background: transparent url(i/nav-dropdown-bg.png) no-repeat bottom left;
	padding-bottom: 8px;
	width: 12em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul, 
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
}

.sf-menu li.sfHover ul {
	top: 40px; /* match top ul list item height */
}
/* end custom menu rules */


.content {
	clear: both;
	margin: 20px;
	margin-right: 15px;
	z-index: 2;
}

.rightcol {
	float: right;
	width: 325px;
}

.leftcol {
	padding-right: 340px;
}

.notices {
}

.notices ul {
	list-style: none;
	height: 35px;
}

.notices ul li {
	list-style-type: none;
	display: inline;
}

.notices ul li a {
	font-size: 116%;
	font-weight: bold;
	background: transparent url(i/upcoming-notices-bg.png) no-repeat top left;
	float: left;
	width: 142px;
	padding: 8px 10px 12px 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.notices ul li a.hilighted {
	background: transparent url(i/current-notices-bg.png) no-repeat top left;
}

.thenotice {
	background: transparent url(i/notices-bg.png) no-repeat top left;
	padding: 20px;
	position: relative;
	height: 90px;
}

.thenoticetext {
	position: absolute;
	top: 47px;
	left: 110px;
	color: #666666;
	
	width: 200px;
	height: 65px;
	overflow: hidden;
}

.thenoticetext h2 {
	font-weight: bold;
	font-size: 100%;
}

.thenoticetext p {
	
}

.thenoticetext a {
	color: #666666;
	text-decoration: none;
}

.latestposts {
	width: 320px;
}

.latestposts h1 {
	color: #F03127;
	font-size: 150%;
	font-weight: bold;
}

.blogpost {
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.blogpost p.blogdate {
	color: #666666;
	background: transparent url(i/arr.png) no-repeat center left;
	padding-left: 15px;
	line-height: 175%;
	font-size: 116%;
}

.blogpost .thumb {
	float: left;
	margin-right: 10px;
}

.blogsummary {
	margin-left: 100px;
	min-height: 50px;
	padding-bottom: 30px;
	position: relative;
}

.blogsummary h2 {
	color: #208380;
	font-size: 108%;
	font-weight: bold;
}

.blogsummary h2 a {
	color: #208380;
	text-decoration: none;
}

.blogsummary .readmore {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 92%;
}

.blogsummary .readmore a {
	color: #F13126;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.splash {
	background: transparent url(i/splash-bg.png) no-repeat top left;
	width: 552px;
	height: 390px;
	padding-top: 21px;
}

/* these rules over-ride default carousel settings so we don't need to touch aw-showcase.css (we did have to edit paths there however) */
.showcase-load {
	height: 333px;
}

.showcase-content-container {
	background-color: #CCCCCC;
}

.showcase-content-wrapper {
	height: 333px;
	width: 500px;
}

.showcase-button-wrapper {
	background-color: #CCCCCC;
	padding: 0 5px;
	line-height: 150%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.showcase-button-wrapper span {
	font-size: 25px;
	color: #fff;
}

.showcase-button-wrapper span.active {
	color: #169E9A;
}

.showcase-arrow-previous, .showcase-arrow-next {
	background-image: url('images/arrows.png');
	top: 160px;
}

.showcase-plus-anchor {
	background-image: url('images/plus.png');
}

div.showcase-tooltip {
	background-image: url(images/white-opacity-80.png);
}

.showcase-caption {
	background-image: url(images/white-opacity-80.png);
}

.showcase-thumbnail-cover {
	background-image: url(images/black-opacity-40.png);
}

.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(images/arrows-small.png);
}

.showcase-button-wrapper {
	position: absolute;
	top: 350px;
	left: 15px;
}

.showcase-button-wrapper span {
	padding: 0px;
}

.showcase-content {
	background-color: #000;
	text-align: center;
	color: #FFFFFF;
}
/* end carousel rules */

.kidzone {
	background: transparent url(i/kidzone.png) no-repeat top left;
	position: relative;
	clear: left;
	
	height: 150px;
	padding: 20px;
/*
	padding-left: 55px;
*/
}

/*
.kidzone h1 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	position: absolute;
	top: 70px;
	left: -30px;

	color: #FD8817;
}
*/

.kidzone h1 {
	color: #FD8817;
	float: left;
	text-indent: -999em;
	width: 35px;
	height: 120px;
	background: transparent url(i/kidszone.png) no-repeat center center;
}

.zone, .overlay, .overlay a {
	width: 154px;
	height: 145px;
}

.zone {
	float: left;
	background-color: #CCCCCC;
	color: #FFFFFF;
	position: relative;
	margin-right: 7px;
}

.overlay {
	background: transparent url(i/overlay.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}

.zonea {
	background-color: #F03127;
}

.zoneb {
	background-color: #00BAFF;
}

.zonec {
	background-color: #90B532;
}

.zone h2 {
	padding-left: 7px;
	line-height: 150%;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-size: 116%;
}

.zone a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

.zone a img {
	height: 107px;
	width: 150px;
	vertical-align: top;
}

.overlay a {
	overflow: hidden;
	display: block;
	padding: 0;
}

.footer {
	clear: both;
	background: transparent url(i/footer-bg.png) no-repeat top center;
	margin-top: 1em;
}

.footer address {
	text-align: center;
	padding: 8px 8px 6px 8px;
	font-size: 108%;
	color: #323433;
}

.footer a {
	color: #323433;
}

.fontspec {
	font-family: 'Comic Sans MS', 'Comic Sans';
}

.kidszonesb {
	width: 320px;
}

.kidszonesb h1 {
	color: #FD8817;
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blogzone {
	margin-bottom: 15px;
	overflow: hidden;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.blogzonea {
	background: #FFFFFF url(i/shade-pink.png) repeat-x bottom left;
}

.blogzoneb {
	background: #FFFFFF url(i/shade-blue.png) repeat-x bottom left;
}

.blogzonec {
	background: #FFFFFF url(i/shade-green.png) repeat-x bottom left;
}

.zonethumb {
	float: left;
	margin-right: 10px;
}

.zonethumb img {
	height: 87px;
	width: 116px;
	vertical-align: top;
}

.zonesummary {
	padding: 8px;
	padding-left: 130px;
	color: #666666;
}

.zonesummary h2 {
	font-size: 116%;
	text-transform: uppercase;
}

.zonesummary a {
	color: #000000;
	text-decoration: none;
	color: #666666;
}

.blogzonea h2, .blogzonea h2 a {
	color: #F03127;
}

.blogzoneb h2, .blogzoneb h2 a {
	color: #00BAFF;
}

.blogzonec h2, .blogzonec h2 a {
	color: #90B532;
}


.postbody {
	width: 510px;
	background-color: #FFFFFF;
	padding: 0 15px;
	margin-left: 7px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.postbody h1, .postbody h2 {
	color: #CD140F;
	font-size: 125%;
	padding: 10px 0px 0px 0px;
}

.postbody h1 a, .postbody h2 a {
	text-decoration: none;
	color: #CD140F;
}

.postbody h3 {
	padding: 10px 0px 5px 0px;
	font-size: 116%;
}

.postbody h4 {
	padding: 10px 0px 5px 0px;
	font-size: 108%;
}

.postbody h5 {
	padding: 10px 0px 5px 0px;
	font-size: 100%;
}

.postbody h6 {
	padding: 10px 0px 5px 0px;
	font-size: 125%;
	text-transform: uppercase;
}

.postbody p {
	padding: 12px 0px 7px 0px;
}

.postbody ul {
}

.postbody ol {
}

.postbody a {
	color: #666666;
}

.postbody p.postdate {
	padding-top: 0;
	color: #666666;
}

.posttext {
	margin-bottom: 30px;
}

.postmeta {
	font-size: 86%;
	border-top: 1px solid #EDEDED;
}

.postmeta p {
	padding: 7px 0px 10px 0px;
}

.postmeta a {
	text-decoration: none;
	color: #FD8817;
}

.commentsmeta {
	float: right;
}

.commentsmeta a {
	background: transparent url(i/comments-bg.png) no-repeat center left;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
}

.blogwidget {
}

.blogwidget ul {
	list-style: none;
	margin: 10px 0;
}

.blogwidget li {
	list-style-type: none;
}

.blogwidget h2 {
	color: #FD8817;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0;
}

.blogwidget a {
	color: #666666;
}

h3#comments {
}

.commentlist {
	list-style: none;
}

.commentlist .comment {
	list-style-type: none;
}

.commentlist .comment-author {
}

.commentlist .comment-author img {
	float: right;
	margin-left: 5px;
}

.commentlist .comment-author cite {
	font-style: normal;
}

.commentlist .comment-author a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.commentlist .comment-meta {
}

.commentlist .comment-meta a {
	text-decoration: none;
}

.commentlist .comment-meta a.comment-edit-link {
	text-decoration: underline;
}

.commentlist .comment p {
}

.commentlist .reply {
}

.commentlist .reply a {
}

#respond {
}

#respond h3 [
}

img.alignleft {
    float: left;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-right: 10px;
}

img.alignright {
    float: right;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-left: 10px;
}
