/* @override 
	http://ygs/css/style.css
*/

/* Global
------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.85em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #545657;
}

a {
}

h1 {
	overflow: hidden;
	text-indent: -9999px;
	height: 165px;
	background: url(../images/global/logo.gif) no-repeat center center;
}

h2 {
	margin: 0.8em;
	font-size: 1.8em;
	color: #545657;
	text-align: center;
}

h3 {
	margin: 0.8em 0 0.3em;
	font-size: 1.3em;
	color: #545657;
	text-align: center;
}

p {
	margin-bottom: 1.8em;
	line-height: 1.5em;
	text-align: justify;
}

p img {
	float: left;
	margin-right: 1.5em;
	margin-bottom: .5em;
	margin-top: .4em;
}

p img.right {
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
}

p.justify {
	text-align: justify;
}

a {
	color: #538065;
}

em {
	font-style: italic;
}

div.clearer {
	clear: both;
}

#page {
	margin: 0 auto;
	width: 842px;
	min-height: 100%;
	background: #545657 url(../images/global/background.gif) repeat-y center top;
	padding-bottom: 1px;
}

#page_wrap {
	margin: 0 auto;
	width: 800px;
	background: #fff;
}

p span.smallcaps{
	text-transform: uppercase;
	font-size: 0.9em;
}

/* Main Navigation
------------------------*/

#main_navigation {
	font-size: 0.9em;
	background-color: #385543;
	text-align: center;
	padding: 0.4em 0;
}

#main_navigation li {
	display: inline;
	padding: 0 0 0 16px;
	background: url(../images/global/nav_bullet.gif) no-repeat 4px center;
}

#main_navigation li.first {
	padding: 0;
	background: none;
}

#main_navigation li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#header_image {
	width: 800px;
}

/* Main Navigation Highlighing
------------------------*/

#page_home #nav_home a,
#page_about #nav_about a,
#page_georgian_york #nav_georgian_york a,
#page_join #nav_join a,
#page_lectures #nav_lectures a,
#page_visits #nav_visits a,
#page_publications #nav_publications a,
#page_links #nav_links a,
#page_contact #nav_contact a {
	/*border-bottom: 1px solid #e8e8e8;*/
	color: #81c69d;
}

/* Page Common
------------------------*/

#page_content {
	padding: 0 2.5em;
}

.column_40 {
	float: left;
	width: 40%;
}

.column_50 {
	float: left;
	width: 50%;
}

.column_60 {
	float: left;
	width: 60%;
}

.column_100 {
	float: left;
	width: 100%;
}

p.address {
	/*padding-left: 1.8em;*/
	text-align: center;
	font-weight: bold;
}

p.credit {
	font-size: 0.9em;
	clear: both;
}

p.credit_text {
	font-size: 0.9em;
}

p.center {
	text-align: center;
}

p.download_pdf {
	text-align: center;
	margin:0
}

p.download_reader {
	text-align: center;
	font-size: 0.9em;
}

/* Home
------------------------*/

.news_image {
	float: left;
	margin: .5em 1.5em 0 0;
	/* border: solid 5px #cdd3d3; */
}

#news_date {
	color: #545657;
	margin-bottom: .5em;
	font-size: 1.2em;
	text-align: center;
}

#news_text {
}

/* Join
------------------------*/

#subscription_rate_1 {
	text-align: center;
	margin-bottom: .5em;
}

#subscription_rate_2 {
	text-align: center;
	margin-bottom: 1.5em;
}

/* Lectures
------------------------*/

#lecture_programme dt {
	font-size: 1em;
}

#lecture_programme dd {
	font-weight: bold;
	font-style: italic;
	padding-left: 1.8em;
}

#lecture_programme p.lecturer {
	font-size: 0.95em;
	font-weight: normal;
	font-style: normal;
}

div#location_and_times p {
	text-align: center;
}

p.note {
	margin-top: -15px;
	font-style: normal;
	font-weight: normal;
}

/* Contact
------------------------*/

#contact_form {
	padding: 1.8em;
	background: #f3f9fb;
	border: 1px solid #afb2b5;
	margin-bottom: 2em;
}

#contact_form label {
	display: block;
	color: #545657;
}

#contact_form .form_field {
	margin-bottom: 0.2em;
}

#contact_form input.text,
#contact_form textarea {
	padding: 0.2em;
	line-height: 1.5em;
	border: 1px solid #7f6c6a;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

#contact_form input.text,
#contact_form select {
	width: 220px;
}

#contact_form textarea {
	width: 400px;
	height: 200px;
}

#contact_form input.button {
	float: right;
	margin-right: 0;
}

#contact_form div.error {
	color: #ff4c53;
	font-size: 0.9em;
}

#contact_form #enquiry_success {
	color: #4d755d;
	text-align: center;
	padding: 0 0 1.8em 0;
}

#contact_form #enquiry_fail {
	color: #850c24;
	text-align: center;
	padding: 0 0 1.8em 0;
}

/* Footer
------------------------*/

#footer {
	clear: both;
	margin: 1.8em 2.5em;
	margin-bottom: 0;
	padding: 1.8em;
	border-top: solid 1px #cdd3d3;
}

#footer p {
	margin-bottom: 0;
	font-size: 0.9em;
	color: #545657;
	text-align: center;
}




