html {
	background: #fff;
	height: 100%;
}

body{
	height: 100%;
}

a{
	color: #0099cc;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:underline;
}

#main{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* POPULAR STUFF*/
#hottopics h4{
	font-size: 120%;
	color:#000;
	float:left;
}

#hottopics h4 a{
	color:#0099cc;
	text-decoration: none;
}

#hottopics h4 a:hover{
	color:#000;
	text-decoration: underline;
}

#hotkeywords{
	color:#0099cc;
	float:left;
	
}

ul#headlines {
	margin-top: -5px;
}

ul#headlines li{
	list-style:none;
	margin-left: 0px;
}


ul#headlines li a{
	color: #333;
	text-decoration: none;
}

ul#headlines li a:hover{
	color: #999;
}

/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}

/* BANNER NAV STUFF */
div#banner-nav-center {
	width: 980px;
	height: 10px;
	margin:0 auto 0 auto;
	padding: 0.6em 10px 2.4em 10px;
}
#banner-nav-center img{
	margin-bottom: -5px;
}
div#banner-nav {
	background: black;
	border-top: 0.4em solid #CFCCBE;
	color: #ccc;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 0.4em solid #0099cc;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}

#banner-nav-center a{
	color: #0099cc;
}


#banner-nav-center a:hover{
	color: #fff;
}

/* CONTAINER OF ALL, MUCH LIKE NEW YORK */
div#container {
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 1em;
	width: 950px;
}



#loading, #err{display:none;}

/* FORM */
#keywords-div{
	/*background: transparent url(../images/keywordback.png) no-repeat center;*/
	width:431px;
	height:60px;
	top: 20px;	
	position:relative;
}

#form{
	height: 100px;	
	margin-bottom: -40px;
}

#keywords-div input{
	font-size:24px;
	height: 25px;
	background: #ccc ;
	font-family: Georgia serif;
	padding:2px;
	margin:0;
	z-index:100;
	position:relative;
	top:24px;
	text-align:center;
	width:400px;
	border: 1px solid #999;
	color:#0099cc;
	margin-top:5px;
}

#submit-div{
	background: url(../images/submit-button.png) no-repeat center;
	width:114px;
	height:35px;
	vertical-align:top;
	position:relative;
	top:-42px;
	left:440px;
}

#submit-options{
	position:relative;
	width: 150px;
	left:540px;
	top: -38px;
}

select{
	font-size: 16px;
	width: 120px;
}

#submit{
	background: url(../images/submit-button.png) no-repeat center;
	height:35px;
	width: 114px;
	font-size: 22px;
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;	
	position:relative;
	top:-13px;
	left:415px;
	cursor:pointer;
	z-index:100;
}
#submit:hover{
	color:#0099cc;
}

#msg{	
	position: absolute;	
	margin: auto;
	height: 20px;
	display:block;
	top: 50px;
	right: 30px;
	width: 105px;
	text-align: center;
}

#counter {
	background: #ccc;
	margin: 0px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
}

#number, #number_result{
	font-weight: bold;
	color: red;
	font-size: 1.1em;		
}

#speed{
	font-weight: bold;
	color: red;
	font-size: 1.1em;		
}

#search_result{
	background: #ccc;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 4px 5px;
	font-size: 1.1em;
}

/*TWITTER STYLE*/

#twitter{
	margin-top: 5px;	
	height: 800px;
	overflow: scroll;	
}

#twitter img{
	padding: 5px;	
}

.twitts{
	background: red;
	padding:5px;
	margin: 5px 5px 5px 5px;
	height: 115px;
}

.twitts p{
	padding-top: 5px;
}

.t_content{
	display: block;	
	height: 80px;
	word-wrap: break-word;
}

.profileImg{
	float: left;
}

.t_content a{
	font-weight: bold;
}

.t_info{
	display:block;	
	text-align: right;	
	margin-top: 10px;
}

.time{
	color: #FFF;
	font-weight: bold;
}

/*SEARCH RESULT*/

#bigloading{
	height: 800px;
	text-align:center;
	maring:auto;
}

#bigloading h4{
	margin-top: 15px;
	margin-bottom: 25px;
}

#news{
	padding-bottom: 20px;
}

.news_items { 
	background: #ccc;
	padding:5px;
	margin: 10px 5px 5px 5px;
}

.news_items font{ 
	margin-left: 5px;
}


.news_items h4{
	font-size:100%;
	width: 580px;
	margin-bottom: -2px;
}

