/*----------------------------------*/
/* Logan stylesheet
/*__________________________________*/

* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	font-family: "Lucida Grande", Helvetica, Arial;
}

body {
	/*Universal reset on all elements and adjust 1.0em == 10px */
	font-size:62.5%;	
	text-align: center; /* IE 5.5SP2 */
	margin-bottom: 26px;
}

/*************/
/* structure */
/*************/        

#borders {
	margin: 0 auto;
	width: 780px;
	background: url(/resources/images/borders_logan.gif) center top repeat-y;  
}

#header {
	width: 780px;
	height: 51px;
}

#nav {
	float: left;
}

#info {
	float: right;
}

#leftcol {
	float: left;
	text-align: left;
	width: 260px;
	padding-bottom: 30px;
	padding-top: 10px;
}

#column_1 {
	width: 500px;
	text-align: left;
	float: right;
}

#left {
	width: 240px;
	float: left;
}

#right {
	border: 0px solid red;
	width: 240px;
	float: left;
	margin-left: 20px;
}

/*************/
/* content   */
/*************/ 

/*
.selected {
	cursor: default;
}
*/


#header {
	border-bottom: 0px solid #9ac0db;
	background: #fff;
}

#header h1 {
	float: left;
}    

#header h1 a {
	width: 550px;
	height: 51px;
	display: block;
	background: url(/resources/images/logan_logo.gif) no-repeat;
	text-indent: -2000px;
	text-decoration: none !important;
	overflow: hidden;
}

#header p {
	display: block;
	float: right;
	padding-top: 28px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #9ac0db;
}

#header p strong {
	color: #03045f; 
}

#header a {
	color: #9ac0db;
	text-decoration: none;   
}

h1 {
	color: #03045f;
}

h2, h3, h4, h5, h6 {
	color: #9ac0db;
}

#header a strong {
	color: #03045f;  
}

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

#header a:hover strong {
	color: #74c9ff;   
}


#buttons {
	border-top: 3px solid #fff;
	background: #fff;
	padding-bottom: 30px;  
}

#nav {
	width: 780px;
	margin-top: 5px;
}

#nav li {
	display: inline;  
}

#nav a {
	display: block;            
	float: left;
	width: 108px;
	text-align: left; 
	border: 1px solid #9ac0db;
	padding-top: 10px;   /* 22px for single line */
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-bottom: 2px;  
	text-decoration: none;
	font-size: 1.2em;
	/* text-transform: capitalize;*/
	font-weight: bold;
	color: #03045f;
	white-space: nowrap; 
}

#nav a:hover {
	background-color: #9ac0db;
	text-decoration: underline !important;
}

#nav li.current a {
	background-color: #9ac0db;
	text-decoration: none;
}

#info {
	text-align: right;
	padding-right: 10px; /* IE bug */
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #03045f;
}

#info strong {
	display: block;
	color: #74c9ff;
	font-size: 1.1em; 
	margin-bottom: 2px;    
} 

#subnav {
	margin-bottom: 80px;
	/* font-size: 1.2em; */
	font-weight: bold;
	/*text-transform: capitalize;*/
}

#subnav li {
    font-size: 1.2em;
	margin-bottom: 4px;
	margin-left: 10px;
	width: 240px;
}

#subnav li li {
    font-size: 100%;
}

#subnav a {
	display: block;
	padding: 2px 0 2px 16px;    
	color: #03045f;
	text-decoration: none;
	background: url(/resources/images/submenu.gif) 4px 6px no-repeat;    
}

#subnav a.parent {
	background: url(/resources/images/parent.gif) 4px 6px no-repeat;   	
}



/*
#subnav a:hover:after {
	content: "- ";
}
*/

#subnav li.current a {
	background-color: #9ac0db;
}

#subnav li.current li a {
    background-color: #FFFFFF;
}

#subnav li.current li a:hover {
	background-color: #9ac0db;
	color: #fff;
}

