/* 
Theme Name: whiteboard
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body, html
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;

	
}

body
{
	position: relative;	
	background-repeat: repeat-x;
	background-image: url(images/hills.jpg);
	background-position: top center;
	background-repeat: repeat-x;                               
	background-color: #c1aacf;
	color: #444444;
	letter-spacing: 90%;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.8em;
}

a
{
	color: #fa0f57;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #febf54;
	text-decoration: underline;
}

#background, #background2
{
	padding: 0;
	width: 100%;
	height: 850px;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
}	

#background
{	
	z-index: -1;
}
#background2
{
	z-index: -2;
	text-align: right;
}

#background3
{
	padding: 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 476px; left: 0;
	z-index: -3;
	text-align: center;
}

#mediaicons
{
  position: absolute;
  right: 0px;
  width: 120px;
  text-align: right;
  top: 90px;
  overflow: auto;
}

.alignleft
{
 display: block;
 float: left;
 margin-bottom: 10px;
 margin-right: 10px; 
}

.alignright
{
 display: block;
 float: right;
 margin-bottom: 10px;
 margin-left: 10px;
 
}

#outercontainer
{
	width: 100%;
	position: relative;
	padding: 0;
	text-align: center;
}
#container
{
	margin: 0px auto;
	text-align: center;
	width: 960px;
	position: relative;
}

#header
{
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 820px;
  height: 223px;
  margin: 0px auto;
}

#header img
{
  border: 0px;
}

.post img, .post_wide img
{
  border: 0px;
}

#blog_link
{
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

#tickets_now
{
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 3;
}

#tickets_now img
{
  border: 0px;
}

			h1
			{
				display: inline;
				width: 960px;
				text-align: center;
				height: 160px;
				clear: both;
				margin: 0px auto;
			}	
			h1 img
			{
				border: 0;
			}

  h2, h3
  {

    font-family: Georgia, serif;
    display: block;
    padding-bottom: 5px;
  }
  
  h4
  {
     margin-top: 20px;
    font-family: Georgia, serif;  
  }
  
  h2
  {
      margin-top: 20px;
      border-bottom: 3px double #777777;
  }
  
  h3
  {
      border-bottom: 3px dotted #777777;
      clear: both;
  
  }
  
  #myContent
  {
    margin: 0px;
  }
  
  #splash
  {
    position: relative;
    clear: both;
    width: 820px;
    height: 220px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 0px auto;
  }
  
  #splash_main
  {
    padding: 0px; 
    float: left;
    width: 592px;
    height: 220px;
    background-image: url(images/splash.jpg);    
  }
  
  #splash_sidelinks
  {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0px;
    right: 0px;
  }
  
  #splash_sidelinks a
  {  
    display: block;
    margin: 0px;
    padding: 0px;
    clear:both;
  }
  
  #splash_lower
  {
    margin: 0px auto;  
    width: 820px;
    height: 250px;
    background-image: url(images/splashlowerbg.jpg);
    background-repeat: no-repeat;
    text-align: left;
  }

  #sidebar h3
  {
	display: block;
	width: 210px;
	margin-left: 20px;
    border-bottom: 3px double #777777;	
  }

  h2 a, h3 a, h4 a
  {
    text-decoration: none;
    color: #bb2620;
  }

  h2
  {
    font-size: 150%;
    padding-bottom: 10px;
    color: #bb2620;
   }
   
  .post h2, .post_wide h2, .post_front h2
  {
    background-image: url(images/headerstars.gif);
    background-position: top right;
    background-repeat: no-repeat;    
  }


  h3
  {
    margin-top: 20px;
    font-size: 120%;
    height: 30px;
  }


  h4
  {
  	display: block;
    font-size: 100%;
  }
  
  .submenu h4
  {
  	height: 30px;
  	margin-top: 24px;
  	margin-bottom: 5px; 
    border-bottom: 1px solid #aaaaaa;
  	
  }

  #splash_lower h3
  {
    display: block;
    margin-bottom: 0px;  
    padding-bottom: 0px;
    border: 0px;
  }  
  
   #splash_lower ul
  { 
    display: block;
    margin-top: 0px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    text-indent;
  }
  
  #splash_lower ul p
  { 
    margin-top: 5px;
  }
  
  #splash_lower ul p
  { 
    margin: 2px 0px 2px 20px;
  }

  #mainmenu
  {
    list-style: none;
    text-indent: 0;
    display: block;
    padding: 0;
    margin: 0px;
    overflow: hidden;

    clear: both;
    width: 820px;
    height: 80px;
    background-image: url(images/menubg.jpg);   
	background-repeat: repeat-x;  
	
	text-align: center;

    
	
  }

  #mainmenu li
  {
    display: block;
    list-style: none;
    padding: 0;
    overflow: hidden;
    float: left;
    height: 60px;
    text-align: left;
  }

  #mainmenu_home
  {
     width: 102px;
  }

  #mainmenu_lineup, #mainmenu_gallery, #mainmenu_info, #mainmenu_families, #mainmenu_tickets, #mainmenu_forum
  {
     width: 102px;
  }

  #mainmenu_contact
  {
    width: 102px;
  }

  #mainmenu li a
  {
     display: block; 
     width: 100px; height: 55px; 
     overflow: hidden;
     text-indent: -100px;
     background-image: url(images/menutextonly.png);
     background-repeat: no-repeat;
     
     #margin: 0px 10px;
  }

  #mainmenu_home a { background-position: 0px 0px; }
  #mainmenu_lineup a { background-position: -100px 0px; }
  #mainmenu_gallery a { background-position: -200px 0px; }
  #mainmenu_info a { background-position: -300px 0px; }
  #mainmenu_families a { background-position: -400px 0px; }
  #mainmenu_tickets a { background-position: -500px 0px; }
  #mainmenu_forum a { background-position: -600px 0px; } 
  #mainmenu_contact a { background-position: -700px 0px; } 

  #mainmenu_home a:hover { background-position: 0px -60px; }
  #mainmenu_lineup a:hover { background-position: -100px -60px; }
  #mainmenu_gallery a:hover { background-position: -200px -60px; }
  #mainmenu_info a:hover { background-position: -300px -60px; }
  #mainmenu_families a:hover { background-position: -400px -60px; }
  #mainmenu_tickets a:hover { background-position: -500px -60px; }
  #mainmenu_forum a:hover { background-position: -600px -60px; } 
  #mainmenu_contact a:hover { background-position: -700px -60px; } 

			#post
			{
				width: 650px;
			}

  #post ul
  {
    margin-left: 0px;
  }
  
 .post, .post_wide
 {
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whitesemi.png');
   background-image:url(images/whitesemi.png);
 
 }
 
  
.post
{
  float: left;
  overflow: auto;
  width: 440px;
  text-align: left;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
}

.post_wide
{
  text-align: left;  
  overflow: auto;
  width: 700px; 
  padding: 0px 20px 20px 20px;
  margin: 20px auto 40px auto;
 }
 
#postholder
{
  text-align: left;  
  overflow: auto;
  width: 740px; 
  padding: 0px;
  margin: 20px auto 0px auto;
 }

.post_front
{
  float: left;
  text-align: left;  
  overflow: auto;
  width: 500px;
  padding: 0px 20px 20px 20px;
  margin-left: 50px;
  margin-right: 30px;
}

#storiestitle
{
  display: block;
  float: left;
}

#morestories
{
  display: block;
  float: right;
  margin-top: 20px;
  clear: right;
}

.postmeta{}
.postnavigation{}
#searchform{}

#sidebar
{
  width: 220px;
  text-align: left;
  overflow: auto;
  margin-right: 10px;
  float: left;
}

#sidebar_front
{
  width: 400px;
  text-align: left;  
  overflow: auto;
  float: left;
}

.post_front ul
{
  display: block;
  clear: both;
}

.post_front ul, .post ul
{
 list-style-image: url(images/bullet.gif);
}
.submenu ul
{
 list-style-image: url(images/bulletblue.gif);
}
.submenu ul
{
  padding-left: 10px;
 margin-left: 10px;
}

 .submenu ul li
{
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px
  margin-bottom: 0px;
  background-color: #c7eef3;
}

.submeny_blog ul
{
	list-style: none;
	padding-left: 5px;
	margin-left: -20px;
	list-style-position:inside;
	display: block;
	text-indent: 0px;
	
	
}

.submeny_blog ul ul li
{
	padding: 3px 0px;
	background-image: none;
}

.submenu_blog ul li
{
	list-style: none;
	padding: 5px;
	margin-left: -40px;
	display: block;
	text-indent: 0px;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whitesemi.png');
   background-image:url(images/whitesemi.png);	*/
}

