@import "screen.css";

/*
body#blog
#CONTAINER
	#HEADER
		#LOGO
		#logo-inner
			.logo-left
			.logo-right
	#CONTENTCONTAINER
		#CONTENTCONTAINERINNER
			.menu
*/

*{margin:0; padding:0; list-style:none; border:none;}
html{margin:0; padding:0;}
body{font-family:Verdana,Arial,Sans-Serif; font-size:12px; line-height:18px; color:#333; background:#f4f4f4 url('../images/bkg-988d.gif') top center repeat-y;}
p{margin:0 0 10px 0; line-height:1.3em;}
blockquote{padding: 0 10px 0 15px; border-left: 4px dotted #ccc; color: #a4a4a4; margin-top:10px; margin-bottom:10px;}


h1{font-size:26px;line-height:36px;letter-spacing:-0.04em;font-weight:bold;color:#16b9e4;font-family:Verdana,Arial,Sans-Serif;}
h2{font-size:18px;font-weight:bold;font-family:Verdana,Arial,Sans-Serif;padding-top:.5em;}
h3{font-size: 16px;font-weight:bold;font-family:Verdana,Arial,Sans-Serif;}
h4 a{font-color: ff0000;font-size: 16px;font-weight:bold;font-family:Verdana,Arial,Sans-Serif;}

/*
form{border:1px solid #ccc; background-color: #e5e5e5;}
*/

a img{border: 0;}

a{color:#157ae2;text-decoration:none;}
a:link, a:visited, a:active{color:#0078aa;text-decoration:none;}
a:hover{color:#333333;text-decoration:underline;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#header{
margin: 0 auto;
width: 100%;
}

#logo{
background-repeat: repeat;
background-position: 0;
/*
background-image: url(../images/bkg-blue3.gif);
*/
background-image: url(../images/bkg-blue.gif);
width: 100%;
height:100px;
}

#logo-inner {
width:960px;
padding: 0;
margin:0 auto;
}

#logo-inner h1{
padding-bottom:0;
margin-bottom:0;
}

#logo-inner h1 a {
/*
background-image:url(../images/logo-bkg-trans.png);
*/
background-image:url(../images/logo-bkg-trans.png);
background-repeat: no-repeat;
background-position: 0;
display:block;
height:100px;
margin:0;
padding:0;
text-align:left;
text-indent:-9000px;
width:232px;
}




#logo-left {
float:left;
width:232px;
}

#logo-right{
float:left;
width:728px;
}

.logo-right-padding{
padding-top: 5px
}




#contentcontainer {
		width: 100%;
/*
		background:#f4f4f4 url('../images/bkg-988d.gif') top center repeat-y;
*/
}

#contentcontainerinner {
	width: 960px;
	margin: 0 auto 10px;
	}





#contentcontainerinnernoborder {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.menu {
padding-top: 10px;
padding-bottom: 10px;
*
border-bottom:1px #f4f4f4 solid;
*/
color:#e5e5e5;
}

.menu ul {
margin-left:0;
padding-bottom:5px;
}


.menu li {
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
display:inline;
float:left;
}

.menu li.feint {
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
display:inline;
float:left;
color: #999;
}



.menu a,.menu a:link,.menu a:visited,.menu a:active{
font-weight:bold;
padding: 6px;
color:#000;
background:#f4f4f4;
/*
background:#66aef3; // light blue
background:#dfecfb; // lighter blue
background:#fafafa;
background:#cdefff;
background:#99ccff;
*/
}

.menu a:hover{
font-weight:bold;
background:#0078aa;

/*
background:#66aef3;
background:#dfecfb; 
background:#5566aa; // dark purpley blue - nice
background:#097be6; // DARK BLUE
*/
color:#fff;
}

.menu a.selected,.menu a.selected:link,.menu a.selected:visited,.menu a.selected:active{
font-weight:bold;
padding: 6px;
/*
#66aef3
#204e60
background:#0078aa; // dark blue
*/
background:#204e60;
color:#fff;
}

.menu a.selected:hover{
font-weight:bold;
/*
background:#146cd9;
background:#157ae2;
*/
background:#204e60;
color:#fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bookiecontent {
		float: left;
		width: 840px;
}
#bookiecontentleft{
	float: left;
	width: 520px;
	height:261px;
	margin-top:0px;
	margin-bottom:10px;
border-bottom:2px solid #ccc;
}
#bookiecontentright{
	float: left;
	width: 300px;
	height:261px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:10px;
border-bottom:2px solid #ccc;
}




#content a{
font-weight:bold;
}


#content{
	float: left;
	width: 500px;
	margin-right:20px;

/*
	width: 520px;
	margin-top:0px;
*/
}


#content h1,
#bookiecontent h1{font-size:26px;line-height:36px;letter-spacing:-0.04em;font-weight:bold;color:#000;font-family:Verdana,Arial,Sans-Serif;}

#content h2,
#bookiecontent h2{font-size:26px;line-height:36px;letter-spacing:-0.04em;font-weight:bold;color:#000;font-family:Verdana,Arial,Sans-Serif;padding:0;margin:0;
/*padding-top: 15px;*/
padding-top: 0px;
}

#content h2.first,
#bookiecontent h2.first{font-size:26px;line-height:36px;letter-spacing:-0.04em;font-weight:bold;color:#000;font-family:Verdana,Arial,Sans-Serif;padding:0;margin:0;padding-top: 0px;
}

#content p object,
#bookiecontentcontent p object{
text-indent:-10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
#sidebar  {width:300px; float:left; margin-right:20px;}
*/
#sidebar  {width:320px; float:left;}
#sidebar2 {width:120px; float:right; }


/*
.sidebar-padding{padding: 10px 0 10px 10px;}
*/

#sidebar h3 {
clear:both;
font-size:18px;line-height:18px;letter-spacing:-0.04em;font-weight:bold;color:#000;font-family:Verdana,Arial,Sans-Serif;
padding-top:20px;
padding-bottom:0;
margin:0;
}

#sidebar p{
padding-top:4px;
}

#sidebar .box3left{
padding: 4px;
align:center;
text-align:center;
float:left;
background:#f4f4f4;
border-left: 1px solid #e5e5e5;
border-right: 2px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #fff;
}

#sidebar .box3right{
padding: 4px;
align:center;
text-align:center;
float:left;
background:#f4f4f4;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #fff;
}

#sidebar .box3left:hover, 
#sidebar .box3right:hover {
background:#47b1d8;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.youtubevideo {
padding-top:5px;
padding-bottom:5px;
}


.imgright {
float:right;
margin-left:15px;
margin-bottom:10px;
}

.imgleft {
float:left;
margin-right:15px;
margin-bottom:10px;
}


.entry {
padding-bottom:25px;
border-bottom:2px dotted #f4f4f4;
margin-bottom: 15px;
}

.entry p{
/*
padding:5px 10px 0 10px;
*/
padding:5px 5px 0 5px;
line-height:19px;
}


