/*

Student Thomas Rohe's aka Tom Cassidy, professional web site. Site contains audio demos, biographical info, hobbies and links to other sites related to the voiceover business.

*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
	background: #000 url('img/body.gif') no-repeat; 
	color: #DDDDDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCCCCC;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #A064B2;
	text-decoration: none;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

blockquote a:link {
	text-decoration: none
}

blockquote a:hover {
	text-decoration: none;
	font-style: italic
}
 

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	display: block;
	padding: 3px;
}


.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.heads,.leftMenu {
	background: url('img/headsLarge.gif') no-repeat left center;
	color: #000;
	font: normal 2em, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0 0 1px 24px;
}
.leftMenu {
	background: url('') no-repeat left center;
	padding-top: 6px;
	text-decoration:none;
}

.leftMenu a:link {
	text-decoration:none;
}




#container {
	font-size: 1.3em;
}


#siteTitle {font: normal 3em Tahoma,sans-serif;}
#siteTitle a {
	color: #DDD;
	text-decoration: none;
}
#siteTitle a:hover {
	color: #FFF;
	text-decoration: none;
}
#siteDescription {color: #CCC; 
	padding: 10px} 

/* the main content area of all pages */
#content {
	left: 359px;
	position: absolute;
	top: 120px;
	width: 610px;
	height: 1046px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}
#content dd {margin-left: 34px;}

/* navigation */
#navigation {
	left: 124px;
	position: absolute;
	top: 265px;
	width: 210px;
}

#navigation a:link {
	text-decoration: none
}

#navigation h2 {
	color: #FFFF99;
	font-size: 1.3em;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:link {text-decoration: none;}
#navigation li a:hover {color: #8DCA3F;}
