/* reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
strong.strong{
	font-weight: bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
#content h3 a{
	color: #333;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clr {
	clear: both;
}

a, img {
	outline: none;
}

/* end reset styles */




/* standard sitewide styles */
html{
	background: #d0d0d2;
}
body {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	color: #696969;
}

#site-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#quick-login div#loggedin {
	background: #999a9c url(../images/toplogin-bottom.png) bottom left no-repeat;
	height: 20px;
	width: 585px;
	float: right;
	padding: 10px 10px 10px 5px;
}


#quick-login {
	height: 40px;
}

#quick-login #loggedin .userwelcome {
	color: #FFF;
	font-size: 1.2em;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

.userwelcome a{
	color: #333;
}

#quick-login #loggedin .logout {
	width: 66px;
	height: 18px;
	color: #FFF;
	background: url(../images/small-buttons.png) bottom left no-repeat;
	border: 0;
	font-size: 1.1em;
	text-align: right;
	display: block;
	text-decoration:none;
	float: right;
	padding-right: 8px;
	padding-top: 2px;
}

#quick-login form {
	background: #999a9c url(../images/toplogin-bottom.png) bottom left no-repeat;
	height: 20px;
	width: 560px;
	float: right;
	padding: 10px 10px 10px 30px;
}

	#quick-login form label {
		font-size: 1.1em;
		color: #FFF;
		float: left;
		display: block;
		height: 17px;
		padding-top: 3px;
		margin-right: 10px;
	}
	
	#quick-login form .input-round {
		height: 17px;
		background: #FFF url(../images/input-background.png) no-repeat;
		border: 0;
		font-size: 1.1em;
		float: left;
		padding-left: 10px;
		padding-top: 3px;
	}
	
	#quick-login form span.input-cap {
		background: #FFF url(../images/input-background.png) top right no-repeat;
		width: 10px;
		display: block;
		height: 20px;
		float: left;
		margin-right: 10px;
	}
	
	.button-small {
		width: 74px;
		height: 20px;
		color: #FFF;
		background: url(../images/small-buttons.png) top left no-repeat;
		border: 0;
		font-size: 1.1em;
		padding-bottom: 3px;
		text-align: right;
		padding-right: 6px;
		cursor: pointer;
	}
	
	.button-small.white {
		background: url(../images/smallbutton_white.png) top left no-repeat;
	}
	
	.smallform {
	
	}
	
		.smallform label {
			font-size: 1.2em;
			color: #333;
			font-weight: bold;
			padding-right: 10px;
		}
		
		.smallform .row {
			margin-bottom: 10px;
		}
		
		
		
	.tabledata {
		width: 100%;
	}
	
		.tabledata tr {
			border-bottom: 1px solid #CCC;
		}
	
		.tabledata td {
			padding: 4px;
		}
		
		.tabledata td strong {
			font-weight: bold;
			color: #000;
		}

		.tabledata td.heading {
			font-weight: bold;
		}
		
		.tabledata th {
			padding: 4px;
			font-size: 1.4em;
			font-weight: bold;
		}
		
		.tabledata tr.odd {
			background: #f5f5f5;
		}



#header {
	height: 80px;
	position: relative;
}

#logo {
	display: block;
	position: absolute;
	width: 245px;
	height: 97px;
	overflow: hidden;
	top: -30px;
	left: -20px;
}

#logo img {
	left: 0px;
	top:  0px;
	position: absolute;
}

#statsbubble {
	width: 316px;
	height: 42px;
	background: url(../images/statsbubble.png) no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	padding-top: 11px;
	position: absolute;
	right: 10px;
	bottom: -5px;
}

#navigation {
	position: relative;
	height: 37px;
	overflow: hidden;
	bottom: -1px;
}


#navigation ul {
	margin-left: 20px;
	position: absolute;
	bottom: -1px;
	z-index: 20;
}

	#navigation ul li {
		float: left;
		background: url(../images/mainnav-bg.png) top left no-repeat;
		height: 37px;
		margin-right: 3px;
		padding-left: 8px;
	}
	
	#navigation ul li a {
		float: left;
		text-decoration: none;
		background: url(../images/mainnav-bg.png) top right no-repeat;
		height: 37px;
		display: block;
		padding: 0px 13px 0px 5px;
		font-size: 1.2em;
		color: #FFF;
		line-height: 40px;
	}
	
		#navigation ul li.sfhover {
			background-position: left -37px;
		}
		
		#navigation ul li.sfhover a {
			background-position: right -37px;
		}

	
		#navigation ul li.active,
		#navigation ul li.current-cat {
			background: url(../images/mainnav-bg.png) bottom left no-repeat;
			margin-bottom: -1px;
		}
		
		#navigation ul li.active a,
		#navigation ul li.current-cat a {
			background: url(../images/mainnav-bg.png) bottom right no-repeat;
			color: #333;
		}
		
		#navigation ul li.dashboard {
			background-position: left -111px;
		}
		
		#navigation ul li.dashboard a {
			background-position: right -111px;
		}
		
		#navigation ul li.register {
			background-position: left -74px;
		}
		
		#navigation ul li.register a {
			background-position: right -74px;
		}