.entry-meta{
margin-left: 0;
padding: 0px 0px 4px 4px;
list-style: none;
/*
background-image: url(../images/icons/date.png);
background-repeat: no-repeat;
background-position: 0;
*/
font-size:10px;
color:#bbb;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ### Links ### */

a.buylink,
a:link.buylink,
a:visited.buylink,
a:active.buylink,
a:hover.buylink {
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px dotted #0078aa;
  color: #0078aa; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.buylink {
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0;
}


a.downloadlink,
a:link.downloadlink,
a:visited.downloadlink,
a:active.downloadlink,
a:hover.downloadlink {
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px dotted #0078aa;
  color: #0078aa; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
/*
	background-image: url(../images/silk-icons/bullet_go.png);
*/
	background-image: url(../images/mini-icons/page_down.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.downloadlink {
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0;
}



a.playlink,
a:link.playlink,
a:visited.playlink,
a:active.playlink,
a:hover.playlink{
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px dotted #0078aa;
  color: #0078aa; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/control_play.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.playlink{
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/control_play_blue.png);
	background-repeat: no-repeat;
	background-position: 0;
}


a.ituneslink,
a:link.ituneslink,
a:visited.ituneslink,
a:active.ituneslink,
a:hover.ituneslink{
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px dotted #0078aa;
  color: #0078aa; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/control_play.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.ituneslink{
	font-weight:bold;
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/control_play_blue.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a.infolink,
a:link.infolink,
a:visited.infolink,
a:active.infolink,
a:hover.infolink {
  text-decoration:none;
	border-bottom:1px dotted #79aa00;
  color: #79aa00; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/information.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.infolink {
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/silk-icons/information.png);
	background-repeat: no-repeat;
	background-position: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ### Generic classes ### */

.clearboth {clear:both;}
.clear {clear:both;}









#ebayeditorskit form, 
form#ebayeditorskit, 
.nomargin form{
/*    background-color: #79AA00; */
    padding: 0 10px 0 0;
    border: 0;
}

#ebayeditorskit input{
    padding: 5px;
    border: 2px solid #ccc;
}


#ebayeditorskit table{
padding-bottom:0;
margin-bottom:0;
}




.topnavcategories form{
    border: 0px;
    background-color: #00ff00;
    padding: 7px 12px 7px 12px;
}








.logotext a,.logotext a:link,.logotext a:visited,.logotext a:active,.logotext a:hover{
    text-decoration: underline;
    color: #fff; 
    font-size: 30px;
    font-weight: bolder;
}

.sitetitle a,.sitetitle a:link,.sitetitle a:visited,.sitetitle a:active,.sitetitle a:hover {
  text-decoration: none;
  color: #fff; 
  font-size: 30px;
  font-weight: bolder;
}


.hotlink {
color: #333; 
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Sans-Serif;
}

.hotlink a,.hotlink a:link,.hotlink a:visited,.hotlink a:active,.hotlink a:hover{
text-decoration: underline;
color: #79AA00; 
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Sans-Serif;
}


.sitetitle a,.sitetitle a:link,.sitetitle a:visited,.sitetitle a:active,.sitetitle a:hover {
  text-decoration: none;
  color: #fff; 
  font-size: 30px;
  font-weight: bolder;
}








.sharethis32{
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 40px;
	list-style: none;
	background-image: url(../images/icons/share-icon-32x32.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.sharethis{
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/icons/share-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a.sharethis,
a:link.sharethis,
a:visited.sharethis,
a:active.sharethis,
a:hover.sharethis{
  text-decoration:none;
	border-bottom:1px dotted #79aa00;
  color: #79aa00; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/icons/share-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: 0;
}

a:hover.sharethis{
  text-decoration:none;
	border-bottom:1px solid #000;
  color: #000; 
	margin-left: 0;
	padding: 4px 0px 4px 24px;
	list-style: none;
	background-image: url(../images/icons/share-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: 0;
}



pre{
    font-size:1.2em;
    padding:1em;
}



.headerlogoright{
	width: 468px;
	float: left;
	padding: 5px 0 0 0;
	}


#logonavigation {
background-color: #333;
height:40px;
width: 100%;
margin: 0 auto;
}

#logonavigationinner {
width: 970px;
margin: 0 auto;
}






#topnav {
	width: 100%;
	background: #e5e5e5;
}

#topnavinner {
	width: 970px;
	background: #e5e5e5;
	margin: 0 auto 0 auto;
}






#frontpageleftside{
	width: 440px;
	float: left;
  padding: 10px 0 0 10px;
}

#frontpagerightside{
	width: 510px;
	float: left;
  padding: 10px 0 0 10px;
}






#mainContent {
	width: 510px;
	float: left;
  padding: 0px 10px 10px 10px;
}

.contentbox {
width: 640px;
float: left;
color: #666;
padding-bottom: 20px;
border-bottom:2px #f4f4f4 solid;
}

.contentbox h2{
line-height: 24px;
padding-bottom:0;
margin-bottom:0;
}

.contentbox p{
padding-top:10px;
font-size: 12px;
line-height: 18px;
}

.contentbox p.postmeta{
line-height: 11px;
font-size: 11px;
color:#999999;
margin-bottom:1em;
margin-top:0.4em;
padding:0.4em 0;
}

.contentbox .posterimage{
width:210px;
float:left;
}
.contentbox .posterdescription{
width:430px;
float:left;
}

.contentbox .posterbuy a{
text-decoration: none;
border-bottom:1px dashed;
padding:3px;
/*
color:#99cc00;
*/
color:#79AA00;
font-weight: bold;
}

.contentbox .posterbuy a:hover{
color:#79AA00;
background: #FFFCF4;
}

.contentbox .vouchercode {
width: 400px;
}

#twocolumns {
	width: 600px;
	float: left;
	background: #fff;
	padding: 10px;
}





#posterstoreleft {
	width: 690px;
	float: left;
padding: 0px 10px 10px 10px;
}

#posterstoreright {
	width: 250px;
	float: right;
	background: #fff;
	padding: 0 7px 10px 10px;
margin-top: 10px;
}

#footer {
clear: both;
margin: 0 auto;
width: 100%;
}

#footerinner {
width: 960px;
margin: 0 auto;
}

#footercontainer {
	margin: 0 auto 0 auto;
	width: 100%;
	background: #333;
}

#footerfullwidth {
	margin: 0 auto;
	width: 100%;
	background: #333;
}

.footerfullwidthinner {
  margin: 0 auto;
  width: 956px;
  background: #333;
/*
  width: 970px;
  padding: 10px;
*/
}


#disctop {
clear: both;
width: 970px;
background: #f4f4f4;
}


#disctopinner {
padding: 10px;
margin-bottom: 10px;
border-top: #e5e5e5 solid 1px;
border-bottom: #e5e5e5 solid 1px;
}



#breadcrumbnav {
  width: 510px;
  float: left;
  height: 50px;
  padding: 6px 10px 5px 14px;
}

#breadcrumbnav h1{
padding: 0;
margin: 0;
float:left;
    font-size:18px;
    color:#ccc;
    text-transform:uppercase;
    font-family:Verdana,Arial,Sans-Serif;
}

#breadcrumbnav h2{
padding: 0;
margin: 0;
float:left;
  font-size:18px;
  font-family: verdana,arial;
  font-weight: bold;
}

.shopleft {
width:120px;
padding: 0 10px 0 0;
margin: 0;
float:left;
}

.shopright {
width:730px;
padding: 0;
margin: 0;
float:left;
}





#clickstream {
  padding: 10px;
  background: #f4f4f4;
  text-align: left;
}

.clickstream {
  font-family: verdana,arial;
  font-size: 11px;
  font-weight: bold;
}







.frontpagestart {
margin: 15px 0 15px 0;
}


.navigationnextprevious{
align:center;
text-align:center;
margin: 0 0 10px 0;
}

.displaytheimage{
align: center;
text-align:center;
margin: 0 auto;
}


.box300x250 {
text-align: center; /* center on ie */
}



div.domtab{
    padding:0 3em;
    width:80%;
    font-size:90%;
}

ul.domtabs{
    float:left;
    width:900px;
    margin:2em 0 0 0;
}

ul.domtabs li{
    float:left;
    padding:0 2px 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
    width:87px;
    padding:5px 5px 0px 3px;
    display:block;
    background:#777777;
    color:#ccc;
    height:20px;
    font-weight:bold;
    text-decoration:none;
    border-bottom: #000000 solid 2px;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
    height:auto;
    min-height:22px;
}

ul.domtabs a:hover{
  background:#696;
}

