/*
Twitter NI
Author: Lee Munroe April 2009
*/


/* 
################### CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################



*/
 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

a{text-decoration:none;}

.clear{
clear:both;
}

html {
overflow: -moz-scrollbars-vertical;
}

#skipto{
display:none;
}

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

/*
# Layout ################### 
*/

body{
font:75%/1.5  Helvetica, Arial,Verdana, sans-serif;
color:#fff;
background: #2b2b2b url(../images/bg.jpg);
}

#header{
	background: #2b2b2b;
	/*border-bottom: 1px solid #000;*/
}

.container{
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#header .container{
	background: url(../images/header.png) top left no-repeat;
}

#search{
	float: right;
}

#content{
	clear: both;
	/*border-top: 1px solid #696969;*/
	background: url(../images/bg.png) repeat-x top;
	padding-top:50px;
}

#content .container{
	/*background: url(../images/content.png) top center no-repeat;*/
}

.main{
	width: 720px;
	float: left;
	margin-right: 20px;
}

.sidebar{
	width: 240px;
	float: left;
}

#footer{
	padding: 20px 0;
}
/*
# Nav ################### 
*/

.order{
margin:20px 0 20px 0;
}

.order li{
display:inline;
float:left;
display:block;
margin-left:10px;
}

.order li a{
color:#fff; 
font-weight:bold;
display:block;
float:left;
padding-left:10px;
background:url(../images/orderleft.png) top left no-repeat;}

.order li a span{
display:block;
float:left;
padding-right:10px;
height:25px;
line-height: 25px;
background:url(../images/orderright.png) top right;
}

.order li a:hover{
background-position:0% -25px;
color:#fff;}

.order li a:hover span{
background-position:100% -25px;
color:#fff;
cursor:pointer;}

.order li.current a{
background-position:0% -50px;
}

.order li.current a span{
background-position:100% -50px;
color: #292829;
}

/*
# Headings ################### 
*/

h1{
	font-family: "Bookman Old Style", Georgia, Times;
	font-size: 2em;
	font-style: italic;
	color: #e3d4c1;
	font-weight: normal;
	margin: 10px 0 5px 0;
}


h4{
	font-family: "Bookman Old Style", Georgia, Times;
	font-size: 1.2em;
	font-style: italic;
	color: #e3d4c1;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h4 span{font-style:normal;color:#fff;font-size:0.9em;}

h2{

}

h3{
margin: 0;
font-size: 1em;
}

h4{

}

#logo{
	width: 142px;
	height: 50px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

#logo a{
	display: block;
	width: 100%;
	height: 100%;
}

#logo a span{
	position: absolute;
	left: -9999px;
	top: -9999px;
}


/*
# Lists ################### 
*/

.last{
	margin-right: 0 !important;
}

.user-desc{
	float: left;
	width: 270px;
}

.cat{
	list-style: none;
	margin-top: 20px;
}

.cat li a{
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: url(../images/cat.png) no-repeat;
	margin: 5px 0;
}

.cat li a:hover, .cat li.current a{
	background-position: 0 -25px;
}

.cat li.title{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: url(../images/cat.png) no-repeat bottom;
	margin: 5px 0;
}

.cat li a span{
	color: #fff;
}

#twitter_update_list{
	list-style: none;
}

#twitter_update_list li{
	margin-bottom:20px;
}

.pagination{
	margin-top: 20px;
}