#content-top {
	background: #FFF url(../images/content-top.png) top left no-repeat;
	line-height: 1px;
	font-size: 1px;
	height: 10px;
}

.content-wrapper {
	background: #FFF;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	padding: 20px;
	min-height: 400px;
	padding-bottom: 40px;
}

#content-bottom {
	background: #FFF url(../images/content-bottom.png) bottom center no-repeat;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}


a#topofpage {
	display: block;
	position: absolute;
	width: 20px;
	height: 36px;
	background: url(../images/topofpage-button.png) no-repeat;
	right: -19px;
	bottom: 0px;
}

a#topofpage:hover {
	right: -20px;
}

a#reportspam {
	display: block;
	position: absolute;
	width: 111px;
	height: 27px;
	background: url(../images/reportspam-button.png) no-repeat;
	top: -2px;
	right: 20px;
}

a#reportspam:hover {
	top: -1px;
}

#footer-wrapper {
	background: #333 url(../images/footer-bottom.png) bottom left no-repeat;
	margin: 0px 20px 10px 20px;
	padding: 20px 0px 20px 20px;
	position: relative;
}

	.footer-module {
		float: left;
		width: 640px;
		margin-right: 40px;
		position: relative;
	}
	
	.footer-module a {
		color: #FFF;
		font-size: 1.2em;
		text-decoration: none;
	}
	
	.footer-module h3 {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.footer-module ul {
		margin-bottom: 10px;
	}
	
		.footer-module ul li {
			border-bottom: 1px solid #484848;
			padding: 10px 0px 10px 0px;
			color: #d0d0d2;
		}
		
		.footer-module ul li a {
			color: #1ea7e2;
			font-size: 1.1em;
		}
		
		.footer-module ul li a:hover {
			color: #69daff;
		}
		
	.thebuzzicon {
		position: absolute;
		width: 33px;
		height: 23px;
		background: url(../images/thebuzz-icon.png) no-repeat;
		top: -43px;
	}
	
	.twitterfeedicon {
		position: absolute;
		width: 33px;
		height: 23px;
		background: url(../images/twitterfeed-icon.png) no-repeat;
		top: -43px;
	}  
	
	#thebuzz h3 {
		width: 74px;
		height: 13px;
		background: url(../images/thebuzz-heading.png) no-repeat;
	}
	
	#twitterfeed h3 {
		width: 99px;
		height: 13px;
		background: url(../images/twitterfeed-heading.png) no-repeat;
	}
	
	#addthis {
		margin-left: 10px;
	}


#bottom {
	color: #333333;
	padding: 0px 40px 0px 40px;
	margin-bottom: 10px;
}

#bottom .verson {
	float: left;
}

#bottom .credits {
	float: right;
}

#bottom a {
	color: #1ea7e2;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

/* end sitewide styles */



		

/* adverts bsa */

#buy_sell_ads {
	width: 125px;
	position: absolute;
	right: -145px;
	top: 175px;
}

#smallads {
	width: 120px;
	margin-top: 40px;
	float: right;
	margin-right: 10px;
}

/* adverts BSA end */






/* HOME PAGE STYLING HERE */

#home #content-area {
	float: left;
	width: 500px;
}

#home .coolhr {
	height: 9px;
	background: url(../images/coolhr.gif) no-repeat;
	margin-bottom: 10px;
}

#home #screenshot-area {
	width: 215px;
	height: 252px;
	position: relative;
	top: -50px;
	right:  -50px;
}

#home p.learnmore {
	margin-left: 15px;
	color: #979799;
	font-size: 1.2em;
}

	#home a {
		color: #44a3d0;
	}


#home #signup-steps {
	list-style: decimal;
	margin-left: 25px;
	margin-bottom: 20px;
}

	#home #signup-steps li {
		font-size: 1.4em;
		color: #696969;
		line-height: 1.8em;
	}

#home a#register-home {
	width: 320px;
	height: 44px;
	display: block;
	background: url(../images/register-btn-offer.jpg) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
}

#home a#register-home:hover {
	background: url(../images/register-btn-offer.jpg) bottom left no-repeat;
}


#home .praise {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #333;
	margin-bottom: 5px;
}

#home .who-praise {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #333;
	text-align: right;
}

#home .who-praise a {
	color: #1EA7E2;
}

#home #home-image-1,
#home #home-image-2,
#home #home-image-3 {
	position: absolute;
}

#home #home-image-1 {
	top: 100px;
}

