/*
Theme Name: Super Free Bingo II Theme
Theme URI: http://www.superfreebingo.com
Description: Super Free Bingo wordpress theme for SFB version 2
Version: 1a
Author: Paul Mullett
Author URI: http://www.littlestarmedia.com/

	This theme is built upon the foundations of 
	the 960bc theme by Troy Dean
	Adapted by Little Star Media exclusively for use 
	on Super Free Bingo.

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */


/* get rid of those system borders being generated for A tags */
	a:active {
	  outline:none;
	}
	
	:focus {
	  -moz-outline-style:none;
	}
	
	/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/transparent.png);
		color:#FFF;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	contentWrap {
		height:441px;
		overflow-y:auto;
		padding: 20px;
	}
	
	/* the overlayed element */
	.apple_overlay {
		
		/* initially overlay is hidden */
		display:none;
		
		/* growing background image */
		background-image:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/white.png);
		
		/* 
			width after the growing animation finishes
			height is automatically calculated
		*/
		width:640px;		
		
		/* some padding to layout nested elements nicely  */
		padding:35px;
	
		/* a little styling */	
		font-size:11px;
	}
	
	/* default close button positioned on upper right corner */
	.apple_overlay .close {
		background-image:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/close.png);
		position:absolute; right:5px; top:5px;
		cursor:pointer;
		height:35px;
		width:35px;
	}
	
	.apple_overlay p, .apple_overlay ul  {
		font-size: 13px;
	}

/* Related posts */

#relatedcontainer {
	padding: 5px;
	padding-left: 10px;
	border: solid;
	border-width:thin;
	border-color: pink;
}

#relatedtitle {
	color: ;
	font-weight: bold;
}

/* #relatedcontent {
	font-size: 8px;
	color: gray;
} */

.relatedcontent {
	font-size: 8px;
	color: gray;
}

.pinkborder {
	padding: 20px;
	margin-bottom: 10px;
	border: solid;
	border-width:thin;
	border-color: pink;
}
#welcomeBoxHome {
	position: relative;
	font-family: Arial;
	font-size: 15px;
	width: 260px;
	height: 222px;
	background-image: url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/mainwelcome.jpg);
	padding:28px 20px;
	text-align: center;
}
#sophieSig {
	position: absolute;
	top: 232px;
	left: 48px;
	font-family: 'TeenBold';
	color: white;
	font-size: 16px;
}
#welcomeBoxHome p {
	text-align: center;
}

/*Facebook */
.socialplacement {
	float: right;
	width: 250px;
	
	
}

.socialplacementnews {
	padding-top: 30px;
	width: 400px;	
}
.facebooklikes {
	padding-top: 5px;
}

#click_play2 {
		position:relative;
		top: 190px;
		height:auto !important;
		height: 80px;
		min-height: 80px
		}

/* Main Body */

html, body {
		width: 100%;
		height: 100%;
		margin: 0 0 30px 0;
		padding: 0
		}
		
body:after {
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0px;
		left: 0px;
		content: ""
}
			
#head_search, #head_search form {
		margin-top: 0.75em;
		margin-left: 4px
		}

#head_search input{
		border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		padding: 0.5em;
		width: 200px
		}
		
#main_nav {
		background: transparent;
		display: inline;
		overflow: visible;
		height: auto !important;
		height: 45px;
		min-height: 45px;
		position: relative;
		margin-top:50px;
		
		padding: 0
		}

#main_nav ul {
		background: transparent;
		position: absolute;
		height: auto !important;
		height: 45px;
		min-height: 45px;
		padding: 0;
		margin: 0;
		bottom: -5px;
		right: 0
		}

#main_nav li {
		margin-top: 0;
		line-height: 45px;
		margin-bottom: 1em;
		height: auto !important;
		height: 45px;
		min-height: 45px;
		display:inline-block;
		*display: inline;
		list-style-type: none;
		padding: 0 20px 0 20px;
		overflow: visible;
		background: transparent;
		}
		
#main_nav li#first {
		padding-left: 0;
		border-left: 0
		}

#main_nav li#last {
		padding-right: 0;
		}
				
	
#main_nav a, #main_nav a:hover, #main_nav a:visited {
		background: transparent;
		text-decoration: none;
		display:inline-block;
		*display: inline;
		}
		
.bingohelp {
	padding: 10px;
	width:440px;
	background: url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/list_bg.gif) 0px 50px;
	background-repeat:repeat-x;
	font-size: 12px;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
}

.bingohelp h4 {
	color: #C06;
}


/* Promotion page*/

