/* CSS Document */

/* FILENAME:		screen.css */
/* AUTHOR:			Kal and Jennifer Sabir (One Soul Web Studios LLP) */
/* CREATED:			April 2008 */
/* CLIENT:			thesomme.net */
/* LAST MODIFIED:	29 January 2010 */



/* DEFAULTS ############################################ */

* {
	margin: 0;
	padding: 0;
}

html {font-size: 100%;}

body {
	background-color:#333333;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70.5%;
	background-image:url(../assets/body_bg.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat:no-repeat;
}


h1 {
		/*font: bold 1.6em/100%  Verdana, Arial;*/
		font: bold 1.6em/100% Helvitica, Arial, sans-serif;
		margin-bottom: 50px;
		padding-left:10px;
		text-transform: uppercase;
		color:#000000;
		background-color: #331100;
		background-image:url(../assets/h1_bg.jpg);
		background-position:top;
		background-repeat: repeat-y;
}

h2 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 1.3em/100% Arial, sans-serif;
		margin: 0 10px 15px 10px;
		text-transform: uppercase;
		color:#808000; /*#802a00;*/
		background-image:url(../assets/h2_bg.jpg);
		background-position:bottom;
		background-repeat: no-repeat;

}

h3 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 1.2em/100% Arial, sans-serif;
		margin-bottom: 5px;
		color:#331100;
		text-decoration:underline;
		padding-left:10px;
}


p {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		padding-left:10px;
		padding-right:10px;
}

ul {
		padding-left:10px;
		list-style-type: square;
}

ol {
	margin-bottom: 20px;
	margin-left:10px;
	list-style-position:outside;
	list-style-type: square;
}

li {
		/*font: 1.1em/1.4em Verdana, Arial, sans-serif;*/
		margin-left: 1.3em;
}

/* IMAGES ----------------------------------- */

img { 
	border: 1px solid #000000; 
	
}

a img {
	border: 1px solid #000000;
}
a:link img{
	border: 1px solid #000000;
}
a:visited img{
	border: 1px solid #000000;
}
a:hover img{
	border: 1px solid white;
}
a:active img{
	border: 1px solid #000000;
}

/* STRUCTURE ------------------------- */


#wrapper {
	margin: 0 auto;
	width: 750px;
	
}		


/* HEADER ------------------------------------------------- */

#header {
	background:none;
	height:100px;
}

#header img {border: none; }

/* TOPNAV -------------------------------------------------*/

#topNav {
	text-align:right;
	background-color:#808000;
	background-image:url(../assets/topnav_bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	padding:5px;
}

#topNav ul {
		list-style-type: none;
	
}

#topNav li {
		font: bold 1.0em/100% Arial, Verdana;
		display:inline;
		
}

#topNav a {
		color:#000000;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size:95%;
		padding:0 2px 0 2px;
		border-left: 1px solid #808000;
		border-right: 1px solid #808000;
}

#topNav a:hover {
		text-decoration: none;
		background-color:#cccccc;
		border-left: 1px solid;
		border-right: 1px solid;
}

/* ############################################# */

#index #homeLink, #personnel #personnelLink, #photographs #photographsLink,#film #filmLink,  #sounds #soundsLink, #divisions #divisionsLink, #map #mapLink, #diary #diaryLink, #links #linksLink, #contact #contactLink {
	text-decoration: none;
	background-color:#ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
}

/* MAIN CONTENT ------------------------------------------*/

#mainContent {}

#mainContent a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #aaaaaa;
}

#mainContent a:hover {
	color:#cccccc;
	text-decoration: underline;
	font-style: normal;
}


#mainContent img {
	float:right;
	margin:0 0 10px 10px;
}


div.textBlock {
	margin-bottom:50px;
}

#indexText {
	text-align: left; 
	float: left;
	margin-top:20px; 
	width:230px; 
	font-size:90%;
}

#indexText2 {
	text-align: center; 
	float: left;
	margin-left: 30px;
	margin-top:20px; 
	width:230px; 
	font-size:90%;
}