#home #home-image-2 {
	left: -75px;
	bottom: -100px;
}

#home #home-image-3 {
	right: -40px;
	top: 100px;
}

#home #column-area {
	float: right;
	width: 269px;
	position: relative;
}


/* END HOME PAGE STYLING */




/* general content styles */


#content p {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#content .contentblock,
#content .post {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#content a{
	color: #5cb7e6;
}

	#content a:hover {
		color: #7ad3ff;
	}

#content ul {
	margin-bottom: 20px;
}

	#content ul li {
		line-height: 1.6em;
		font-size: 1.2em;
		color: #696969;
	}


.bold {
	font-weight: bold;
}

.important {
	border: 1px solid #f6a81f;
	padding: 10px;
	font-weight: bold;
	color: #f6a81f;
	background: #fff1d8;
}

/* end general content styles */


/* internal layout */


.contentsection {
	float: left;
	width: 620px;
}

.contentcolumn {
	float: right;
	width: 250px;
}


/* pagination */
.admin_users th{
	padding: 5px;
	background-color: #525252;
	color: #FFF;
}
.admin_users td{
	padding: 5px;
}
.admin_users ul{
	margin: 0px;
}

.admin_users .alt-row{
	background-color: #F3F3F3;
}

#content .pagination {
                text-align: center;
                padding: 5px 0 5px 0;
                margin: 5px 0px;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
#content .pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

#content .pagination a.number {
				border: 1px solid #ddd;
                }

#content .pagination a.current {
                background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
#content .pagination a.current:hover {
				text-decoration: underline;
                }

a.zoom{
	padding:  3px;
	border:  1px solid #CCC;
	margin: 3px;
}

/* internal layout end */
 
.internal_banner{
	padding-top: 50px;
	padding-bottom: 50px;
}
	.internal_banner div{
		color: #CCC;
		text-transform: uppercase;
		display: block;
		text-align: left;
		size: 9px;
	}


#registernow h3 {
	margin-bottom: 10px;
}

	#registernow ul li {
		margin-bottom: 5px;
		padding-left: 20px;
		background: url(../images/blue_right.png) 0px 4px no-repeat;
	}


h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
	color: #44a3d0;
}

.niceBold {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #333;
}

.niceLight {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #333;
}




/* leftover css */

div#message {
	background: #e7eeff url(../images/message-bg.png) top left no-repeat;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
}

	div#message-bottom {
		background: #e7eeff url(../images/message-bg.png) bottom left no-repeat;
		height: 8px;
		margin-bottom: 8px;
	}

	div#message div.message-item {
		color: #388dff;
		padding: 4px 4px 2px 8px;
	}
	
	body div#message div.no_credits{
		color: #F00;
		font-size: 24px;
	}



div#error {
	background: #f8dede url(../images/error-bg.png) top left no-repeat;
	padding-top: 4px;
}

	div#error-bottom {
		background: #f8dede url(../images/error-bg.png) bottom left no-repeat;
		height: 12px;
		padding-top: 4px;
	}

	div#error div.error-item {
		color: #cc0000;
		padding: 4px 4px 2px 8px;
	}
	
div#success {
	background: #edf5de url(../images/success-bg.png) top left no-repeat;
	padding-top: 4px;
}

	div#success-bottom {
		background: #edf5de url(../images/success-bg.png) bottom left no-repeat;
		height: 12px;
		padding-top: 4px;
	}

	div#success div.error-item {
		color: #73b300;
		padding: 4px 4px 2px 8px;
	}

			

	form.bigform div.row {
		margin-bottom: 15px;
	}
	
		form.bigform input#big-button {
			width: 104px;
			height: 27px;
			border: none;
			margin: 0;
			color: #FFF;
			font-weight: bold;
			text-align: right;
			cursor: pointer;
			margin-left: 168px;
			background: url(../images/bigbutton-white.png) no-repeat;
		}
	
		form.bigform div.row input.shortfield {
			width: 200px;
			margin-left: 10px;
		}
	
		form.bigform div.row label {
			font-weight: bold;
			width: 160px;
			float: left;
			padding: 4px;
			font-size: 1.2em;
			color: #333;
		}
		
		form.bigform div.row input,
		form.bigform #query,
		.tabbed form input.field,
		form.bigform .response {
			border: 1px solid #333;
			padding: 5px;
			width: 340px;
		}

		form.bigform select,
		form.bigform .checkbox{
			border: 2px solid #a9a9a9;
			background: #f7f7f7;		
		}


		form.bigform div.row span.input-message {
			color: #9e9e9e;
			display: block;
			margin-left: 168px;
			padding-top: 4px;
			font-size: 1.2em;
		}

/* end leftover css */



#at15s{
	display: none;
}


.post strong,
.post b{
	font-weight: bold;
}

.post em,
.post i{
	font-style: italic;
}