.home_list_promo {
		background: #fff url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/sfbpromotions.gif)  no-repeat;
		border-bottom-right-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
		-moz-border-radius-bottomleft: 0.5em;
		-moz-border-radius-bottomright: 0.5em;
		-webkit-border-bottom-right-radius: 0.5em;
		-webkit-border-bottom-left-radius: 0.5em;
		
		/*height: auto !important;*/
		position: relative;
		height:auto !important;
		width: 880px;
		height: 125px;
		min-height: 125px;
		margin-left: 25px;
		}
		
.list_promo {
		background-image: url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/cornerpromo.gif);
		background-repeat: no-repeat;
		height: 65px;
		width: 65px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 16px;
		color: white;
		font-weight: bold;		
		/*height:auto !important;*/
		display: block;
		vertical-align: top;
		text-align: left;
		padding-top: 4px;
		padding-left: 5px; 
		z-index: 99;
		position: absolute;
		top: 7px;
		left: 16px
		}
		
.claimnowpromo {
		top: 33px;
		right: 92px;
		position: absolute;
}

.excerptpromo{
		position: absolute;
		top: 32px;
		left: 245px;
		width: 457px;
}
.promoheading{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
}

.promologo {
		position: absolute;
		top: 25px;
		left: 40px;
		width: 140px;
}
.promoheader {
		background-image: url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/core/promoheader.jpg);
		background-repeat: no-repeat;
		width: 396px;
		height: 262px;
		margin-left: 21px;
		padding-left: 484px;
		padding-top: 9px;
}

#click_play2 {
		position:relative;
		top: 130px;
		height:auto !important;
		height: 80px;
		min-height: 80px
		}
.new {
	position: absolute;
	height: 21px;
	width: 47px;
	left: 235px;
	top: -28px;
	vertical-align: top;
}
/* End promotion page */



/* Bingo Hero Takeover */

.bingoherobody {
	background-image: url(http://staging.superfreebingo.com/wp-content/themes/freebingo/images/site/core/bingohero2_02.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 300px;
	position: relative;
}
.bingherohead {
	width: 300px;
}
.bingohero2 {
	width: 300px;
	height: 300px;
	float: left;
	
}
.bingohero2 .bingoherobody .bingoheroexcerpt {
	position: absolute;
	width: 173px;
	height: 107px;
	left: 16px;
	top: -3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.bingohero2 .bingoherobody .bingoheroclickthrough {
	position: absolute;
	left: 12px;
	top: 187px;
	width: 147px;
	vertical-align: top;
}
.bingohero2 .bingoherobody .bingoherooffer {
	position: absolute;
	left: 200px;
	top: 43px;
	width: 80px;
	height: 54px;
	font-size: 40px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.bingoherowrapper {
	height: 300px;
	width: 620px;
}
/* Mostly home page */

.clear {
		clear:both;
		height:auto !important;
		height: 10px;
		min-height: 10px
		}

.home_list {
		background: #fff url(images/site/core/list_bg.gif) 0 30px repeat-x;
		border-bottom-right-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
		-moz-border-radius-bottomleft: 0.5em;
		-moz-border-radius-bottomright: 0.5em;
		-webkit-border-bottom-right-radius: 0.5em;
		-webkit-border-bottom-left-radius: 0.5em;
		height: auto !important;
		position: relative;
		height:auto !important;
		height: 300px;
		min-height: 300px
		}
		
.list_image {
		height:auto !important;
		height: 70px;
		min-height: 70px;
		}

.list_image img {
		}
	
.list_specials {
		height:auto !important;
		height: 32px;
		min-height: 32px;
		text-align: right
		}
		
.list_excerpt {
		padding:0.5em;
		padding-right:2em
		}
		
.list_click {
		left: 0.3em;
		bottom: 0.5em;
		position: absolute
		}		

#welcome_area {
		height:auto !important;
		height: 300px;
		min-height: 300px
		}

#homepage_signup, #operator_signup, #listing_signup {
		margin-top: 1em;
		margin-bottom: 1em;
		border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		}

#homepage_signup img, #operator_signup img, #listing_signup img {		
		margin: 3px 4px 1px 5px;
		float: left
		}

#homepage_signup #signup_text, #operator_signup #signup_text, #listing_signup #signup_text {			
		width: 220px;
	    vertical-align: top;
		display: inline-block;
		*display: inline;
		margin: 2px -15px 0 -6px;
		height:auto !important;
		height: 30px;
		min-height: 30px;
		float: left
		}

#homepage_signup #firstname, #homepage_signup #email, #operator_signup #firstname, #operator_signup #email, #listing_signup #firstname, #listing_signup #email {
		border: 0;
		border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		width: 205px;
		height: 25px;
		vertical-align: top;
		margin: 7px 4px 4px 0;
		padding-left: 4px;
		font-weight: 700;
		float: left
		}
				
