/*

Gravesend Grammer School for Girls CSS Styles

https://ggsg.org.uk

ALL CONTENT © COPYRIGHT 2010

COLOUR REFERENCES
BODY BG: #FFF
FONT COLOR MAIN: #333
FONT COLOR HEADING: #111
FONT COLOR SPECIFIC: #111
LINKS: #009

-------------------------------------------------------- */

/* @group Main Structure */

body {
	margin: 0 auto;
	position: relative;
	font: 62.5% georgia, serif;
	color: #333;
	background-color: #FFF; 
	line-height: 1.4;
	
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* @end */

/* @group Typography */

p {margin:0 0 1.5em; font-size: 1.3em;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#9c63d4;margin:0 0 0.8em 0;}
h1 {font-size:2.6em;}
h2 {font-size:2em; color: #016321;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-size:1em;font-weight:bold;}

/* @end */

/* @group Miscleanous */

a:focus, a:hover {color:#9c63d4;text-decoration:underline;}
a {color:#016321;text-decoration:none;}

/* @end */

/* @group Banenr */

h1 {margin: 0 0 0.2em 205px; padding-top: 20px; line-height:100%;}

#wrapper {
	width:960px;
	height:auto;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}

#logo {position: absolute; left: 0; top: 0;}

#banner {height:auto;width: 960px; position:relative;}

#banner p {margin: 0 0 0 205px;}

.p-lrg {font-size: 1.4em;}
.p-spacing {margin-right: 15px;}

 #search {
	position:absolute;
	width:165px;
	height:44px;
	top:23px;
	right:0;
	background:url(../images/search_input.gif) top left no-repeat;
	}
	
		 .searchButton {
			border:0; 
			color:#fff;
			margin: 0px 0px 0px 0px;
			height:44px;
			width:23px;
			cursor: pointer;
			float:right;

			}
			
			
		 .searchInput {
			margin: 1px 15px 0px 4px;
			width:120px;
			border:0px;
			height:16px;
			background:none;
			float:left;
			background:#fff;
			}

/* @end */

/* @group Navigation */

#main_nav {
	float: left;
	width: 776px;
	padding: 20px 0 0 185px;
	border-bottom: none;
}

#main_nav li {float: left; border-left: 1px solid #bfb6ac; padding: 8px 0 8px 0; margin-right: 5px;}

#main_nav a {color: #40017e; border-right: 9px solid #52079c; font: 1.3em Lucida Sans, Georgia; padding: 4px 56px 4px 5px;}

#nav_home a {border-right: 9px solid #43067f;}
#nav_about a {border-right: 9px solid #52079c;}
#nav_curriculum a {border-right: 9px solid #7842ae;}
#nav_parents a {border-right: 9px solid #9966cc;}
#nav_staff a {border-right: 9px solid #c69bf1;}
#nav_students a {border-right: 9px solid #e8d2ff;}

#main_nav a:hover {border-right: 9px solid #91908f; text-decoration: none;}

/* @end */

/* @group Content */

#flash {float: left; width: 960px; margin-top: 1px; height: 300px; background-color: #9966cc;}

#content {clear: both;}
#side_content {
	width: 199px;
	min-height: 290px;
	float: right;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#side_content a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side_content  #rightcol  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



	
#side_content img {
	border: 2px solid #9c6dcd;
}
#sidebar {
	float: right;
	height: 290px;
	width: 199px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#prospectus {border-top:3px #9966FF solid; padding-top:12px; margin-top:20px; }

#breadcrumb {margin-bottom:15px; color: #999999; font-size:1.1em;}

		#main_content {
	width: 495px;
	float: right;
	margin-top: 10px;
	border-right: 1px dashed #bfb6ac;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	position:relative;
}

.detail #main_content {width: 717px;}

.detail iframe {display:none;}


	
	/* ------ Photo Gallery Element ----------- */


#main_content .photoGalleryElement .thumbHover, #main_content .photoGalleryElement .thumbContent {
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 0;
	}
	
#main_content .photoGalleryElement a {
	border-bottom: none;
	float: left;

}


#main_content .photoGalleryElement img {
	padding: 0;
	float: left;
	border: none !important;

}

#main_content .photoGalleryElement .thumbnail {
	border: 1px solid #ccc !important;
	display: inline !important;
	float: left !important;
	margin: 10px 10px 10px 0 !important;
	padding: 5px !important;
	text-align: center !important;
}

