﻿/***************************************************************************************************
  Rebel Developer CSS
***************************************************************************************************/

/* DarkRed = #8b0000; */
/* Orange = */

/***************************************************************************************************
  Elements
***************************************************************************************************/

b  {font-size: 110%;}

em {color: red;}

a {color: #8b0000; text-decoration:none;}
a:hover {text-decoration:underline;}

a.nolink:hover {text-decoration:none; }

h1, h2, h3, h4, h5, h6
{
    color: #8b0000;
}

a img
{
    border:0px;
}

body
{    
	margin:0;
	padding:0;
	background-color:#292929;
	background-image:url('Images/HeaderBackground.png');
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

/***************************************************************************************************
  Main Layout 
***************************************************************************************************/

#pageContainer
{
	width: 920px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

/***************************************************************************************************
  Main Layout (Header)
***************************************************************************************************/

#header 
{	
}

#headerTopBand
{
	height:23px;
}

#headerLogoBand
{
	background-image:url('Images/HeaderRedBackground.png');
	background-repeat:repeat-x;
	height:87px;
	width:100%;
}

#headerLogo
{
	background-image:url('Images/HeaderLogo.png');
	background-repeat:no-repeat;
	float:left;
	height:87px;
	width:315px;
}

#headerSearch
{
	vertical-align:middle;
	float:right;	
	padding-top:50px;
	text-align:right;
	width:350px;
}

/***************************************************************************************************
  Main Layout (Menu)
***************************************************************************************************/

#menu
{
	height:45px;
	width:100%;
	top:50px;
}

#menu ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	height:45px;
    border-left:solid 1px #333333;
}

#menu ul li
{
	display:block;
	float:left;
	height:45px;
    border-right:solid 1px #333333;
}

#menu ul li:hover
{
	background-image:url('Images/HeaderMenuBackgroundHighlight.png');
}

#menu ul li.selected
{
	background-image:url('Images/HeaderMenuBackgroundHighlight.png');
}

#menu ul li a
{
	display:table-cell;
	vertical-align:middle;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px;
	height:45px;
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#menu ul li.selected a
{
	color:#ff8800;
}

/***************************************************************************************************
  Main Layout (Content Column)
***************************************************************************************************/


#topsection
{
	background: #EAEAEA;
	height: 90px; /*Height of top section*/
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#contentWrapper
{
	float: left;
	width: 100%;
}

#contentColumn
{
	margin-top:10px;
	margin-right: 250px; /*Set right margin to RightColumnWidth*/
}

.contentPane
{
	background-color:white;
	margin:0px 0px 10px 0px;
	border:solid 1px #686868;
	width:610px;
	padding: 20px 30px 30px 30px;
    line-height: 1.5em;
    font-size:10pt;

}

.contentPane h1
{
	color:#8b0000;
	font-size:16pt;
	line-height:1.2em;	
	padding-bottom:2px;
	font-weight:bold;
	margin:10px 0px 2px 0px;
}

.contentPane hr
{
	height:4px;
	border-bottom:solid 1px #666666;
    border-left:solid 1px #666666;
	border-top:solid 1px black;
	border-right:solid 1px black;
	color:#8b0000;
	background-color:#8b0000;
}

#contentTitleImage
{
	margin: 10px 10px 10px 0px;
	width:670px;
	height:80px;
	border:1px solid #686868;	
	background-image:url('Images/HeaderDamonBlog.png')
}

/***************************************************************************************************
  Main Layout (Post)
***************************************************************************************************/

.contentPane .post .pubDate
{
    color:#555555;
    font-size:10pt;    
    line-height:12pt;
}

.contentPane .post .author
{
    color:#555555;
    font-size:10pt;
    line-height:12pt;
    padding-bottom:5px;
}

.contentPane .post .info
{
    background-color:#EEEEEE;
    border:solid 1px #CCCCCC;
    font-size:8pt;
    line-height:12pt;
    padding:10px;
}

.contentPane .post .info img
{
    border:0px;
    padding:0px 5px 0px 0px;
    height:16px;
}

.contentPane .postSeparator
{
    height:30px;
}

#postPaging
{
    padding:10px 0px 10px 0px;    
}

/***************************************************************************************************
  Star Ratings
***************************************************************************************************/

.ratingcontainer
{
    padding:0px;
    margin:0px;
}

.rating
{
	margin-bottom: 5px;
}

.rating p
{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.rating ul
{
    padding:0px;
    margin:0px;
}

.star-rating 
{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;	
	
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/***************************************************************************************************
  Main Layout (Footer)
***************************************************************************************************/

#footer
{
	clear: left;
	width: 100%;
	background: #000000;
	background-image:url('Images/FooterBackground.png');
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-align: center;
	font-size:8pt;
	padding: 4px 0;
	margin:0px 0px 10px 0px;
	border:solid 1px #686868;
}

#footer a
{
	color: #FFFF80;
}

/***************************************************************************************************
  SideBar and Widget Styles
***************************************************************************************************/

#sideBar
{
	float: left;
	width: 250px; /*Width of right column*/
	margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
}

#widgetzone
{
    margin:0px;
    padding:0px;
}

#widgetzone a
{
    color:#ff8800;
}

#widgetSelectorWidget
{
    border:solid 1px #686868;
 	margin:10px 0px 10px 10px;
 	padding:10px;
 	background-color:#363636;
 	color:#AAAAAA;
}

.widget
{
	border:solid 1px #686868;
 	margin:10px 0px 10px 10px;
 	padding:10px;
 	background-color:#363636;
 	color:#AAAAAA;
}

.widget h4
{
	color:white;
	font-size:14pt;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.widget hr
{
	height:3px;
	border:solid 1px #686868;
	color:black;
	background-color:black;
	margin:2px;
	padding:0px;
}

.widgetAdmin
{
    margin: -10px -10px 10px -10px;
    padding:5px;
    text-align:right;
    background-color:#222222;
}

.widgetAdmin a
{
    margin-left:3px;
    border:solid 1px #555555;
    padding:3px 10px 3px 10px;
    color:#555555!important;
}

.widgetAdmin a:hover
{
    border:solid 1px #BBBBBB;
    text-decoration:none;
    color:#BBBBBB!important;
}

.widget ul
{
    color:White;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

#social img
{
    border:none 0px transparent;
}

#social
{
    text-align:center;
}

#social a
{
    display:block;
    margin-top:10px;
}

/***************************************************************************************************
  Category List
***************************************************************************************************/

#widgetzone #categorylist
{
    list-style:none;
    margin: 5px 0px 0px 10px;
    padding:0px;
}

#widgetzone #categorylist img.rssButton {
	margin-right: 5px;
	border:0px;
}

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

/***************************************************************************************************
  Calendar Widget
***************************************************************************************************/

.calendar {
}

#calendarContainer
{
}

#calendarContainer table
{
    width:100%;
}

.calendar .other
{
    color:#555555;
}

.calendar .weekend 
{
    background-color:#444444;	
}

.calendar .other {
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color:#555555;
}

.calendar table  
{    
    border-collapse: separate;
}

.calendar td {
	vertical-align: top;
}

/***************************************************************************************************
  Article Columns
***************************************************************************************************/

.columnContainer
{
    width:100%;
    overflow:auto;
    line-height:1.3em;
}

.columnLeft
{
    float:left;
    width:290px;
}

.columnRight
{
    margin-left:320px;
    width:290px;

}

.columnContainer div h3
{
    padding:0px;
    margin:15px 0px 0px 0px;
}

.columnContainer div ul
{
    margin:5px 0px 0px 20px;
    padding:0px;
}

.columnContainer div ul li
{
    padding:3px;    
    font-weight:bold;
    color:#777777;
    font-size:9pt;
}

/***************************************************************************************************
  Tag Cloud Widget
***************************************************************************************************/
.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud ul
{
    margin:0px;
}

.tagcloud li {
	display: inline;
}

.tagcloud a
{
    padding:0px 10px 0px 10px;
    border-left:solid 1px black;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/***************************************************************************************************
  Form Elements w/Styles
***************************************************************************************************/

input.btn
{
	height:25px;
	background-color:#8b0000;
	border:solid 1px #686868;
	color:white;
	padding:0px 25px 0px 25px;	
}

input.btn:hover
{
	background-color:#bb0000;
}

input.txt
{
	padding:5px 5px 1px 5px;
	border:solid 1px #686868;
	height:18px;
}

/***************************************************************************************************
  Comments
***************************************************************************************************/

.comment 
{
    border-bottom:solid 1px #DDDDDD;
    padding: 15px 0px 15px 0px;
    margin:0px 0px 0px 0px;
	overflow: auto;
	width: 100%    
}

.comment .gravatar 
{
    margin:0px 10px 0px 0px;
    padding:0px;
    float:left;
}

.comment .commentInner
{
    width:525px;       
    margin-left:90px;
}

.comment .content
{
    margin:0px;
    padding:0px;
}

.comment .author
{
    margin:0px;
    padding:0px;
    font-size:10pt;
    font-weight:bold;
}

.comment .date
{
    margin:0px;
    padding:0px;
    font-size:8pt;
    color:#666666;
}


.comment cite
{
    display:block;
    background-color:#EEEEEE;
    margin: 0px 0px 0px 10px;
    padding: 5px 5px 5px 5px;
    border:solid 1px #DDDDDD;    
}

.comment img.flag {
}

/***************************************************************************************************
  Comment Form
***************************************************************************************************/

.commentForm {
	width:100%;
	overflow:auto;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input 
{
    margin-top:4px;
	width: 300px;
}

.commentForm select
{
    margin-top:4px;
}

.commentForm textarea {
	width: 605px;
	padding:5px 10px 0px 10px;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
	border:solid 1px silver;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/***************************************************************************************************
  Contact Page
***************************************************************************************************/

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/***************************************************************************************************
  NEXT SECTION
***************************************************************************************************/
