/*
	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:#584e84;
	color:#000;
	}

#big-container {
	background:#D1D5C0 url(../images/purple/big-container-bg.png) repeat-x;
	border-bottom:5px solid #342c58;
	}
	
#main-content {
	background:url(../images/purple/main-content-bg.png) repeat-y;
	}
	
	#main-content-inside {
		background:url(../images/purple/main-content-bottom.png) left bottom no-repeat;
		}
	
		#main-content-inner {
			background:url(../images/purple/main-content-top.png) no-repeat;
			}

#footer {
	color:#ccc;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/
	#header-logo-text {
		color: #fff;
	}
	
		#header-nav li a {
			background:url(../images/purple/nav-li-bg.png) repeat-x;
			border:1px solid #433a61;
			border-bottom:0;
			color:white;
			}
			
			
		#header-nav li a:hover,
		#header-nav li.active a {
			color:#1C344E;
			background:#D1D5C0;
			}

.date {
	background:#342c58;
	color:white;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right h2 {
color:#342c58;
border-bottom:1px solid #E3E8D3;
}

#sidebar-right .sidebar-block {
	background:url(../images/purple/sidebar-block-bg.png) repeat-y;
	}
	
	#sidebar-right .sidebar-block-inside {
		background:url(../images/purple/sidebar-block-bottom.png) left bottom no-repeat;
		}
	
		#sidebar-right .sidebar-block-inner {
			background:url(../images/purple/sidebar-block-top.png) no-repeat;
			}

#sidebar-right li {
	background: url(../images/purple/sidebar-li-bg.png) left 50% no-repeat;
	border-bottom:1px solid #E3E8D3;
	}

#sidebar-right li a {
	color:#342c58;
	}
	
	#sidebar-right li a:hover {
	color:#584e84;
	}
	
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#342c58;
	}

h1,h2,h3,h4,h5,h6 {
	color:#342c58;
	}


/* Form Styles */

fieldset {
	border:1px solid #E4E6DE;
	background:url(../images/purple/fieldset-bg.png) left bottom repeat-x;
	}
	
	legend {
		color:#342c58;
		}
	
	label {
		color:#342c58;
		}
	
	input.form-text,
	textarea {
		border:1px solid #AEB1A6;
		background: url(../images/purple/input-bg.png) no-repeat;
		}
	
	input.form-submit {
		color:white;
		border:1px solid #584e84;
		background:url(../images/purple/submit-bg.png) repeat-x;
		}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/