div.domtab div{
    clear:both;
    width:auto;
    background:#696;
    color:#fff;
    padding:1em 3em;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
    background:#696;
    color:#fff;
}

#domtabprintview{
    float:right;
    padding-right:1em;
    text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
    color:#fff;
}





div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active{
    color:#fff;
    display:block;
    padding:1em .5em;
    font-weight:bold;
    font-size:1.3em;
}
/* next and previous links */

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active{
    color:#fff;
    display:inline;
    padding:0;
    font-weight:bold;
    font-size:18px;
    text-decoration: none;
}

div.domtab div p a.underline,
div.domtab div p a.underline:hover,
div.domtab div p a.underline:active{
    color:#fff;
    display:inline;
    text-decoration: underline;
}

/* other scheme! */
#other{
	font-size:12px;
	margin-left:.3em;
	width:960px;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:800px;
	background:#47ade2;
	color:#fff;
	padding:1em 3em;
}

/* above is the top border distance until text in main box */

#other ul.domtabs a:hover{
	background:#cc0000;
	color:#fff;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#47ade2;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}


a.boldvisitme,
a.boldvisitme:link,
a.boldvisitme:visited{
    color:#6699cc;
    font-weight:bold;
    font-size:16px;
    text-decoration:underline;
}

a.boldvisitme:hover,
a.boldvisitme:active{
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration: underline;
}

.normal{
    font-weight: normal;
}


/* -------------------[ Navigation ]------------------- */
#zekenav {
width: 970px;
/*	width: 960px; */
/*      background: #660000 center center no-repeat; */
/*      background: #16b9e4 center center no-repeat; */
/*      background: #ff33cc center center no-repeat;  */
        background: #79AA00 center center no-repeat; 
        height:40px;
        line-height:40px;
        margin: 0 auto;
/*        padding:1px 0 0; */
/*        border-bottom:2px solid #333; */
        }




ul.nav {
        font-size: 8pt;
        font-weight:bold;
        letter-spacing: 0px;
        height:40px;
        line-height:40px;
        float:left;
        list-style: none;
        padding: 0;
        margin: 0;
        }

ul.nav li {
        float: left !important;
        margin: 0;
        padding: 0;
        list-style-type: none;
				color:#fff;
					}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {        
        color: #FAF7E8;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li a:hover, ul.nav li a:active {
        background: #fff; 
        color: #000;
/*      background: #660000;  */
/*      background: #16B9E4; */
        text-decoration: underline;
        }

ul.nav li.current_page_item a {
        text-decoration:underline;
/*      background: #660000; */
        background: #16B9E4;
        text-decoration: underline;
        }

ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }



ul.nav li.topnavcategories form {
background: #79aa00
        }

ul.nav li a.logonavlink, 
ul.nav li a.logonavlink:link, 
ul.nav li a.logonavlink:visited {        
        color: #79AA00;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li.logonavlink a:hover, 
ul.nav li.logonavlink a:active {
        background: #fff; 
        color: #000;
        text-decoration: underline;
        }

/* --- */

ul.smallnav {
margin:0;
padding:5px 0 0;
border:0;
}

ul.smallnav li {
font-size:10px;
font-weight:bold;
display:inline;
float:left;
} 


ul.smallnav li a, 
ul.smallnav li a:link, 
ul.smallnav li a:visited {        
/*
color: #1eb4f7;
*/
color: #ccc;
padding: 6px 4px;
float: left;
display: block;
}

ul.smallnav li a:hover, 
ul.smallnav li a:active {
background: #006eaa; 
color: #fff;
text-decoration: underline;
}


/* --- */

#tickets ul.nav li a.tickets, 
#tickets ul.nav li a.tickets:link, 
#tickets ul.nav li a.tickets:visited {        
        background: #fff; 
        color: #79aa00;
        float: left;
        display: block;
        padding: 0 10px;
        }

#tickets ul.nav li a.tickets:hover, 
#tickets ul.nav li a.tickets:active {
        background: #fff; 
        color: #000;
        text-decoration: underline;
        }

#posters ul.nav li a.posters, 
#posters ul.nav li a.posters:link, 
#posters ul.nav li a.posters:visited {        
        background: #fff; 
        color: #79aa00;
        float: left;
        display: block;
        padding: 0 10px;
        }

#posters ul.nav li a.posters:hover, 
#posters ul.nav li a.posters:active {
        background: #fff; 
        color: #000;
        text-decoration: underline;
        }

#home ul.nav li a.home, 
#home ul.nav li a.home:link, 
#home ul.nav li a.home:visited {        
        background: #fff; 
        color: #79aa00;
        float: left;
        display: block;
        padding: 0 10px;
        }

#home ul.nav li a.home:hover, 
#home ul.nav li a.home:active {
        background: #fff; 
        color: #000;
        text-decoration: underline;
        }
        

/* --- */






#topnavcategories {
background: #79aa00
}




ul.sideblog {
        font-size: 12px;
        line-height:14px;
        float:left;
        list-style: none;
        padding: 0;
        margin: 0;
        }

ul.sideblog li {
        margin: 0 0 10px 0;        
        padding: 0 0 10px 0;
        list-style-type: none;
        }

ul li.sideblog {
        padding: 0 0 25px 0;
        list-style-type: none;
        }

/* ---------------------------------------------------- */
/* -------------------[ base-weblog.css ]-------------- */
/* ---------------------------------------------------- */






/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */


#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}






.entry2 {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	 margin-left: 0;
  padding: 0px 0px 15px 0px;
  border-bottom: thin dotted #ccc;

}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}



/* ---------------------------------------------------- */
/* -------------------[ thewonderwall-theme.css ]------ */
/* ---------------------------------------------------- */








#quickofferssection {
	margin: 0 auto;
	width: 100%;
	background: #333;
}

.quickofferssection {
margin: 0 auto 10px;
width: 960px;
}





.searchBoxLogo {
	width: 260px;
	float: right;
	background: #000000;
	margin: 10px 10px 0 0;
	}


h1#headerLogo {
  font-family: Verdana,Arial,Sans-Serif;
  font-weight: bold;
  margin: 10px 0 0 10px;
  font-size: 2.5em;
  letter-spacing: -1px;
  }

h1#headerLogo a {
  color: #fff;
  }

h1#headerLogo a:hover {
  color: #fff;
  background: none;
  }

h2#headerDescription {
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	color: #ccc;
}




#mainContent h3.entryTitle a:hover {
	color: #333;
}
#mainContent h3.entryTitle a,
#mainContent h3.entryTitle {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: #6699cc;
	text-align: left;
}

#mainContent h3.entryTitle{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	}



.entry-content {
	padding-top: 10px;
	margin-left: 0;
	line-height: 170%;
}
.entry-footer {
	color: #9C9C9C;
	text-align: left;
	margin-left: 0;
	padding: 0px 0px 10px 0px;
	border-bottom: thin dotted #ccc;
}

.entry-footer a {
	color: #9C9C9C;
}

.entry-footer a:hover {
	color: #333;
	text-decoration: underline;
}




img.photo {
	border-top: 1px solid #e9dece;
	border-right:1px solid #B6AD9D;
	border-bottom:1px solid #B6AD9D;
	border-left:  1px solid #e9dece;
	background-color: #fff;
	padding: 8px;
}
#pagebody h3 {
	font-size: 20px;
	font-family: "Tahoma";
	color: rgb(68,68,68);
	text-align: center;
}
.comments-content {
	padding-left: 0;
}
.comment-content {
	line-height: 175%;
	margin-left: 0;
}
p.comment-footer {
	font-family: "Tahoma";
	font-size: 14px;
	margin-left: 0;
}
p.comment-footer a {
	font-weight: bold;
}
.comments-open-content {
	margin-left: 0;
	line-height: 175%;
}
textarea#comment-text {
	width: 400px;
}
p#comments-open-text {
	clear: both;
	margin-top: 10px;
}
#comments-open-data label {
	float: left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	text-transform: lowercase;
	margin-right: 10px;
	text-align: right;
}
.comments-open-data p {
	margin-top: 10px;
}
#pagebody .search-results-container h3 {
	text-align: left;
}
#pagebody .entry-content h2
{
        font-size: 13px;
        font-weight: bold;
        color: #525252;
        text-align: left;
        font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
        border-bottom: 1px solid #CCCCCC;
}





