/*
Theme Name: donvale-ps
Theme URI: http://reaktive.com.au
Description: Custom theme for Donvale Primary School
Version: 1.0
Author: Mike Glover, Reaktive Design
Author URI: http://reaktive.com.au

Built from the "H5" theme
H5 Author: Jeff Starr
H5 Author URI: http://perishablepress.com/
*/

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../../../f/DroidSans-webfont.eot');
    src: url('../../../f/DroidSans-webfont.eot?iefix') format('eot'),
         url('../../../f/DroidSans-webfont.woff') format('woff'),
         url('../../../f/DroidSans-webfont.ttf') format('truetype'),
         url('../../../f/DroidSans-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../../../f/DroidSans-Bold-webfont.eot');
    src: url('../../../f/DroidSans-Bold-webfont.eot?iefix') format('eot'),
         url('../../../f/DroidSans-Bold-webfont.woff') format('woff'),
         url('../../../f/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../../../f/DroidSans-Bold-webfont.svg#webfontSOhoM6aS') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* == BASICS == */


#header, footer, section, article, aside, nav {
	display: block;
	}
	
p, ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;	
}

body {
	margin: 0 auto;
	font-family: "DroidSansRegular", Arial, Tahoma, Geneva, Helvetica, sans-serif; 
	background: #fff;	 
	color: #000;
	}
	
	
div.clear {
	clear: both;
}

/* == LINKS == */

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.alignright {
	float: right;
	margin: 10px 0px 10px 10px;	
}

/* == HEADER == */

/* header - main block */
#home-header-wrapper-outer {
/*	height: 466px; */
	width: 100%;
	background: none;
}

#home-header-wrapper {
/*	height: 466px; */
	width: 100%;
	background: none;
}

#header-wrapper {
/*	height: 185px; */
	width: 100%;
	background: none;
	z-index: 2;
}

#header-block {
	position: relative;
/*	width: 990px; */
	margin: auto;	
	z-index: 2;
}



/* header - logo */

#home-logo-wrapper {
	display: none;
}

#logo-wrapper {
	display: none;	
}



/* header - right hand block */


#header h1 {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	float: left;	
	background: none;
	text-align: center;
}



#header-search {
	display: none;
}


/* == NAVIGATION == */

#navigation {
	display: none;
}

/* == MAIN BODY STYLING == */



#main-content {
	background: none;

}

#main-content-inner {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: justify;
	font-size: 0.95em;
	z-index: 1;	

}

#main-content-inner ul {
	margin-left: 60px;	
}

#main-content-inner p {
	padding: 4px;
}


.event-list ul {
	font-size: 1.2em;
	padding: 6px 0px;
	border-top: 1px dotted #000;
	
}

.tec-events-dropdown {
	height: 80px;	
}


/* == EVENTS == */


h2.tec-cal-title 
{

display: none;
}

.tec-month-nav 
{
position: relative;
text-align: center;
font-size: 4em;
}
.tec-prev-month,
.tec-next-month,
.tec-calendar-buttons {
	display: none;	
}

table.tec-calendar {
	clear:both;
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #111;
	width: 700px;
}

table.tec-calendar td {
	color: #000;
	text-shadow: none;
	border-collapse:collapse;	
	border:1px solid #111;	
	width: 100px;
	text-align: left;
	vertical-align: top;
		
}

table.tec-calendar th {
	color: #000;
	text-shadow: none;
	border-collapse:collapse;	
	border:1px solid #111;	
	width: 100px;
	text-align: center;
	font-size: 2em;
		
}

.tec-calendar .daynum,
.tec-calendar td.tec-past .daynum,
.tec-calendar td.tec-present .daynum {
	background-color: #AAA;
	color: #000;
	font-weight: bold;
}

.tec-calendar td a 
{
font-size: 1em;
text-decoration: none;
}

#tec-content 
{

margin: 0px;

}

.category-events #tec-content 
{
width: auto;
padding: 0px;
margin: 0px;
}

/* == FOOTER == */

#footer-wrapper {
	background: #5A7A42 url(../../../i/footer-wrapper-bg-top.jpg) repeat-x;
	display: none;
}
