/*  Luxlegend blog skin for CS 1.1
    Based on Nikhil Kotahri's blog skin at http://www.nikhilk.net/
	Authors: Dan Bartels and Jaxon Rice
    Version 1.10 - last updated 8/14/2005
    Community Server: http://www.communityserver.org
*/
/*Global White Space reset*/
 * {
 padding:0;
 margin:0;
 }
/*end global*/
html, body {
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	height: 100%; /* Footerstick */
}
body {
	padding: 0;
	text-align: center;
	background: #444;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #FFF;
}
h1 a:hover {
	/*text-decoration: none;*/
}
h2 {
	margin-top: 1em;
	font-size: 1em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}
li, dd { margin-left:1em; }
/* -- Layout -- */
/* Blog Layout */
#container {
	margin: 0 auto;
	text-align: left;
	height: auto !important;
	height:100%;
	min-width: 760px;
	background-color:#222222;
	clear:both;
	position: relative;	
	background-image: url(../Images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* Blog Header */
#header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #444;
}
#header h1 {
	padding: 0.2em 1em 0.2em 0.5em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
}
#tagline {
	font-size: 1.1em;
	background-image: url(../Images/BannerSubheadBG.gif);
	background-repeat: repeat-x;
	padding: 0.2em 1em 0.2em 1.1em;
}
/* #title is a placeholder div for putting pictures in place of the blog title*/
#title {
}
/* Navigation Bar */
#nav {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	float: right;
	text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0.2em 1em 0.2em 0em;
	text-decoration: none;
	font-weight: bold;

}
#nav a:hover {
	text-decoration: underline;
}

/* Subscription Bar */
#subscriptions {
	font-size: 0.9em;
	padding: 0.2em 0em;
	background-color: #d27800;
	background-image: url(../images/BannerFlare.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:100%;
	text-align:right;
}
#subscriptions ul {
	list-style-type: none;
}
#subscriptions ul li {
	display: inline;
}
#subscriptions ul li a {
	padding: 0.2em 1em 0.2em 0em;
	text-decoration: none;
	color: #222;
}
/* End Navigation*/
#contentwrapper{
	position: relative;
	min-width: 760px;
}
#content {
	padding: 0 2em 2em 2em;
	margin: 0 210px 0 0;
	height:auto;
}
/* Sidebar */
#sidebar-a 
{
	display:inline;
	float: right;
	width: 210px;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 0.9em;
}
#sidebar-a h3 {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	border-bottom: 1px solid #999;
	margin: 2em 0 0.5em 1em;
}
#sidebar-a p {
	padding: 0 1em;
}
#sidebar-a ul {
	list-style: none;
	width: 100%;
}
#sidebar-a li {
	padding: 0 0 0 1em;
	margin: 0.2em 0 0 0;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
	text-decoration: none;
	margin-right: 0;
	padding: 0;
}
#sidebar-a a:hover {
	text-decoration: underline;
}
/*End Sidebar*/
.footerPlaceholder
{
	/*	
		this inline element prevents the footer from collapsing over content
	 	its height should match the footer and the min-width specified in the fullScreen class
		this emulates the CSS min width property
	*/
	height:75px;
	width: 760px;
	clear:both;
}
#footer
{	width:100%;
	background-color: #444;
	position:absolute;
	bottom:0px  !important;
	left:0px;
	bottom: -1px;  /*For Certain IE widths */ 
	border-top: 1px solid #666;
	height:75px;
	clear:both;
} 
/* --End Layout-- */
/* --Calendar-- */
#cal {
	margin: 0 auto ;
	padding: 0;
}

