@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:Century Gothic, Arial;
	text-align: justify;
	color: #242424;
}


h1, h2, h3 {
	font-weight: normal;
}

img {
	margin-top: 5px;
}

a:visited {
	color: #FF9900;
}

hr{
   height: 1px;
   background-color: #C0C0C0;
   color: #C0C0C0;
}


h1 {
	font-size: 36px;
	text-align: center;
}

h2 {
	color:#242424;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}


/* Header */

#header {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	background: url(images/top.png) no-repeat left top;
	z-index:1;
}

#header h1 {
	float: right;
	margin: 0;
	color: #FFFFFF;
	font-size: 74px;
	padding: 132px 0 0 400px;
}

#header p {
	padding: 182px 0 0 400px;
	float: right;
	margin: 0;
	font-size:12px;
	color: #FFF;
}

#header p a{
	color: #FFF;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}
 
  
/* Content */

#content {
	float: right;
	width: 560px;
	margin-top: -100px;
	margin-bottom: 30px;
	padding: 30px 20px;
	background: #FFFCE8;
	z-index:2;
	border: 1px solid #C0C0C0;
	position:relative;
}


.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 28px;
	color: #666;
}

.title a {
	text-decoration: none;
	color: #3B3513;
}

.byline {
	margin: -10px 0px 0px 0px;
	padding-left: 33px;
	border-bottom: 1px solid #CCCCCC;
	color: #646464;
}



.entry {
	padding-bottom: 20px;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.posts h3 {
	margin-top: 10px;
	color: #000;
	text-decoration:underline;
}

.posts p {
}

.posts a {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding-top: 10px;
    position: absolute;
	background-color: #FFFCE8;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainmenu a{
	margin-top:7px;
	display:block;
	text-decoration: none;
	font-size:140%;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	color: #666666;
}

.mainmenu a:hover {
	color: #C0C0C0;
}

.mainmenu a:active {
	color: #000;
}

.submenu a{
	margin-top:4px;
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	font-size:80%;
	background-color: #EBEBEB;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
	color: #000;
}

.submenu a:hover {
	background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
}

.submenu a:active {
	background-color: #E1E1E1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
}
/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	color: #000;
}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #000000;
}


