/*
Theme Name: WDPS Theme
Theme URI:
Description: WordPress theme for Woorinen District Primary School
Author: Michael Vorster
Author URI: http://www.juicedstudios.com.au
Version: 1.0
Tags:

This theme is property of Woorinen District Primary School and is not available for public use.
 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
body
{
	background: #fff url('/wp-content/themes/woorinen/img/bg.png') repeat-x;
	font-family: arial;
	font-size: 13px;
	margin: 0;
}

#wrapper {
	padding: 10px;
	background: #fff;
	width: 1000px;
	margin: 30px auto 30px auto;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 20px #666666;
	-webkit-box-shadow: 5px 5px 20px #666666;
	box-shadow: 7px 7px 25px #343434;
}

header {
	height: 220px;
}

header #logo img, header #logo {
	position: absolute;
	z-index: 200;
}

header #school {
	margin-left: 215px;
	position: absolute;
	width: 785px;
	height: 180px;
	z-index: 80;
}

header #slides {
	margin-top: 150px;
	position: absolute;
	width: 1000px;
	height: 300px;
}

header #slides .container {
	width: 1000px;
	height: 300px;
}

header #slides .container .slide {
	width: 1000px;
	height: 300px;
	display: block;
	overflow: none;
}

header #slides .container .slide-1 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-1.jpg') no-repeat;
}

header #slides .container .slide-2 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-2.jpg') no-repeat;
}

header #slides .container .slide-3 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-3.jpg') no-repeat;
}

header #slides .container .slide-4 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-4.jpg') no-repeat;
}

header #slides .container .slide-5 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-5.jpg') no-repeat;
}

header #slides .container .slide-6 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-6.jpg') no-repeat;
}

header #slides .container .slide-7 {
	background: url('/wp-content/themes/woorinen/img/slides/Slide-7.jpg') no-repeat;
}

header #slides .pagination  {
	display: none;
}

nav {
	margin-left: 470px;
	margin-top: 140px;
	position: absolute;
	width: 530px;
	height: 40px;
	background: #444;
	z-index: 100;
	border-radius: 7px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	float: left;
	padding: 4px 12px 4px 12px;
	margin: 8px 0 8px 0;
	border-right: 1px solid #fff;
}

nav ul li:last-child {
	border: 0;
}

nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

nav ul li:hover a {
	color: #4f81bd;
}

#inner {
	display: inline-block;
}

#category {
	padding: 20px;
}

#category h2 a {
	text-decoration: none;
}

#left, #middle, #right {
	float: left;
}

#left, #right {
	background: #6db3f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjgxYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 30%, #3690f0 32%, #4f81bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(30%,#54a3ee), color-stop(32%,#3690f0), color-stop(100%,#4f81bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 30%,#3690f0 32%,#4f81bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 30%,#3690f0 32%,#4f81bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 30%,#3690f0 32%,#4f81bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 30%,#3690f0 32%,#4f81bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#4f81bd',GradientType=0 ); /* IE6-8 */

	width: 160px;
	padding: 5px;
	border-radius: 10px;
}

#left ul li ul, #right .textwidget {
	margin-top: 10px;
	background: #fff;
	color: #000;
	border-radius: 7px;
	padding: 10px;
}

#left ul, #right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul li, #right ul li {
	margin: 0;
	padding: 0;
}

#left h3, #right h3 {
	color: #fff;
	margin: 0;
	border-bottom: 2px solid #fff;
}

#left p, #right p {
	color: #000;
}

#left ul li ul  li{
	list-style: square;
	margin-left: 13px;
}

#left ul li ul li a {
	text-decoration: none;
	color: #666;
}

#left ul li ul li a:hover {
	color: #000;
}

#middle {
	width: 620px;
	margin-left: 20px;
	margin-right: 20px;
}

#middle h2 {
	color: #333;
	margin: 0;
	border-bottom: 2px solid #4f81bd;
}

#middle h2 a {
	text-decoration: none;
	color: #333;
}

#middle p.signature {
	font-weight: bold;
}

#middle p a {
	text-decoration: none;
}

#middle table tr.center td {
	text-align: center;
	font-weight: bold;
}

#middle table tr td {
	text-align: top;
	vertical-align: top;
}

#middle table tr td h3 {
	margin-top: 0;
}

#middle ul li a {
	text-decoration: none;
	color: #4f81bd;
}

#middle .contact-sent {
	display: none;
	background: url('/wp-content/themes/woorinen/img/icons/idea.gif') no-repeat;
}

#middle .contact-form {
	display: block;
}

#middle .loading {
	display: none;
	background: url('/wp-content/themes/woorinen/img/icons/loader.gif') no-repeat;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 7px 0 5px 100px;
}

#middle .element input[type=text] {
    width:200px;
    padding-left:20px;
	float: left;
    padding:5px;
    margin:2px;
    font-family:arial;
    font-size:12px;
}

#middle .element textarea {
    height:120px;
    width:200px;
    padding-left:20px;
	resize: none;
	float: left;
    padding:5px;
    margin:2px;
    font-family:arial;
    font-size:12px;
}

#middle .element .error {
    border:2px solid #FF9900;
    background: #fff url('/wp-content/themes/woorinen/img/icons/caution.gif') no-repeat 2px;
}

footer {
	margin-top: 15px;
	margin-bottom: -10px;
	text-align: center;
	clear: both;
	font-size: 10px;
	border-top: 2px solid #4f81bd;
}

footer img {
	border: 0;
	display: inline;
	position: absolute;
	margin-top: -7px;
	margin-left: 3px;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	background: #eee;
	margin-bottom: 15px;
	margin-left: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.widget label
{
	display: none;
}

.widget li {
	list-style: none;
}

.widget-title {
	font-weight: bold;
	padding: 5px;
	margin: -5px 0 0 -30px;
}

.widget li ul {
	margin-left: -25px;
}

.widget li ul li {
	list-style: square;
}

.widget li ul li a {
	text-decoration: underline;
	color: #666;
}

.widget li ul li a:hover {
	color: #bade39;
}