/*
 Darby O'Tooole by PVII
 (c) 2004 Project Seven Development (www.projectseven.com)
 All Rights Reserved

 CSS developed by Al Sparber - PVII
*/

body {
	background-image: url(../assets/otoole_bgp.jpg);
	background-repeat: repeat-x;
	background-color: #EDECDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
}
#logo {
	text-align: right;
}
#logo h1 {margin: 0 0 25px 0;}

/*text in the logo div*/

#bigtitle h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:9px;
	color:#E4DFBF;
	margin: 13px 0 0 30px;
	float:left;
	}

#wrapper {
	background-image: url(../assets/otoole_bgmc.jpg);
	background-color: #E9E8D6;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #fff;
	margin: 0 auto 0 auto;
	width: 836px;
}
#maincontent {
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 20px;
	text-align: left;
	width: 494px; /*536*/
}
#maincontent h2, #maincontent h3 {
	color: #676767;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 24px 0 0 0;
}
#maincontent h2.topheading {margin-top: 0;}
#maincontent p {margin: 6px 0 12px 0;}
#maincontent a:link,#footer a:link {
	border-bottom: 1px solid #666;
	color: #55007D;
	text-decoration: none;
}
#maincontent a:visited,#footer a:visited {color: #616161;}
#maincontent a:hover,#footer a:hover,#maincontent a:active,
#footer a:active,#maincontent a:focus,#footer a:focus {
	border-top: 1px solid #666;
	color: #000000;
}
#sidebar {
	float: left;
	font-size: .75em;
	line-height: 1.2em;
	padding: 20px;
	width: 160px; /*200*/
}
#sidebar h2,#sidebar h3 {
	color: #606060;
	font-weight: normal;
	letter-spacing: .2em;
	margin: 24px 0 0 0;
}
#sidebar h3.firstheading {margin-top: 0;}
#sidebar p {margin: 12px 0 0 0;}
#sidebar a:link {color: #616161;}
#sidebar a:visited {color: #7D7D7D;}
#sidebar a:hover,#sidebar a:active,#sidebar a:focus {color: #000;}

#clearwrapper {clear: both;}

#footer {
	font-size: .7em;
	margin: 24px;
}
#footer p {margin: 0 0 6px 0;}


/* Navigation Menu Styles */
.p7triggers {
	position: absolute;
	top: 63px;
	margin: 0;
}

#p7trig1 {left: 0; width: 91px;}
#p7trig2 {left: 91px; width: 101px;}
#p7trig3 {left: 192px; width: 101px;}
#p7trig4 {left: 293px; width: 111px;}
#p7trig5 {left: 404px; width: 111px;}
#p7trig6 {left: 515px; width: 111px;}
#p7trig7 {left: 515px; width: 90px;}

.p7triggers a {
	background-image: url(../assets/otoole_bgtrigs.jpg);
	background-color: #E4DFBF;
	text-decoration: none;
	display: block;
}
.p7triggers a:hover, .p7triggers a:active, .p7triggers a:focus {
	background-image: url(../assets/otoole_bgtrigsover.jpg);
	background-color: #E3E2CE;
}

.p7submenus {
	font-size: .8em;
	position: absolute;
	top: 88px;
	background-color: #E3DEB8;
	background-image: url(../assets/otoole_submenubg.jpg);
	border-right:1px solid #7d7d7d;
	border-bottom:1px solid #7d7d7d;
	width: 172px;
	visibility: hidden;
}
#p7sub2 {left: 91px;}
#p7sub3 {left: 192px;}
#p7sub4 {left: 293px;}
#p7sub5 {left: 404px;}
#p7sub6 {left: 515px;}

ul.p7submenus {margin: 0; padding: 0;}
.p7submenus li {list-style-type: none; margin: 0; padding: 0;}
.p7submenus a {
	color: #626262;
	text-decoration: none;
	padding: 2px 6px 2px 16px;
	display: block;
}
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	color: #E4DEBA;
	background-color: #5D5D5D;
}

/* Custom Styles */
.covershot
	{	
	float:left;
	width:130px;
	border:1px solid #999;
	margin: 10px 10px 10px 0;
	padding: 5px;
	}
	
.thumbnail
	{
	float:left;
	width:130px;
	border:1px solid #999;
	margin: 0 10px 45px 35px;
	padding: 5px;
	}
	
.clearboth { clear: both; }
