/*
Theme Name: Parklands Website
Theme URI: http://www.parklands.co.za
Description: Parklands Website Theme Design Copyright 2010
Version: 1.0
Author: Warren Johnson
Author URI: http://www.parklands.co.za
*/


body {
	background: #fff url(images/bodybg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', Trebuchet MS, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
	z-index: 0;

}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.gif) #ffffff;
	background-repeat: repeat-y;
}
#fullcontainer {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg2.gif) #ffffff;
	background-repeat: repeat-y;
}
#menubar {

	padding: 0px 0px 0 29px;
	width:900px;
	
}

#breadcrumb {
	color: #084195;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
}
#breadcrumb a {
	color: #333;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #084195;
}


#header {
	height: 110px;
	padding: 40px 50px 0 50px;
	background: #ffffff url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding-left: 113px;
	padding-top: 6px;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
}
#header h2 {
	margin-top: 10px;
	padding-left: 113px;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
}
#header a {
	text-decoration: none;
	color: #161616;
}

#header a:hover {
	color: #000;
}

#header #search {
	position: absolute;
	top: 41px;
	left: 718px;
	height: 20px;
}

#header #s {
	background: transparent;
	border: 0px solid #cccccc;
	color: #333;
	width: 118px;
	margin: 5px;
	font-size: 12px;
	padding: 6px;
}

#header #sub
{
	position: fixed;
	width:53px;
	height:29px;
	cursor:pointer;
	background:url(images/search-blank.gif) top left no-repeat;
	margin-top: 4px;
	margin-left: -6px;
	border:0;
	padding:0;
	font-size: 12px;
}

#navbg {
	margin: 0 0 0 0;
	background: url(images/navbarbg.gif);
	background-repeat: no-repeat;
	height: 50px;
}
#navbg2 {
	margin: 0 0 0px 0;
	background: url(images/navbarbg2.gif);
	background-repeat: no-repeat;
	height: 50px;
}


#navbar {
	margin: 0 0 20px 0;
	background: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#navbar li {
	display: block;
	float: left;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 30px;
	background: url(images/navbuttonbg.gif);
	background-position: right 50%;
}

#navbar a:hover, #navbar .current_page_item a {
	color: #666666;
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
}

#navbar ul li ul {
	z-index: 100;
	margin: 0;
	border: 1px solid #cccccc;
	width: 200px;
	clear: both;
	position: absolute;
	top: 180px;
	left: -999px;
}

#navbar ul li:hover ul, #navbar ul li.sfhover ul {
	left: auto;
}

#navbar ul li ul li {
	width: 200px;
}

#navbar ul li.current_page_item ul li a, #navbar ul li ul li.current_page_item a {
	background: url(images/subnav1bg.png);
}

#navbar ul li ul li a {
	background: url(images/subnav1bg.png);
	padding: 0 0 0 5px;
	float: none;
}

#navbar ul li ul li a:hover {
	background: none #cccccc;
}

#posts {
	width: 600px;
	padding: 0px 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
}

#nosideposts {
	width: 860px;
	padding: 0px 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 0px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 12px 0 0 0;
	padding-bottom: 5px;
	background: url(images/page-shadow.jpg) no-repeat bottom;
	font-size: 13px;
}

.textsize{
	font-size: 13px;
}