.calendar {
	width: 90%;
	text-align: center;
	background-color:#333;
}
/* Generic Calendar Cell Style*/
.calendar td {
	font-size: 69%;
}
/* Day Header Style*/
.calendar .calDayHeader {
	font-weight: bold;
}
/* All Day Styles */
.calendar .calDay {
}
/* Weekend Day Style */
.calendar .calWeekendDay {
}
/* Other Month Day Style*/
.calendar .calOtherMonthDay {
	color: #666;
}
/*Today Day Style*/
.calendar .calTodayDay {
}
/*Selector Style*/
.calendar .calSelector {}
/*Calendar Day Link Style*/
.calendar .calDay a:link, .calendar .calDay a:active, .calendar .calDay a:visited, .calendar .calToday a:link, .calendar .calToday a:active, .calendar .calToday a:visited, .calendar .calWeekendDay a:link, .calendar .calWeekendDay a:active, .calendar .calWeekendDay a:visited {
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.calendar .calDay a:hover, .calendar .calWeekendDay a:hover, .calendar .calOtherMonthDay a:hover {
}
/*Calendar Title Style*/
.calendar table td {
	white-space: nowrap;
	margin: 0;
	padding: 0 0 .2em 0;
	background-color:#444;
}
table.caltitle {
	width: 100%;
	color:#F90;
	font-weight:bold;

}
table.caltitle td {
	white-space: nowrap;
	text-transform: uppercase;
}
.calNextPrev {
	width: 15%!important;
	text-align: center!important;
	font-weight:normal;
}
.calNextPrev a:link, .calNextPrev a:active, .calNextPrev a:visited {
	color: #F90!important;
	text-decoration: none;
}
.calNextPrev a:hover {
	color: #F90!important;
}
/* -- End Calendar -- */
/* -- Post -- */
.post {}
/* Post List View */
.postsubhead
{
	padding: 0 0 10px 0;
	border-bottom: 2px solid #666;
	text-align: right;
	position: relative;
}
.postsubhead span
{
	float: right;
	border: 1px solid #666;
	line-height: 1.4em;
	font-size: 0.9em;
	padding: 2px 5px;
	background-color: #444;
}
/* Post Header */
.posthead {
}
.posthead h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0em;
	padding: 2em 0em 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.posthead img 
{
	margin-left: 20px;
	border: 0 none;
}
.posthead a:hover {
	text-decoration: none;
}
/* Post Content  */
.postcontent {
	padding: 1.5em;
	border-left: solid 2px #666;
	border-bottom: 1px solid #666;
}
.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	line-height: 2em;
}
/* Post Footer */
.postfoot {
	font-size: 0.9em;
	margin: 0;
	padding: 0.5em 1em;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
}
/* Post Category Heading */
.postcategoryheading {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	margin: 1.5em 0 1.5em 0;
	border-bottom: 1px solid #666;
}
.postcategoryheading h2
{
	text-transform:uppercase;
}
h2.postcategoryheading 
{
	text-transform:uppercase;
}

/* Post Ratings Menu */
.ratemenu {
	font-size: 0.9em;
	border: 1px solid #666;
	padding: 1em;
	margin: 0.5em;
	background: #333;
}
/* -- End Post -- */
/* -- Comments -- */
#comments h4 {
	margin : 0;
	font-size : 1em}

#comments{
	margin: 1em 0;}
#comments h3{
	margin: 2em 0 1em 0;
	}
	
.commentsbody {	
    margin: 1em 0 0;
	padding: 0 0 0.5em;
	font-size: 0.9em;}
	
.commentspan {
	padding-left: 0.5em;
	text-align: right;
	float: right;
	width: 200px;
}
.commentssubhead{
	color: #999;
	padding: 0;
	font-size: 0.85em;
	margin: 5px 0 0;
}
.comment {
	padding: 1em;
}
.altcomment{
	background-color: #333;
	padding: 1em;
}
/* -- End Comments -- */	
/* -- Comment and Contact Form -- */
#commentform {
	padding: 0;
	margin: 0;
}
#commentform h3 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em;
	display: block;
}
#commentform dl {
	margin: 0;
	padding: 0;
}
#commentform dt {
	font-size: 1.0em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}
#commentform dt em {
	color: #999999;
	font-size: 0.9em;
}
#commentform .smallbox {
	width: 300px;
	border: 1px solid #444444;
	padding: 2px;
}
#commentform textarea {
	width: 450px;
	height: 180px;
	padding: 0.2em;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#commentform legend {
	line-height: 1.4em;
	font-size: 0.9em;
	padding: 2px 5px;
	border: 1px solid #666;
	background-color: #444;
}
	
#commentform fieldset {
	border: 2px solid #666;
	border-right-width:0px;
	border-bottom-width:1px;
	padding: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;}
/* -- End Comment and Contact Form -- */
/* -- Miscellaneous -- */
/* Email Subscriptions */
#emailsubscriptions {
	margin: 0;
	padding: 1em;
}
#emailsubscriptions h3 {
	font-size: 1em;
	margin: 0 1em 0 0.5em;
	padding: 1em 0 0;
}
#emailsubscriptions table {
	font-size: 1em;
}
/* News */
#news {
	padding: 0.5em 1em;
}
/* Search */
#search .searchBox {
	width: 130px;
	border: 1px solid #666;
	margin: 0 1em;
	padding: 0.2em;
}
#search {
	margin-bottom: 0.5em;
}
/* w.bloggar uses a class called .media for its iTunes and wmp10 "now playing" plugin */
.media {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 1em 0.5em;
}
/* Clearing element for floats */
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}
/* -- End Miscellaneous*/