#subnav a:hover {
	background-color: #9ac0db;
	color: #fff;
}

#calendar caption {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 10px;
	width: 240px;
	color: #03045f;
	border-bottom: 1px solid #03045f;
}

#calendar caption a {
	display: inline;
}

#calendar table {
	background: #f8f8f8;
	font-size: 1.2em;
	font-weight: bold;   
	border-collapse: collapse;
	border-bottom: 1px solid #9ac0db;
	margin-bottom: 10px;         
	margin-left: 10px;
	width: 240px;     
}                

#calendar td, #calendar tr {
	text-align: right;
	width: 35px;
	height: 20px;  
	padding-right: 6px; 
}

#calendar th.row_end {
	color: #fff;
}

#calendar td.row_end {
	color: #74c9ff;
}


#calendar td.event {
	border: 1px solid #9ac0db;
	background: #fff;     
}

#calendar th {
	background: #9ac0db;
	padding: 6px 5px 3px 0px;
}

#calendar a {
	display: block;
	color: #03045f;
	text-decoration: none;
}

#calendar a:hover {
	color: #74c9ff;
}

.advert {
	padding-top: 18px;
	padding-left: 0px;
	width: 250px;
	padding-bottom: 30px;
	border-bottom: 0px solid #03045f;   
}

.quote {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #03045f;
	display: block;
	border: 1px solid #fff;
	border-top: 0px solid #03045f;
	border-left: 0;
	border-right: 0;
	width: 200px;
	margin-bottom: 5px;
	background: #9ac0db url(a/resources/images/borders_logan.gif) left top repeat-y;  
}

/* safari filter */

html:lang(en)>body .quote p:first-child:before { 
	content: "”"; /*“*/
	font-family: Georgia, serif;
}

html:lang(en)>body .quote p:first-child:first-letter {
	font-size: 300%;
	padding-right: 0.2em;
	font-style: italic;
	font-weight: bold;
	float: left;
}

.quote p {
	text-indent: 10px;
	font-size: 1.3em !important;
	line-height: 1.3em !important;
	color: #fff;
	font-family: "Trebuchet MS", serif;
	font-style: italic;
	margin: 10px 0 10px 0 !important;

}

.quote p.source {
	text-indent: 0px;
	text-align: right;
	color: #03045f;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-style: normal;
	font-size: 1.1em !important;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}

.advert img, #leftcol img {
	border-top: 1px solid #03045f;
	margin-bottom: 7px;
}

.advert a.image:hover {
	background: none !important;
}  

.advert a.image:hover img {
	border-top: 1px solid #74c9ff !important;
}

.feature {
	margin-top: 4px;
	color: #03045f;
	width: 250px;
	padding-bottom: 30px;
	border-bottom: 1px solid #03045f;
}

.feature h2, .feature h1, .advert h2, .advert h1 {
	margin-left: 10px;      
}

.feature h1, .advert h1 {
	font-size: 1.4em;
	padding-bottom: 6px; 
}

.feature a, .advert a {
	color: #74c9ff;
	text-decoration: none;
	padding: 1px 2px 1px 0px; 
}

.feature a:hover, .advert a:hover {
	color: #fff;
	background: #74c9ff;
}

.feature h1 a, .feature h2 a, .advert h1 a, .advert h2 a {
	padding: 0px;
	color: #03045f;
}

.feature h1 a:hover, .feature h2 a:hover, .advert h1 a:hover, .advert h2 a:hover {
	color: #74c9ff;
	background: #fff;  
	text-decoration: none;
}  

.feature p, .advert p {
	font-size: 1.1em;
	padding-left: 10px;
	line-height: 1.3em;
}

#column_1 h1 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-bottom: 1px solid #9ac0db;
	clear: left; 
}              

#column_1 h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #9ac0db;
	padding-bottom: 2px;
	margin-bottom: 4px;
	clear: both;
} 