#indexText3 {
	text-align: right; 
	float:right;
	margin-top:20px; 
	width:230px; 
	font-size:90%;
}

#indexText4 {
	text-align: right; 
	float:right;
	clear: right;
	margin-top:20px; 
	width:230px; 
	font-size:90%;
	overflow: auto; 
	color:#000000;
	height:150px;
}

#indexText4 a {
	color:#000000; 
	font-weight:bold;
	text-transform:uppercase;}
	

#index #mainContent {
	background-image:url(../assets/index_image.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:463px;
	color:#CCCCCC;
	margin-bottom:0;
	border: 1px solid #000000
}
				
#index #footer {margin-top:0;}

/* SECTION NAV -------------------------------------------*/

div.sectionNav {
	float:right;
	margin: 0 5px 20px 20px;
	padding-bottom:10px;
	background-color:#808000;
	background-image:url(../assets/topnav_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.sectionNav ul {
	list-style:none;
	padding:0; margin:0;
	border-bottom:1px solid;
}
div.sectionNav li {
	border-top: 1px solid;
	text-align:left;
	display: block;
	margin:0; padding:0;
}

div.sectionNav h2 {
	color:#333333;
}

#mainContent div.sectionNav a {
	color:#000000;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size:93%;
	font-style:normal;
	display:block;
	padding:3px 3px 3px 3px;
}

#mainContent div.sectionNav a:hover {
		text-decoration: none;
		font-style:normal;
		background-color:#cccccc;
		color:#000000;
		
}
	

/* FOOTER ------------------------------------------------- */

#footer {
	clear:both;
	margin-top:50px;
	margin-bottom: 10px;
	background-image:url(../assets/h2_bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-top:10px;
	
}

/* BOTTOM NAVIGATION -----------------------------------------*/

#bottomNav {
	float:right;
	text-align:right;
	padding:5px 5px 5px 0;
}

#bottomNav ul {
		list-style-type: none;
}

#bottomNav li {
		font: bold 1em/100% Verdana, Arial;
		display:inline;
}

#bottomNav a {
		color:#cccccc;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size:85%;
		padding:0 5px 0 5px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
}

#bottomNav a:hover {
		text-decoration: none;
		color:#331100;
		background-color:#cccccc;
		border-left: 1px solid;
		border-right: 1px solid; 
}

/* COPYRIGHT ------------------------------------------------------*/

#copyright {
		float:left;
		text-align:left;
		font: bold 0.9em/100% Verdana;
		text-transform: capitalize;
		color:#808000;
		margin-left:10px;
}

#copyright a {
		text-decoration:none;
}

/* SIGNATURE --------------------------------------------- */


#signature {
		clear:both;
		width:750px;
		margin: 0 auto;
		text-align:right;
		font: bold 0.7em/100% Verdana;
		color:#CCCCCC;
}

#signature a {
		color:#0099ff;
		text-decoration:none;
}

#signature a:hover {
		text-decoration: underline;
}

/* --------------------------------------------------------*/


.seperator {
		clear: both;
}

table {margin-left:10px;}

table.accessKeys td {
	padding-right:20px;
}


table.tracks{
	margin:10px 0 20px 10px;
	}
	
table.tracks td {
	padding-right:10px;
	}
	


table.accessKeys th {
	text-align:left;
}

table.enquiry { margin-left:10px;}

td.tag {
	width:30%;
	vertical-align:top;
	font-size:100%;
}


#mainContent a.pageTop {
	float:right; 
	margin-right:10px; 
	font-weight:bold; 
	text-decoration: none;
}

#mainContent a.pageTop:hover {
	text-decoration: underline;
}
		

input, textarea {
	background:none;
	color:#000000;
	border-color:#000000;
}

textarea {}

/* FONTS --------------------------- */


hr {
	border: 1px #000000 dashed;
	margin-bottom: 20px;
	clear:both;
}

.hidden {display:none;}