/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: 'Franklin Gothic Medium', Sans-Serif;
	background: #ffffff;
	color: #000000;
	text-align: left;
	}
p {
font-family: 'Franklin Gothic Medium', sans-serif;
color: #2B318A;
font-size: 14px;
}
em {
color: #BF0B22;
font-family: 'Franklin Gothic Medium', sans-serif;
text-decoration: none;
font-style: normal;
}

h2 {
font-family: 'Franklin Gothic Medium', sans-serif;
color: #2B318A;
font-size: 18px;
}

a {
font-family: 'Franklin Gothic Medium', sans-serif;
font-size: 14px;
color: #2B318A;
font-style: bold;
}

ul {
font-family: 'Franklin Gothic Medium', sans-serif;
color: #2B318A;
font-size: 14px;
}

	#thumb {
		position:relative;
		height:48px;
		width:10px;
		background-color:#eee;
		border:1px outset #eee;
		}

#wrapper {
	width: 794px;
	height: 520px;
	margin-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#top 	{
	width: 794px;
	height: 85px;
	background: url(/wp-content/themes/pp/topbg.jpg) bottom right no-repeat;
	valign: bottom;
	}

#topimg {
	width: 150px;
	height: 85px;
	clear: none;
	float: left;
	display: block;
	background: url(/wp-content/themes/pp/logo.jpg);
	}
#top01 {
	width: 170px;
	height: 20px;
	clear: none;
	float: left;
	margin-top: 65px;
	margin-left: 0px;

	}

#top02 {
	width: 170px;
	height: 20px;
	clear: none;
	float: left;
	margin-top: 65px;
	margin-left: -12px;
	}

#top03 {
	width: 170px;
	height: 20px;
	clear: none;
	float: left;
	margin-top: 65px;
	margin-left: -12px;
	}

#top04 {
	width: 170px;
	height: 20px;
	clear: none;
	float: left;
	margin-top: 65px;
	margin-left: -12px;	
	}


#midnav {
	width: 794px;
	height: 40px;
	background-color: #2B318A;
	}


#mid01 {
	width: 207px;
	height: 32px;
	clear: none;
	float: left;
	margin-top: 9px;
	margin-left: 150px;
	}

#mid01a {
	width: 432px;
	height: 32px;
	background-image: url("/wp-content/themes/pp/mid01a.jpg");
	clear: none;
	float: left;
	margin-top: 8px;
	margin-left: 148px;
	}


#mid02 {
	width: 207px;
	height: 32px;
	clear: none;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	}


#mid02b {
	width: 102px;
	height: 32px;
	background-image: url("/wp-content/themes/pp/mid02b.jpg");
	clear: none;
	float: left;
	margin-top: 8px;
	margin-left: 0px;
	}

#mid03 {
	width: 207px;
	height: 32px;
	clear: none;
	float: left;
	margin-top: 9px;
	margin-left: 8px;
	}

#mid03b {
	width: 102px;
	height: 32px;
	background-image: url("/wp-content/themes/pp/mid03b.jpg");
	clear: none;
	float: left;
	margin-top: 8px;
	margin-left: 0px;
	}

.dropdown {
}
/* remove all the bullets, borders and padding from the default list styling */
.dropdown ul {
padding:0;
margin:0;
list-style-type:none;
}
.dropdown ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {
float:left;
width:150px;
position:relative;
z-index: 1;
}

.dropdown li.border {
height: 2px;
width: 150px;
background-color: #FFFFF;
float:left;
position:relative;
z-index: 1;
}