#main_content ul {
	list-style-type: none;
	padding-bottom: 1em;
	font-size:1.2em;
	}
	
#main_content ul li {
	list-style-type: none;
	padding-left: 17px;
	background: url(../images/content_bullet.png) no-repeat left 7px;
	margin-top: 1em;
	
	}


	
#main_content ul.inline_list li {
	margin-top: 0;
	}
	
#main_content ul li:first-child {
	margin-top: 0;
	}
	
#main_content ol {
	padding-left: 19px;
	margin-bottom: 1em;
	
	}
	
#main_content ol li {
	padding-left: 6px;
	margin-top: 1em;
	}
	
#main_content ol.inline_list li {
	margin-top: 0;
	}
	
#main_content table {
	margin-bottom: 1.2em;
	border-collapse: collapse;
	clear: both;
	margin-top: 0.4em;
	}
	
#main_content table td, #main_content table th {
	border: 1px solid #9c63d4;
	border-collapse: collapse;
	padding: 4px 8px;
	background: transparent url(../images/td_bg.png) repeat-x 0 bottom;
	vertical-align: top;
	}	
	
#main_content table th {
	color: #fff;
	background: #a583c2 url(../images/th_bg.png) repeat-x 0 bottom;
	}
	
#main_content table img {
	border: none !important;
	padding: 0;
	float: left;
	}
	
#language {
	position: absolute;
	top: 25px;
	left: 385px;
	float: right;
	width: 53px;
}
	
#science {
	position: absolute;
	top: 25px;
	left: 445px;
	float: right;
	width: 53px;
}
	
	

	#bottom {
	width: 920px;
	float:left;
	margin-top: 10px;
	margin-left: 15px;
	border-top: 1px dashed #bfb6ac;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	height: 100px;
				}	
	
		#news-box { float: left; margin-top: 10px; margin-left: -10px; padding-left: 10px;}
		
		#news-box h2 {padding-left: 0px;}

#section_menu {
	width: 200px;
	float: left;
	margin-top: 10px;
	border-right: 1px dashed #bfb6ac;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#section_menu img {
	margin:10px 0px 10px 5px;
}

.img {
	border: 2px solid #9c6dcd;
}

#section_menu #img2 {
	margin-top: 15px;
}
#section_menu #img3 {
	margin-top: 15px;
}
#section_menu #img4 {
	margin-top: 15px;
}



#section_menu ul {width: 199px;}


#section_menu li {margin-bottom: 15px;}

#section_menu li a {font-size: 1.2em; display:block;}

#section_menu li a:hover {text-decoration: none;border-right: 9px solid #310161}


#section_menu li ul li {margin:15px 0 0 8px; }

#section_menu li ul li a {color:#669933; padding-left:13px;}
#section_menu li ul li a:hover {color:#9c63d4;}

#section_menu .globalmenu li.selectedPage a,
#section_menu .globalmenu li.selectedPageParent a {
	color:#9c63d4; 
	}
#section_menu .globalmenu li.selectedPage a span,
#section_menu .globalmenu li.selectedPageParent a span {
	color: #CC6699; 
	}
	
#section_menu .globalmenu li a:hover span {
	
	color:#9c63d4;
	}
	
#section_menu .globalmenu li.selectedPage a:hover span,
#section_menu .globalmenu li.selectedPageParent a:hover span {
	color:#9c63d4;}
	

	

	
#section_menu .globalmenu li.selectedPage ul li a span,
#section_menu .globalmenu li.selectedPageParent ul li a span {
	color:#669933;
	
	}
	
#section_menu .globalmenu li.selectedPage ul li a:hover span, 
#section_menu .globalmenu li.selectedPageParent ul li a:hover span{
	
	color:#9c63d4;
	}
	
#section_menu .globalmenu li.selectedPage ul li.selectedPage a span,
#section_menu .globalmenu li.selectedPageParent ul li.selectedPage a span {
	
	color:#9c63d4;
	}
	
#section_menu .globalmenu li.selectedPage ul li.selectedPage a:hover span,
#section_menu .globalmenu li.selectedPageParent ul li.selectedPage a:hover span {
	font-weight: normal;
	}
	
	#section_menu iframe {
	display: none;
	}

/* @end */

/* @group Links */

