/** 
 * Relatewell Theme
 * http://www.relatewell.org.au
 * author @http://www.milkywaymultimedia.com.au
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */ 
@import "editor.css";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url('../images/bg.gif') top repeat-x;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5E685F;
	border:0;
	margin-bottom:10px;
}

p {
	margin-bottom:10px;
	margin-top:5px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

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

a:active {
	color: #687465;
	text-decoration: none;
}

h1 {
	color: #7c8d85;
	font-size: 2em;
	margin-top:5px;
	margin-bottom:15px;
}

h2 {
	color: #7c8d85;
	font-size: 1.5em;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:8px;
}

table, .typography table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
	margin:0 auto;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

	.typography td {
			border:0px solid #CCC;
			padding:5px;
		}
		
	.typography .table_left {
			margin:0;
		}

ul {
	margin:12px;
	list-style-type:circle;
}

	li {
		padding-left:10px;
		margin-bottom:2px;
	}
	
fieldset {
	border:0;
}

.clear{
	clear:both;
}

.message {
	padding:5px;
}

.bad {
	border:3px solid #e68f8f;
	background-color:#ffd9d9;
	color:#e68f8f;
}

.good {
	border:3px solid #95cb66;
	background-color:#ddffbb;
	color:#95cb66;
}


/* CONTAINER
----------------------------------------- */

#Container {
	width: 760px;  
	margin: 0 auto; 
}

#Content {
	padding:5px;
}

.left_content {
	float:left;
	width:49%;
}

.right_content {
	width:49%;
	float:right;
}


/* HEADER
----------------------------------------- */

#Header {
	width:760px;
	height:80px;
	background: url('../images/top.gif') center no-repeat;
}
	
	#Header h1 {
		margin:0;
	}

		#Header h1 a {
			width:760px;
			height:80px;
			display:block;
			text-indent:-9000px;
		}

/* NAVIGATION
----------------------------------------- */

#Navigation {
	width:760px;
	height:25px;
	text-align:center;
	background:	#7f8d7c;
}

	#Navigation ul {
		list-style:none;
		font-size:0.9em;
	}
	
/* FOOTER
----------------------------------------- */
#Footer {
	text-align:center;
	font-size:0.9em;
	padding-top:10px;
	margin-bottom:10px;
}

/* SUBSCRIBE FORM
----------------------------------------- */

fieldset input {
	width:250px;
	border:1px solid #666;
	padding:3px;
	margin-bottom:10px;
}

fieldset label.left {
	display:block;
	width:100px;
	float:left;
}

	fieldset label.required {
		display:block;
		width:400px;
		float:none;
		margin-left:100px;
		color:#990000;
		margin-bottom:5px;
	}

.Actions {
	margin-left:100px;
}

.Actions input {
	padding:5px;
	font-weight:bold;
	background-color:#669966;
	color:#fff;
	margin-right:10px;
	border:0;
	letter-spacing:0.05em;
	font-size:1em;
}

fieldset input[type$="checkbox"], fieldset input[type$="radio"] {
	width:25px;
}

#Remember input {
	float:left;
}

#Remember label {
	width:200px;
	float:none;
	padding-left:0;
}

/* COURSES
----------------------------------------- */
#TopCourses {
	list-style:none;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

	#TopCourses li {
		width:24%;
		text-align:center;
		float:left;
		padding:0;
		margin:0;
		padding-bottom:10px;
	}
	
/* LINKS
----------------------------------------- */
.link_category {
	margin-bottom:30px;
}