#homepage_signup #submit, #operator_signup #submit, #listing_signup #submit {
		background:url(images/site/core/click_to_join.gif) no-repeat;
		cursor: pointer;
		width: 112px;
		height: 33px;
		border: none;
		vertical-align: top;
		margin: 6px 0 0 0;
		float: left
		}		
		
#homepage_signup #tnc, #operator_signup #tnc, #listing_signup #tnc {
		vertical-align: top;
		font-size: .75em;
		float: left
		}

#homepage_news {
		margin-top: 1em;
		margin-bottom: 1em
		}

#homepage_tips {
		margin-top: 10px;
		margin-bottom: 10px
		}

#homepage_tips_content, #homepage_news_content {
		border-bottom-right-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
		-moz-border-radius-bottomleft: 0.5em;
		-moz-border-radius-bottomright: 0.5em;
		-webkit-border-bottom-right-radius: 0.5em;
		-webkit-border-bottom-left-radius: 0.5em;
		padding: 0.5em;
		height:auto !important;
		height: 200px;
		min-height:200px
		}		

#sophiespick-2, #sophiespick-3 {
		height:auto !important;
		height: 300px;
		min-height: 300px;
		position: relative
		}

#thepick-2 {
		margin: 60px 0 0 23px
		}
		
#thepick-3 {
		margin: 60px 0 0 26px
		}

/* end mostly home page etc. */

/* Mostly operator pages etc. */

#sophies_roundup, #sophies_review {
		margin-bottom: 1em
		}

#click_play {
		position:relative;
		height:auto !important;
		height: 80px;
		min-height: 80px
		}

#star_value {
		height:auto !important;
		height: 106px;
		min-height: 106px;
		text-align: center
		}
		
.list_free {
		height:auto !important;
		display: block;
		height: 40px;
		min-height: 40px;
		width: 40px;
		vertical-align: top;
		text-align: center;
		padding-top: 10px;
		z-index: 99;
		position: absolute;
		top: 110px;
		left: 116px
		}

#click_to_play {
		position: absolute;
		right: 0;
		top: 1.5em
		}

#click_to_play a:hover, #click_to_play a {
		text-decoration: none;
		}
		
#sophies_note {
		margin-top: 1.75em;
		}

/* end mostly operator pages etc. */

/* Tabbed Review */

.idTabs { display:inline; padding:0; }
.idTabs li { display:inline; float:left; padding:10px; margin-right:0; width:117px; height:16px; background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tab1.jpg) no-repeat; text-align:center; font-size:100%; }
.idTabs li a { color:#FFF; }
.opTab { float:left; padding:20px 0; width:550px; font-size:12px; font-family:Verdana; }
.opTab h2 { margin:0; padding:0; font-size:14px; color:#c06; }
#reviewWrap { width:100%; }
#review-one { padding:10px; margin:0 0 20px; float:left; }
#review-one .nav { overflow:hidden; margin:0 0 10px; }
#review-one .nav li { float:left; margin:0 10px 0 0; }
#review-one .nav li.last { margin-right:0; }
#review-one .nav li a { display:block; padding:8px 12px; background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbck.jpg) repeat-x; color:white; font-size:11px; font-weight:bold; text-align:center; border:0; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; behavior:url(http://staging.superfreebingo.com/wp-content/themes/freebingo/css/border-radius.htc); }
#review-one .nav li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg) repeat-x; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; behavior:url(http://staging.superfreebingo.com/wp-content/themes/freebingo/css/border-radius.htc); }
#review-one ul { list-style:none; }
#review-one ul li a { display:block; border-bottom:1px solid #666; padding:4px; color:#666; }
#review-one ul li a:hover { background:#fe4902; color:white; }
#review-one ul li:last-child a { border:none; }
#review-one ul li.nav-one a.current,#review-one ul.tabone li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-two a.current,#review-one ul.tabtwo li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-three a.current,#review-one ul.tabthree li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-four a.current,#review-one ul.tabfour li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-five a.current,#review-one ul.tabfive li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-six a.current,#review-one ul.tabsix li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#review-one ul li.nav-seven a.current,#review-one ul.tabseven li a:hover { background:url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/operator/tabbckover.jpg); color:white; }
#tabone,#tabtwo,#tabthree,#tabfour,#tabfive,#tabsix,#tabseven,#tabeight { margin-top:20px; background-color:#fffde6; border:1px solid #fff15e; padding:10px; margin-bottom:10px; }
#tabone h3,#tabtwo h3,#tabthree h3,#tabfour h3,#tabfive h3,#tabsix h3,#tabseven h3,#tabeight h3 { margin:0; padding:0 0 10px; font-size:21px; font-family:GrilledCheeseBTNToastedRg; color:#ff7800; font-weight:bold; text-transform:uppercase; }
#pageBar { width:100%; padding:10px; margin:0 0 20px 0px; border-bottom:0; position:relative; }
#pageBar h1 { font-family:SorbetLTDRegular; font-size:14px; padding:0; margin:0; font-weight:normal; color:#548100; text-decoration:underline; position:absolute; top:12px; left:135px; }
#pageBar h2 { font-family:SorbetLTDRegular; font-size:14px; padding:0; margin:0; font-weight:normal; color:#d35000; float:left; display:inline; margin-left:5px; }
.clear { height:0; }

/* End Tabbed Review */


/* Most go pages */

#go_wrap {
		background: url(images/site/go/go_background.jpg) no-repeat;
		height: 301px;
		width: 620px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 70px;
		padding: 0;
		position: relative
		}

#sophie_wave {
		height: 246px;
		width: 188px;
		position: absolute;
		top: 11px;
		left: 32px
		}

