
/* Screen CSS for the University of Bristol Spelaeological Society */
/* Author: Simon Lee */

body {
	background-color: #261704;
	background-image: url("/images/ubss_bg_thai.gif");
	background-image: url(/shared/images/skins/goldenbrown/site_bg.jpg);
	color: #e2d9bb;
	font-family:  Arial, Helvetica,sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 0;
	padding: 0.5em 5%;
	}

h1, h2, h3, h4 ,h5, h6, a.h1 {
	margin: 0;
	padding: 0.5em 0.2em 0.2em 0.2em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

h1, a.h1, h2 {
	clear: both;
	text-align: center;
	}

h4, h5 {
	font-weight: bold;
	}



h1, .h1 { font-size: 2em;	}
h2 {	font-size: 1.5em;	}
h3 {	font-size: 1.3em;	}
h4 {	font-size: 1.1em;	}
h5 {	font-size: 0.9em;	}
h6 {	font-size: 0.8em;	}

p {
	margin: 0;
	padding: 0.3em;
	}

a {
	color: #ffd100;
	text-decoration: none;
	border: 0;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	padding:0;
	vertical-align:middle;
	}

img {
	padding: 0.5em;
	border: 0;
	}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.1em 1em;
	padding: 0.2em 0.5em;
	}


/* global typography classes */
.alert {
	font-weight: bold;
	color: #f00;
}

.important_text {
	color: #d8d0bf;
	}

.smalltext, #siteInfo {
	font-size: 0.8em;
	}
	
.v_smalltext {
	font-size: 0.7em;
	line-height: 1.2em;
	}

.imagecaption {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 0 0.5em;
	}

.dropcap:first-letter {
	font-size: 1.75em;
	font-weight: bold;
	float: left;
	}
	
.clear { /* stops bleed of the main bg color to elements below - not an issue here as we are using transparent bg color */
	font-size: 1px; height: 1px
	}
.clearer{
	clear:both;
	}
/* End Rounded Corners */


/* start TABLES */
th {
	font-weight: bold;
	background-image: url('/images/NavItem_DarkGrad.gif');
	background-image: url(/shared/images/skins/goldenbrown/table_th_bg.png);	
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #2B1F11;
	}
	
th, td {
	vertical-align: top;
	}
	
.ubsstable {
	padding: 0 1px 0 1px;
	border-bottom-style: solid;
	border-width: 1px;
	border-bottom-color: #a59681;
	margin: 0 2%;
	}

.oddRow, .altRow {
	background-color: #3C2E1D;
	}

.tblWideCell {
	width: 20em;
	}

/* End TABLES */


/*start global page layout items */
#topStrap,
#navigation,
#content,
#extraInfo {
	float:left;
	clear:both;
	}


#topStrap,
#content,
#navigation,
#extraInfo,
#siteInfo,
.eventSummary  {
	background-position: top;
	background-repeat: repeat-x; 
	-moz-border-radius: 8px;
	margin-left: 1%;
	margin-right: 1%;	
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	-moz-border-radius: 8px;
	background-color: #180F03;
	border:1px solid #413524;
}

#topStrap {
	background-color: #261704;
	background-image: url(/shared/images/skins/goldenbrown/grad_medium.jpg);
	width:98%;
}
#topStrap .h1 {
	display:inline;
	float:left;
	width: 70%;
	color: #e2d9bb;
	}
#siteSearch {
	float:right;
	margin-right: 15px;
	}

#content {
	padding: 0 .8em;
	padding-bottom: 1em;
	width: 69%;
	clear:left;
	}

#navigation { 
	width:98%;
	clear:right;
	padding: 0.4em;
	width: 22%;
	float:right;
	}

#extraInfo, .eventSummary {
	width:98%;
	float:right;
	clear:right;
	padding: 0.4em;
	width: 22%;
	}

.eventSummary{
	width: 95%;
	clear:both;
	}

#logo img {
	padding:0.2em;
	margin:0;
	}


#siteInfo {
	float: left;
	clear: both;
	width: 98%;
	text-align: center;
	background-position: bottom;
	background-color: #261704;
	background-image: url(/shared/images/skins/goldenbrown/grad_medium.jpg);
	color: #fff;
	background-repeat: repeat-x;
	padding: 0.4em;
	margin-left: 0.5%;
	}	

/* generic layout items */
.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.clearboth {
	clear: both;
	}

.center {
	text-align: center;
	}

.basedivider {
	border-bottom: 1px solid;
	margin: 0 0 1em 0;
	}

.divider_base {
	border-bottom: 1px dotted #a59a81;
	padding-bottom: 0.8em;
	}
		
.disabled {
	position:absolute;
	left: -1500em;
	}

