/*
Theme Name: BAMboozled
Theme URI: http://www.bamboozled.org/wp-content/themes/BAM/
Description: Custom theme based on BAMboozled.org, designed by AP.
Version: 1.0
Author: Jesse Keyes
Author URI: http://www.jessekeyes.com


*/



/* Bamboozled CSS Document */

body, html {margin: 0; }

div#main {
	width:780px;
	margin:0 auto;
}
a, a:hover {
	text-decoration: none;}
	
a {color: #CD9D0E;}

a:hover {color: #999;}

p {
	font-size: 11px;
}

strong {
	color: #333;
	}

.cap {
	text-transform: uppercase;
}

.cap-ital {
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}

.boldLink {
	font-weight: bold;
	color: #000;
	}

.alignright {
float:right;
text-align: right;
padding-left:10px;
padding-bottom:10px;
}


.alignleft {
float:left;
padding-right:10px;
padding-bottom:10px;}


.aligncenter {
margin:auto;
text-align:center;}


/* header */


#header {
	background: #ddd;
	width: 779px;
	
}


#sections {
	margin: -50px 0 50px 356px;
	width: 300px;
	height: 50px;
	padding:0;
}


#sections img {
	margin-right: 12px;
}

#sections a {
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-decoration: none;
}

#sections a:hover {
	color: #594F31;
	}



#sections div{
	float: left;
	margin-right: 25px;
	}

#sections a {
	height: 20px;
	padding-top: 20px;
	width: auto;
	text-align: center;
	display:block;
	font-weight: bold;
}

#sections a.truth{
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/truth_bak.png) center top no-repeat;
	color: #369;
	}

	
#sections a.entertain{
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/entertain_bak.png) center top no-repeat;
	color: #933;
	}
	
#sections a.shift{
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/shift_bak.png) center top no-repeat;
	color: #696;
	}



	
#sections a.truth:hover, #sections a.entertain:hover, #sections a.shift:hover {
	color: #594F31;	
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/white_bak.png) center top no-repeat;height: 20px;
	padding-top: 20px;
	width: auto;
	text-align: center;
	display:block;
	}
	

#sections_2 {
	float: right;
	margin-top: -83px;
	width: 175px;
	height: 50px;
}	
	

a.menu {
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #CD9D0E;
	text-decoration: none;
	margin-right: 15px;
}



a.menu:hover {
	color: #594F31;
	}



/* middle */



/**** post stuff ****/


.post {
	margin: 0px 0 0 25px;
}

.entry {
	margin-left: 60px;
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_yellow.png) no-repeat bottom right;
	padding-bottom: 50px;
}

.post h2 {
	font-size: 20px;
	padding-top: 40px;
	line-height: 23px;
	margin-left: 60px;
	}
	
img.avatar {
	float: left;
	margin: 5px 7px 0 0;
	}
	
img.avatar-auth {
	float: left;
	margin: 15px 7px 0 30px;
	}	

p.author {
	margin: 30px 60px;
}
p.author a{
	text-transform: uppercase;
}



/*** comments ***/

#comments {
	margin-left: 60px;
	
}


/*** plugin styles ***/

#sharethis_0 {
	float: right;
	}






#middle {
	 
	width: 778px;
	min-height: 30px;
}

#content {
	width: 575px;
	float: left;
	margin-top: -50px;
}

span.desc p{
	margin-left: 25px;
	margin-top: 20px;
}

.update {	
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
	padding-top: 30px;
	text-align: right;
}

#sidebar .update {	
	padding-top: 15px;
	text-align: center;
	letter-spacing: .1em;
	}


#cat_box, #cat_box_page  {
	width: 552px;
	height: 100px;
	margin: 10px 20px 40px 25px;}
	
#cat_box_page {
	width: 525px;
	height: 53px;
	margin: 12px 20px 2px 25px;
}

#cat_box_auth {
	background: none;
	height: 53px;
	margin: 12px 20px 2px 25px;
	width: 525px;
	}

