/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(images/bg-body.gif);
	color:#222222;
	background-repeat: no-repeat;
	background-position: center top;
	}
a {
	color:#222222;
	text-decoration:none;
	}
a:hover {
	color:#CCDE8D;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#dishat {
	margin:0 auto;
	width:980px;
	background-color:#454943;
	background-image:url(images/bg-dishat.gif);
	background-repeat:repeat;
	background-position:center top;
	border-left:6px solid #CCDE8D;
	border-right:6px solid #CCDE8D;
	}
#header {
	height:160px;
	background-repeat:no-repeat;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	}
#nav {
	height:35px;
	line-height:35px;
	background-image:url(images/bg-navigation-bar.gif);
	background-repeat:repeat-x;
	padding:0 10px;
	text-align: center;
	}
#sidebar {
	float:left;
	width:220px;
	background-color:#ffffff;
	border:4px solid #CCDE8D;
	padding:5px;
	height: auto;
	margin: 10px;
	}
#content {
	width:640px;
	background-color:#ffffff;
	border:4px solid #CCDE8D;
	padding:5px;
	float: right;
	height: auto;
	margin: 10px;
	}
#footer {
	clear:both;
	text-align:right;
	padding:10px;
	margin-top:5px;
	color:#ffffff;
	font-size:11px;
	line-height:15px;
	background-color: #4A5425;
	}
#footer-links {
	float:left;
	line-height:30px;
	}

/* Navigation */

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:10px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 15px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
#nav li a:hover {
	background-image:url(images/bg-navigation-bar-hover.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#006600;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}
#sidebar li {
	padding-left: 8px;	
	}

/* Headings */

h1 a {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
h2 {
	color:#964B4B;
	text-decoration:none;
	font-weight:normal;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #777777;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #777777;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Calibri;
	}
h3 a {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-decoration:none;
	}

/* Extra's */

.title1 {
	color:#ffffff;
	}
.title2 {
	color:#222222;
	font-style:italic;
	}
.description {
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
	}
.meta {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.comments {
	margin-top:-10px;
	text-align:right;
	margin-bottom:20px;
	}
.comments a {
	text-decoration:underline;
	}
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#footer-links a:hover {
	color:#CCDE8D;
	text-decoration: underline;
	}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {color: #666666}
.style2 {
	color: #A6C639
}