.news_desc{
	display:none;
	margin:0 0 5px 0;
}

.news_desc img{ 
	float: left;
	padding: 3px;
}
img.button:hover{cursor:pointer;}

/* HEADER STUFF */
#logo h3 {
	background: url(../../../images/logo.png) no-repeat left center; 
	width: 125px; 
	height: 79px;
}
h1#title, p#description {
	margin: 0;
}
h1#title {
	font-size: 2.7em;
}
p#description {
	font-size: 1.2em;
	color:#999999;
}

a#signin-link {color: #0099cc;}
a#signin-link:hover {color: #000;}

/* FOOTER STUFF */
div#footer {
	background: #000;
	border-top: 2px solid #F9F7ED;
	clear: both;
	color: #637b93;
	margin: 10x 0 5px 0;
	padding: 10px 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.9em;
	margin: 0 0.5em;
}

div a:hover{
	color: white;
}

/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	margin: -1em 0 2em 0;
	text-transform: uppercase;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
	height: 30px;
}

/* LINKS FOR ALL */
.username{
	color: #0099cc;
}

a {
	outline: none;
}
div#banner-nav ul li a, div#banner-nav ul li a:active, div#banner-nav ul li a:link, div#banner-nav ul li a:visited {
	background: #f9f7ed;
	color: #666;
	padding: 0 0.6em;
	text-decoration: none;
}
div#banner-nav ul li a:hover {
	background: #fff;
	color: #0099cc;
	padding: 0.6em 0.6em 0.8em 0.6em;
}


div.news-entry .primary a:visited, .secondary a:visited{
	color: #999;
	display: block;
	padding-right: 20px;
	background: url('../images/yes.png') center right no-repeat;
}

div#comments div#col1 ul li ul li a, div#comments div#col1 ul li ul li a:hover, div#comments div#col2 ul li ul li a, div#comments div#col2 ul li ul li a:hover {
	text-decoration: none;
}

div.news-entry h1, div.news-entry h2, div.news-entry h3, div.news-entry h4, div.news-entry h5, div.news-entry h6 {
	font-size: 1.6em;
	font-weight: normal;
	color: #0099cc;
}

div.news-entry h2 a, div.news-entry h2 a:active, div.news-entry h2 a:link, div.news-entry h2 a:visited {
	color: #0099cc;
}

div.news-entry h2 a:hover {
	color: #006699;
}

div.news-entry a, div.news-entry a:active, div.news-entry a:link{
	background: transparent;
	color: #333;
	text-decoration: none;
}

div.news-entry ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 0.95em;
	width: 300;
}

div.news-entry li  {
	border-top: 1px solid #505050;
	line-height: 16px;
	margin: 3px 0 3px 0;
	list-style:none;
}
a.tooltip:hover{
	color: #0099cc;
}

div.news-entry li a.tooltip{
	width:470px;
}

div.news-entry li.video{
	padding-top: 3px;
	padding-left: 20px;
	background: url('../images/video.png') center left no-repeat;
}

div.news-entry li.photo{
	padding-top: 3px;
	padding-left: 20px;
	background: url('../images/photo.png') center left no-repeat;
}

div.news-entry li.text{
	padding-top: 3px;
	padding-left: 20px;
	background: url('../images/text.png') center left no-repeat;
}

#popular li a.tooltip{
	width:350px;
}

#top10 li a.tooltip{
	width:350px;
}

img.thumbnail{
	float:left;
	border: 1px solid #999;
	margin: 0px 6px 2px 0px;
}

img.sharehand{
	cursor:pointer;
}


div.news-entry a{
	padding-top: 2px;
}

div.news-entry a:hover {
	background: transparent;
	color: #0099cc;
	text-decoration: none;
}


/* Sociable bookmarks*/
div.sociable { margin: 3x 0; }

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	margin-right:2px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.errors{color:#FF0000; }
ul.errors{
	margin-top: 5px;
	color:#8a1f11;
	border-color:#FBC2C4;
}
ul.errors li{
	margin-top: 5px;
	padding:.8em;
	list-style:none;
	display:block;
	background:#FBE3E4;
}

/*Sharing Style*/
#sociable{}
#sociable span{
	font-size:90%;
	width: 30px;
}

#share{}

* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/*Pagination style*/
.qp_counter {
	margin:  10px;
}
			
a.qp_disabled {
	color: #888;
}

.pagination{
	margin: auto;
}