.exclamation{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/exclamation.png);
background-repeat: no-repeat;
background-position: 0;
}

.imdb{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/imdb.png);
background-repeat: no-repeat;
background-position: 0;
}

.cake{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/cake.png);
background-repeat: no-repeat;
background-position: 0;
}

.female{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/female.png);
background-repeat: no-repeat;
background-position: 0;
}

.screengrabicon{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/image.png);
background-repeat: no-repeat;
background-position: 0;
}

.linkicon{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/link.png);
background-repeat: no-repeat;
background-position: 0;
}


.youtube{
margin-left: 0;
padding: 4px 0px 4px 44px;
list-style: none;
background-image: url(../images/icons/youtube-logo-40x16.gif);
background-repeat: no-repeat;
background-position: 0;
}


.rated18 {
margin-left: 0;
padding: 4px 0px 4px 28px;
list-style: none;
background-image: url(../images/18-rating.gif);
background-repeat: no-repeat;
background-position: 0;
}

.dottedlist{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}

.dottedlistjoin{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_green.png);
background-repeat: no-repeat;
background-position: 0;
font-weight:bold;
}

.dottedlistjoin2{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
font-weight:bold;
}


.dottedlist2a{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}
.dottedlist2b{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_white.png);
background-repeat: no-repeat;
background-position: 0;
}

ul.whitelist li{
margin-left: 0;
padding: 8px 0px 8px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_white.png);
background-repeat: no-repeat;
background-position: 0;
}


ul.listblogposts{
margin-left: 10px;
font-size:11px;
color:#999;
}

ul.listblogposts li{
margin-left: 0;
padding: 0px 0px 16px 0px;
list-style: none;
background-image: none;
}




ul.termsandconditions {
margin-left: 10px;
font-size:11px;
color:#999;
}

ul.termsandconditions2 {
margin-left: 10px;
font-size:11px;
color:#666;
}


ul.termsandconditions li,
ul.termsandconditions2 li{
margin-left: 0;
padding: 4px 0px 4px 20px;
list-style: none;
background-image: url(../images/silk-icons/bullet_white.png);
background-repeat: no-repeat;
background-position: 0;
}

ul.termsandconditions li.join,
ul.termsandconditions2 li.join{
margin-left: 0;
padding: 4px 0px 4px 20px;
list-style: none;
background-image: url(../images/silk-icons/bullet_green.png);
background-repeat: no-repeat;
background-position: 0;
font-weight:bold;
font-size:14px;
color:#79aa00;
}



a.join{
font-weight:bold;
font-size:17px;
color:#79aa00;
}


ul.termsandconditions li.join a,
ul.termsandconditions2 li.join a,
a.join{
color:#79aa00;
padding-bottom:2px;
border-bottom: 2px dotted #79aa00;
text-decoration:none;
}

ul.termsandconditions li.join a:hover,
ul.termsandconditions2 li.join a:hover,
a.join:hover{
color:#79aa00;
padding-bottom:2px;
border-bottom: 2px solid #79aa00;
text-decoration:none;
}




ul.termsandconditions li.heading{
margin-left: 0;
padding: 4px 0 4px 0;
list-style: none;
font-weight:bold;
background-image: none;
}


.dottedlistgigs{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
/* background-image: url(../images/icons/bullet_blue.png); */
background-image: url(../images/icons/bullet_blue-trans.png);
background-repeat: no-repeat;
background-position: 0;
}


.relatedpostlistitem{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_green.png);
background-repeat: no-repeat;
background-position: 0;
}

.randompostlistitem{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}

.mostpopularpostlistitem{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}

.norelatedpostlistitem{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}


.mostcommentedpostlistitem{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}



/* Rounded Cornr */

.roundedcornr_box {
   background: #f4f4f4;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr/top-left.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr/top-right.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr/bottom-left.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr/bottom-right.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 10px; }



/* Rounded Cornr (Searchbox) */

.roundedcornr_box_searchbox {
   background: #f4f4f4;
}
.roundedcornr_top_searchbox div {
   background: url(../images/roundedcornr/roundedcornr_searchbox_tl.png) no-repeat top left;
}
.roundedcornr_top_searchbox {
   background: url(../images/roundedcornr/roundedcornr_searchbox_tr.png) no-repeat top right;
}
.roundedcornr_bottom_searchbox div {
   background: url(../images/roundedcornr/roundedcornr_searchbox_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_searchbox {
   background: url(../images/roundedcornr/roundedcornr_searchbox_br.png) no-repeat bottom right;
}

.roundedcornr_top_searchbox div, .roundedcornr_top_searchbox, 
.roundedcornr_bottom_searchbox div, .roundedcornr_bottom_searchbox {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_searchbox { margin: 0 20px; }



/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
}

.pages a:hover {
    border-color: #6699cc;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}


.newiconleft{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(../images/icons/new.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}


.centered {text-align:center; align:center;}
.bold {font-weight:bold;}


.padded{
padding: 4px 4px 4px 4px;
background: #e5e5e5;
}

.paddedtop{padding: 15px 0px 0px 0px;}
.paddedtop10{padding: 10px 0px 0px 0px;}
.paddedtop20{padding: 20px 0px 0px 0px;}
.paddedtop30{padding: 30px 0px 0px 0px;}

.padded10 {
padding:10px;
}

.previousentry {
font-weight: bold;
}
.nextentry {
text-align:right;
font-weight: bold;
}


.smallfooterlinks {
	clear:both;
	background: #f4f4f4;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	margin-top:15px;
	margin-bottom:10px;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color: #ccc;
	padding: 10px;
}

.smallfooterlinks a {
	text-decoration: none;
	color: #ccc;
	}

.smallfooterlinks a:hover {
	text-decoration: underline;
	color: #666;
	}

a.smallfooterlinksbold {
	text-decoration: none;
	color: #6699cc;
	font-weight: bold;
	}

a.smallfooterlinksbold:hover {
	text-decoration: underline;
	color: #6699cc;
	font-weight: bold;
	}

.footer2 {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.9em;
	color: #ccc;
	padding: 10px;
	text-align: center;
}


#bottombandlist {
	width: 100%;
	background: #333;
}

#bottombandlistinner {
	width: 970px;
	background: #333;
	margin: 0 auto;
	text-align: left;
}


#bottombandlistinner ul{
margin: 0;
padding-left : 0;
list-style-type: none;
margin-bottom: 10px;

}

#bottombandlistinner li{
font-weight: bold;
font-size: 11px;
line-height: 200%;
padding-top: 10px;
margin-right: 0px;
margin-bottom: 4px;
display: inline;
}


#bottombandlistinner li.star a{
padding-left: 20px;
padding-top: 3px;
color: #16b9e4;

background-image: url(../images/silk-icons/bullet_black.png);
background-repeat: no-repeat;
background-position: 0;

}

#bottombandlistinner li.star a:hover{
padding-left: 20px;
padding-top: 3px;
color: #fff;
background-image: url(../images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}


p.randomscreengrab {
font-family: verdana,arial;
font-weight: normal;
font-size: 11px;
padding: 0 0 10px 0;
}

.showcategories,.showcategories table, .showcategories table table{
font-family: verdana,arial;
font-weight: normal;
font-size: 11px;
}