#cat_box_green {
	width: 267px;
	height: 73px;
	margin: 12px 20px 2px 25px;
	padding-left: 5px;
}

#cat_box_sub {
	width: 250px;
	height: 60px;
	margin: 10px 5px 30px 25px;
	padding-left: 5px;
	}
	
#etc {
	clear: both;
	margin-top: 50px;
	}

	
.rightfloat {
	float: right;
	}
	
.leftfloat {
	float: left;
	}

.blue {
	background: #369;
	}
	
.red {
	background: #933;
	}
	
.green {
	background: #696;
	}
	
.yellow {
	background: #CD9D0E;
	}

div.dashed {
	border-bottom: dashed #ccc 1px;
	margin-bottom: -7px;
	}



.box  a {color: #ccc;}

.box #first a {color:#CD9D0E;}

.yellow #first a {
	color: #fef7e3;
}

.yellow #second a {
	color: #666;
}

.box a:hover, .yellow #first a:hover, .yellow #second a:hover {color: #fff;}

.box {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:15px;
	}
	
.blue #first {
	color:#9ac;
	}


#plain {
	padding-left: 5px;
}
	
.plain {
	background: none;
}

.plain a {
	color:#696;
	}
	
.red #first, .green #first {
	color:#000;
	}
	
	
#cat_box_green .green #first {
	padding-top: 13px;
	}
	
#cat_box_sub .green #first {
	padding-top: 13px;
	}
	
.blue #second, .blue #third {
	color:#369;
	}
	
.red #second, .red #third {
	color:#933;
	}
	

	
.green #second a, .green #third a {
	color:#696;
	}


.box h1 a{
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #eee;
	float: right;
	margin: 2px 10px 0px 0;
	font-weight: normal;
	}

.box h2 a.sub {
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #666;
	float: right;
	font-weight: bold;
	margin: -20px 0px 0px 0;
	}
	
	
.box img {
	float: left;
	margin: 0 5px 0px 0;
	border: solid #000 1px;
	}
	
	
.box h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:15px;
	margin: 0px;
}	




#first {
	height: 53px;
}




#second, #third {
	height: 47px;
	width: 272px;
	background: #ddd;
	padding: 0 2px;
	overflow: hidden;
}

#cat_box_page #second {
	height: 53px;
	width: 100%;
	color: #000;
	padding: 0;
	float:right;
}


#cat_box_auth #second {
	height: 53px;
	width: 468px;
	color: #000;
	padding-left: 3px;
	float:right;
	background: #ddd;
}


#third {
	float:right;
	width: 244px;
	margin-top: -47px;
	padding-left: 30px;
	}
	
.blue #third {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_blue.png) no-repeat #ddd;
	}
	
.red #third {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_red.png) no-repeat #ddd;
	}
	
.shift-special {
	padding-left: 5px;
}

h2.shift-special{
	text-transform: capitalize;
	}
	

#cat_box #second a, #cat_box #third a {
	color: #000;
}


#cat_box #second a:hover, #cat_box #third a:hover {
	color: #666;
}

 .red #second a, .red #third a, #cat_box_page .red #second a, #cat_box_auth.red #second a  {
	color: #900;
}



#cat_box_page .blue #second a, #cat_box_page .blue #third a {
	color: #369;
}

#second a:hover, #third a:hover {
	color: #666;
	}

.blue #second a, #cat_box_auth.blue #second a {
	color: #369;
}



#cat_box_page .yellow #second a, #cat_box_auth.yellow #second a {
	color: #CD9D0E;
}

#second a:hover, #third a:hover {
	color: #666;
	}
	
	
#more {
	width: 530px;
	height: 50px;
	padding-left: 55px;
	padding-top: 5px;
	font-weight: bold;
	background-color: #fff;
}


.blue #more {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowleft_blue.png) no-repeat #fff;
}



