﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #820000;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height:100%; 
    background: #000 url(images/curtain2.jpg) fixed center no-repeat;
}

html
{
	    height:100%; 
}
a:link
{
    color: #dc5e00;
    text-decoration: none;
}
a:visited
{
    color: #dc5e00;
    text-decoration: none;
}
a:hover
{
    color: #f47f27;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;

}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;    
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 965px;
    margin-left: auto;
    margin-right: auto;        
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    float:left;
    width:100%;  
    padding-top:15px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.headerLogo
{
	border:none;	
}

#main
{
    padding: 10px 30px 15px 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    float:left;
    width:905px;
}

#footer
{
    color: #999;
    padding: 50px 0 0 0 ;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width:100%;
    float:left;
}

#leftCol
{
	float:left;
	width:690px;
	margin-right:10px;
}

#rightCol
{
	float:right;
	width:200px;
	text-align:right;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
    margin: 0;
    text-align: left;
    padding-left:3px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #191919;
    color: #dc5e00;
    font-size:12pt;
}

ul#menu li a:hover
{
    background-color: #333333;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
    background-color:#191919;
    text-align:left;
    border-bottom: 4px #333333 solid;
    border-top: 4px #333333 solid;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
	height:70px;
	width:100%;
}

#logindisplay
{
	float:right;
    font-size:1.1em;
    text-align:right;
    margin:0;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Rants */
.RantListing
{
	width:98%;
	float:left;
	margin-bottom:10px;
	border: Solid 1px #CCCCCC;
	padding:3px;
	background-color:#fff;
}

.RantListingLabel
{
	color:#666666;
	font-weight:bold;
}

.RantListingTitle:link
{
	font-size:14pt;
	color:#dc5e00;
	text-decoration:none;
	font-weight:bold;
}

.RantListingTitle:visited
{
	font-size:16pt;
	color:#dc5e00;
	text-decoration:none;
	font-weight:bold;
}

.RantListingTitle:hover
{
	font-size:14pt;
	color:#f47f27;
	text-decoration:none;
	font-weight:bold;
}

.RantListingImg
{	
	float:left;
	margin-right:10px;
}

.RantListingImg img
{
	width:100px;
}

#paging
{
	float:left;
	width:99%;
	padding:3px;
}

.RantListingCol1
{
	float:left;
	margin-right:10px;
	width:110px;
}

.RantListingCol2
{
	float:left;
	margin-right:10px;
	width:400px;
}

.RantListingCol3
{
	float:left;
	margin-right:10px;
	width:100px;
}

.agree
{
	color:#669535;
	font-weight:bold;
}

.disagree
{
	color:#cc0701;
	font-weight:bold;
}

.tied
{
	color:#333333;
	font-weight:bold;
}

.RantDetailDesc
{
	float:left;
	width:99%;
	border: Solid 1px #CCCCCC;
	background-color:#fff;
	padding:10px;
	margin-bottom:15px;
	font-size:12pt;
	color:#111111;
}

.RantDetailMainImg
{
	width:200px;
	padding:10px;
}

#vote
{
	float:left;
	width:500px;
	border: Solid 1px #CCCCCC;
	background-color:#fff;
	text-align:center;
	padding:10px;
	margin-left:200px;
}

#voteResults
{
	float:left;
	width:300px;
	border: Solid 1px #CCCCCC;
	background-color:#fff;
	text-align:center;
	padding:10px;
	margin-left:300px;
}

.voteAgree
{
	float:left;		
}

.voteDisagree
{
	float:left;
}

.voteAgree a 
{
	display:block;
	width: 97px;
	height:121px;
	padding:0;
	font: bold 13px sans-serif;
	color:#333;
	background: url(images/thumbs_up.png) 0 0 no-repeat;
	text-decoration: none;
	position:relative;
}

.voteAgree a:hover
{
	background: url(images/thumbs_up_hover.png) 0 0 no-repeat;
}


.voteDisagree a 
{
	display:block;
	width: 97px;
	height:121px;
	padding:0;
	font: bold 13px sans-serif;
	color:#333;
	background: url(images/thumbs_down.png) 0 0 no-repeat;
	text-decoration: none;
	position:relative;
}

.voteDisagree a:hover
{
	background: url(images/thumbs_down_hover.png) 0 0 no-repeat;
}

.comments
{
	width:100%;
	float:left;
	margin: 20px 0 0 0;
	background-color:Aqua;
}

.createComment
{
	width:100%;
	float:left;
}


.whiteDiv
{
	float:left;
	border: Solid 1px #CCCCCC;
	background-color:#fff;
	text-align:center;
	padding:10px;
	margin-left:200px;
}

/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
	padding-bottom:3px;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: 0;	
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}



