/*  
Theme Name: Armchair Survivor Theme
Theme URI: http://survivor.tubecasts.com/
Description: Theme for ArmChair Survivor Blog by Michael Carrino, LogicAssistance / Digital Media Cast Network.
Version: 1.0
Author: Michael Carrino
Author URI: http://logicassistance.com.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 10pt;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0px;
	
	background-color: #003300;
	background-position: top center;
	background-attachement: fixed;	
	background-image: url('images/BackGround.jpg'); 
	background-repeat: repeat-y

}


A:active
{
	color: #400000;
}

A:hover
{
	color: #A04000;
}

A:visited
{
	color: #400000;
}

A:link
{
	color: #400000;
}



.SideBarTD {
	font-size: 10pt;
	width: 167px;
	vertical-align: top;
	vertical-align: top;
	text-align: left;
	padding-top: 75px;
	padding-right: 5px;
	padding-bottom: 100px;
	padding-left: 28px; 
	background-image: url('/images/SideBarBackground.jpg');
}

.SideBarUL
{
	margin-top: 3pt;
	margin-left: 12px;
	padding-left: 12px;
	font-size: 9pt;
}


.MainBodyTD {
	font-size: 10pt;
	line-height: 150%;
	background-color: #FFFFFF;
	vertical-align: top;
	text-algin: left;
	padding-top: 75px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 25px; 
}


.ArchiveTopLabel {
	font-size: 12pt;
	font-weight: 700;
	text-align: center;
	color: #003300;
}


.PostTitle {
	font-size: 14pt;
	font-weight: 700;
}

.PostFooter {
	font-size: 8pt;
}

.CommentsHeader {
	font-weight: 700;
	color: #003300;
}

.CommentsPostTime {
	font-size: 7.5pt;
	text-align: right;
	color: 808080;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: hide;
	width: 140px;
	font-size: 9pt;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	}

#wp-calendar #next a {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 9pt;
	}

#wp-calendar #prev a {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar a:visited {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	padding: 2px 2px 3px 2px;
	font-size: 10pt;
	font-weight: lighter;
	}

#wp-calendar td {
	padding: 0px;
	text-align: center;
	}

#wp-calendar #today {
	background-color: #AA6666;
	border-style: solid;
	border-color: #884444;
	border-width: 1px;
}

/* End Calendar */




/* Begin Navigation */


#navi {
	font-size: 0.9em;
	text-align: left;
	margin-left: 22px;
	margin-top: 135px;
	}

#navi  a {
	text-transform: uppercase;
	padding: 4px 4px; 
	height: 16px; 
	text-decoration: none;
	color: #ffffff;
		}

#navi a:hover {
	color: #42769f;
		}

#navi ul
	{
	margin: 0;
	padding: 0;
	}

#navi li
	{
	display: inline;
	padding: 0px;
	margin-left: 4px;
	background: #cccccc;
	list-style-type: none;
	}

#navi .selected {
	background: #ffffff  no-repeat -6px -16px;
	color: #42769f;
	}


/* End Navigation */



.PredTabHeader {
	font-size: 9pt;
	text-align: center;
	color: #003300;
	font-weight: 700;
	width: 100%;
}

.PredTabDataHead {
	font-size: 9pt;
	text-align: center;
	color: #E0E0E0;
	font-weight: 700;
	background-color: #003300;
	width: 33%;
}

.PredTabDataCell {
	font-size: 9pt;
	text-align: center;
	color: #003300;
	font-weight: 500;
	background-color: #E0E0E0;
	width: 33%;
}

.PredTabDataHead4 {
	font-size: 9pt;
	text-align: center;
	color: #E0E0E0;
	font-weight: 700;
	background-color: #003300;
	width: 25%;
}

.PredTabDataCell4 {
	font-size: 9pt;
	text-align: center;
	color: #003300;
	font-weight: 500;
	background-color: #E0E0E0;
	width: 25%;
}

