@charset "utf-8";

* {margin:0; padding:0;}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

body{
	/*background-color:#eeeeee;*/
}

#feed{
	dispaly:block;
	float:right;
	padding-bottom:10px;
	padding-left:10px;
}

#blogtext p{
	margin-top:11px;
}

html a{
	text-decoration:none;
	color:black;
	cursor: hand;
}

html a:hover{
	color:#7bb3d6;
	/*color:#3b5998;*/
}

img{
	border-style:none;
}

/* Outer container for whole site*/
#wrapper{
	width: 960px;
	background-color:#FFFFFF;
	margin:10px auto;
	border: 1px solid gray;
	text-align: left;
	padding: 2px;
	/*overflow: hidden;*/
}

/* Inner wrapper holds middle section together with grey background for left column*/
#inner_wrapper{
	width: 956 px;  /* This is equal to wrapper_width - wrapper padding*2 */
	margin: 0px;
	padding: 0px;
	text-align:left;
	overflow: hidden;
	background:url(../images/main_frame/content_col_2px_pad.png) repeat-y;
	/*line-height: 110%;*/
}

#title h1{
	color:#FFF;
	font-size:24px;
	padding: 2px;
	margin-bottom: 2px;
	line-height: 100%;
	margin-left:0px;
	text-align: left;
}


#time {
	float:right;
	text-align:right;
	margin: 5px 5px 0px 0px;
	font-size:16px;
}

#bookmarks {
	float:right;
	height: 18px;
	width: 550px;
	margin: 7px 10px 0px 0px;
	text-align:right;
}

#bookmarks img{
	margin-bottom: 0px;
	border: 1px solid gray;
}

#bookmarks a:hover img{
	border: 1px solid white;
}

#banner{
	height:102px;
	width: 658px;
}

#banner img{
	/*margin: 0px 0px 5px 0px;*/
	height:100px;
	width: 658px;
	border-bottom: 2px solid white;
}

#navbar{
	width: 658px;
	height: 20px;
	border-bottom: 2px solid white;
	background-color: #9e9e9e;
}

#navbar li{
	float: left;
	display: block;
	padding-left: 0px;
}

#navbar img{
	padding: 0px;
	margin: 0px;
}

#search{
	float:right;
	margin-right: 2px;
}

#textbox{
	float: right;
	margin: 0px 1px 0px 0px;
}

/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
 #textbox { margin: 1px 0px 0px 0px; }
}

/* Show only to IE7 */ *:first-child+html #textbox {   margin: -1px 0px 0px 0px;   } 

.textboxwidth{
	width:125px;
}

#rightcol{
	float: right;
	width: 300px;
	padding:0px 0px;
	/*background-color:#00CC66;*/
}

#right_ad{
	width: 160px;
	height: 600px;
	float: right;
	margin: 5px 0px 0px 3px;
}

#line_below_navbar{
	height: 5px;
	width: 658px;
	background-color: #aaaaaa;
	border-bottom: 2px solid white;
}

#content{
	font-size:14px;
	/*margin: 0px 330px 0px 0px;*/
	/*background-color:#CACACA;*/
	text-align: left;
	padding: 5px;
	width: 650px;
	/*float:left;*/
	/*overflow:hidden;*/
	color:#000000;
}

#footernav{
	margin-top: 2px;
	clear:both;
	/*background-image:url(../images/colour.png);
	background-repeat: repeat;*/
	text-align:center;
	font-size:14px;
	overflow:hidden;
	height:30px;
}

#footernav li{ 
	float: left;
	display: block;
	/*width: 70px;*/
	/*height: 25px;*/
	padding-left: 5px; /* the width reserved for the background image */
	padding-right: 5px; /* the width reserved for the background image */
	background: url(../images/main_frame/list.gif) no-repeat 0px 2px; /* the "bullet"... adjust these numbers to taste */
	/*margin: 5px 0px 5px 0px;*/
	margin-top: 6px;
} 

#footernav li.first{
	background:none;
	margin-left: 350px;
}

#footernav a{
	text-decoration:none;
	color: black;
}

#footernav a:hover{
	color: white;
}

#footer{
	text-align:center;
	font-size:10px;
	margin: 5px 0px;
}

.clearit{
	/*display:block;
	height:0;
	visibility:hidden;*/
	clear:both;
	
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}


.lefttext{
	display: block;
	float: left;
	clear:left;
}

.righttext{
	display: block;
	float: right;
	clear:left;
}

.fixgap {
	float: right;
	height: 0;
} 

.addgap{
	display:block;
	height:200px;
}