.entry td {
		font-size: 13px;
}
.entry p {
	margin: 0 0 12px 0;
		font-weight: normal;
		font-size: 13px;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

.post h2 {
	font-size: 22px;
	font-weight: Normal;
	color: #003883;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 15px;
	border-bottom: 1px dashed #d1d1d1;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.post a, .navigation a {
	color: #003883;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #1d5dba;
}

.post a img {
	border: none;
}

.post blockquote {
	background: url(images/blockquotebg.gif) no-repeat left top;
	color: #777777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 5px; 
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

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

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.imagerotspace {
	margin-bottom: 18px;
}

.linksbg {
	background: url(images/website-links-bg.gif) no-repeat left top;
}


.homeslides { 
	width: 600px;
	float: left;
	margin: 0;
	position: fixed;
}

.presidebar {
	margin-left: 673px;
	width: 210px;
	position: top;
	padding-left: 22px;
	font-size: 12px;
	margin-top: -26px;
	padding-bottom: 20px;
}


.preside {
	color: #ffa800;
	font-weight: normal;
}

.preside a{
	color: #ffa800;
	font-weight: normal;
	text-decoration: none;
}

.preside a:hover{
	color: #febb3b;
	font-weight: normal;
	text-decoration: underline;
}

.preside h2{
	font-size: 24px;
	color: #ffa800;
	background: transparent url(images/sidebar-sep.png) no-repeat left top;
	margin: 5px 0 5px 0;
	padding: 28px 0 0 0;
	width: 210px;
	font-weight: normal;
}




.prepsidebar {
	margin-left: 673px;
	width: 210px;
	position: top;
	padding-left: 22px;
	font-size: 12px;
	margin-top: -26px;
	padding-bottom: 20px;
}


.prepside {
	color: #ff5a00;
	font-weight: normal;
}

.prepside a{
	color: #ff5a00;
	font-weight: normal;
	text-decoration: none;
}

.prepside a:hover{
	color: #ff7f3a;
	font-weight: normal;
	text-decoration: underline;
}

.prepside h2{
	font-size: 24px;
	color: #ff5a00;
	background: transparent url(images/sidebar-sep.png) no-repeat left top;
	margin: 5px 0 5px 0;
	padding: 28px 0 0 0;
	width: 210px;
	font-weight: normal;
}


.secsidebar {
	margin-left: 673px;
	width: 210px;
	position: top;
	padding-left: 22px;
	font-size: 12px;
	margin-top: -26px;
	padding-bottom: 20px;
}


.secside {
	color: #014089;
	font-weight: normal;
}

.secside a{
	color: #014089;
	font-weight: normal;
	text-decoration: none;
}

.secside a:hover{
	color: #255389;
	font-weight: normal;
	text-decoration: underline;
}

.secside h2{
	font-size: 24px;
	color: #014089;
	background: transparent url(images/sidebar-sep.png) no-repeat left top;
	margin: 5px 0 5px 0;
	padding: 28px 0 0 0;
	width: 210px;
	font-weight: normal;
}

.feesidebar {
	margin-left: 670px;
	width: 210px;
	position: top;
	padding-left: 22px;
	font-size: 12px;
	margin-top: -6px;
	padding-bottom: 0px;
}


.feeside a{
	font-weight: normal;
	border: 0;
	text-decoration: none;
}

.feeside h2{
	font-size: 24px;
	color: #014089;
	margin: 5px 0 5px 0;
	padding: 0px 0 0 0;
	width: 210px;
	font-weight: normal;
}

.sidebarlink a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}




.prehome{
	width: 180px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: transparent url(images/sidebar-sep2.png) no-repeat scroll left bottom;
} 
.prehome a{
	font-weight: Normal;
	color: #ffa800;
	padding-bottom: 0px;
	list-style-type: none;
	text-decoration: none;
	} 
.prehome h3{
	font-size: 18px;
	font-weight: Normal;
	color: #ffa800;
	margin: 0;
	padding-bottom: 0px;
	list-style-type: none;
	text-decoration: none;
	} 
	.prehome h4{
	font-size: 13px;
	color: #ffa800;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 4px;
	border-top: 1px dotted #f7cb77;
	list-style-type: none;
	text-decoration: none;
	} 
			.prehome li ul{
 list-style-type: none;
 	margin: 0;
	
	color: #ffa800;
	} 
		
	.pretime {
		font-size: 10px;
		color: #666666;
	}


.prephome{
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px #d0d8e0 solid;
	padding-bottom: 5px;
	background: transparent url(images/sidebar-sep2.png) no-repeat scroll left bottom;
}
.prephome a{
	font-weight: Normal;
	color: #ff5a00;
	padding-bottom: 0px;
	margin-bottom: 1px;
	list-style-type: none;
	text-decoration: none;
	} 
.prephome h3{
	font-size: 18px;
	font-weight: Normal;
	color: #ff5a00;
	padding-bottom: 0px;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	} 
	.prephome h4{
	font-size: 13px;
	color: #ff5a00;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 4px;
	border-top: 1px dotted #f5bb9c;
	} 
	
			.prephome li ul{
 list-style-type: none;
 	margin: 0;
	
	color: #ff5a00;
	} 
		
	.preptime {
		font-size: 10px;
		color: #666666;
	}


.sechome {
	width: 180px;
	padding-right:10px;
	padding-left: 10px;
	border-left: 1px #d0d8e0 solid;
	padding-bottom: 5px;
	background: transparent url(images/sidebar-sep2.png) no-repeat scroll left bottom;
}
.sechome a{
	font-weight: Normal;
	color: #003a7d;
	margin-bottom: 1px;
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 0px;
	} 
	
.sechome h3{
	font-size: 18px;
	font-weight: Normal;
	color: #003a7d;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 0px;
	} 
	.sechome h4{
	font-size: 13px;
	color: #003a7d;
	margin-top: 10px;
	margin-bottom: 0;	
	padding-top: 4px;
	border-top: 1px dotted #9cafc9;
	} 
		.sechome li ul{
 list-style-type: none;
 	margin: 0;
	
	color: #003a7d;
	} 
	
	
	.post-categories {
 	margin: 0;
	
	padding:5px;
	
	}
	
	.sectime {
		font-size: 10px;
		color: #666666;
	}
	
	
	

.homeentry span{
	width: 180px;
	list-style:none;
	margin: 0; 
	font-size: 13px;
	font-weight: normal;
}
.homeentry p{
	margin-top: 0px;	
}


#secnews {
	width: 600px;	
}

