/******************************************************
*                                                     *
*   CSS file - http://www.lolentertainers.com/        *
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/


{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #ffffff url(../images/bg.jpg) no-repeat center top;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #45371b;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #45371b;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

#page-navigation { behavior: url("../js/iepngfix.htc") }


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#page-navigation
{
	background: url("../images/bg_page_navigation.png") no-repeat 0% 0%;
	padding: 10px 0px 0px 20px;
}

#page-content
{
	background: url("../images/bg_page_content.png") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px;
}

#page-footer
{
	background: url("../images/bg_page_footer.png") no-repeat 0% 100%;
	padding: 10px 25px 20px 20px;
	text-align: right;
}

#content-wrapper
{
	padding: 20px 30px 40px 30px;
}

#content-main
{
	width: 525px;
	float: left;
	padding: 0px 0px 30px 0px;
}

#content-main.wide
{
	width: 820px;
	float: none;
}

#content-sidebar
{
	width: 265px;
	float: right;
}

#content-extras
{
	background: #9b9b9b url("../images/bg_content_extras.gif") repeat-x 0% 100%;
	padding: 0px 25px 20px 25px;
}


/* Branding
------------------------------------------------------*/

#branding
{
	height: 114px;
}

#logo h1
{
	width: 400px;
	padding: 15px 0px 0px 75px;
	text-align: center;
}

#logo h1
{
	font: normal 3.6em/125% Georgia, "Times New Roman", Times, serif;
	color: #f3efe9;
}

#logo h1 span
{
	font: italic 0.4em Georgia, "Times New Roman", Times, serif;
	color: #d0d1c0;
	display: block;
}

#logo img
{
	height:100px;
	padding:10px 0 0 40px;
}

#contact
{
	height:50px;
	width: 160px;
	float: right;
	margin: 8px 52px 0px 0px;
}

#contact h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #b2b58d;
	margin: 0px 0px 4px 0px;
}

#contact .box
{
	background-color: #959b78;
	padding: 2px;
}

#contact input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #3e4027;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #959b78;
	background-color: #959b78;
}

#contact input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #3e4027;
	text-transform: uppercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
}


/* Page navigation
------------------------------------------------------*/

#page-navigation .contactme
{
	background:  url("../images/icon_contactme.png") no-repeat 0% 0%;
	display: block;
	float: right;
	width: 150px;
	height: 90px;
	text-indent: -9999px;
	margin: -55px 15px 0px 0px;
}

#nav {
  position: relative;
	height: 40px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
  background: #9b9b9b url("../images/page_nav_hover.gif") no-repeat 0% 100%;
  width: 2px; 
	height: 40px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	background: url("../images/page_nav_default.gif") no-repeat 50% 69%;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #231f20;
	text-decoration: none;
  top: 12px;
  z-index: 10;
  display: block;
  float: left;
  height: 40px;
  position: relative;
  overflow: hidden;
	padding: 0px 15px 0px 15px;
}

#nav li.current a {
  color: #ca4d0f;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}

/* Page content
------------------------------------------------------*/



#content-head img
{
	display: block;
	border-top: 10px solid #9b9b9b;
	border-bottom: 10px solid #898989;
}

#content-wrapper h1
{
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #584624;
}

#content-wrapper h1 span
{
	color: #7e8157;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #ca4d0f;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #ca4d0f;
}

#content-wrapper img
{
	border: 1px solid #bcb99e;
	background-color: #dcd8c5;
	margin: 0px 0px 10px 0px;
	padding: 6px;
}

#content-wrapper a
{
	color: #ca4d0f;
}

#content-main ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}


/* Page content - topics
------------------------------------------------------*/

#content-main .topic-item
{
	margin: 0px 0px 20px 0px;
}

#content-main .topic-item h1
{
	margin-bottom: 10px;
}

#content-main .topic-item h2
{
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-transform: none;
}

#content-main .topic-item img
{
	float: left;
	margin: 3px 15px 3px 0px;
}

#content-main .topic-item a.detail
{
	font: bold 1.1em Arial, tahoma, sans-serif;
}


/* Page content - portfolio
------------------------------------------------------*/

#entertainers-list
{
	margin-top: 20px; 
}

#entertainers-list .entertainers-item
{
	width: 182px;
	float: left;
	margin: 0px 30px 25px 0px;
}

#entertainers-list .last
{
	margin-right: 0px;
}

#entertainers-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}

#entertainers-list p
{
	font: normal 1.0em/130% Arial, tahoma, sans-serif;
}



/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h1
{
	color: #7e8157;
	margin-bottom: 10px;
}


/* Page content - Picture
------------------------------------------------------*/

#advertise
{
	margin: 30px 0px 20px 0px;
}

#advertise img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


#advertise a
{ 
	display: block;
	float: left;
	margin: 0px 15px 10px 0px;
}

#advertise a.right
{ 
	margin-right: 0px;
}


/* Page content - Categories
------------------------------------------------------*/

#categories ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categories ul li
{
	float: left;
	width: 130px;
	margin: 0px 0px 2px 0px;
}


/* Page content - Event list
------------------------------------------------------*/

#event-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: none;
}

#gallery 
{
	margin: 0px;
	padding: 0px;
}

#gallery .thumb 
{
	display: block;
}

#gallery_changer li 
{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#gallery_changer .first 
{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

#gallery_changer a 
{
	font: bold 1.2em Arial, tahoma, sans-serif;
}

#gallery_changer .current a 
{
	color: #45371b;
	text-decoration: none;
}


/* Page content extras
------------------------------------------------------*/

#content-extras h1
{
	background: url("../images/bg_content_extras_title.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 20px 15px;
}

#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #90380e;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #90380e;
}

#extras-about { width: 261px; float: left; margin: -20px 25px 0px 0px; }
#extras-popular { width: 261px; float: left; margin: -20px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: -20px; }


#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}

#extras-about .pdf
{
	display: block;
	background: url("../images/icon_pdf.gif") no-repeat 0% 50%;
	padding: 18px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #90380e;
}

#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#extras-popular .post-item
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #a5a077;
}

#extras-flickr img
{
	float: left;
	border: 3px solid #fff;
	margin: 0px 8px 8px 0px;
}

#extras-flickr a:hover img
{
	border: 3px solid #90380e;
}

/* Contact us
------------------------------------------------------*/

dl {clear:both;}
dt {float:left; text-align:left; width:290px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:475px; line-height:25px; margin:0 0 10px 0;}

li.special {display:none;}

/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #45371b;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #45371b;
}



