/*
Theme Name: Patane Theme
Theme URI: http://www.patanegroup.com.au
Description: The official theme for Patane Group
Version: 1.0
Author: John Irvine Acosta
Author URI: http://www.irvineacosta.com
*/



/*********************************** LOGO / NAVIGATION ***********************************/

body{ margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#000000;
background-image:url(http://localhost/patanegp/pataneFiles/images/goldBG.jpg);
background-position:top center;
background-repeat:no-repeat;
}



#mainContainer
{
width:auto;
margin:auto;
}

#navBG
{
height:51px;
width:auto;
background-image:url(http://localhost/patanegp/pataneFiles/images/nav.png);
background-repeat:repeat-x;
behavior: url(iepngfix.htc);
background-position:left;
margin:auto;
}

#topNav {
line-height:normal;
height:40px; 
padding:10px 0px 0px 20px;
font-size:14px;
font-weight:bold;
width:800px;
}

#topNav ul {  margin:0; padding:0px 0px 0px 0px; list-style:none; }	
#topNav li { display:inline; margin:0; padding:0; position:relative; float:left; }

#topNav a { float:left; position:relative; margin:0; padding:0; text-decoration:none; color:#ffffff; }
#topNav a span { float:none; display:block; padding:5px 22px 5px 10px;}
#topNav a:hover { background-position:0% -42px;position: relative; }
#topNav a:hover span { background-position:100% -42px;position: relative;top: 0px; color:#f1c706; padding-bottom:19px}

#topNav ul ul {width:200px; font-size:12px; font-weight:normal; margin:0; padding-top:17px}
#topNav ul ul {visibility:hidden;position:absolute;height:0;top:24px; left:0px;width:200px; margin:0;}

#topNav table {position:absolute; top:0; left:-4px;}

/*Drop Down Styles*/
#topNav ul ul a, #topNav ul ul a:visited {background:#ffffff; color:#000000; width:200px; padding:10px 20px 10px 20px; margin-left:10px; border-bottom:1px solid #000000; font-size:12px; font-weight:bold;}

/*Drop Down Styles when hovered*/
#topNav ul ul a:hover{color: #000000; background:#f1c706; top:0;}


#topNav ul li:hover ul, #topNav ul a:hover ul{visibility:visible; }

/*********************************** BODY ***********************************/

#logo{
margin:auto;
margin-top:50px;
width:800px;
height:213px;
background-image:url(http://localhost/patanegp/pataneFiles/images/logo.png);
/*behavior: url(pataneFiles/css/iepngfix.htc);*/
background-position:left;
background-repeat:no-repeat;	
}

#borderTop
{
height:auto;
min-height:100px;
width:800px;
background-image:url(http://localhost/patanegp/pataneFiles/images/border_top.png);
/*behavior: url(pataneFiles/css/iepngfix.htc);*/
background-position:top;
background-repeat:no-repeat;
margin:auto;	
}

#borderBottom
{
height:auto;
min-height:100px;
width:800px;
background-image:url(http://localhost/patanegp/pataneFiles/images/border_bottom.png);
/*behavior: url(pataneFiles/css/iepngfix.htc);*/
background-position:bottom;
background-repeat:no-repeat;	
}

#contents
{	
	width:650px;
	float:left;
	margin-bottom:60px;
	margin-left:73px;
	min-height:300px;
}
#spacer
{
	height:20px;
	width:800px;
	background-color:#FF0000;
	float:left;
}

#footer{
width:800px;
margin:auto;
margin-top:10px;
font-size:9px;
color:#f1c706;
padding-bottom:20px;
}

#dividerBig
{
	width:650px;
	height:60px;
	background-image:url(http://localhost/patanegp/pataneFiles/images/hr.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#movieHolder
{
	width:650px;
	height:250px;
	border-color:#222222;
	border-style:solid;
	border-width:3px;
	margin:auto;
}
/*********************************** SPLIT ***********************************/

#sidebar
{	
	width:180px;
	float:left;
	margin-bottom:30px;
	margin-left:40px;
	min-height:300px;
}

#sidebar ul
{
	margin-left:0px;
	padding-left:0px;
}

#sidebar li
{
	margin-left:0px;
	padding-left:0px;
	border-bottom-color:#222222;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding:5px;
	list-style-type:none;
}

#sidebarLine
{	
	width:80px;
	height:400px;
	float:left;
	margin-bottom:30px;
	background-image:url(http://localhost/patanegp/pataneFiles/images/sidebarLine.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#bigBar
{	
	width:460px;
	float:left;
	margin-bottom:30px;
	min-height:300px;

}

/*********************************** TEXT CLASSES ***********************************/

.text {
	font-size: 11px;
	color: #FFFFFF;
}
.subtitle {
	font-size: 14px;
	color: #f1c706;
	font-weight:bold;
	padding-top:20px;
}

H1{
	font-size: 20px;
	color: #f1c706;
	font-weight:bold;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

H2{
	font-size: 18px;
	color: #f1c706;
	font-weight:bold;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

H3{
	font-size: 16px;
	color: #f1c706;
	font-weight:bold;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

H4{
	font-size: 14px;
	color: #f1c706;
	font-weight:bold;
	padding-top:20px;
}

H5{
	font-size: 12px;
	color: #f1c706;
	font-weight:bold;
}

H6{
	font-size: 12px;
	color: #f1c706;
	font-weight:normal;
}

.title {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	color: #f1c706;
	font-weight:bold;
}

.formTitle{
	font-size: 12px;
	color: #f1c706;
	font-weight:bold;
}
.error{
	font-size:9px;
	color:#FF0000;
	font-weight:normal;
}



A:link{
color:#FFFFFF;
text-decoration:none;
}

A:visited{
color: #FFFFFF;
text-decoration:none;
}

A:hover{
color: #f1c706;
text-decoration:none;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "I think this should work." */
