/* Text Styling 
Content, Dates, Navigation, List Stylings will be all in this Stylesheet*/

/* Default Styling
==============================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*margin: 0;*/
	padding: 0px;
	margin:5px 0 10px 0;
}

h1 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 2px 0 2px 0;
}

h1 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h1 a:hover {
	color: #990000;
	text-decoration: none;
}

h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 2px 0 2px 0;
}

h2 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h2 a:hover {
	color: #990000;
	text-decoration: none;
}

h3 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 2px 0 2px 0;
}

h3 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h3 a:hover {
	color: #990000;
	text-decoration: underline;
}

h4 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0 2px 0;
}

h4 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h4 a:hover {
	color: #990000;
	text-decoration: underline;
}

h5 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 2px 0 2px 0;
}

h5 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h5 a:hover {
	color: #990000;
	text-decoration: underline;
}

h6 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 2px 0 2px 0;
}

h6 a.active, a.link, a.visited {
	color: #990000;
	text-decoration: none;
}

h6 a:hover {
	color: #990000;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}


table {
 width: 100%;
}
 
th {
 background-color: #603913;
 background-image: none;
 background-repeat: repeat;
 background-attachment: scroll;
 background-position: 0% 0%;
 color: #ffffff;
 font-weight: bold;
}
 
td {
 vertical-align: top;
}


/* Navigation Styling
==============================================================*/
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 45px;
	list-style: none;
}

#navigation li a {
	color: #fff;
	display: block;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
	margin: 0 15px 0 15px;
	padding: 15px 14px 20px 14px;
	text-decoration: none;
}

#navigation li a:hover {
	background: #252525;
	color: #ccc;
	display: block;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
}

#navigation li a.selected {
	background: #252525;
	color: #ccc;
	display: block;
	font-weight: normal;
	list-style: none;
	padding: 15px 16px 20px 16px;
	text-decoration: none;
}

/* Tab Styling (Added 03 March 2009)
==============================================================*/
#tab {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

#tab li {
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	list-style: none;
	list-style-type: none;
}

#tab li a {
	background: #990000;
	color: #fff;
	display: block;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#tab li .selected {
	font-weight: bold;
}

#tab li a:hover {
	background: #CC0000;
	color: #ccc;
	display: block;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#tab li .selected:hover {
	font-weight: bold;
}

/* Login Styling
==============================================================*/
.login-header {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.login-text {
	color: #fff;
}

.login-text a:link, .login-text a:active, .login-text a:visited {
	color: #ffcc00;
	text-decoration: none;
}

.login-text a:hover {
	color: #ffcc00;
	text-decoration: underline;
}


/* Highlights Styling
==============================================================*/
.highlights-header {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.highlights {
	color: #fff;
}

.highlights a:link, .highlights a:active, .highlights a:visited {
	color: #ffcc00;
	text-decoration: none;
}

.highlights a:hover {
	color: #ffcc00;
	text-decoration: underline;
}


/* Content Styling
==============================================================*/

.date-stampT {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

.date-stampB {
	color: #000;
	font-family: Georgia, serif, "Trebuchet MS";
	font-size: 24px;
	line-height: 24px;
}

.content-info {
	color: #999;
}

/* Poll Styling
==============================================================*/
.poll-question {
	color: #990000;
	font-weight: bold;
}

/* Tags Styling
==============================================================*/


/* Comment Styling
==============================================================*/
.comments-formL {
	font-weight: bold;
}

.required {
	color: #990000;
	font-weight: bold;
}

/* Pagination Styling
==============================================================*/

#paging-style ul{
	display:table;
	margin: 2px;
	padding: 2px;
}

#paging-style li{
	display:table-cell;
	font-size: 11px;
	float: left;
	list-style-type: none;
	margin: 0 5px 5px 0;
}

#paging-style a.selected{
	background-color: #f2f2f2;
	color: #990000;
	padding: 5px 5px;
	text-decoration: none;
}

#paging-style a{
	background-color: #990000;
	color: #fff;
	padding: 5px 5px;
	text-decoration: none;
}

#paging-style a:hover{
	background-color: #f2f2f2;
	color: #990000;
	padding: 5px 5px;
	text-decoration: none;
}

/* User Control Panel Styling
==============================================================*/

.panel-list{
	padding: 0;
	margin: 0;
	text-align: left;
}

.panel-list ul{
	margin: 0;
	padding: 0;
	width: 198px;
}

.panel-list li{
	border-bottom: 1px solid #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
}

.panel-list li a{
	color: #ccc;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	width: 198px;
	
}

.panel-list li a:hover{
	background-color: #000;
	color: #ffcc00;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 5px;
	width: 198px;
}


/* Widget List Styling
==============================================================*/
/*.widget-list {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 218px;
}

.widget-list li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget-list a {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	text-decoration: none;
}

.widget-list a:link, .widget-list a:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

.widget-list a:hover {
background-color: #e4e4e4;
color: #990000;
text-decoration: none;
}*/

.widget-list{
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget-list ul{
	margin: 0;
	padding: 0;
	width: 218px;
}

.widget-list li{
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
}

.widget-list li a{
	background-color: #ededed;
	color: #000;
	display: block;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	width: 218px; /* To be changed if the with from the live version is longer or shorter */
	
}

.widget-list li a:hover{
	background-color: #e4e4e4;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 7px 0 7px 10px;
	width: 218px; /* To be changed if the with from the live version is longer or shorter */
}

#userprofile-wrapper {
	margin-bottom: 10px;
	clear: both;
	width: 500px;
}

#userprofile-left {
	display: inline;
	float: left;
	width: 100px;
	padding: 0;
	margin: 0;
}

#userprofile-right {
	display: inline;
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
}

/* This will be added on the text_styles.css */
/* Gallery Styling
==============================================================*/
/* Album and Thumbnail Styling */
.album-title {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.album-title p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

.album-title a:active, .album-title a:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.album-title a:visited {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.album-title a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.album-status {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.album-status {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.album-status strong{
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



/* Today in History Styling
==============================================================*/
.tih-year-content {
	color: #000;
	font-family: Georgia, serif, "Trebuchet MS";
	font-size: 30px;
	line-height: 30px;
}

.tih-date-content {
	color: #000;
	font-family: Georgia, serif, "Trebuchet MS";
	font-size: 48px;
	line-height: 50px;
}

.tih-month-content {
	color: #000;
	font-family: Georgia, serif, "Trebuchet MS";
	font-size: 18px;
	line-height: 24px;
}

.tih-right {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	}




/* Footer Styling
==============================================================*/
.footer-text {
	color: #ccc;
}

.footer-text a:link, .footer-text a:active, .footer-text a:visited {
	color:#fff;
	text-decoration: none;
}

.footer-text a:hover {
	color: #fff;
	text-decoration: underline;
}