.blue #more a {
	color: #369;
	}
	
.blue #more a:hover, .red #more a:hover,  .green #more a:hover {
	color: #666;
	}
	
.red #more {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowleft_red.png) no-repeat #fff;
	
}

#cat_box_sub #more {
	margin-top: 7px;
	margin-left: -5px;
	}

.red #more a {
	color: #933;
	}
	
.green #more {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowleft_green.png) no-repeat #fff;
	margin-top: 19px;
	margin-left: -5px;
}

.green #more a {
	color: #696;
	}

.more #more {
	background: #fff;
	padding-left: 0;
	}


#monthly {
	float: right;
	width: 226px;
	text-align: right;
}

h3 {
	color: #CD9D0E;
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-right: 5px;
	letter-spacing: .1em;
}

#news h3 {
	font-weight: normal;
	}

	
	
#news {
	float: left;
	margin: 0px 20px 30px 25px;
	width: 95%;
}

#news h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	margin-bottom: 0;
}

#news p {
	margin: 5px 0;
	}

#quote {
	float: right;
	text-align: right;
	width: 226px;
}
	
/****** cat pages **********/

#category_title {
	margin-top: 0px;
	margin-left: 25px;
}



h1.catty {
	text-align: right;
	margin: 0;
	padding-top: 20px;
	font-family: "Helvetica Neue Condensed", Helvetica;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .2em;
	}
	
h1.truth {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_blue2.png) center no-repeat;
	color: #369;
	}
	
h1.entertain {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_red2.png)  center no-repeat;
	color: #933;
	}
	
h1.shift {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_green2.png)  center no-repeat;
	color: #696;
	}
	
h1.news {
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowright_yellow2.png)  center no-repeat;
	color: #CD9D0E;
	}
	
h1.author {
	color: #CD9D0E;
	font-size: 14px;
	letter-spacing: .1em;
	}
	
h1.page {
	color: #CD9D0E;
	}

#cat_arrow {
	float: right;
	margin-top: -27px;
}

#cat_arrow_left {
	margin: 0 0 0 27px;
	border: none;
}




/********** sidebar **************/

#sidebar {
	float: left;
	width: 165px;
	margin: 0 5px;
	background: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/arrowleft_gray.png) no-repeat;
	margin-top: -50px;
	min-height: 30px;
	padding-left: 25px;
}

#sidebar h3{
	margin-left: 25px;
	}

#sidebar h3.spec {
	margin-bottom: 15px;
	margin-left: 25px;
	}
	
#sidebar ul li {
	margin-left: -40px;
}

#sidebar li:before {
	content: "\00BB \0020";
	color: #CD9D0E;
	}

#sidebar  li {
	list-style: none;}
	

	
a strong {
	color: #CD9D0E;
}

.list_hed {
	text-align: right;
	color: #999;
	margin-top: 5px;
	}
	
	
.b_auth ul li a {
	font-weight: bold;
	}


/****** footer *****/

#footer {
	clear: both;
	float: left;
	width: 778px;
	border-top: dashed #ccc 1px;
	margin-top: 30px;
	padding: 2px 25px;
}

#footer p {
	color: #999;
}


#footer a {
	text-transform: uppercase;
}

#footer ul {
	margin-left: -40px;
}

#footer ul li{
	display: inline;
}

#footer li:before {
	content: "\0020 \007C \0020";
	color: #000;
	}
	
#footer li.first:before {
	content: none;}
	
#footer li.bam {
	color: #999;
	font-weight: bold;
	}
	

/* form stuff */

option {
	text-transform: capitalize;
}

small {margin-top: 30px;}
	

/* OLD STYLES some still in use */

body, p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 15px;
color: #000000;
background-color:#FFFFFF;
}

h1 {
line-height:normal;
}

/* sach's css */
.indented {
    margin:0 0 0 15px;
}
/* end sach's css */

/* Willo's CSS  */


