/* CSS Document */

/* FILENAME:		print.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;
}

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: "Times New Roman", Times, serif
}
		
#topNav, #bottomNav, #signature, .sectionNav, .pageTop, #helpNav {display:none;}



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


#header {
	margin-bottom:0.5cm;
	background-color:#000000;
}

#header img { width:100%;}

#header h1 {
	/*font: bold 4em/100% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform:uppercase;*/
	display:none;
}


#mainContent {
		padding: 0;
		margin: 0.3cm;
		border:none;
}

#mainContent img {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #000000;
}

#mainContent h1 {
		/*font: bold 1.6em/100%  Verdana, Arial;*/
		font: bold 1.6em/100% Helvitica, Arial, sans-serif;
		margin-bottom: 1cm;
		text-transform: uppercase;
		color:#000000;
}

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

}

#mainContent h3 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 1.2em/100% Arial, sans-serif;
		margin-bottom: 0.5cm;
		color:#331100;
		text-decoration:underline;
}

#mainContent #viewer {
	width:6cm;
	height:5cm;
}

.textBlock {
	margin-bottom:1cm;
}


#indexText {
	width: 100%;
	margin-bottom:1cm;
}

#footer {
	clear:both;
	margin-bottom: 0;
	margin-left:0.3cm;
	padding:0;
}



#copyright {
		clear:both;
		text-align:left;
		font: bold 1em/100% "Times New Roman", Times, serif;
		color:#808000;
}


table.accessKeys td {
	padding-right:0.1cm;
}


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



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


/* LINKS AND NAVIGATION---------- */


input, textarea {
	background-color:#666666;
}

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

html {
		font-size: 100%;
		}

body {
		font-size: 70.5%;
		}


p {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		}

ul {
		margin-bottom: 1em;
		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;
}