/*Newsletter*/
.intro_floatright {
	float: right;
	width: 30%;
	border-left: 1px solid #f5f5f5;
	padding: 0 0 0.5em 0.5em;
	margin: 0 0 1em 1em;
	}
.intro_floatright h3{
	margin-top: 0;
	padding-top: 0;
	}
	
.newsletter_article {
	padding: 0 0 1em 0;
	clear: both;
	margin: 0 0 1em 0;
	}

.newsletter_article dl {
	float:right;
	margin-left: 1em;
	}
.newsletter_article dt,
.newsletter_article dd {
	margin-left: 1em;
	padding: 0;
	color: #413524;
	}
.newsletter_article dd {
	margin-left: 1.4em;
	}

.newsletter_article h4, 
#contentLatestNews h3,
#contentSecondary h3 {
	background-color: #23190D;
	background-image: url(/shared/images/skins/goldenbrown/nav_bg.png);	
	background-repeat: repeat-x;
	padding: 0.1em 0.3em;
	}
/*Newsletter end*/
	
/* Start Navigation Styling */
#navigation ul {
	float:left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 0.9em;
	z-index: 20;
	}

#navigation ul li {
	padding: 0 0 0 0.1em;
	float:left;
	}

#navigation ul li{
	width: 100%;
	}	

/* clarifications for opera*/
#navigation ul li .menuheading {
	float:left;
	clear:both;
	width: 100%;
	}	
#navigation ul li ul {
	clear: both;
	width: 100%
	}	
#navigation li ul li{
	clear: none;
	width: 40%
	}
/* End clarifications for opera*/
	
	
	/* Sub-nav */
#navigation li ul li {
	background-color: #23190D;
	background-image: url(/shared/images/skins/goldenbrown/nav_bg_icon.png);	
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 1px #180F03;
	display: inline;
	padding: 0 0.2% 0.1em 0.2%;
	width: 45%;
	min-width: 80px;
	margin-right: 2%;
	margin-bottom: 0.2em;
	-moz-border-radius: 3px;
	}

#navigation li ul li a {
	margin-left: 15px;
	display:block;
	}	
	
#navigation li ul li:hover {
	background-color: #1B1103;
	background-image: none;
	background-image: url(/shared/images/skins/goldenbrown/nav_bg_icon_hover.png);
	color: #fff;
	border: solid 1px #413524;
	}

#navigation li ul li a:link, #navigation li ul li a:visited {
	text-decoration: none;
	}

#navigation li ul li:hover a {
	color: 	#fff;
	}
/* End Navigation Styling */


/*User input Items*/
input.button {
	width:auto;
	}
.smallWidth,
.smallWidth select{
	width: 5em;
	}
.mediumWidth,
.mediumWidth select{
	width: 15em;
	}
.largeWidth,
.largeWidth select {
	width: 39em;
	}
textarea.largeWidth {
	width:40em;
	height: 10em;
	}

fieldset {
	border: 1px solid;
	margin: 0.5em 0;
	line-height: 1.8em;
	font-size: 0.9em;
	padding: 0.2em;
	width: 60%;
	}
/* Hide from IE-Mac \*/
fieldset {width: inherit;}
/* End hide */


input, 
textarea, 
select {
	margin: 0 0.1em;
	margin: 0 1em 0 0.1em;/*amended to allow for easy grouping*/
	padding: 0;
	border: 1px solid #a59681;
	background-color: #fff;
	color: #888;
	}

#siteSearch fieldset,
#siteSearch fieldset form {
	margin-bottom: 0;
	}	
#siteSearch input {
	margin: 0pt 0.2em 0pt 0.1em;
	}

label {
	margin: 0.2em 1em 0.2em 0;
	}

textarea {
	width: 25em;
	}
	
input.button, 
.form_button_alt {
	margin: 2px 0 2px 0;	
	background-color: #d8d0bf;
	background-image: url('/images/NavItem_LightGrad.gif');
	background-repeat: repeat-x;
	background-position: 100% 100%;	
	color: #4a3a22;
	}

.form_button_alt:hover {
	cursor: pointer;
	}	
	
form hr {
	clear: both;
	}
	
fieldset.ubss_search {
	border-width: 0;
	padding-top: 4px;
	}

.journalResult {
	margin-bottom:1.5em
	}

.journalAbstract {
    color: #868175;
	margin: 0 1.5em 1em 1.5em;
	padding: 0 0 0 0;
    }
	
.searchword {
	/* highlight input user searched for*/
	font-weight: bold;
	color: #ffe303;
	}
/*End User input Items*/


	
/*Committe page*/
.ctteeMember {
	float:left;
	width:30em;
	margin-bottom: 1em;
	}
.ctteeImage, .ctteeDetails {
	float:left;
	}
/*End committe pages*/	
	
	
/* Find UBSS */	
#map {
	background-color: #413627;
	float: right;
	}