.smalltext{
	font-size:8px;
}

.not_there{
	font-size:0px;
}

.no_decoration{
	text-decoration:none;
	border:0;
}

.shiftup5{
	margin-top:-5px;
}

#yuicalendar1{
	position:absolute;
	top:25px;
	left:2px;
	font-size: 10px;
	/*margin: -4px 0px 0px -6px;
	*/
	width:110px;
}

.visible_overflow{
	overflow:visible;
}

.position_relative{
	position:relative;
}

#calendar_filler{
	height:170px;
}

.hiddenPic {
	display:none;
	visibility:hidden;
	}
	
.clearleft{
	clear:left;
}

.clearright{
	clear:righ;
}

.clearboth{
	clear:both;
}

.logo_hover{
	height: 26px;
	width:66px;
	display:inline-block;
	overflow:hidden;

}

.logo_hover img{
	border:1px solid #666666;
	width: 64px;
	height: 24px;
}

.logo_hover img:hover{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 64px;
	height: 24px;
}

.filler{
	height:10px;
	width:1px;
	margin:0px 0px 5px 0px;
}

.top-left{
	clear:left;
	float:left;
}

.top_right_image{
	float:right;
}

.top_right_image img{
	width:390px;
	margin: 0px 1px 5px 0px;
}

#comments_wrapper{
	background-color:white;
	margin: 0px -10px 0px -10px;
	border-left:1px solid #7a7a7a;
	border-right:1px solid #7a7a7a;
	padding-top:0px;
	width:650px;
}

#comments{
	margin:0px 0px 0px 50px;
	padding: 10px 0px;
}

#comments_warning{
	text-align:center;
	color:#999999;
}

.fill_whitebox{
	background-color:white;
	margin: 0px -10px 0px -10px;
	border-left:1px solid #7a7a7a;
	border-right:1px solid #7a7a7a;
	padding-top:0px;
	width:650px;
}


#line{
	clear:left;
	float:left;
	background-color:#333333;
	height:2px;
	width:270px;
	margin:10px 0px 10px 0px;
}

.submissions a{
	font-weight:bold;
}

.justify{
	text-align:justify;
}

#location{
	font-size:10px;
	height:100px;
}

.smaller_bottom_box{
	margin-bottom:-5px;
}

.boldlinks a{
	font-weight:bold;
}

.hand{
	cursor:pointer;
}

#fbook_fanbox{
	/*border: 1px solid #94a3c4;*/
	
	width: 299px;
	/*background-color:#eceff5;*/
	height: 378px;
	margin-top:5px;
	margin-left:1px;
}



/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
 #fbook_fanbox{height: 380px; }
}

/* Show only to IE7 */ *:first-child+html #fbook_fanbox{height: 378px; } 


#community{
	
	background: url(../images/colour_schemes/homepage/colour.png) repeat;
	padding:3px;
	margin-top:5px;
}

#community p{
	font-size:12px;
}

#community h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

#jigsaw, #jigsaw a{
	color:#888888;
}

a.sprite img {
	display: none;
}

div.addthis #share{
	padding-top:15px;
	float:left;
}

div.addthis a.sprite {
	float:		left;
	display:	inline;
	width:		23px;
	height:		23px;
	margin:		8px 4px 0 0;
	text-indent:-9999px;	
	cursor:		pointer;
}
.addthis_button_twitter {
	display: none;
}
div.addthis{
	background-color:white;
	margin-top:-10px;
	margin-right:10px;
	float:right;
}
div.addthis a.twitter {
	background: transparent url(/images/icon_addthis.png) no-repeat 0 0;
}
div.addthis a.facebook {
	margin-left: 8px;
	background: transparent url(/images/icon_addthis.png) no-repeat -23px 0;
}
div.addthis a.digg {
	background: transparent url(/images/icon_addthis.png) no-repeat -46px 0;
}
div.addthis a.delicious {
	background: transparent url(/images/icon_addthis.png) no-repeat -69px 0;
}
div.addthis a.reddit {
	background: transparent url(/images/icon_addthis.png) no-repeat -92px 0;
}
div.addthis a.stumbleupon {
	background: transparent url(/images/icon_addthis.png) no-repeat -115px 0;
}
div.addthis a.blogger {
	background: transparent url(/images/icon_addthis.png) no-repeat -138px 0;
}
div.addthis a.myspace {
	background: transparent url(/images/icon_addthis.png) no-repeat -161px 0;
}

#disqus_thread{
	margin-top:10px;
	padding:15px;
}

.dsq-brlink{
	margin-left:15px;
}
