@CHARSET "UTF-8";
/*
 * Billigt Grin, The Next Generation
 *
 * @author      Casper Valdemar Poulsen <casper@polarfrog.com>
 *
   ------------------------------------------------------------*/

/* General page styles
 --------------------------------*/
body
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  background: #2b3a4f url(/new-layout/body-bg.png) top repeat-x;
  margin: 14px 0px 0px 0px;
  padding: 0px;
}

a
{
  color: #466389;
}

a:hover
{
  color: #5375a2;
}

img
{
  border: 0px;
}

div.centered
{
  clear: both;
  width: 880px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* Header
 --------------------------------*/
div#header
{
  min-height: 183px;
  height: 183px;
}

div#header div#cloaked
{
  float: left;
}

div#header div#cloaked h1
{
  display: none;
}

/* Main menu
 --------------------------------*/
div#menu
{
  position: relative;
  top: -15px;
}

div#menu ul, div#menu ul ul
{
  float: right;
  list-style: none;
}

div#menu ul a
{
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  color: #222;
  padding: 8px 12px 10px 12px;
  text-decoration: none;
  letter-spacing: -0.03em;
  text-shadow: #fff 0 1px 1px;
}

div#menu ul a:hover
{
  background: #bbb;
  color: #000
	 filter:alpha(opacity=50);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	 opacity: 0.9;
}

div#menu ul a.active
{

}

div#menu ul li
{
  float: left;
  padding: 0;
  background: transparent url(/new-layout/menu-a-bg.png) top repeat-x;
}

div#menu ul li.first
{
  background: transparent url(/new-layout/menu-a-left-bg.png) top left no-repeat;
  padding: 0px 0px 0px 25px;
}

div#menu ul li.last
{
  padding-right: 25px;
  background: transparent url(/new-layout/menu-a-right-bg.png) top right no-repeat;
}

/* Content
 --------------------------------*/
div#content
{
  background: #fdfdfd url(/new-layout/content-main-bg.png) top repeat-x;
  border-top: 1px solid #888;
  border-left: 1px solid #777;
  border-right: 1px solid #555;
}

/* Main content
 --------------------------------*/
div#content div#main
{
  background: #fdfdfd url(/new-layout/content-main-bg.png) top repeat-x;
  padding: 30px 50px 60px 50px;
}

div#content div#main h2
{
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1.5em;
  text-shadow: #fff 0 1px 3px;
}

div#content div#main h3
{
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1.4em;
  text-shadow: #fff 0 1px 1px;
}

div#content div#main h4
{
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1em;
}

div#content div#main p
{
  line-height: 1.5em;
}

div#content div#main div.action
{
  padding: 25px 0px 10px 0px;
}

div#content div#main div.right
{
  text-align: right;
  padding-right: 24px;
}

div#content div#main img.profile
{
  float: left;
  border: 5px solid #999;
  margin-right: 20px;
}

div#content div#main div#profile
{
  clear: both;
}

div#content div#main dt
{
  font-weight: bold;
  padding-bottom: 2px;
}

div#content div#main dd
{
  padding-bottom: 10px;
  line-height: 1.5em;
}

div#content div#main dd.pricegroup
{
  font-size: 2em;
  color: #3a6d2b;
}


/* Tables
 --------------------------------*/
div#content div#main table td, div#content div#main table th
{
  padding: 5px 0;
  line-height: 1.5em;
}

div#content div#main table th
{
  width: 25%;
  text-align: left;
}

div#content div#main table th label
{

}

/* Forms
 --------------------------------*/
form textarea, form input, form select
{
  padding: 5px;
  margin: 5px;
  font-size: 1.1em;
  border: 1px solid #999;
}

form textarea:focus, form input:focus, form option:focus
{
 -webkit-box-shadow: 0 0px 6px rgba(100,255,100,.9);
 -moz-box-shadow: 0 0px 6px rgba(100,255,100,.9);
  box-shadow: 0 0px 6px rgba(100,255,100,.9);
}

form textarea
{
  width: 350px;
}

form input[type=text]
{
  width: 270px;
}

form button,
a.btn
{
  outline: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  background-color: #436da6;
  border: 1px solid #407ed1;
  font-weight: bold;
  color: #fff;
 -webkit-border-radius: .5em;
 -moz-border-radius: .5em;
  border-radius: .5em;
 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.7);
 -moz-box-shadow: 0 1px 1px rgba(0,0,0,.7);
  box-shadow: 0 1px 1px rgba(0,0,0,.7);
 -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.7);
 -moz-text-shadow: 0 1px 1px rgba(0,0,0,.7);
  text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

a.btn:hover,
form button:hover
{
  background-color: #5a86c1;
}

