/* ------------------------------------------------------------------
LAW 08 Style Sheet
author:	vikki neal
email: vikkineal@hotmail.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered
into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
	}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
	}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
	outline: none;
	}
/* ------------------------------------------------------------------
Generic Styles/Classes
-------------------------------------------------------------------*/
.clearboth {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right !important;
	}
.marginbottom30 {
	margin-bottom: 30px;
	}
/* ------------------------------------------------------------------
=Body
-------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	background: url(/images08/shared/background_fade.gif) top repeat-x;
	background-color: #000;
	line-height: 1.5em;
	margin: 0 auto;
	}
.contentContainer {
	width: 945px;
	margin: auto;
	}
hr {
	padding: 0;
	margin: 0;
	border-top: 4px solid #661417;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clear: both;
	}
h1 {
	color: #661417;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	}
body#homePage h1 {
	font-size: 2.4em;
	}
h1 span {
	font-size: 16px;
	}
h2 {
	color: #661417;
	font-size: 1.6em;
	padding: 10px 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	}
body#tutorsPage .extendingContainer h2 {
	padding-top: 12px;
	}
h2 span {
	color: #333;
	font-size: 12px;
	}
h2 a {
	color: #333;
	}
h2 a:hover {
	color: #661417;
	}
#welcomePanel h2 {
	color: #000 !important;
	font-size: 1.6em;
	padding-top: 5px;
	}
h3 {
	color: #000;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	}
#rightCol h3 {
	color: #661417;
	padding: 0 0 5px 0; /* padding: 40px 0 5px 0; */
	text-align: center;
	}
p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.2em;
	color: #000;
	}
p a {
	color: #661417;
	font-weight: bold;
	border-bottom: dotted 1px #661417;
	text-decoration: none;
	}
#rightCol p {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	}
.studentsTestimonials p, .studentsTestimonials p + p {
	font-size: 1.1em;
	color: #000;
	}	
p + p {
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	}
cite {
	font-weight: bold;
	font-style: italic;
	float: right;
	}
.studentsTestimonials cite {
	margin-bottom: 5px;
	}	
.hinge, .hingeRight {
	background: url(/images08/shared/hinge.png) no-repeat;
	width: 8px;
	height: 41px;
	}
/* ------------------------------------------------------------------
=IE6 Alert
-------------------------------------------------------------------*/
#iealert {
	display: block;
	margin: 10px 0;
	border: 1px dotted #fff;
	padding: 10px;
	}
#iealert p {
	color: #fff;
	font-size: 1.2em;
	}
#iealert p a {
	color: #d4d1d9;
	}
/* ------------------------------------------------------------------
=Wrapper & cols
-------------------------------------------------------------------*/
#leftCol {
	float: left;
	width: 720px;
	padding-bottom: 20px;
	}
#rightCol {
	float: right;
	width: 200px;
	position: relative;
	}
#leftCol .cbb, #rightCol .cbb {
	margin: 0 0 20px 0;
	}
.col490 {
	width: 490px;
	margin: 20px 0 0 0;
	float: left;
	}
.col185 {
	width: 185px;
	margin: -10px 0 0 0 ;
	float: right;
	position: relative;
	z-index: 0;
	}
/*body#homepage .col185 {
	margin: -341px 0 0 0 ;
	}*/
body#timetablePage #leftcol {
	width: 720px;
	}
/* ------------------------------------------------------------------
=Main Nav
-------------------------------------------------------------------*/
#mainNav {
	width: 100%;
	margin: 0 auto -10px auto;
	padding-top: 135px;
	background: url(/images08/shared/header.gif) top center no-repeat;
	height: 53px;
	}
#mainNav ul {
	width: 945px;
	margin: 0 auto;
	text-align: center;
	}
#mainNav ul li {
	display: inline;
	padding: 0 8px;
	}
#mainNav ul li a {
	color: #e2ae58;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	}
#mainNav ul li a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------------------------------
=Welcome panel
-------------------------------------------------------------------*/
#welcomePanel {
	position: relative;
	z-index: 1;
	}
#welcomePanel h1, #welcomePanel h2, #welcomePanel p {
	margin: 0 0 0 175px;
	}
#headShot {
	top: -25px;
	left: -20px;
	position: absolute;
	z-index: 40;
	}
/* ------------------------------------------------------------------
=Stretching containers
-------------------------------------------------------------------*/
.extendingContainer {
	position: relative;
	width: 490px;
	margin-bottom: 2px;
	}
body#timetablePage .extendingContainer {
	width: 720px;
	margin-top: 4px;
	}
.extendingContainer img {
	float: right;
	margin-left: 20px;
	}
.extendingContainer .hinge {
	left: 60px;
	top: -33px;
	position: absolute;
	}	
.extendingContainer .hingeRight {
	right: 60px;
	top: -33px;
	position: absolute;
	}
/* ------------------------------------------------------------------
=Quotes
-------------------------------------------------------------------*/
blockquote {
	padding: 10px;
	margin: 10px 0;
	display: block;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	text-align: center;
	clear: both;
	}
blockquote p {
	display: block;
	font-style: italic;
	color: #661417;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; 
	}