.pagination a, .pagination a:visited{font-weight:bold;background:url(/images/pagination.gif) top left no-repeat;width: 25px;height: 23px;color: #444444;}




.pagination a, .pagination span{
	display: block;float:left;line-height: 23px;text-align: center;margin: 0 3px;
}

.pagination a:hover{background-position:0% -23px;color: #444;}

.pagination span.current{font-weight:bold;background:url(/images/pagination.gif) 0 -46px no-repeat;width: 25px;color: #444444;}

.tweet_list li{
}

.tweet_list .tweet_odd{
}

/*
# Images ################### 
*/

img{
border:none;
}

/*
# Links ################### 
*/

a{
color: #d0ff3f;
}

a:visited{
	color: #90a846;
}

a:hover{
color: #b4c48d;
}

.join-link{margin-top:30px;}

.twitter-link, .rss-link{padding:5px 0 5px 25px;}

.twitter-link{background:url(../images/twittericon.png) no-repeat left;}

.rss-link{background:url(../images/rssicon.png) no-repeat left;}
/*
# Forms ################### 
*/

#keyword{
	padding: 5px 2px 3px 8px;
	height: 22px;
	font-size: 1.4em;
	width: 100px;
	background: url(../images/search.png) left no-repeat;
	border: none;
	float: left;
}

#searchbutton{
	width: 50px;
	background: url(../images/search.png) right no-repeat;
	height: 30px;
	border: none;
	float: left;
	cursor: pointer;
}

#search{
	margin-bottom: 10px;
}

/*
# Tables ################### 
*/

.users{
	
}

.users tr td{
	padding: 4px;
}

.users .position, .users .thumb{
	text-align: center;
}

.users .even td{
	background:url(../images/transparent.png);
}

.users .name a{
	display: block;
	padding: 5px 0;
}

/*
# Typography ################### 
*/

p{
margin:10px 0;
}

.count span{
	font-family: "Bookman Old Style", Georgia, Times;
	font-size: 2em;
	font-style: italic;
	color: #e3d4c1;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

.count{
	text-align: center;
}

.tweet_date{
	font-size: 0.8em;
}
/*
################### Other ################### 
*/

.right{
	float: right;
}

.left{
	float: left;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.latest-tweets{
	width: 300px;
	margin: 0 10px;
	float: left;
}

.latest-tweets .top{
	background: url(../images/latestbg.png) top left no-repeat;
	height: 10px;
}

.latest-tweets .bottom{
	background: url(../images/latestbg.png) bottom left no-repeat;
	height: 10px;
}

.latest-tweets .middle{
	background: url(../images/transparent.png);
	padding: 0 10px;
}

.latest-tweets p{
	margin: 0;
}

/*
# Modal window ################### 
*/

/*#join{
	
}

#join div{
	background: url(../images/joinbg.png) no-repeat;
}

#join .top{
	height: 20px;
	background-position: top;
}

#join .bottom{
	height: 20px;
	background-position: bottom;
}

#join .middle{
	background-position: 0 -20px;
	padding: 10px 20px;
}

/* Overlay */
/*#simplemodal-overlay {background-color:#000; cursor:wait;}*/


/* Container */
/*#simplemodal-container {width:600px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {}*/


#latest{
	padding: 10px;
	background: url(../images/transparent.png);
}

.tweet_list{
	list-style: none;
}

.tweet_list .tweet_avatar img{position:absolute;top:145px;left:30px;}


/*Extra*/
.tweet_list li	{background:url(/images/bubble.png) no-repeat top;width:240px;height:165px;float:left;margin:50px 5px 20px 0;position:relative;padding-top:5px;text-align:center;vertical-align:middle;}
.tweet_list li:hover{background-position:0 -170px;}
.tweet_list li:hover a{color:#fff;text-decoration:underline;}
.tweet_list li:hover .tweet_avatar img{top:140px;}
.tweet_list li.tweet_odd{margin-top:0px;}
.lW { float: left; clear: left; height: 14px; }
.rW { float: right; clear: right; height: 14px; }

#join {
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    padding:20px 40px;border:5px #fff solid;-moz-border-radius: 20px; -webkit-border-radius: 20px;background:#283324;color:#fff;
}

.jqmOverlay { background-color: #000; }

.jqmClose{width:25px;height:29px;background:url(../images/x.png);display:block;position:absolute;right:-10px;top:-10px;}
.jqmClose span{position:absolute;left:-9999px;top:-9999px;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}