/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:	Nicole Wilkins
	Author Site	:	IntenseDrama.com
	Scheme Name	:	IntenseDrama
	Comments	:	Modified for colors, banner, and the look of posts.
*/
body {*/Background of whole shabang*/
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #F2F3FF;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #F2F3FF;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 900px;
	_width: 1000px;
	border: 0 solid #ddd;
	border-top: none;
	}

body.flex #page { /* For the flexible-width setting. Not IE compatible */
	width: 80%;
	min-width: 900px;
	max-width: 1000px;
	}
	
#header {
	background: #1483BE url('intensedrama/rotate.php') center center no-repeat;
	width: 100%;
	height: 175px;
	border: solid 3px #273188;
	}
	
h1	{ 
	/* Gets rid of Blog Name in header */
	display: none;
	}
#header .description {
	/* Gets rid of Blog description in header */
	display: none;
	}

.primary {
	/* Contains the main column */
	width: 600px;
	_width: 600px; /* IE Hack */
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	_margin: 0 20px 0 15px; /* IE Hack */
	display: inline;
	}



.item {
	/* Each entry is contained within the 'item' class */
	border: solid 2px #FF5E12;	
	background: #FFFFFF;
	margin-bottom: 20px !important;	
	}
.itemhead {
	margin-top: 0;
	padding: 0 10px 0 10px !important;
	}

.itemtext {
	/* The meat and potatoes of every entry */
	padding: 0 15px 0 15px !important;
	}


.secondary {
	/* Contains the sidebar */
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 0;
	margin: 0 0 20px 80%;
	width: 15%;
	color: #666;
	position: relative;
	vertical-align: right;		
/* The following are IE Fixes */
	_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26.5%;
	}

.secondary .sb-search, .secondary .sb-about, .secondary .sb-latest, .secondary .sb-links, .secondary .sb-months, .secondary .sb-categories
	{/* Secondary catagories */
	margin-bottom: 20px !important;
	padding: 0 5px 0 5px !important;
	background: #ffffff;
	border: solid 1px #273188;
	}

.secondary .sb-latest .metalink{ /*Getting rid of the RSS icon because I can't get it to align properly*/
	display: none;
	}


.secondary .sb-search h2, .secondary .sb-about h2, .secondary .sb-latest h2, .secondary .sb-links h2, .secondary .sb-months h2, .secondary .sb-categories h2
	{ /* Secondary H2 is sidebar headlines */
	text-align: center !important;
	display: block;
	}


