/*
	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:#2f2141;
	color:#1C344E;
	}

#big-container {
	background:#D1D5C0 url(../images/grape/big-container-bg.png) repeat-x;
	border-bottom:5px solid #181023;
	}

#main-content {
	background:url(../images/grape/main-content-bg.png) repeat-y;
	}

	#main-content-inside {
		background:url(../images/grape/main-content-bottom.png) left bottom no-repeat;
		}

		#main-content-inner {
			background:url(../images/grape/main-content-top.png) no-repeat;
			}

#footer {
	color:#E3F1FF;
	}

	.footer-inside p a {
		color: #D1D5C0;
	}

/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-logo-text {
	color: #91304c;
	}

		#header-nav li a {
			background:url(../images/grape/nav-li-bg.png) repeat-x;
			border:1px solid #58214a;
			border-bottom:0;
			color:white;
			}


		#header-nav li a:hover,
		#header-nav li.active a {
			color:#1C344E;
			background:#D1D5C0;
			border-color:#D1D5C0;
			}

.date {
	background:#203B5A;
	color:white;
	}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right h2 {
color:#2f2141;
border-bottom:1px solid #E3E8D3;
}

#sidebar-right .sidebar-block {
	background:url(../images/grape/sidebar-block-bg.png) repeat-y;
	}

	#sidebar-right .sidebar-block-inside {
		background:url(../images/grape/sidebar-block-bottom.png) left bottom no-repeat;
		}

		#sidebar-right .sidebar-block-inner {
			background:url(../images/grape/sidebar-block-top.png) no-repeat;
			}

#sidebar-right li {
	background: url(../images/grape/sidebar-li-bg.png) left 50% no-repeat;
	border-bottom:1px solid #E3E8D3;
	}

#sidebar-right li a {
	color:#a83657;
	}


/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#a83657;
	}

h1,h2,h3,h4,h5,h6 {
	color:#2f2141;
	}


/* Form Styles */

fieldset {
	border:1px solid #E4E6DE;
	background:url(../images/grape/fieldset-bg.png) left bottom repeat-x;
	}

	legend {
		color:#4470AB;
		}

	label {
		color:#4470AB;
		}

	input.form-text,
	textarea {
		border:1px solid #AEB1A6;
		background: url(../images/grape/input-bg.png) no-repeat;
		}

	input.form-submit {
		color:white;
		border:1px solid #51883C;
		background:url(../images/grape/submit-bg.png) repeat-x;
		}

div.coursebox div.name {
	color:#2f2141;
	}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