a.btn:active,
form button:active
{
  position: relative;
  top: 1px;
}

form .error
{
  color: #b10000;
}

form .help
{
  padding: 5px;
  color: #555;
  font-size: 0.8em;
}

/* Comedians
 --------------------------------*/
div#content div#comedians
{
  width: 780px;
  position: relative;
  left: 0px;
  padding-left: 15px;
  clear: both;
  overflow: auto;
}

div#content div#comedians div.comedian
{
  float: left;
  width: 120px;
  text-align: center;
  border: 5px solid #999;
  position: relative;
  margin: 10px;
}

div#content div#comedians div.comedian a
{
  color: #fff;
  text-decoration: none;
}

div#content div#comedians div.comedian a span
{
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  color: #eee;
  text-align: left;
  background-color: #000;
  position: absolute;
  width: 110px;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  display: inline;
	 filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	 opacity: 0.7;
}

div#content div#comedians div.comedian a:hover span
{
  color: #fff;
  text-align: left;
  background-color: #000;
  position: absolute;
  width: 110px;
  padding: 5px 5px 15px 5px;
  display: inline;
	 filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	 opacity: 0.9;
}

div#content div#comedians.omph
{
  padding-top: 10px;
}

/* Quotes
 --------------------------------*/
div#content div#main p.quote
{
  width: 690px;
  background: #e5e5e5;
  padding: 20px;
  margin: 5px auto;
  position: relative;
}
div#content div#main p span.quote
{
  font-style: italic;
}

div#content div#main p span.quotee
{
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-weight: bold;
  color: #333;
}
/* Banner
 --------------------------------*/
div#content div#banner
{
  background: #3b3b3b url(/new-layout/banner-bg.jpg) top center no-repeat;
  padding: 30px 30px;
  margin: 0px;
  color: #d6d6d6;
}

div#content div#banner div#standard p
{
  padding-top: 10px;
  width: 88%;
}

div#content div#banner h2
{
  font-size: 2em;
  color: #fff;
  letter-spacing: -0.05em;
 -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.7);
 -moz-text-shadow: 0 1px 1px rgba(0,0,0,.7);
  text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

/* Facebook link
 --------------------------------*/
div#header div#facebook
{
  background-color: #3b5999;
  float: right;
  position: relative;
  top: 15px;
  display: inline;
  text-align: center;
  padding: 5px;
  border: 1px solid #b1bdd6;
 -webkit-border-radius: .3em;
 -moz-border-radius: .3em;
  border-radius: .3em;
 -moz-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
 -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
  box-shadow: 0px 3px 4px rgba(0,0,0,.3);
}
div#header div#facebook a
{
  color: #eceff5;
  text-decoration: none;
  background: transparent url(/images/icons/facebook.png) right center no-repeat;
  padding: 3px 24px 3px 3px;
 -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.3);
 -moz-text-shadow: 0 1px 1px rgba(0,0,0,.3);
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

div#header div#facebook a:hover
{
  color: #fff;
}
div#header div#facebook a:active
{
  position: relative;
  top: 1px;
}

/* Price groups
 --------------------------------*/
table.pricegroups th
{
  vertical-align: middle;
  font-size: 2em;
  color: #3a6d2b;
}

/* Slider (820x208)
 --------------------------------*/
.slider_wrap {
  position: relative;
  width: 820px;
}

ul#slider {
 position: relative;
 height: 208px;
	overflow: auto;
 list-style: none;
}

ul#slider li
{
  width: 820px;
  list-style: none;
  height: 208px;
}

ul#slider li img
{
  float: left;
  border: 5px solid #fff;
  margin-right: 15px;
}

ul#slider li h2
{
  letter-spacing: -0.05em;
}

ul#slider li p
{
  line-height: 1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
  color: #e4e4e4;
}

ul#slider li p a
{
  color: #ccc;
}

ul#slider li p a:hover
{
  color: #fff;
}

div.bx_pager
{
  position: relative;
  float: right;
}

div.bx_pager a
{
  position: relative;
  top: 5px;
  padding: 3px;
  z-index: 999;
  background-color: #888;
  color: #111;
  margin-left: 3px;
  font-size: 0.5em;
  cursor: pointer;
}

div.bx_pager a.active
{
  background-color: #fff;
  color: #666;
}

/* Footer
 --------------------------------*/
div#footer
{
  text-align: right;
  font-size: 0.8em;
  color: #e1e1e1;
  padding: 10px 0px;
  line-height: 1.5em;
}

div#footer a
{
  color: #fff;
}

div#footer .standout
{
  font-size: 1.2em;
}

div#footer a.polarfrog
{
  background-color: #333;
  color: #aaa;
  padding: 3px;
}

.boo {
  font-size: 2em;
}