body#homePage .extendingContainer blockquote p {
	font-size: 1.2em;
	}
/* ------------------------------------------------------------------
=Map
-------------------------------------------------------------------*/
#map {
	margin: 10px auto;
	width: 450px;
	text-align: center;
	}
/* ------------------------------------------------------------------
=Table
-------------------------------------------------------------------*/	
table {
	width: 90%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	margin: 1em auto;
	border-collapse:collapse;
	}
tr td {
	background-color: #e0dee3;
	}	
tr.odd td	{
	background-color: #c3bfca;
	}
tr.odd .column1	{
	background-color: #f4f9fe;
	}	
.column1	{
	background-color: #f9fcfe;
	}
td {
	color: #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px 15px;
	font-size: 1.1em;
	}
td a {
	color: #661417;
	font-weight: bold;
	text-decoration: underline;
	}				
th {
	font-weight: normal;
	color: #661417;
	text-align: left;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px 15px;
	background-color: #c3bfca;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}								
/* ------------------------------------------------------------------
=Accordion
-------------------------------------------------------------------*/
.toggler {
	margin: 0;
	}
/* #accordion {
	width: 700px;
	}*/
h2.toggler {
	display: block;
	cursor: pointer;
	}
.element { 
	/*margin: 10px 0;*/
	}
.openBgImage {
	background: url(/images08/shared/open_instruction.gif) top right no-repeat;
	height: 15px;
	}
.noopenBgImage {
	background: url(/images08/shared/close_instruction.gif) top right no-repeat;
	height: 15px;
	}
/* ------------------------------------------------------------------
=Sliding nav
-------------------------------------------------------------------*/
#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
	}
#kwick a {
	color: #fff;
	font-size: 1.4em;
	}
#kwick .kwicks {
	display: block;
	background: #1d1d20 url(file:///Macintosh%20HD/Users/vikkineal/Desktop/accordian/images/trac.gif) top right no-repeat;
	height: 100px;
	}
#kwick li {
	float: left;
	}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px; /* remember to amend js to same value */
	padding: 10px;
	background: #fff;
	border-right: 5px solid #1d1d20;
	}
/* #kwick .kwick span {
	display: none;
	} */
#kwick .download {
	background-color: #6699FF;
	}
#kwick a.download:hover {
	background-color: #6699FF;
	}
#kwick .documentation {
	background-color: #6699FF;
	}
#kwick .blog {
	background-color: #6699FF;
	}
#kwick .trac {
	background-color: #6699FF;
	border-right: 0;
	}
/* ------------------------------------------------------------------
=JS rounded corner box
-------------------------------------------------------------------*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	margin: 2em 0;
	background: #fff;
	}
#welcomePanel .cbb {
	width: 700px;
	}	

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Rules for the top corners and border */
.bt {
	background: url(/images08/shared/box.gif) no-repeat 100% 0;
	margin: 0 0 0 10px;
	height: 15px;
	}
.bt div {
	height: 15px;
	width: 10px;
	position: relative;
	left: -10px;
	background: url(/images08/shared/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(/images08/shared/box.gif) no-repeat 100% 100%;
	margin: 0 0 0 10px;
	height: 15px;
	}
.bb div {
	height: 15px;
	width: 10px;
	position: relative;
	left: -10px;
	background: url(/images08/shared/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 5px;
	background: url(/images08/shared/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 5px 0 0;
	background: url(/images08/shared/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background: #d4d1d9;
	padding: 0 15px;
	}
/* CSS for the box ends here */

/* ------------------------------------------------------------------
=Generic Form
-------------------------------------------------------------------*/
#genericform {
	width: 300px;
	margin: 0;
	display: block;
	}
#genericform form {
	display: block;
	}
#genericform p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: normal;
	}
#genericform span.erroricon, #genericform span.requiredfield {
	font-weight: bold;
	color:  #333;
	margin-left: 2px;
	}
#genericform label {
	clear: left;
	float: left;
	display: inline;
	width: 100px;
	line-height: 17px;
	margin-right: 10px;
	color: #661417;
	font-size: 1.1em;
	font-weight: bold;
	}
#genericform span {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	}
body#competitionpage #genericform label {
	font-weight: normal;
	}
#genericform label span {
	font-weight: normal;
	}
#genericform .genericformsfields {
	height: 13px;
	padding: 2px 5px;
	color: #666;
	float: right;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	width: 160px;
	border: 1px solid #000;
	}
#genericform .genericselectfields {
	padding: 2px 5px;
	color: #666;
	float: right;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	width: 172px;
	border: 1px solid #000;
	}
#genericform .generictextarea {
	padding: 2px 5px;
	float: right;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #666;
	}
#genericform .checkbox {
	float: left;
	margin: 0 5px 50px 8px;
	}
#genericform .checkbox + p {
	display: inline;
	}
#genericform .button {
	float: right;
	margin: 10px 0 20px 0;
	font-family: "Times New Roman", Times, serif;
	color: #661417;
	font-size: 1.6em;
	}
#facebook img {
	margin: 10px 0;
	width: 100px;
	float: none;
	}