#column_1 a {
	color: #74c9ff;
	background: #f8faff;
	padding: 1px 2px 1px 0px; 
	text-decoration: none;
}

#column_1 a:hover {
	color: #74c9ff;
	border-top: 0px solid #74c9ff;
}

#column_1 h1 a, #column_1 h2 a {
	color: #03045f;
	padding: 0px;
}

#column_1 h1 a:hover, #column_1 h2 a:hover {
	background: #fff;
	color: #74c9ff;
} 

div.text {
    clear: both;
    float: default;
}

#column_1 p, #leftcol div.text {
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#leftcol div.text {
	line-height: 1.3em; 
	border-top: 1px solid #9ac0db;
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px; 
}

#leftcol h2 {
	font-size: 1.2em;
	padding-bottom: 6px;   
}          

#leftcol div.text h2 {
	font-size: 1.1em;
}

#leftcol h1 {
	font-size: 1.4em;
	padding-bottom: 6px;   
}          

#leftcol div.text h1 {
	font-size: 1.2em;
}


#column_1 strong {
	color: #03045f;
}

#column_1 em {
	padding-left: 0px;
	font-family: "Trebuchet MS", serif;
}

#column_1 hr {
	display: none;
}

#column_1 div.hr {
	border-bottom: 1px solid #03045f;
	margin-bottom: 8px;     
}

#column_1 li {
	font-size: 1.2em;
	padding-left: 40px;
	padding-bottom: 4px;
	background: url(/resources/images/bullet.gif) 20px 3px no-repeat;  
}

#column_1 ul {
	padding-bottom: 15px;
}

#column_1 .thumb, #column_1 img {
	margin-right: 10px;
	margin-bottom: 10px;
}                            

.thumb, .newsthumb {     
	border: 1px solid #03045f;  
	float: left;           
	padding-top: 1px;
	padding-left: 1px;
}

.thumb {
	padding-bottom: 0px;         
}              

/* images aligning */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;  
}

/* images aligning */

.primary, .quote.primary {
	float: left;
	border-right: 15px solid #fff;
	margin-right: 0 !important;
}

.alternative, .quote.alternative {
	float: right;
	border-left: 15px solid #fff;
	margin-right: 0px !important;
}

.none {
	clear: both;
}

.space {
	clear: both;
	margin-bottom: 20px;
}

#tr {
	float: right;
	margin-right: 1px;
	position: relative;
	top: -50px;
	margin-bottom: -40px;
}

/*--- news list ---*/

.subsection_index span {
	color: #9ac0db;
	display: block;
	float: left;
	width: 2.2em;
	text-align: right;
	margin-right: 0.8em;
}

.subsection_index h2, .subsection_index h1 {
	clear: both;
}

/******************/

select {
	border: 1px solid #888;
	padding: 0px;
	margin: 0 2px 4px 0;
}

select:hover {
	background: #eee;
}

option {
}

.narrow {
	width: 90px;
}

.eventssearch {
	font-size: 1.2em;
	padding: 0px 0 10px 10px;
	margin: 0px 0px 10px 0px;
	width: 240px;
}

.eventssearch span {
	float: left;
	font-weight: bold;
	display: block;
	padding-top: 3px;
	width: 70px; /* ie: 50px*/
	_width: 50px;
}

.eventssearch input.button {
	width: 120px;
	font-size: 1.0em;
	margin-left: 70px !important;
}

#leftcol h2 {
	padding-left: 10px;
}

fieldset {
	clear: both;
	padding: 0;
	margin: 0;
}

/* safari hack */
html>body*.eventssearch span {
	float: none;
}

html>body*.eventssearch input.button {
	margin-top: 10px  !important;
	margin-left: 0px !important;
}

#tr {
	float: right;
	margin-right: 1px;
	position: relative;
	top: -50px;
	margin-bottom: -40px;
} 