#pgMeetUs h2 {
	clear: left;
	text-align:left;
	}	
/* End find UBSS */		
	
/*Main page*/
#contentSecondary {
	margin-top: .7em;
	}

#contentLatestNews, #contentPhotos {
	float:left;
	width: 60%;
	margin: 0em 0.5em 1em 0;
	padding: 0;
	}
	
#contentIrishCaves {
	float: right;
	width: 35%;
	margin: 0em 0.5em 1em 0;
	padding: 0;
	}
/*End Main Page*/


.event,
.vevent {
	font-size: 0.9em;
	margin-bottom: 1em;
	}

.eventTitle {
	}

.eventDate, 
.eventDetails, 
.eventLocation, 
.eventContact, 
.vevent .url, 
.eventNonClub {
	padding: 0.2em 0.2em 0.2em 0;
	}

.eventDate{
	}
.eventDetails {
	padding-left: 0;
	}
	
/*Articles*/	
.webArticleImage {
	float:right;
	}
	
div.webArticleSummary {
	font-size: 0.9em;
	margin-bottom: .7em;
	margin-left: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #413524; 
	}	

.webArticleSummaryTitle {
	font-weight: bold;
	}
/*Articles end*/	
	
/*Quote page*/
.quote {
	margin: 0.8em 20px 0.2em 40px;
	background-color: #261704;
	background-image: url('/images/icons/quoteLeft.gif');
	background-image: url(/shared/images/skins/goldenbrown/quotes_left_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #413524;
	padding: 0.3em;
	-moz-border-radius: 4px;
	}

.quote blockquote {
	margin: 0px 15px 0px 50px;
	padding: 0 10px 20px 0;
	font-style: italic;
	background-image: url('/images/icons/quoteRight.gif');
	background-image: url(/shared/images/skins/goldenbrown/quotes_right_bg.gif);	
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 10px 0.3em 0.3em 0.3em;	
	}

.quoteDetails {
	display: block;
	text-align: right;
	font-family: courier;
	}
/*End Quote page*/




/*User feedback*/
.warning,
.caution,
.info,
.success {
	background-position:2px 2px;
	background-repeat:no-repeat;
	padding-left:28px;
	min-height: 24px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	background-color: transparent;/*override for HAM*/
	}

.warning{
	background-image:url(/images/icons/warning_20px.gif);
	border-color: #df0803;
	color: #614343;
	}

.caution  {
	background-image:url(/images/icons/exclamation_20px.gif);
	border-color: #ffba00;
	color: #645f50;
	}

.info {
	background-image:url(/images/icons/info_20px.gif);
	border-color: #0178b6;
	color: #425e6c;
	}	
	
.success  {
	background-image:url(/images/icons/success_20px.gif);
	border-color: green;
	color: #506452;
	}
/*User feedback */




/* Accordian styling */
.accordionTitle {
	background-color: #23190D;
	background-image: url(/shared/images/skins/goldenbrown/nav_bg.png);	
	background-image: url(/shared/images/skins/goldenbrown/nav_bg_icon.png);	
	background-repeat: repeat-x;
	background-position: middle;
	padding: 0.1em 0.3em;
	padding-left: 15px;
	display: block;
	border-bottom:1px solid #413524;
	}

.accordionTitle.selected {
	background-color: #2D2317;
	background-image: url(/shared/images/skins/goldenbrown/nav_bg_light.png);
	background-image: url(/shared/images/skins/goldenbrown/nav_bg_icon_hover.png);
	}

.accordionContainer{
	border-bottom: solid 1px #413524;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1.2em;
	}

.accordionContainer fieldset#searchEasy {
	margin-top: 0;
	border-width: 0;
	}

#archive {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	padding: 0 0.2em;
	height:auto;
	}
.years{
	display:block;
	background-color:  #7c6d59;
	background-image: url('/images/NavItem_LightGrad.gif');	
	background-repeat: repeat-x;
	background-position: 0% 0%;
	color: #ffffff;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 0em 0.3em;
	font-size: 0.9em;
	}
.years.selected{
	background-image: url('/images/NavItem_DarkGrad.gif');
	}
#archive div {
	padding-left: 0.4em;
	}


.accordion_toggle {
	display: block;
	width: auto;
	background-image: url('/images/NavItem_LightGrad.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-color: #d8d0bf;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 0.8em;
	color: #000000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	}
  
.accordion_toggle_active {
	background-color:  #7c6d59;
	background-image: url('/images/NavItem_DarkGrad.gif');
	background-repeat: repeat-x;
	background-position: 0% 0%;
	color: #ffffff;
	border-bottom: 1px solid #000;
	}
  
.accordion_content {
	/* REQUIRED */
	height: 0px;
	/* REQUIRED */
	background-color: transparent;
	overflow: hidden;
	}
/* End accordian styling */