.maincat {
font-weight: bold;
}








#contentcontainerclickstream {
	width: 100%;
	background: #fff;
}

#contentcontainerinnerclickstream {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	border-left: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	}



.imagetitle h1{
		padding: 10px 0 10px 0px;
		background: #f4f4f4;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center;
		color: #333;
		font-family: Verdana,Arial,Sans-Serif;
		font-size: 2em;
		font-weight: bold;
}




.floatleftbasic {
float: left;
width: 210px;
}

.imagenavfloatleftone {
float: left;
width: 210px;
}


.floatmiddlebasic {
float: left;
width: 494px;
padding: 15px;
}

.imagenavfloatmiddleone {
float: left;
width: 494px;
/* padding: 15px; */
padding: 5px; 
}


.floatrightbasic {
float: right;
text-align: right;
width: 210px;
}


.imagenavfloatrightone {
float: right;
width: 210px;
text-align: right;
}





.floatleft {
float: left;
width: 50%;
}

.floatright {
float: right;
width: 50%;
text-align: right;
}










.topnewmap {
font-family: verdana,arial;
font-size: 11px;
font-weight: bold;
text-align: center;
align: center;
padding: 0 0 10px 0;
}



.strictlybroadband{
padding: 10px 0px 10px 0px;
}


.finditemsonebay{
text-align: center;
align: center;
font-weight: bold;
padding: 10px 0 10px 0;
}

div.feedburnerFeedBlock {
border:2px solid #ddd;
background-color:#ffe;
padding:12px;
margin: 0 0 10px 0;
}

div.feedburnerFeedBlock ul li {
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

div.feedburnerFeedBlock p.feedTitle {
font-weight:bold;
}

#creditfooter{
align:right;
text-align:right;
display: none;
}


div.strictlybroadbandblock {
border:2px solid #ddd;
background-color:#ffe9e9;
padding:12px;
margin: 0 0 10px 0;
}




.categoryimage{
  background-color: #79AA00;
  text-align: center;
  align: center;
  padding: 0px 0 4px 0;
}

.categoryimage h3{
color: #fff;
}


#paginationtop {
padding: 0 0 10px 0;
}

#paginationbottom {
padding: 0 0 10px 0;
}

#pagination {
padding: 0 0 10px 0;
}

#pagination-alpha li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
}
#pagination-alpha a{
border:solid 1px #9aafe5
margin-right:2px;
}
#pagination-alpha .previous-off,
#pagination-alpha .next-off {
border:solid 1px #DEDEDE
color:#888888
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-alpha .next a,
#pagination-alpha .previous a {
font-weight:bold;
}
#pagination-alpha .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-alpha a:link,
#pagination-alpha a:visited {
color:#0e509e
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-alpha a:hover{
border:solid 1px #0e509e
}




.photocreditsmalltext{
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 10px;
    color: #999;
    text-align: right;
    padding: 0 5px 0 0;
}

.important{
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}



.chunk table tr td {
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    color: #333;
}

.chunk table tr td a{
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #79AA00;
    text-decoration: underline dashed 1px #000000;
}

.footnote {
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 11px;
    color: #666;
}




.tool-tip{
color:#444444;
width:250px;
z-index:13000;
}
.tool-title{
font-weight:bold;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
color:#343434;
padding:8px 8px 5px 8px;
background:url('../images/tips-trans.png') top left;
text-align:left;
}
.tool-text{
font-size:12px;
padding:0 8px 8px 8px;
background:url('../images/tips-trans.png') bottom right;
text-align:left;
} 


.alignleft {
text-align: left;
align: left;
}

img#wpstats{
display:none;
}




.feedboxtyped{
  width:440px;
  padding: 0 0 15px 0;
	}

.feedboxtyped div.feedburnerFeedBlock {
border:2px solid #999;
background-color:#ffe;
padding:12px;
margin: 0 0 10px 0;
width: 430px
text-align:left;
}


/*
.tablecontainer {
width: 630px;
}

.tablecontainerinner {
}

*/







/* ---------------------- */
/* ---------------------- */
/* ---------------------- */
/* ---------------------- */
/* ---------------------- */
/* ---------------------- */


.atoz {
}
.atoz h4 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 15px;
}


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-top: 0px;
  text-align:right;
}

.bannerfail h2 {
  background-color: #cc0000;
  padding: 2px 2px 2px 6px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
	color: #fff;
}



.featured {
}
.featured table {
  margin: auto;
  padding: 0px;
}
.featured th {
  background-color: #DFFBCF;
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}







.navigation {
/*  width: 728px; */
  width: 640px;
  text-align: center;
  margin: 20px 0 20px 0;
}


.prices {
  margin-top: 15px;
/*  width: 728px; */
  width: 640px;
  padding: 15px;
}


.product {
  margin-top: 15px;
/*  width: 728px; */
  width: 640px;
  padding: 15px;
}
.product h3 {
  font-size: 130%;
  margin: 10px 0px 10px 0px;
}
.product p {
  text-align: justify;
}


.ratings {
  margin-top: 15px;
  width: 728px;
}
.ratings form {
  display: inline;
}
.ratings form select {
  color: #AF7817;
}
.ratings form textarea {
  width: 100%;
}





/*
.related {
  width: 717px;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 4px;
  margin-left: 2px;
  margin-top: 10px;
}
*/