#links {
	clear: both;
	border-top: 1px dashed #bfb6ac;
}

#links p {
	font-size: 1.2em;
	margin: 10px;
}

.sw_link {
	float: right;
	margin-top: 10px;
}

/* @end */




/* --------------- Sitemap Styles ---------------------*/

#SiteMap .level3 {
	font-size:80%;
	}
	
#SiteMap .level4 {
	font-size:85%;
	}
	
	
#SiteMap ul.globalmenu {
	padding-top: 1em;
	
	}
	
#SiteMap ul ul {
	padding-left: 0px;
	padding-bottom: 0;
	padding-top: 0px;
	}
	
	
#SiteMap ul.level2 {
	padding: 18px 0 0;
	}
	
#Sitemap ul ul ul {
	padding-left: 20px;
	padding-top: 0;
	}

#SiteMap ul li ul li ul {
	padding-top: 0;
	}
	
#SiteMap ul li {margin-top: 0; padding-bottom: 20px; padding-left: 0; background-image: none;}

#SiteMap ul li a {
display: block;
border-bottom: none;
font-size: 1.2em;

margin-bottom:0;
padding-bottom: 7px;
font-weight: bold;
}

#SiteMap ul li a:focus, #SiteMap ul li a:hover, #SiteMap ul li a:active {
	border-bottom: none;
	text-decoration: none;
	
	}

#SiteMap ul li ul li a {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: normal;
	display: inline;
	border-bottom: none;
	}
	
#SiteMap ul li ul li a:focus, #SiteMap ul li ul li a:hover, #SiteMap ul li ul li a:active {
	
	border-bottom: none;
	}

#SiteMap ul ul li {margin-top: 0; padding-bottom: 0; padding-left: 17px; background: url(../images/content_bullet.png) no-repeat left 7px;}

#SiteMap ul li ul li ul li {
	background: url(../images/content_bullet_level2.png) no-repeat left 7px;
	padding-left: 20px;
	}
	
#SiteMap #navigation {
	width: 100%;
	}
	
/* ------ Calendar Element ----------- */


/* General Layout */

#main_content .calendar a,
#main_content .calendar a:visited,
#main_content .calendar a:hover,
#main_content .calendar a:active {
	border-bottom: none;
	}

#main_content .calendar {
	clear: both;
	width: 100%; 
	}
	
#main_content .calendar table {
	margin-bottom: 1.4em;
	margin-top: 0.1em;
	clear: both;
	border-collapse: collapse;
	border-color: #ccc !important;
	margin-bottom: 0;
	}

#main_content .calendar table td, #main_content .calendar table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
	
#main_content .calendar table th, #main_content .calendar table td {
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
	}
	
#main_content .calendar table th {
	background-color: #4a5ce4;
	color: #fff;
	}
	
#main_content .calendar { 
	width: 100%; 
	margin-bottom: 1.5em;
	}

#main_content .calendar table {                                           
	width:100%;
	margin-bottom: 0;
	margin-top: 0;
	}

#main_content .calendar table td {
	padding: 0;
	vertical-align: top;
		border-collapse:collapse;
	}
	
/* Top Bar */

#main_content .calendar .rcTitlebar table, #main_content .calendar .rcTitlebar {
	border-top-width: 0;
	border-bottom-width: 0;
	
	}
	
#main_content .calendar .rcTitlebar table, #main_content .calendar .rcTitlebar table td {
	border: none;
	vertical-align: middle;
	background-color: #4A5CE4;
	color: #fff;
	font-weight: bold;
	line-height: 3.2em;
	text-transform: uppercase;
	background-image: none;
	background: #A583C2 url(../images/th_bg.png) repeat-x scroll 0 bottom;
	}
	
/* Hide fast next and previous */
	
#main_content .calendar .rcTitlebar table td a.rcFastNext, #main_content .calendar .rcTitlebar table td a.rcFastPrev {
	display: none;
	}

/* Next and previous styles */

#main_content .calendar .rcTitlebar table td a.rcPrev, #main_content .calendar .rcTitlebar table td a.rcNext {
	display: block;
	margin: 0 10px;
	}
	
#main_content .calendar  .rcTitlebar .rcPrev {
	background: transparent url(../images/left_arrow_button.gif) no-repeat 4px 4px !important;
	}