/* style the links for the top level */
.dropdown a, .dropdown a:visited {
display:block;
margin-top:1px;
font-size:14px;
text-decoration:none;
font-family: 'Franklin Gothic Medium', sans-serif;
font-weight: bold; 
color: #ffffff; 
width: 195px; 
height: 30px; 
background-image: url(/wp-content/themes/pp/textoff.jpg);
background-repeat: no-repeat; 
padding-left: 10px; 
line-height: 29px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {
width:195px;
w\idth:185px;
text-decoration:none;
}

/* style the second level background */
.dropdown ul ul a.drop, .dropdown ul ul a.drop:visited {
background: #FFFFFF url(/wp-content/themes/pp/dotsoff.gif) bottom right no-repeat;
-moz-opacity:0.9;
}

/* style the second level hover */
.dropdown ul ul a.drop:hover{
text-decoration:none;
background: #FFFFFF url(/wp-content/themes/pp/dotson.gif) bottom right no-repeat;
-moz-opacity:0.9;
}

.dropdown ul ul :hover > a.drop {
text-decoration:none;
background: #FFFFFF url(/wp-content/themes/pp/dotson.gif) bottom right no-repeat;
-moz-opacity:0.9;
}


/* style the third level background */
.dropdown ul ul ul a, .dropdown ul ul ul a:visited {
text-decoration:none;
background: #FFFFFF;
-moz-opacity:0.9;

}
/* style the third level hover */
.dropdown ul ul ul a:hover {
color:#BD005B;
background: #FFFFFF;
-moz-opacity:0.9;

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdown ul ul {
visibility: hidden;
position: absolute;
text-decoration: none;
height: 30px;
line-height: 14px;
top: 30px;
width: 150px;
margin-left: 52px;
z-index: 1;

}
/* another hack for IE5.5 */
* html .dropdown ul ul {
top:31px;
t\op:31px;
}

/* position the third level flyout menu */
.dropdown ul ul ul{
left:103px; 
top:0;
width:150px;

}
/* position the third level flyout menu for a left flyout */
.dropdown ul ul ul.left {
left:-207px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdown table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdown ul ul a, .dropdown ul ul a:visited {
background: #FFFFFF url(/wp-content/themes/pp/dotsoff.gif) bottom right no-repeat;
-moz-opacity:0.9;
color: #000000; 
height: 30px; 
font-size: 13px;
font-family: 'Franklin Gothic Medium', sans-serif;
font-weight: bold; 
text-decoration: none;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #ffffff;
padding-left: 5px; 
margin-top: -1px;
width: 150px;
}


.dropdown ul ul.border{
height: 30px;
background: #FFFFFF;
}
/* yet another hack for IE5.5 */
}
* html .dropdown ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
.dropdown a:hover, .dropdown ul ul a:hover{
color:#BF0B22; 
background: url(/wp-content/themes/pp/texton.jpg);
background-repeat: no-repeat;
text-decoration:none;
}
.dropdown :hover > a, .dropdown ul ul :hover > a {
color:#BF0B22;
background: url(/wp-content/themes/pp/texton.jpg);
background-repeat: no-repeat;
text-decoration:none;
}

/* make the second level visible when hover on first level list OR link */
.dropdown ul :hover ul{
visibility:visible; 
color:#BD005B;
text-decoration:none;
}
/* keep the third level hidden when you hover on first level list OR link */
.dropdown ul :hover ul ul{
visibility:hidden;
color:#BD005B;
text-decoration:none;
}

/* make the third level visible when you hover over second level list OR link */
.dropdown ul :hover ul :hover ul{ 
visibility:visible;
color:#BD005B;
text-decoration:none;
}


#cont {
	width: 794px;
	height: 405px;
	background: url(/wp-content/themes/pp/contentbg.jpg) left top no-repeat;
	}




#cbar	{
position: relative;
	width: 150px;
	height: 395px;
	clear: none;
	float: left;
	}

#c01	{
position: relative;
	width: 190px;
	height: 368px;
	clear: none;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 23px;
	margin-top: -1px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 17px;
	color: #01019f;
	background: url(/wp-content/themes/pp/cont01.jpg) no-repeat;
	}

#c02	{	
position: relative;
	width: 190px;
	height: 368px;
	clear: none;
	float: left;
	margin-left: 11px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 23px;
	margin-top: -1px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 17px;
	color: #01019f;
	background: url(/wp-content/themes/pp/cont02.jpg) no-repeat;
	}

#c03	{	
position: relative;
	width: 190px;
	height: 368px;
	clear: none;
	float: left;
	margin-left: 11px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 23px;
	margin-top: -1px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 17px;
	color: #01019f;
	background: url(/wp-content/themes/pp/cont03.jpg) no-repeat;
	}

#cspace	{
position: absolute;
width: 11px;
	height: 370px;
	clear: none;
	float: left;
z-index:0;
	}


#scroller {
	position	: absolute;
	top		: -1px;
	width		: 8px;
	background	: #01019f;
	filter: alpha(opacity=75);
z-index: 0;
}


#scrollArea {
	position: absolute;
	height: 315px;
	width: 8px;
    	margin-left: 170px;
    	margin-top: 5px;
	border: 3px solid #01019f;
	overflow: hidden;
z-index: 0;

}

#ctext	{
	position: absolute;
	width: 634px;
	height: 369px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-left: 150px;
	background: url(/wp-content/themes/pp/contbg.jpg) no-repeat;
z-index: 0;
	}
		
#container {
	position: absolute;
	width: 575px;
	height: 350px;
	clear: none;
	float: left;
    	margin-left: 205px;
    	margin-top: 5px;
	overflow: hidden;
z-index: 0;
}

#content {
	position: relative;
	width: 565px;
z-index: 0;
}



#ent01c {
	width: 300px;
	height: 162px;
	margin-top: -1px;
	clear: none;
	float: left;
	background: url(/wp-content/themes/pp/ent1.jpg) no-repeat;
	font-size: 14px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	color: #01019f;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	}



#ent02c {
	width: 300px;
	height: 158px;
	margin-top: -1px;
	margin-left: 25px;
	clear: none;
	float: left;
	background: url(/wp-content/themes/pp/ent2.jpg) no-repeat;
	font-size: 14px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	color: #01019f;
	padding: 4px;
	}



#ent03c {
	width: 300px;
	height: 158px;
	margin-top: 25px;
	clear: none;
	float: left;
	background: url(/wp-content/themes/pp/ent3.jpg) no-repeat;
	font-size: 14px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	color: #01019f;
	padding: 4px;
	}



