/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	background: #95a6a6;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #0863aa;
	text-decoration: none;
	border-bottom: 1px dotted #0863aa;
}

a:visited{
	color: #0863aa;
	text-decoration: none;
	border-bottom: 1px dotted #0863aa;
}

a:hover{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

h1{
	color: #0863aa;
	font-size: 18px;
}

h2{
	color: #0863aa;
	font-size: 16px;
}

h3{
	color: #0863aa;
	font-size: 14px;
}

p{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#wrapper{
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
	background: #fff url(../img/antarctic_bg2.gif) top right no-repeat;
	position: relative;
}
div#masthead{
	height: 115px;
	width: 100%;
	text-align: left;
	border-bottom: 1px dashed #ddd;
	padding: 25px 0;
	z-index: 1000;
}

div#content_wrapper{
	width: 100%;
	text-align: left;
	min-height: 400px;
	z-index: 1000;
}

div#content{
	padding: 20px 0 20px 25px;
	float: left;
	width: 575px; /*OVERALL WIDTH 600PX */
	z-index: 1000;
	
}

div#sidebar{
	padding: 20px 25px 0 0;
	float: right;
	width: 325px;
	z-index: 1000;
	
}
div#footer{
	clear:both;
	width: 910px;
	margin: 0 auto;
	border-top: 1px dashed #ddd;
	text-align: left;
	padding: 10px 0;
	z-index: 1000;
}

div#photo_gallery{
	clear:both;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 0;
}

div#endurance{
	width: 960px;
	height: 100%;
	background: url(../img/endurancebg.gif) bottom left no-repeat;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */

#masthead p.ahcm_link a{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: none;
	margin: 0 0 0 25px;
	color: #7f7f7f;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#masthead p.ahcm_link a:visited{color: #7f7f7f;}

#masthead p.ahcm_link a:hover{color: #0863aa;}

#masthead h1{
	display: block;
	width: 455px;
	height: 85px;
	text-indent: -9999px;
	background: url(../img/masthead_title.gif) top left no-repeat;
	margin: 0 0 0 25px;
}

#masthead h1 a{
	display: block;
	width: 455px;
	height: 85px;
	border-bottom: none;
}
#masthead p.sm_link a{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: none;
	margin: 0 0 0 25px;
	color: #7f7f7f;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#masthead p.sm_link a:visited{color: #7f7f7f;}

#masthead p.sm_link a:hover{color: #0863aa;}

ul#nav{
	display: block;
	margin: 5px 0 0 25px;
}

ul#nav li{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline;
	padding: 0 8px 0 0;
}

ul#nav a{
	color: #0863aa;
	border-bottom: none;
}

ul#nav a:visited{
	color: #0863aa;
	border-bottom: none;
}

ul#nav a:hover{
	color: #95a6a6;
	border-bottom: 1px solid #95a6a6;
}

#footer p{
	font-size: 9px;
	color: #666;
	line-height: 1.5em;
	margin: 5px 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
}

ul#footer-nav{
	display: block;
}

ul#footer-nav li{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline;
	padding: 0 10px 0 0;
}

ul#footer-nav a{
	color: #7f7f7f;
	border-bottom: none;
}

#content h2{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 16px;
	padding: 0 0 10px 0;
}

#content h2 a{
	color: #0863aa;
	border-bottom: 1px dotted #aaa;
}

#content h2 a:visited{
	color: #0863aa;
	border-bottom: 1px dotted #aaa;
}

#content h2 a:hover{
	color: #0863aa;
	border-bottom: 1px solid #0863aa;
}

#content h3{
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 16px;
}

#content h4{
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 14px;
}

#sidebar h4{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 16px;
	padding: 0 0 10px 0;
}

#sidebar h5{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 16px;
	padding: 0 0 10px 0;
	
}

#sidebar h6{
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 14px;
	padding: 0 0 10px 0;
	
}

#sidebar p{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

#sidebar img#autschlatest{
	float: left;
	margin: 0 5px 5px 0;
}

#sidebar a img#autschlatest{
	border: 2px solid #eee;
}

#sidebar a:visited img#autschlatest{
	border: 2px solid #eee;
}

#sidebar a:hover img#autschlatest{
	border: 2px solid #0863aa;
}
div.news-item{
	padding: 0 20px 20px 0;
}

div.news-item h3.news-h{
	letter-spacing: 1px;
	color: #0863aa;
	font-size: 14px;
	padding: 0;
}
div.news-item h3.news-h a{
	border-bottom: none;
	color: #0863aa;
	padding: 0;
	
}

div.news-item p{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

div.news-item p.news-date{
	font-size: 10px;
	font-style: italic;
	padding: 5px 0;
	color: #666;
}

div.news-important{
	border: 1px dotted #666;
	margin: 0 10px 10px -5px;
	padding: 5px;
	background: #f8f8f8;
}

/* ----------------------------------------------- Contact STYLES --------------------------------------------*/
p.contact-labels{
	line-height: 25px;
	font-size: 14px;
	margin: 10px 0 0 0;
}

input.contact-single{
	width: 400px;
}

textarea.contact-text{
	width: 400px;
	height: 75px;
}

input#send{
	margin: 10px 0 0 300px;
	width: 100px;
}

p.contactmessage{
	font-size: 14px;
	background: #f60000;
	color: #fff;
	padding: 2px;
	margin: 0 100px 10px 0;
}

/* ----------------------------------------------- PHOTO GALLERY STYLES --------------------------------------------*/
ul#photo_list{
	margin: 0;
}
ul#photo_list li{
	float:left;
	width: 145px;
	height: 190px;
	margin: 0 5px 5px 0;
	text-align: center;
}

span.photo_title{
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	display: block;
	clear:both;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	color: #0863aa;
}

ul#photo_list li a{
	padding: 2px;
	display: block;
	border: 1px solid #fff;
}

ul#photo_list li a:visited{
	display: block;
	border: 1px solid #fff;
}

ul#photo_list li a:hover{
	display: block;
	border: 1px solid #0863aa;
}

/* ----------------------------------------------- AUTUMN SCHOOL STYLES --------------------------------------------*/
ul#as_list{
	margin: 0;
}
ul#as_list li{
	float:left;
	width: 145px;
	height: 190px;
	margin: 0 5px 5px 0;
	text-align: center;
}

span.as_title{
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	display: block;
	clear:both;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	color: #0863aa;
}

ul#as_list li a{
	padding: 2px;
	display: block;
	border: 1px solid #fff;
}

ul#as_list li a:visited{
	display: block;
	border: 1px solid #fff;
}

ul#as_list li a:hover{
	display: block;
	border: 1px solid #0863aa;
}

img#autumn_school_cover{
	float: right;
	max-width: 300px;
	margin:0 20px 0 0;
	padding:0;
}
/* ----------------------------------------------- OVERRIDING STYLES --------------------------------------------*/

.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #f60000; color: #fff; padding: 2px;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

#content p{
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}
#content p.permalink{
	display: block;
	clear: both;
}
#content p.permalink a{
	padding: 5px 0 0 0;
	font-size: .8em;
	border-bottom: none;
}

div#lightbox a{
	border-bottom: none;
}

img.imageleft{
	float: left;
	margin: 0 5px 5px 0;
}

img.imageright{
	float: right;
	margin: 0 0 5px 5px;
}

img.fullimage{
	clear: both;
	margin: 0 auto;
}

span.rss_feed{
	padding: 0 0 0 18px;
	background: url(../img/feed_icon.gif) top left no-repeat;
	font-size: 12px;
}