.submenu_blog
{
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whitesemi.png');
   background-image:url(images/whitesemi.png);
}



tr
{
  display: block;
  padding: 5px 0px;
}

#front_social
{
	padding-top: 20px;
}

#front_social img
{
	border: 0px;
	margin-left: 10px;
	display: inline;
}

table
{
  width: 700px;
}

.col1
{
	width: 500px;
}

tr
{
  border-bottom: 1px dotted #333333;
}

#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta
{
	font-size: 90%;
}

			#youtube
			{
				overflow: auto;
			    padding-top: 20px;
			    padding-left: 40px;
			    height: 200px;
			}

			#footer
			{
				font-size: 90%;
				width: 100%;
                                clear: both;
				height: 250px;			
				margin: 20px 0px 0px 0px;


			}
			
#footer #footercontent
{
 margin: 10px auto;

 /*background-color: #f0dc93;
 border: 5px double #ae9868;*/
  width: 820px;
  overflow: auto;
  text-align: left;  
}


#footer .widget
{
  display: inline;
  width:266px;  
  overflow: hidden;
  float:left;  
  list-style: none;
  padding: 0px;
}     

#footer .widget li
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

#footer .widget li ul
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
}

#footer .widget li ul li
{
  margin: 0px;
  padding: 5px 0px;
  text-indent: 0px;
  list-style: none;
}

.sf_first
{
  display: inline;
  margin: 0px 10px 0px 0px;
}

.sf_first img
{
  margin-left: 0px;
  padding-left: 0px;
}

.sf_middle
{
  display: inline;
  margin: 0px;
}

.sf_last
{
  display: inline;
  margin: 0px 0px 0px 10px;

}

#subfooter .widget .inner
{  
  padding:0px;  
}  

#sponsors
{
  text-align: center;
  width: 780px;
  padding: 20px;
  overflow: auto;
  background-color: white;
}

#sponsors img
{
  margin: 0px 10px;
}

.waitrose
{
	text-align: center;
}

.waitroseimg
{
	padding: 10px;
	border: 0px;
}

#blurb
{
  display: block;
  clear: both;
}

#comment
{
	width: 500px;
}