.starsOn {color: #AF7817;font-weight: bold;}
.starsOff {color: #AAAAAA;font-weight: bold;}
.nobr {white-space: nowrap;}
.disabled {color: #AAAAAA;}



.vouchercode {
background-color: #79aa00;
color: #fff;
width:100%;
border: 2px dotted green;
margin-bottom:10px;
}

.vouchercode p{
padding: 10px;
}

.sidebarvouchercode .vouchercode {
/* background-color: #79aa00; */
background-color: #99cc00;
color: #fff;
width:296px;
border: 2px dotted green;
margin-bottom:10px;
}


.sidebarvouchercode .vouchercode p{
padding: 10px;
background-color: #99cc00;
}

.searchform form{
    border: 1px solid #ccc;
    background-color: #e5e5e5;
    padding: 7px 12px 7px 12px;
}

.searchform input{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 4px;
}


.searchformsidebar {
margin: 0 auto;
}

.searchformsidebar form{
/*    border: 1px solid #ccc; */
		border:0;
    background-color: #99cc00;
/*
    background-color: #ebd9a9;
*/
    padding: 8px 8px 6px 8px;
/*
    padding: 7px 12px 7px 12px;
*/
}

.searchformsidebar input{
/*
    border: 4px solid #79aa00;
*/
    border: 3px solid #f4f4f4;
    background-color: #fff;
    padding: 5px;
}

.searchformsidebar .submitbutton{
/*
    background-color: #dffbcf;
*/
		margin-left:4px;
    border: 2px solid #4d6120;
    background-color: #79aa00;
		color:#fff;
		font-weight:bold;
		}





/* --------------------------------------- */
/* stylesheet for ticket search */
/* --------------------------------------- */

div.attribution, div.gigs-rss {
	text-align: center;
	font-size: 87%;
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

/* --------------------------------------- */

div.feeds2-container {width:930px;}

table.feeds2 {
  width: 930px;
  background-color: #fff; 
}

table.feeds2 th {
	border-width: 0px 0px 1px 0px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #ccc;
	background-color:#fdf6e3;
/*
	background-color: #e5e5e5;
*/
}

table.feeds2 td {
	border-width: 0 0 1px 0;
	padding: 4px;
	border-style: solid;
	border-color: #f4f4f4;
	border-top:2px solid #fff;
}


table.feeds2 tr {
	border-width: 0px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}


/* --------------------------------------- */



table.runnersandriders{
  width: 490px;
  background-color: #fff; 
}

table.runnersandriders th {
	border-width: 0px 0px 1px 0px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #ccc;
	background-color: #e5e5e5;
}


table.runnersandriders a {
	font-weight: bold;
}

table.runnersandriders a img {
	border: 0px;
}


table.runnersandriders td {
	border-width: 0 0 1px 0;
	padding: 4px;
	border-style: solid;
	border-color: #f4f4f4;
	border-top:2px solid #fff;
}


table.runnersandriders tr {
	border-width: 0px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}


table.runnersandriders tr	{background:#fafafa;}
table.runnersandriders tr.alt {background:#ecf6fc;}
table.runnersandriders tr:hover	{background:#fdf6e3;}



div.gigs-calendar {width:660px;}

table.gigs {
  width: 630px;
  padding: 10px;
/*
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #999;
	border-collapse: collapse;
*/
  background-color: #fff; 
}

table.gigs th {
	border-width: 0px 0px 1px 0px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #ccc;
	background-color: #e5e5e5;
}


table.gigs td.icon {
	width: 18px;
	text-align: center;
}

table.gigs td.time {
	text-align: right;
}

table.gigs a {
	font-weight: bold;
}

table.gigs a img {
	border: 0px;
}


table.gigs td {
	border-width: 0 0 1px 0;
	padding: 4px;
	border-style: solid;
	border-color: #f4f4f4;
border-top:2px solid #fff;
/*
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #ccc;
*/
}


table.gigs tr {
	border-width: 0px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}

table.gigs td.shortNotes {
	padding-left: 4px;
}


img.buy {
	position: relative;
	top: 3px;
}

table.gigs th.month {
width: 500px;
/*
background: #16b9e4;
color: #fff;
*/
background: #fff;
color: #000;
}

table.gigs caption {
width: 630px;
font-weight: bold;
color: #fff;
text-align: left;
border-width: 1px 1px 1px 1px;
padding: 4px 4px 4px 4px;
border-style: solid solid solid solid;
border-color: #ccc;
background-color: #d99100;
}

table.gigs caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

table.gigs, div.no-gigs {
	margin-bottom: 1em;
}

/** Next Gig Widget **/
.gig.next {
padding-left: 10px;
background: #333;		
	}

ul.gigs {
background: #000;
padding: 10px 10px 10px 10px;
margin: 4px;
}

ul.gigs li.gig {
/* background: #333; */
background: #000;
font-weight:bold;
text-align:left;
border: 2px solid #000;
margin-left: 10px;
}

div.widget {
background: #000;
}


/* --------------------------------------- */
/* --------------------------------------- */
	


.gig-post {
padding:0 0 15px 50px;
}

.buyticketspost p{
padding: 30px 0 20px 0; 
font-weight: bold;
font-size: 2em;
}




/* --------------------------------------- */
/* PAGE NAVIGATION */
/* --------------------------------------- */
.wp-pagenavi {
padding: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	color: #16b9e4;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	color: #16b9e4;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #16b9e4;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #16b9e4;
	color: #16b9e4;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #333;
	border: 1px solid #e5e5e5;
	background-color: #f4f4f4;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #fff;
	background-color: #16b9e4;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}



/* price compare and buy box*/
.boxpricecompare {
background-color: #fdf6e3;
display: block;
border: 1px solid #ebd9a9;
}


/* orange box */
.boxstyle1 {
width:298px;
height:450px;
background-color: #fdf6e3;
display: block;
border: 1px solid #ebd9a9;
}

/* purple box */
.boxstyle2 {
width:298px;
height:450px;
background-color: #f3f4fc;
display: block;
border: 1px solid #a9abcb;
}

/* yellow box */
.boxstyle3 {
width:298px;
height:450px;
background-color: #ffffcc;
display: block;
border: 1px solid #ebd9a9;

/*
border: 1px solid #a9abcb;
*/

}

.boxinner {
height:16px;
line-height:18px;
padding:8px;
clear:both;
}




.buttonlist a.button{
	display:block;	
	background-position: 10px;
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
	text-indent:40px;
  border: 1px solid #ebd9a9;
	background-color:#fffcf4;
/*
	background-color:#EAEAD7;
  background-color: #f3f3e9; 
  background-color: #fdf6e3; 
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 0.7em;	
	border:#CCCCCC solid 1px;
*/

	height:30px;
	line-height:30px;
}

.buttonlist a:hover{
/*
	background-color:#F3F3E9;
	background-color:#fdf6e3;
	background-color:#fffcf4;
*/
  background-color: #fdf6e3; 
	color:#737373;
	text-decoration:underline;
}

.buttonlist .feed {
	background-image:url(http://www.hobbsy.com/images/icons/feed.gif);
}

.buttonlist .email {
	background-image:url(http://www.hobbsy.com/images/icons/email.gif);
}

.buttonlist .twitter{
	background-image:url(http://www.hobbsy.com/images/icons/twitter.gif);
}

.listbottomgap {
margin: 0 0 4px 0;
}



.share2 .delicious{background-image:url(../images/icons/delicious-16x16.gif);}
.share2 .digg{background-image:url(../images/icons/digg-16x16.png);}
.share2 .facebook{background-image:url(../images/icons/facebook-16x16.gif);}
.share2 .furl{background-image:url(../images/icons/furl-16x16.png);}
.share2 .google{background-image:url(../images/icons/google-16x16.png);}
.share2 .myspace{background-image:url(../images/icons/myspace-16x16.gif);}
.share2 .reddit{background-image:url(../images/icons/reddit-16x16.png);}
.share2 .stumbleupon{background-image:url(../images/icons/stumbleupon-16x16.png);}
.share2 .technorati{background-image:url(../images/icons/technorati-16x16.png);}
.share2 .twitter{background-image:url(../images/icons/twitter-16x16.png);}




.sidebarimagespacingcontainer {
padding: 10px 0 0;
}

.sidebarimagespacing {
padding: 15px 0;}

.sidebarimagespacingpadding {
width: 90px;
padding: 15px;}


.sidebarimagespacingpadding2 {
padding: 4px;
}

.sidebarimagespacingcontainer2 {
width:300px;
}

.sidebarimagespacingcontainer2a {
width:148px;
float:left;
border: 1px solid #f4f4f4;
text-align:center;
}

.sidebarimagespacingcontainer2a p{
padding:4px;
margin:0;
border:0;
}


.sidebarimagespacingcontainer3 {
width:300px;
}

.sidebarimagespacingcontainer3a {
width:150px;
float:left;
text-align:center;
}

.sidebarimagespacingcontainer3a p{
/*
background:#f0f7f9;
*/
padding:2px;
margin:0;
border:0;
}

.sidebarimagespacingcontainer3a p img{
border:3px solid #ecf6fc;
/*
95bce2
*/
}

.sidebarimagespacingcontainer4 {
width:300px;
}

.sidebarimagespacingcontainer4a {
width:150px;
float:left;
text-align:center;
}

.sidebarimagespacingcontainer4a p{

padding:0px;
margin:0;
border:0;
}

.sidebarimagespacingcontainer4a p img{
border:4px solid #f4f4f4;
padding: 4px;
}

/*
95bce2
*/
/*
.sidebarimagespacing2 {
border: 1px solid #f4f4f4;
padding:4px;
}
*/






.displayblock {
display: block;
}


/* -------------------------------- */
/* -------------------------------- */

.story-title {
font-family:Verdana,Arial,sans-serif;
font-size:2em;
color:#27221F;
font-weight:bold;
letter-spacing:-0.04em;
line-height:1.3em;
border-top: 5px solid #1eb4f7;
}

.story-title p {
margin: 0;
padding: 8px 15px 10px 15px;
background: #f4f4f4;
}

a.story-title-link, 
a.story-title-link:link, 
a.story-title-link:visited
{
text-decoration: none;
color: #1eb4f7;
}

a.story-title-link:hover, 
a.story-title-link:active, 
a.story-title-link:focus
{
text-decoration: none;
color: #fff;
background: #1eb4f7;
}

.date-posted {
font-family:Verdana,Arial,sans-serif;
font-size:0.9em;
font-weight:bold;
line-height:1.3em;
color:#999;

}

.date-posted p {
margin: 0;
padding:0 0 10px 25px;
background: #f4f4f4;
}

.article-text {
width: 530px;
background: #fff;
/*
font-family:Verdana,Arial,sans-serif;
font-size:0.9em;
line-height:1.3em;
*/
color:#666;
padding-top: 5px;
padding-bottom: 10px;
}

.article-text p {
padding: 10px 10px 0 10px;
/*
padding: 10px 25px;
*/
}


.article-text p.posted-image {
padding: 15px 15px 0 15px;
}

.article-text p.photo-credit {
width:500px;
font-family: Verdana,Arial,Sans-Serif;
font-size: 10px;
padding: 5px 15px 0;
/*
padding: 5px 25px 0;
*/
}


.article-metadata {
width: 530px;
background: #fff;
color:#666;
font-family:Verdana,Arial,sans-serif;
font-size:0.9em;
line-height:1.3em;
padding-top: 5px;
padding-bottom: 10px;
}

.article-metadata p {
padding: 10px 25px;
}



.entry-navigation {
width: 530px;
background: #fff;
font-family:Verdana,Arial,sans-serif;
font-size:0.9em;
line-height:1.3em;
color:#666;
padding-top: 5px;
padding-bottom: 10px;
}

.entry-navigation p {
padding: 10px 25px;
}


.tags span {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#f4f4f4;
color:#ccc;
font-size:1em;
font-weight: bold;
text-transform: uppercase;
padding:0.3em 1.2em 0.4em;
line-height: 2.2em;
}

.tags span a, .tags span a:link, .tags span a:visited, .tags span a:hover, .tags span a:active {
color: #fff;
}


/* -------------------------------- */
/* -------------------------------- */

#content-left {
width:600px; 
float:left;
/*
margin:0;
padding:0;
line-height:1.1em;
font-size:1em;
color:#000;
font-family:Tahoma,Verdana,Arial,sans-serif;
text-align:left;
background:#fff;
*/
}

#content-right {
width:300px; 
float:left;
}

#topnavpanel {clear:both; width:970px; background:#f4f4f4; background-repeat:repeat-x; background-position:0; background-image: url(../images/grey-gradient-bkg.jpg);}
#topnavpanelinner {padding:5px; border-top:#e5e5e5 solid 1px; border-bottom:#e5e5e5 solid 1px;}
#topnavpanelinner h1{font-face:verdana,arial,sans-serif; font-weight:bold; font-size:14px; color:#666; padding:0; display:inline; text-transform:none;}
#topnavpanelinner h2{font-face:verdana,arial,sans-serif; font-weight:bold; font-size:14px; color:#666; padding:0; display:inline; text-transform:none;}
#topnavpanelinner h1 a:link, #topnavpanelinner h1 a:visited {color: #666;text-decoration:none;}
#topnavpanelinner h1 a:active, #topnavpanelinner h1 a:hover {color: #666;text-decoration:none;border-bottom:1px dotted #666;}



/* add row styling to table */
/* hover effects */
.row:hover {
	background: #FCFCFC;
	color: #000;
}


/*
#EBF8FE;
#DFEFF0;

#95bce2; // dark blue - border
#ecf6fc; // light blue 
#EBF8FE; // light blue 
#F5FAFA; // light greeny-blue

fafafa
DFEFF0
*/


.tablestyle1 table tr.even2	{background:#fafafa;}
.tablestyle1 table tr.odd2	{background:#ecf6fc;}
.tablestyle1 table tr:hover	{background:#fdf6e3;}
/*
.tablestyle1 table tr td {border-bottom:1px solid #e5e5e5;}
*/

.tablestyle2 table tr.heading {background:#fff;}
.tablestyle2 th{border-bottom:1px solid #ccc;}
.tablestyle2 table tr td {border-bottom:2px solid #f4f4f4;}
.tablestyle2 td{
	border-width: 0 0 1px 0;
	padding: 4px;
	border-style: solid;
	border-color: #f4f4f4;
	border-top:2px solid #fff;
}

.prices_even	{background:#fefde8;}
.prices_odd		{background:#fefde8;}



.searchform2 {
width: 300px;
}


.searchresults {
  width: 740px;
  margin: 0 auto;
}

.searchresultstable  {
  clear:both;
  border: 4px solid #e5e5e5;
  background-color: #fff;
  padding: 20px 0;
}


.searchresultstr {
  border-top: solid 2px #e5e5e5;
  clear:both;
  width: 100%;
  overflow: auto;
}


.searchresultsimage {
width: 80px;
float:left;
background-color: #fff;
padding: 10px;
}

.searchresultsdesc {
width: 450px;
float:left;
background-color: #f4f4f4;
padding: 0 10px;
margin: 10px 0 10px 0;
}

.searchresultsprice {
width: 100px;
float:left;
background-color: #fff;
padding: 0px 10px 10px 20px;
margin: 10px 0 10px 0;
}

.searchresultstr2 {
/*
  border-top: solid 2px #e5e5e5;
*/
  border-bottom: solid 2px #e5e5e5;
  clear:both;
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}

.searchresultsimage2 {
width: 80px;
float:left;
background-color: #fff;
}

.searchresultsdesc2 {
width: 410px;
float:left;
background-color: #f4f4f4;
margin: 0 10px;
padding: 10px;
}

.searchresultsprice2 {
width: 100px;
float:left;
background-color: #fff;
}


.searchresultsprice3 {
width: 110px;
float:left;
text-align:center;
background-color: #fff;
}

.searchresultsdesc3 {
width: 470px;
float:left;
background-color: #f4f4f4;
margin: 0 10px;
padding: 10px;
}


.searchresults h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
.searchresults p {
  text-align: justify;
  margin: 10px 0px 10px 0px;
}


.helvetica{
font-family: Helvetica, Arial, sans-serif;
font-size: 44px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -2px;
line-height: 1.2em;
}

.grey{
color:#ccc;
}

.grey2{
padding:2px;
color:#ccc;
background:#f4f4f4;
}



	
.whitebold {
color:#fff;
font-weight:bold;
}

.blackbold {
color:#000;
font-weight:bold;
}


/*
color palette
#1eb4f7 - blue
#99cc00 - green
#415A8C - navy blue
#ffe538 - yellow
*/



/*

#sidebarcontainer {
	width: 440px;
	float: left;
	background: #fff;
}

#sidebar2 {
	width: 120px;
	float: left;
	background: #fff;
	margin-top: 10px;
}

#sidebar1 {
	width: 300px;
	float: right;
	background: #fff;
	padding: 0 7px 10px 12px;
margin-top: 10px;
}

#sidebar1 ul.newlists{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#sidebar1 ul.newlists li{
margin-bottom:4px;
}

#sidebar1 ul.newlists li.rssFeed a{
padding-left: 33px;
background-image: url(../images/icons/rss.png);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.feed a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/feed.png);
background-repeat: no-repeat;
background-position: 0;
}



#sidebar1 ul.newlists li.twitter a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/twitter.gif);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.listitem a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/bullet_go.png);
background-repeat: no-repeat;
background-position: 0;
}


#sidebar1 ul.newlists li.tags a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/tag_red.png);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.tv a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/tv.png);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.babes a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/babes.png);
background-repeat: no-repeat;
background-position: 0;
}


#sidebar1 ul.newlists li.freemoney a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(../images/icons/icon_money.gif);
background-repeat: no-repeat;
background-position: 0;
}


#ticketsright{
	width: 300px;
	float: left;
  padding: 10px 0 10px 10px;
}

.sidebar {
width: 300px;
float: left;
}




#ticketsright ul.newlists {
margin:0;
width:300px;
}

#ticketsright ul.newlists li.feed a,
#ticketsright ul.newlists li.feed a:link,
#ticketsright ul.newlists li.feed a:visited{
height:16px;
line-height:18px;
padding:8px 12px 8px 0px;
background-image: url(http://www.hobbsy.com/images/feed-24x16-trans.gif);
background-repeat: no-repeat;
background-position: 0;
border: 1px solid #ebd9a9;
background-color: #fdf6e3;
display: block;
}

#sidebar ul.newlists li.feed a:hover,
#sidebar ul.newlists li.feed a:active{
height:16px;
line-height:18px;
padding:8px 12px 8px 0px;
background-image: url(http://www.hobbsy.com/images/feed-24x16-trans.gif);
background-repeat: no-repeat;
background-position: 0;
border: 1px solid #ebd9a9;
background-color: #ccf6e3;
display: block;
}



.entryMetaDate{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/date.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}



.entry-tags{
margin-left: 0;
padding: 0px 0px 10px 0px;
border-bottom: thin dotted #ccc;
}

.entryMetaTags{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/tag_red.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}



.entryMetaCategories{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/tag_blue.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaCategories a{
font-weight: bold;
}

.entryMetaCategories2{
list-style: none;
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaCategories2 a{
font-weight: bold;
}


.entryMetaComments{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/user_comment.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaPermalink{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/link.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaDate{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(../images/icons/date.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}


div.feedburnerEmailSubscribe{
    border: 1px solid #990066;
    background-color:#79AA00;
    color: #fff;
    padding:8px 12px 8px 12px;
    margin: 0 0 10px 0;
}

form.feedburner{
    background-color: #79AA00;
    border: 0;
}

input.feedburnersubmit{
    background-color: #990066;
    border: 1px solid #fff;
    color: #fff;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 10px;
} 


#blogsearchboxlogo{
    width: 330px;
    align: right;
    float: left;
}


form#blogsearchboxlogo{
    border: 0;
    background-color: #333;
    padding: 10px 12px 7px 12px;
}


form#blogsearchform{
    border: 1px solid #ccc;
    background-color: #16b9e4;
    padding: 7px 12px 7px 12px;
}

form#screengrabsearchform{
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 7px 12px 7px 12px;
}


form#commentform{
    width:470px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    padding: 7px 12px 7px 12px;
}


textarea#comment{
    width:400px;
    border: 1px solid #ccc;
}


*/







/* COMMENTS NEW */


.comments-section {
width: 530px;
background: #e5e5e5;
font-family:Verdana,Arial,sans-serif;
font-size:0.9em;
line-height:1.3em;
color:#666;
padding-top: 0px;
padding-bottom: 10px;
border-top: 5px solid #ccc;
}

.comments-section p {
padding: 10px 25px; 
}

.comments-section p.posted-image {
padding: 10px 0px 0px;
}
.comments-section p.posted-image-credit {
padding: 4px 10px;
font-size: 1em;
}

ol.commentlist  {
padding: 10px;
}


/*
li.alt {
background:#f4f4f4;
}
*/


/* -------------------------------- */
/* NEW STYLING COMMENTS SECTION */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
  border-top: 4px solid #666;
	}

.commentlist .cite {
  height: 50px;
	padding: 7px 7px 10px 7px;
  margin-top: 10px;
	display:block;
	font-style:normal;
	background:url(http://www.thewonderwall.com/images/random/bg_comments2_cite.gif); 
/*  background: #1eb4f7; */
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#99cc00;
	}

.commentlist a:hover, .commentlist a:active {
	color:#000;
	}

.commentlist .cite img {
	padding:5px;
	background: #fff;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
  font-size: 1.4em;
  line-height: 1.6em;
	font-weight:bold;
/*	text-decoration:underline; */
  	}

.commentlist .time {
	background: url(http://www.thewonderwall.com/images/random/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #f4f4f4;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
/*	padding: 5px 15px 10px 15px; */
/*	padding: 5px 5px 10px 5px; */
	padding: 15px 15px 5px 20px; 
	color:#666;
	}
	
.commentlist .alt .commenttext {
	background: #f4f4f4;
  margin-bottom: 10px;
  	}
	

#content .comments-section ol.commentlist li { 
margin-bottom: 0px;
padding: 0 10px 0 10px;
}

h3#respond {
	padding: 10px 0 0 15px;
  }

h3#comments {
background: #1eb4f7;
color: #fff;
padding:10px;
margin: 0px;
}

img#wpstats{display:none;}




input{
border:1px solid #e5e5e5;
}

input#text{
    border:1px;
    color: #000;
} 

input#submitbutton{
background:#16b9e4;
   border: 1px solid #fff;
    color: #fff;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

input#submit{
    background-color: #16b9e4;
    border: 1px solid #fff;
    color: #fff;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}


a.permalink {
color: #ccc;
}

a.post-edit-link{
color: #cc0000;
}





/* SIDEBAR FREE BETS SUMMARY */

	#freebetssummarysidebar {
	width:300px;
	float:left;
	font-size:11px;
	}

	#w{
/*	border:solid 4px #e0dfd0;
		background:#f4f4e9; */
		border:solid 4px #006eaa;
		background:#f4f4e9;
		padding:14px;
	}

#w ul{
margin:0;
}

	#w li {
		padding-bottom:4px;
		border-bottom:solid 1px #e5e5e5;
		margin-bottom:4px;
	}

#freebetssummarysidebar .w a{text-decoration:underline;}
#freebetssummarysidebar .w a:hover{text-decoration:none;}


#typeselectorlist{
margin-top: 10px;	}


.typeselectorfirst{
    border:solid 2px #006eaa;
    border-bottom: none;
    background:#ccc;
    padding:6px;
    float: left;
	}

.typeselector{
    border:solid 2px #e0dfd0;
    border-left: none;
    border-bottom: none;
    background:#f4f4f4;
    padding:6px;
    float: left;
	}

.typeselectorselected{
    font-weight: bold;
    color: #fff;
    background:#006eaa;
	}

.typeselectorselected a, .typeselectorselected a:link, .typeselectorselected a:visited, .typeselectorselected a:active, .typeselectorselected a:hover{
    color: #fff;
	}



	#freebetssummarysidebar .yy{
		border:solid 4px #f4f4f4;
		background:#fff;
		padding:14px;
		margin-bottom:20px;
}

/* SIDEBAR FREE BETS SUMMARY */


.box300x250ajaxloader{
width:300px;
height:250px;
padding:0;
margin:0;
border:0;
background-image:url(../images/ajax-loader-32x32.gif);
background-repeat: no-repeat;
background-position: center center;
text-align:center;
}

.box120x600ajaxloader{
width:120px;
height:600px;
padding:0;
margin:0;
border:0;
background-image:url(../images/ajax-loader-32x32.gif);
background-repeat: no-repeat;
background-position: center center;
text-align:center;
}

.box120x60ajaxloader{
width:120px;
height:60px;
padding:0;
margin:0;
border:0;
background-image:url(../images/ajax-loader-32x32.gif);
background-repeat: no-repeat;
background-position: center center;
text-align:center;
}

.box468x60ajaxloader{
width:468px;
height:60px;
padding:0;
margin:0;
border:0;
background-image:url(../images/ajax-loader-32x32.gif);
background-repeat: no-repeat;
background-position: center center;
text-align:center;
}




ul.list li{
  margin-left: 0;
  padding: 1px 0px 1px 23px;
  list-style: none;
  background-image: url(/images/silk-icons/bullet_white.png);
  background-repeat: no-repeat;
  background-position: 0;
  }