#loading {
		width: 330px;
		height: 90px;
		position: absolute;
		left: 245px;
		top: 132px
		}

#go_operator {
		width: 140px;
		height: 85px;
		display: inline-block;
		*display:inline;
		overflow: hidden
		}

#loadingbar {
		width: 140px;
		height: 85px;
		margin-left: 20px;
		display: inline-block;
		*display:inline
		}

#go_click {
		display: none;
		margin: 0 auto;
		}

.go_body #header {
		height:0;
		}

.go_body {
		height: 100%;
		text-align: center
		}	
#go_tips {
	background: url(http://www.superfreebingo.com/wp-content/themes/freebingo/images/site/go/GoTesti.gif) no-repeat;
	width: 699px;
	height: 202px;
	position: absolute;
	top: 300px;
	left: -38px;
}
#go_tips_txt {
	width: 80%;
	height: 90px;
	margin: 25px auto;
	overflow: hidden;
}
#gotiptitle {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #ff6c00;
}
#gotiptitle p {
	text-align: center;
	}
#gotipcontent {
	font-size: 12px;
	font-family: Tahoma;
}
#gotipcontent p {
	text-align: center;
}

				
#right_click {
		vertical-align: text-bottom
}

/* end majority of go code */

/* Mostly footer code */


#foot_directory {
		margin-top: 2em;
		height: 100%
		display: block;
		padding-bottom: 30px;
		}
#foot_directory h4{
		padding-bottom: 1.5em;
		}

#foot_directory ul {
		display: inline;
		margin-left: .75em;
		text-indent: 0
		}	

#foot_directory ul li {
		display: inline;
		list-style: none;
		display: inline;
		padding: 0 0.5em 0 0.5em;
		/* border-left: 1px solid #fff*/
		}

#foot_directory ul li.final {
		border-right: 0
		}

#foot_directory ul li.first {
		border-left: 1px solid #fff
		}

#footaware {
		text-align: right
		}	

/* end mostly footer code */ 

/* end majority of custom code */		

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
#peelClaim {
	position: absolute;
	top: 5px;
	right: 65px;
	z-index: 999;
}

#header {
		height: 116px;
		width: 100%
		}
		

#headerimg {
		height: 108px;
		position: relative
		}

#headerimg h1, #headerimg h2 {
		position: absolute;
		top: -1000px;
		left: -1000px
		}		
		
#headerimg a, #headerimg a:hover {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-decoration: none
		}			
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden
		}

#content {
		margin: 2em 0 0 0;
		}

#sidebar
		{
		text-align: left;
		padding-top: 2em;
		padding-bottom: 1.5em
		}

#footer {
		height: 100%;
		clear: both;
		margin: 20px 0 0 0;
		padding: 10px;
		background: #666
		}

.post {
		margin: 0 0 40px
		}

.postmetadata {
		margin: 30px 0
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px
		}

.attachment {
		margin: 5px 0px
		}

.postmetadata {
		clear: both
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline
		}

.alignright {
		float: right
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */


/* footer stuff */

#foot_directory ul {
		display: inline
		}	

#foot_directory ul li {
		display: inline;
		list-style: none;
		display: inline;
		padding: 0 0.5em 0 0.5em;
		/* border-left: 1px solid #fff*/
		}

#foot_directory ul li.final {
		border-right: 0
		}

#foot_directory ul li.first {
		border-left: 1px solid #fff
		}
		
.brighter {
	font-weight: 700
	}