.sidebar {
	margin-left: 673px;
	width: 210px;
	position: top;
	padding-left: 22px;
	font-size: 12px;
	margin-top: -20px;
	padding-bottom: 20px;
	font-weight: normal;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.sidebar h2 {
	background: transparent url(images/sidebar-sep.png) no-repeat left top;
	margin: 5px 0 10px 0;
	padding: 28px 0 0 0;
	font-size: 20px;
	color: #003883;
	width: 210px;
	font-weight: normal;

}

.sidebar h4 {
	font-size: 11px;
	color: #003883;
	font-weight: normal;

}

.sidebar a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #cccccc;
}

.sidebar a:hover {
	color: #0e3799;
	background: #f0f0f0;
		border-bottom: 1px dashed #6d8ede;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
}

.sidebar ul li ul li ul li a {
	font-size: 11px;
	padding: 0 10px 0 20px;
}

.facsizepre {
	padding-left: 20px;	
	padding-right: 22px;	
	padding-top: 10px;	
	line-height: 1.4em;
	font-size: 13px;
	font-weight: normal;
}
.facsizepre a:hover{
	color: #f5a502;
}
.facsizeprep {
	padding-left: 20px;	
	padding-right: 22px;	
	padding-top: 10px;	
	line-height: 1.4em;
	font-size: 13px;
	font-weight: normal;
}
.facsizeprep a:hover{
	color: #e7641d;
}
.facsizesec {
	padding-left: 20px;	
	padding-right: 22px;	
	padding-top: 10px;	
	line-height: 1.4em;	
	font-size: 13px;
	font-weight: normal;
}
.facsizesec a:hover{
	color: #234dc5;
}



.imageplace {
	width: 308px;
	height: 190px;
	float: right;
	background: #efefef url(images/overview-image.jpg) right bottom;
}

.overviewimage {
	width: 308px;
	height: 155px;
	float: right;
	background: #efefef url(images/overview-image.jpg) right bottom;
}
.honoursimage {
	width: 315px;
	height: 284px;
	float: right;
	background: #efefef url(images/honours-image.jpg) right bottom;
}
.matricsimage {
	width: 315px;
	height: 274px;
	float: right;
	background: #efefef url(images/matrics-image.jpg) right bottom;
}
.schoolinfoimage {
	width: 315px;
	height: 247px;
	float: right;
	background: #efefef url(images/school-info-image.jpg) right bottom;
}
.supportimage {
	width: 310px;
	height: 96px;
	float: right;
	background: #efefef url(images/parent-support-image.jpg) right bottom;
}

.infoimage {
	width: 365px;
	height: 244px;
	float: right;
	background: #efefef url(images/footerbg.jpg) center bottom;
}



.pagelinks a {
	width: 250px;
	font-size: 15px;
	list-style:inherit;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px dashed #cccccc;
	background: url(images/arrow-bg-up.gif) no-repeat left;
}

.pagelinks a:hover {
	list-style: inherit;
	color: #0e3799;
	background: url(images/arrow-bg-over.gif) no-repeat left;
	border-bottom: 1px dashed #6d8ede;
}
.pagelinks li {
 list-style: none;	
 margin: 0px;
}


#footer3 {
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer2 {
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin-top: 19px;
}

#footer {
	clear: both;
	height: 185px;
	background: #ffffff url(images/footerbg.jpg) center bottom;
	background-repeat: no-repeat;

}

#footer p {
	margin:0;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 7px;
	color: #ddebff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #c1d2eb;
	text-decoration: underline;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

#wp-calendar a:hover {
	background: #cccccc;
}