﻿/* CSS Stylesheet */

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) #eae5ce top repeat-x;
}
a {
	color: #444;
	text-decoration: none;
	font-size: 1.1em;
}
a:hover {
		text-decoration: underline;
}
h1, h2, h3 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #646464;
}
h1 {
	font-size: 1.9em;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444;
}
#maincontainer {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	background: url(../images/nav-background.gif) repeat-x #ccc;
	width: 830px;
	height: 43px;
}
	#site-title {
		background: url(../images/nav-left.gif) no-repeat left top;
		color: #222;
		font-size: 1.4em;
		padding-left: 10px;
		padding-top: 10px;
		height: 43px;
		width: 600px;
		float: left;
		display: block;
		margin: 0;
	}
	#navigation-ul {
		width: 460px;
		height: 43px;
		background: url(../images/nav-right.gif) right no-repeat ;
		float: left;
		display: block;
		list-style: none;
		margin-left: 5px;
	}	
	#navigation-ul li {
		float: left;
		display: block;
	}
		#navigation-ul li a {
			float: left;
			display: block;
			height: 30px;
			padding-top: 13px;
			padding-left: 10px;
			padding-right: 10px;
			font-size: 1em;
			color: #222;
			text-decoration: none;
		}
			#navigation-ul li a:hover {
				background: url(../images/nav-hover.gif) repeat-x #eee;
				color: #111;
			}
#sitegraphic {
	width: 760px;
	margin: 10px auto;
}
#wrapper {
	background: url(../images/wrapper-background.gif) repeat-y #fff;
	width: 828px;
}
	#wrapper-top {
		background: url(../images/wrapper-top.gif) top no-repeat #d4c99e;
		width:828px;
		height: 3px;
	}
	#wrapper-bottom {
		background: url(../images/wrapper-bottom.gif) bottom no-repeat #d4c99e;
		width:828px;
		height: 3px;
		display: block;
		clear: both;
		margin-bottom: -3px;
	}
#sidebar {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-right: 2px solid #646464;
	float: left;
}
	#sidebar h2 {
		background: url(../images/header-sidebar.jpg) no-repeat;
		width: 200px;
		height: 30px;
		padding-top: 10px;
		padding-left: 15px;
		font-size: 1.3em;
		color: #333;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#sidebar h3 {
		padding-left: 15px;
		margin-bottom: 0;
	}
	#sidebar h3 a {
		font-size: .8em;
		font-weight: normal;
		color: #3E92D0;
		text-decoration: none;
	}
	#sidebar h3 a:hover {
		text-decoration: underline;
	}
	#sidebar p {
		padding-left: 15px;
		font-size: 11px;
		color: #333;
	}
	#sidebar ul {
		list-style: none;
		margin-left: 15px;
		margin-top: -10px;
	}
		#sidebar ul li {
			display: block;
			padding-top: 2px;
			padding-bottom: 2px;
		}
			#sidebar ul li a {
				color: #444;
				text-decoration: none;
				font-size: 1.1em;
			}
			#sidebar ul li a:hover {
				text-decoration: underline;
			}
		.sidebar-ad {
			margin-left: 10px;
			margin-top: -5px;
		}
		.sidebar-amazon {
			margin-left: 20px;
			margin-top: -5px;
		}
#content {
	float: left;
	width: 580px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#content h1 {
	font-size: 1.9em;
	color: #333;
}
#content ul a {
	font-size: 1.2em;
	font-weight: bold;
	color: #3E92D0;
	margin-left: 15px;
}
#content li {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666;
	margin-left: 15px;
	padding-right: 20px;
}
#footer {
	width: 830px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	float: left;
}
	#footer ul {
		list-style: none;
	}
		#footer ul li {
			float: left;
			display: block;
		}
			#footer ul li a {
				float: left;
				display: block;
				padding-top: 15px;
				padding-left: 10px;
				padding-right: 10px;
			}
	#footer span {
		font-size: .9em;
		padding-top: 5px;
		padding-bottom: 10px;
		clear: left;
		display: block;
		color: #a0925a;
		padding-left: 10px;
	}
	.w3c a img {
		float: right;
		border: none;
		margin-top: 15px;
		margin-right: 15px;
	}