#ent04c {
	width: 300px;
	height: 158px;
	margin-left: 25px;
	margin-top: 25px;
	clear: none;
	float: left;
	background: url(/wp-content/themes/pp/ent4.jpg) no-repeat;
	font-size: 14px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	color: #01019f;
	padding: 4px;
	}









/* LEFT TOP */


.dropdownleft {
}
/* remove all the bullets, borders and padding from the default list styling */
.dropdownleft ul {
padding:0;
margin:0;
list-style-type:none;
}
.dropdownleft ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdownleft li {
float:left;
width:150px;
position:relative;
z-index: 1;
}

.dropdownleft li.border {
height: 2px;
width: 150px;
background-color: #FFFFF;
float:left;
position:relative;
z-index: 1;
}

/* style the links for the top level */
.dropdownleft a, .dropdownleft a:visited {
display:block;
margin-top:1px;
font-size:14px;
text-decoration:none;
font-family: 'Franklin Gothic Medium', sans-serif;
font-weight: bold; 
color: #ffffff; 
width: 195px; 
height: 30px; 
background-image: url(/wp-content/themes/pp/textoff.jpg);
background-repeat: no-repeat; 
padding-left: 10px; 
line-height: 29px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdownleft a, * html .dropdownleft a:visited {
width:205px;
w\idth:195px;
text-decoration:none;
}

/* style the second level background */
.dropdownleft ul ul a.drop, .dropdownleft ul ul a.drop:visited {
background: #FFFFFF url(/wp-content/themes/pp/dotsoffl.gif) bottom right no-repeat;
filter: alpha (opacity=80);
}

/* style the second level hover */
.dropdownleft ul ul a.drop:hover{
text-decoration:none;
background: #FFFFFF url(/wp-content/themes/pp/dotsonl.gif) bottom right no-repeat;
-moz-opacity:0.9;
}

.dropdownleft ul ul :hover > a.drop {
text-decoration:none;
background: #FFFFFF url(/wp-content/themes/pp/dotsonl.gif) bottom right no-repeat;
-moz-opacity:0.9;
}


.dropdownleft ul ul.left :hover > a.drop {
text-decoration:none;
background: #FFFFFF url(/wp-content/themes/pp/dotsonl.gif) bottom right no-repeat;
-moz-opacity:0.9;
}

/* style the third level background */
.dropdownleft ul ul ul a, .dropdownleft ul ul ul a:visited {
text-decoration:none;
background: #FFFFFF;
-moz-opacity:0.9;

}
/* style the third level hover */
.dropdownleft ul ul ul a:hover {
color:#BD005B;
background: #FFFFFF;
-moz-opacity:0.9;

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdownleft ul ul {
visibility: hidden;
position: absolute;
text-decoration: none;
height: 30px;
line-height: 14px;
top: 30px;
width: 150px;
margin-left: 52px;
z-index: 1;

}
/* another hack for IE5.5 */
* html .dropdownleft ul ul {
top:31px;
t\op:31px;
}

/* position the third level flyout menu */
.dropdownleft ul ul ul{
left:103px; 
top:0;
width:150px;

}
/* position the third level flyout menu for a left flyout */
.dropdownleft ul ul ul.left {
left:-207px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdownleft table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdownleft ul ul a, .dropdownleft ul ul a:visited {
background: #FFFFFF url(/wp-content/themes/pp/dotsoffl.gif) bottom right no-repeat;
-moz-opacity:0.9;
color: #000000; 
height: 30px; 
font-size: 13px;
font-family: 'Franklin Gothic Medium', sans-serif;
font-weight: bold; 
text-decoration: none;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #ffffff;
padding-left: 5px; 
margin-top: -1px;
width: 150px;
}


.dropdownleft ul ul.border{
height: 20px;
background: #FFFFFF;
}
/* yet another hack for IE5.5 */
}
* html .dropdownleft ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
.dropdownleft a:hover, .dropdownleft ul ul a:hover{
color:#BF0B22; 
background: url(/wp-content/themes/pp/texton.jpg);
background-repeat: no-repeat;
text-decoration:none;
}
.dropdownleft :hover > a, .dropdownleft ul ul :hover > a {
color:#BF0B22;
background: url(/wp-content/themes/pp/texton.jpg);
background-repeat: no-repeat;
text-decoration:none;
}

/* make the second level visible when hover on first level list OR link */
.dropdownleft ul :hover ul{
visibility:visible; 
color:#BD005B;
text-decoration:none;
}
/* keep the third level hidden when you hover on first level list OR link */
.dropdownleft ul :hover ul ul{
visibility:hidden;
color:#BD005B;
text-decoration:none;
}

/* make the third level visible when you hover over second level list OR link */
.dropdownleft ul :hover ul :hover ul{ 
visibility:visible;
color:#BD005B;
text-decoration:none;
}


.breadcrumb{
font-size: 12px;
}
.breadcrumb a{
font-size: 12px;
}