/*
Theme Name: Mount Merrion Montessori
Theme URI: http://mountmerrionafterschool.ie
Description: The default theme for the Mount Merrion Montessori.
Version: 1.0
Author: James Eggers
Author URI: http://jameseggers.com
Tags: clean
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


body
{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 25px;
	letter-spacing: 1.1px;
	color: #000;
	background: #fff;
}

.mask
{
	width: 100%;
	height: 250px;
	margin-top: 120px;
	background: red url('images/bg6.png') repeat-x;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;	
}

.mask2
{
	width: 100%;
	height: 50px;

	background-color: #339900;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;	

}

.container
{
	width: 850px;
	height: auto;
	margin: 0 auto;
	margin-top: -390px;
	border: 1px transparent solid;
}

.logo
{
	width: 850px;
	height: 55px;
	margin: 0 auto;
	background: url("images/logo4.png") no-repeat center;
}

.desc
{
	width: 850px;
	height: auto;
	font-weight: 300;
	color: inherit;
	text-align: center;
}

.nav
{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background: #b1b1b1 url("images/nav_bg.png") repeat-x;
	opacity: 0.7;
	border-top: 2px #000 solid;
}

.menu
{
	width: 850px;
	height: 43px;
	position: fixed;
	bottom: 0;
	text-align: center;
}

.menu a
{
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

.menu a:hover
{
	color: grey;
}

.menu ul li
{
	display: inline;
	margin-left : 20px;
}


.slideshow
{
	width: 850px;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}

#slideshow-wrapper0
{
	margin-top: -40px;
}

img
{
	height: 252px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.front_page_main_text
{
	width: 420px;
	height: 400px;
	color: #000;
	margin-top: 12px;
	float: left;
	text-align: left;
}

.about
{
	width: 400px;
	height: 400px;
	float: right;
	margin-top: 275px;

}

.about_text
{
	width: 240px;
	height: 400px;
	float: right;
	text-align: left;
	font-style: oblique;
	margin-top: -190px;
}

.about img
{
	float: left;
	margin-top: 220px;
}

.tutorial
{
	width: 900px;
	height: 250px;
	color: #000;
	font-family: "Pacifico";
	font-size: 1.5em;
	line-height: 30px;
	text-align: center;
	margin-top: 1000px;

}

#tutorial
{
	width: 380px;
	height:200px;
	float: left;
	text-align: left;
	font-style: oblique;
	margin-top: -400px;
}


ul li
{
	list-style-type:disc;
	text-indent: 40px;
}
