/* Patriot Pictures master style sheet. Designed by Sam Russell for Patriot Pictures, LLC. 
*  For admin enquiries, email sam@platinumaudio.com.au */

body, html {
	margin: 0 auto;
}

/* Body properties. Modify min-width to adjust page width */
body {
	background:black url("images/bg_repeat.gif") repeat-x;
	min-width:1000px; 
	font-family:Arial, Helvetica, sans-serif; 
}

a:link, a:active, a:visited {
	color:white; 
	font-size: 12px; 
	text-decoration: underline; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}


a:hover {
	color: red; 
	font-size: 12px; 
	text-decoration: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

#header {
	background: url(images/iheader.gif) no-repeat top; 
	height:214px;
}

/*Page body properties - used to set body width and to center content*/
#wrap {
	
	margin: 0 auto;
	width:1000px;
}

/* Navigation Bar Properties */
.menu {
	clear:none;
	margin-top:14px;
	padding:10px 0 0 80px;
	background:none;
	font-size:12px;
	color:white;
}

.menu ul {
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
}
.menu li {
	padding:0;
	float:left;
}
.menu a {
	display:block;
	color: white;
	text-decoration:none;
	font-size:12px;
	padding:7px 30px 7px 0;
}

#trigger {
	text-align:center;
	padding-top:0;
	margin-top:-8px;
}

/* Content section properties */
.gallery {
	padding-top:13px;
	padding-left:0;
}

.valign {
	margin-top:0;
}

#content {
	text-align:left;
	clear:none;
	width:800px;
	float:right;
}

#content h1, #content p, #content h2{

	margin: 10px 60px 0 30px;
}

#content h1 {
	font-weight:bold;
	font-size:13px;
}

#content h2 {
	font-size:15px;
}

#content p {
	font-weight:normal;
}

#content img, #content a {
	margin-left:30px;
	border:none;
}

#content a {
	padding:0;
	margin:0;
	text-align:left;
}

#content a img {
	margin-left:0;
}

#content img {
	
	color:white;
}
#sidebar {
	background: url("images/nav_divbg.gif") no-repeat right;
	margin-top: 30px;
	padding: 0 0 0 30px;
	text-align:left;
	float:left;
	width: 170px;
	clear:none;
}


/* Various text properties */

h1 {
	font-weight:normal;
	font-size:12px;
	color:white;
	margin: 0 0 1px 0;
}

p {
	margin:0 0 30px 0;
	padding:0;
	font-size: 12px; 
	font-weight: bold;
	color:white;
}

h2 {
	padding-bottom: 15px;
	color:white;
	font-size: 14px;
	font-weight:bold;
}


#sidebar a, #sidebar a:active, #sidebar a:link {
	font-size:10px;
	font-weight: normal;
}


/* Footer properties */
#footer {
	margin-left:20px;
	padding-top:45px;
	width:959px;
	height:39px;
	display:block;
	clear:both;
	color:white;
	font-size: 9px;
	background: url("images/footer.gif") no-repeat center;
}

#footer span {
	padding: 0 135px 0 165px;
}



/*drop down menu properties*/

.menu li ul {
	width:123px;
	display:none;
	position:absolute;
	background: black;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/*override the standard rollover properties*/


.menu li ul li {
	background:none;
}


/*menu rollover color*/

.menu li:hover a, .menu a:focus,
.menu li.p7hvr a {
	color: red;
}

/*display and position drop down menu*/
.menu li:hover ul, .menu li.p7hvr ul {
	display:block;
}

.menu li:hover ul li, .menu li.p7hvr ul li {

}

/*drop down text properties*/
.menu li:hover ul a, .menu li.p7hvr ul a {
	color: white;
	padding:5px 10px;
	background-color: transparent;
	font-size:12px;
	font-weight:bold;
}

/*rollover properties*/
.menu li ul a:hover {
	color: red!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
.menu li {width: auto;}