.bg-gray {
	background-color: #DDDDDD;
}
.bg-yellow {
	background-color: #CC9900;
}
.bg-red {
	background-color: #993333;
}
.bg-blue {
	background-color: #336699;
}
.bg-green {
	background-color: #669966;
}

.title-gray-dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.txt-black-GrayLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}

.txt-black-GrayLinks a:link, .txt-black-GrayLinks a:visited {
	color: #CCCCCC;
}
.txt-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
.txt-black a:link, .txt-black a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9900;
	text-decoration: none;
	line-height: 15px;
}

.txt-black a:hover, .txt-black a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.txt-black-blueLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
}
.txt-black-blueLinks a:link, .txt-black-blueLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	line-height: 15px;
}

.txt-black-blueLinks a:hover, .txt-black-blueLinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.txt-black-greenLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
}
.txt-black-greenLinks a:link, .txt-black-greenLinks a:visited, .txt-black-blueLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669966;
	text-decoration: none;
	line-height: 15px;
}

.txt-black-greenLinks a:hover, .txt-black-blueLinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.txt-black-redLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
}
.txt-black-redLinks a:link, .txt-black-redLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
	text-decoration: none;
	line-height: 15px;
}

.txt-black-redLinks a:hover, .txt-black-redLinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.txt-on-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
}
.txt-on-red a:link, .txt-on-red a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
.txt-on-red a:hover, .txt-on-red a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
.txt-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
	line-height: 15px;
	padding: 3px;
}
.txt-red a:link, .txt-red a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.txt-red a:hover, .txt-red a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.txt-redMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.txt-redMore a:link, .txt-redMore a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.txt-redMore a:hover, .txt-redMore a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}

.txt-on-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99AACC;
	text-decoration: none;
	line-height: 15px;
	padding: 3px;
}
.txt-on-blue a:link, .txt-on-blue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
.txt-on-blue a:hover, .txt-on-blue a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}

.txt-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	line-height: 15px;
	padding: 3px;
}
.txt-blue a:link, .txt-blue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
	color: #000000;
}
.txt-blue a:active, .txt-blue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	line-height: 15px;
}

.txt-blueMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	padding-left: 18px;
	font-weight: bold;
}
.txt-blueMore a:link, .txt-blueMore a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.txt-blueMore a:active, .txt-blueMore a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}

.txt-on-yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding: 3px;
}
.txt-on-yellow a:link, .txt-on-yellow a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
.txt-on-yellow a:hover, .txt-on-yellow a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}

.txt-on-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding: 3px;
}
.txt-on-green a:link, .txt-on-green a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
.txt-on-green a:hover, .txt-on-green a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
.txt-greenMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669966;
	padding-left: 18px;
	font-weight: bold;
}

.txt-greenMore a:link, .txt-greenMore a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669966;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.txt-greenMore a:active, .txt-greenMore a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}

.txt-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	
}
.txt-gray a:link, .txt-gray a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9900;
	text-decoration: none;
	
}
.txt-gray a:active, .txt-gray a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.txt-error {
	color: #FF0000;
	font-weight: bold;
}

.subhead-yellow {
	font-family: "Futura Book", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #CC9900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.title-yellow {
	font-family: "Futura Book", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #CC9900;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

.footer-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}
.footer-gray a:link, .footer-gray a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9900;
	text-decoration: none;
	line-height: 15px;
}
.footer-gray a:hover, .footer-gray a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.bg-dottedgray {
	background-image: url(http://www.bamboozled.org/wp-content/themes/BAM/images/global/line_dash.png);
	margin: 0px;
	height: 2px;
	padding: 0px;
}
.thumb {
    border-style:solid;
    border-color: #FFFFFF;
    border-width:2px;
       }
.thumbFrame {
    padding: 0px;
    border-style:solid;
    border-color: #999999;
    border-width:1px;
       }
.rightImg {
	 padding-left:25px;
	}
.updateDay {
	 padding-left:10px;	
	}




















