/* @override 
	http://chrishalls.co.uk/cssfiles/navigation.css
	http://www.looefilmsociety.org.uk/cssfiles/navigation.css
*/

/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0b3265;
	background: #9acbcb url(/editmypage/aa-pics-and-pages/looefilmsocietybgnd.gif) repeat-x left top;
	margin: 40px 0 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	border: 15px solid white;
}
#column_wrapper {
	padding-bottom: 15px;
	padding-top: 15px;
	background: white url(/editmypage/aa-pics-and-pages/left-column.gif) repeat-y left top;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 440px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#center .content {
	padding: 0px 10px 20px 15px;
	font-size: .9em;
	line-height: 1.6em;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0px;
	width: 160px;
}
#right .content {
	padding: 0px 16px 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	background-color: #FFFFFF;
	height: 212px;
	width: 769px;
	background-image: none;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#footer .content {
	padding: 0 15px 5px;
}
#footer {
	color: #366598;
	margin: 0 auto;
	clear: both;
	font-size: 0.7em;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #0b3265;
}
#center a:visited {
	color: #0b3265;
}
#center a:hover {
	color: #9acbcb;
	text-decoration: none;
}
#right a:link {
	color: #0b3265;
}
#right a:visited {
	color: #0b3265;
}
#right a:hover {
	color: #9acbcb;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #366598;
	text-decoration: none;
}
#footer a:visited {color: #366598;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	width: 160px !important;
	color: #FFFFFF !important;
	background-color: #17486f !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	margin-top: -12px;
	font-weight: bold !important;
	border-color: #FFFFFF !important;
	padding: 5px 0 5px 10px !important;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.9em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.navigation {
	list-style-type: none;
	margin-top: 12px;
	margin-left: -40px;
}
.navigation2 {
	list-style-type: none;
	margin-top: 12px;
}
/* -------------------------- NAVIGATION ----------------------- */

#p7PMnav, #p7PMnav ul {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid white;
	background-color: #66CCFF;
	padding: 5px 0 6px 10px;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #366598;
	color: white;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: white;
	font-weight: bold;
	background-color: #366598;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_orange_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #366598;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
	background-color: #366598;
	color: white;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #366598;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #366598;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #9acbcb;
}
/* --------------- GALLERY -------------- */
.gallerypics {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gallery {
	color: #366598 !important;
	text-decoration: none;
	font-size: 1em;
	margin-top: 15px;
}
.gallery a:link {
	color: #0b3265 !important;
	text-decoration: underline;
}
.gallery a:visited {
	color: #0b3265 !important;
	background-color: #6bcbfd;
	text-decoration: underline;
}
.gallery a:hover {
	color: #66CCFF !important;
	text-decoration: none;
}
.gallery a:active {
	color: #66CCFF !important;
	text-decoration: none;
}
hr {
	border-top: 1px dotted #0b3265;
	margin-bottom: -10px;
}