/*CSS Reset*/
body, div, dl, dt, dd, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


body, html {
	background: #222222;
}

body {
	background:url(../img/tbBg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	font: 80% Arial, sans-serif;
}

h1 {
	font-size: 100%;
	color: #fff;
}

h1 a, h1 a:visited {
	color: #fff;
}

h1 a:hover {
	text-decoration: none;
}


a, h1 a:visited {
	color: #fff;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: 0;
}

#logo h1 {
width:297px; 
height: 67px; 
text-indent: -9999px; 
background: url(../img/tbLogo.jpg) no-repeat;
margin: auto;
}

#twitthis {
	text-align: center;
	margin: 6px
}

#preHead {
	text-align: center;
	background: #000;
	border-top: 1px solid #9fbfd2;
	border-bottom: 1px solid #9fbfd2;
	color: #9fbfd2;
	margin: 0px 0;
}

#preHead p {
	margin: 4px 0;
}

#preHead h2 {
	margin: 4px 0;
}

#header {
	text-align: center;
	margin: 30px 0;
	height: 160px;
}

#header p {
	color: #ccc;
}

#header h2 {
	position:absolute;
	top:1px;
	left:70px; 
	display: inline;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 165%;
}

#header input {
	position:absolute;
	top:4px;
	right:78px; 
	border: 0;
	background: #fff;
	padding: 2px 10px;
	height: 17px;
	width:170px;
	color: #000;
	font-size: 100%;
}



#logo {

}

#twID {
	position: relative; 
	width: 500px;
	height: 30px;
	margin: 5px auto; 
}

#pageWrap {
	width:900px;
	margin: auto;
	min-height: 300px;
	position: relative;
}

#response {
	color: #2CB6FF;
	padding: 4px;
}

#tbMain {
	clear: both;
	overflow: hidden;
	background: #fff;
}

#twitterButtons {
	width: 680px;
	margin: 0 0 20px 8px;
	float: left;
}

#twitterButtons div{
	float: left;
	margin: 5px 10px 0 0;
}

#twitterButtons textarea {
	width:210px;
	height: 80px;
	font-size: 100%
}

#twitterButtons img {
	display: block;
	margin: 0 0 5px 0;
}

#sidebar {
	border-left: 1px #ccc dotted;
	float: right;
	width: 180px;
	padding: 2px 10px;
}

#sidebar a, sidebar a:visited {
	color: #6EB6FF;
	font-size: 120%;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar h2{
	background: url(../img/h2Bg.jpg) repeat-x;
	height: 18px;
	border: 1px solid #77a0ab;
	color: #ff0066;
	font-size: 126%;
	padding: 0 0 0 2px;
	margin: 10px 0;
}

#sidebar .container {
	text-align: center;
}

.ads {
	margin:20px;
}

#footer {
	color: #444;
	background: #fff;
	margin: 10px 0px;
	padding: 0 10px;
	height: 40px;
}

#footer p{
	margin: 13px 0 0 10px;
	float: left;
}

#footer a, #footer a:visited {
	color: #444;
	text-decoration: none;
}

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

.cp {
	float: right;
	font-size: 80%;
	color: #fff;
	margin: 10px 0;
}