/*
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;
}

#sidebar{
	width:280px;
	margin:0px;
	padding:0px;
}
#footer{
	clear:both;
	width:970px;
	padding:10px;
}
/* Structure */
/** Main Content **/

#main {

float:left;

width:1000px;

}



#content {

float:left;

width:665px;

margin:0px 26px 0px 0px;

}



.heading {

margin:15px 0px 15px 13px;

}



span.contenthead {

width:665px;

display:block;

}



.intropost {

margin:0px 0px 0px 12px;

float:left;

width:298px;

}



.intro {

background:url(images/content.png) top left repeat;

width:665px;

margin:0px 0px 12px 0px;

padding:12px 0px 0px 0px;

float:left;

}

.entry_1 {

background:url(images/content.png) top left repeat;

width:645px;

margin:0px 0px 12px 0px;

padding:10px 10px 10px 10px;

float:left;

}



.introinfo {

max-width:298px;

margin:20px 0px 0px 0px;

}



.introcontent {

height:95px;

overflow:hidden;

}



span.date {

float:right;

font-family:Georgia, "Times New Roman", Times, serif;

color:#FFFFFF;

font-size:16px;

margin:2px 0px 0px 0px;

}



span.comments {

background:url(images/comments-trans.png) no-repeat;

font-family:Georgia, "Times New Roman", Times, serif;

color:#0D0D0D;

font-size:14px;

float:right;

width:28px;

height:28px;

text-align:center;

margin:0px 0px 0px 15px;

padding:0;

}

span.thumbnail {

float:left;

margin:15px 15px 15px 15px;

}



.thumbnail img {

border:1px solid #3B352C;

width: 295px;

height: 160px;

overflow:auto;
}

/* Global Colors */
.colororange{
	color:#ff9600;
}
