/*
	Style Index

	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/

/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#812821;
	color:#000;
	}

#big-container {
	background:#D1D5C0 url(../images/red/big-container-bg.png) repeat-x;
	border-bottom:5px solid #681F1B;
	}

#main-content {
	background:url(../images/red/main-content-bg.png) repeat-y;
	}

	#main-content-inside {
		background:url(../images/red/main-content-bottom.png) left bottom no-repeat;
		}

		#main-content-inner {
			background:url(../images/red/main-content-top.png) no-repeat;
			}

#footer {
	color:#ccc;
	}

	.footer-inside p a {
		color: #D1D5C0;
	}

/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-logo-text {
	color: #fff;
	}

		#header-nav li a {
			background:url(../images/red/nav-li-bg.png) repeat-x;
			border:1px solid #611f19;
			border-bottom:0;
			color:white;
			}


		#header-nav li a:hover,
		#header-nav li.active a {
			color:#1C344E;
			background:#D1D5C0;
			}

.date {
	background:#364855;
	color:white;
	}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right h2 {
color:#8F2C24;
border-bottom:1px solid #E3E8D3;
}

#sidebar-right .sidebar-block {
	background:url(../images/red/sidebar-block-bg.png) repeat-y;
	}

	#sidebar-right .sidebar-block-inside {
		background:url(../images/red/sidebar-block-bottom.png) left bottom no-repeat;
		}

		#sidebar-right .sidebar-block-inner {
			background:url(../images/red/sidebar-block-top.png) no-repeat;
			}

#sidebar-right li {
	background: url(../images/red/sidebar-li-bg.png) left 50% no-repeat;
	border-bottom:1px solid #E3E8D3;
	}

#sidebar-right li a {
	color:#1B2327;
	}


/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#A5332B;
	}

h1,h2,h3,h4,h5,h6 {
	color:#8F2C24;
	}


/* Form Styles */

fieldset {
	border:1px solid #E4E6DE;
	background:url(../images/red/fieldset-bg.png) left bottom repeat-x;
	}

	legend {
		color:#9E3129;
		}

	label {
		color:#000;
		}

	input.form-text,
	textarea {
		border:1px solid #AEB1A6;
		background: url(../images/red/input-bg.png) no-repeat;
		}

	input.form-submit {
		color:white;
		border:1px solid #51883C;
		background:url(../images/red/submit-bg.png) repeat-x;
		}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

