/*
Theme Name: Imagination
Theme URI: http://www.cssjockey.com
Description: Imagination - Fully Customizable WordPress Theme. A gift from <a href="http://www.cssjockey.com">CSSJockey.com</a> to all WordPress users. <br />Make sure you share this theme with your loved ones. <a href="http://www.cssjockey.com">Check for Updates</a>
Version: 1.0
Author: CSSJockey
Author URI: http://http://www.cssjockey.com/
*/
/*
Copyright (c) 2009, CSSJockey! All rights reserved - http://www.cssjockey.com
Version: 2.3.1
*/
body {
	background:#000 url(images/bg.jpg) center no-repeat fixed;
	font:normal 9pt Arial, Geneva, Helvetica, sans-serif;
	color:#e1e1e1;
	line-height:1.6;
}
a{
	color:#ff9600;
}
a:hover{
	color:#FFFFFF;
}
#wrapper{
	width:1000px;
	margin:0 auto;

}
#header{
	height:80px;
	color:#FFF;
}
#contentcontainer{
	clear:both;
	width:1000px;
	padding:25px 0 0 0;
}
#content{
	width:665px;
	margin:0px 26px 0px 0;
}
#sidebar{
	width:280px;
	margin:0px;
	padding:0px;
}
#footer{
	clear:both;
	width:970px;
	padding:10px;
}
/* Structure */

/* Global Colors */
.colororange{
	color:#ff9600;
}

/* thread twitter START */
.twitter ul {
    margin:0 12px 0 10px !important;
    margin:0 10px;
}
.twitter ul li {
    background:#FCFCFC;
    padding:0;
    float:left;
    list-style:none;
    list-style-position:outside;
    border:solid #CCC;
    border-width:1px !important;
    border-width:1px 0;
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
}
.twitter img {
    float:left;
    padding:0 10px 0 0;
    margin:0 0 10px 10px;
}
.twitter_source {
    color:#999;
    font-family:georgia;
    font-style:italic;
}
.twitter_source a {
    color:#999;
}
.twitter_text {
    margin-bottom:5px;
    display:block;
    padding-left:70px;
    padding-right:10px;
}
.twitter_reply,.twitter_rt {
    padding-left:22px;
    padding-right:10px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:11px;
    float:right;
}
/* thread twitter END */