#main_content .calendar  .rcTitlebar .rcNext {
	background: transparent url(../images/right_arrow_button.gif) no-repeat 4px 4px !important;
	}

	
/* Main Body */

#main_content .calendar td.rcMain {
	border: none;
	}

#main_content .calendar .rcMain table td {
	background-color: #fff;
	text-align: center;
	}
	
#main_content .calendar .rcMain table th {
	text-align: center;
	background-color: #eaeaea;
	color: #703AA0;
	background-image: none;
	}
	
#main_content .calendar .rcMain thead .rcWeek th.rcViewSel {
	display: none;
	}
	
#main_content .calendar .rcMain tbody .rcRow th {
	display: none;
	}

#main_content .calendar .rcMain thead .rcWeek th {
	width: 14%;
	line-height: 2em;
	padding:3px 0 1px;
}

#main_content .calendar .rcMain tbody .rcRow td {
	width: 14%;
	line-height: 2em;
	padding: 6px 0;
	color: #522381;
	}
	
#main_content .calendar .rcMain tbody .rcRow td a {
	font-weight: normal;
	display: inline;
	padding: 0;
	color: #522381;
	}
	
#main_content .calendar .rcMain tbody .rcRow td.rcSelected {
	color: #fff;
	background-color: #a583c2;
	background-image: none;
	}

#main_content .calendar  .rcMain table td.rcHover, #main_content .calendar  .rcMain table td.rcHover a
{
	color: #fff;
	background-color: #a583c2;
	background-image: none;
}

/* Calendar Event */

#main_content .calendar .rcMain tbody .rcRow td table, #main_content .calendar .rcMain tbody .rcRow td table td {
	border: none;
	background-color: transparent;
	}
	
#main_content .calendar  .rcMain table td.rcHover table {
	color: #522381;
	}
	
#main_content .calendar  .rcMain .CalendarEvents td {	
	background-image: none;
	}
	
#main_content .calendar  .rcMain table td.rcHover table .CalendarEvents a {
	color: #fff;
	background-color: #a583c2;
	background-image: none;
}

 #main_content .calendar .rcMain table td table .CalendarEvents a {
	color: #522381;
	background-color: transparent;
}

#main_content .calendar .rcMain .rcRow .rcSelected a {
	color: #fff;
}

#main_content .calendar  .rcMain table td.rcHover, #main_content .calendar  .rcMain table td.rcHover a
{
	background-color: #a583c2;
	background-image: none;
	color: #fff;
}


#main_content .calendar .rcMain tbody .rcRow td.rcOtherMonth {
	color: silver;
	}
	
#main_content .calendar .rcMain tbody .rcRow td.rcOtherMonth  a {
	color: silver;
	}
	
	.BlogFeatureList h2 {
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
	}

.blogentries ul {
	margin:0;
	padding:0;
}

.blogentries ul li {
	list-style-position: outside;
	list-style-type: none;
}

.blogDate {
	display: none;
}

.blogentries h2 {
	font-size:1.3em;
	color:#9966cc;
}

.blogTitle a {color:#9966cc;}

.postInformation {font-size:1.2em;}
.blogBody {font-size:1.3em;}

.blogentries h2:first-child {
	margin-top: 0;
}

 .BlogFeatureList p {
	padding-left: 20px;
	margin: 0;
	}
	


#content h1 {margin-left:0px;margin-top:0px; padding:0;color:#016321;font-size:2em;}
#SearchResults {font-size:1.2em !important;}
.content_top {margin-top:0px;}

/* --------------- Login Styles ---------------------*/

#main_content .login table {margin: 0; margin-bottom: 10px; border:0px;}

#main_content .login table td { padding:0 10px 0 0;border:0px; font-size:1.2em;}
	
#main_content .login table td  { background-image: none; background-color: transparent; border: none; padding: 0; text-align: left;}
#main_content .login table td table td {padding:18px 10px 0 0;}

#main_content .login input {	width: 200px;}

#main_content .login input[type="checkbox"] {

left:-3px;
margin:5px;
position:relative;
top:1px;
width:10px;}

#main_content.login input[type="submit"] {width: 100px;}

#main_content .login table td table tr:first-child td:first-child {
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	color:#9c63d4;
	font-size:1em;
	padding-bottom:4px;
	padding-top:0.4em;
	}
#side_content a img   {
	border:none;
}