.news_list li, ul.news_list {
	padding: 0 !important;
	margin: 0 !important;
	clear: left;
}                            

ul.news_list {
	color: #888;
	font-weight: bold;
	font-size: 1.1em;
}

ul.news_list ul {
	font-size: 1.0em;
	border-top: 1px solid #9ac0db;
	padding-top: 5px;
}                   

.news_list li a span {
	color: #888;    
	display: block;
	float: left;
	width: 40px;
	font-size: 0.9em;
	padding-top: 3px;

}

.news_list a {
	color: #03045f !important;
	font-size: 0.8em;
	border: 0px solid red;
} 

.news_list a:hover {
	color: #74c9ff !important;
	background: #fff !important;
}

/******************/
/* GAVIN'S EDITS*/ 


.comments {
	padding: 0 !important;
}

li.comment {
	background: none !important;
}

.comment {
	font-size: 1.0em !important;
	font-weight: normal !important;
	border-top: 1px solid #9ac0db;
	clear: both;
	color: #000 !important;
	padding-top: 7px;
	padding-left: 0 !important;
}

.comment_info {
	float: left;
	width: 130px;  /* 130px as button size */
}

#column_1 .comment_info p {
	margin-bottom:0;
}

.comment_info .author {
	font-weight:bold;
	text-align: left;
}

.comment_info .datestamp {
	color:#9ac0db;
	text-align: left;
}

.comment_body {
	float: left;
	width: 370px; /* could be 380px too */
}
.comment_form form, .email_form form {
	margin-bottom: 0px;
	border-top: 1px solid #9ac0db;
	padding-top: 20px;
}

.comment_form h2, .email_form h2, h2.comments {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 10px;
	border: 0 !important;
	padding-bottom: 3px;
	clear: both;
}

.comment_form input,
.email_form input,
.email_form textarea,
.comment_form textarea {
	border: 1px solid #9ac0db;
	padding: 3px 2px 2px 2px;
	width: 255px;
}

.comment_form textarea, .email_form textarea {
	height: 100px;
	font-size: 1.0em;
	overflow: hidden;
}

.inherited_search input {
	width: 160px;
	font-size: 1.3em;
}

.inherited_search h2 {
	color: #03045f;
}

input:focus, textarea:focus, input.button:hover, .comment_form input.button:hover {
	background: #f8fff8;
}

input.input_text {
	border: 1px solid #9ac0db;
	padding: 2px;
	width: 140px;
	margin-left: 10px;
}

input.button {
	color: #74c9ff;
	background: #fff;
	padding: 0 !important;
	width: 111px;
	height: 22px;
	border: 1px solid #9ac0db;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	/* fixes the strange bug */
}

.inherited_search input.button {
	width: 40px;
}

.comment_form input.button, .email_form input.button {
	margin-left: 280px;
}   


.email_form textarea {
	height: 220px;
}

.comment_form span, .email_form span {
	display: block;
	float: left;
	width: 130px;
	padding-top: 4px; 
	border: 0px solid red;
}

/******************/


/******************/
/* ERRORS         */
/******************/

.errors li {
	padding: 4px 0;
	background: #aac200;
	color: #242424;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

ul.errors {
	margin-bottom: 20px;
}


#footer {
	font-size: 1.1em;  
	clear: both;
	color: #03045f;
	margin: 0 auto; 
	width: 780px;
	margin-top: 0px;
	border-top: 1px solid #9ac0db;
	padding-top: 5px;
} 

#footer a {
	color: #9ac0db;
	text-decoration: none;
	padding: 2px 4px;
}

#footer a:hover {
	color: #74c9ff;
}

#footer p.left {
	float: left;
} 

#footer p.right {
	line-height: 1.3em;
	text-align: right;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
    display: inline-table;
    background-image: none !important;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.constrained_70 img {
    max-height: 70px;
    float: left;
}

.advert a {
    background-image: none !important;
}


