html { overflow: -moz-scrollbars-vertical !important; }

body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0px;
	background: url(../images/site/bg.gif) repeat;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
	/*overflow: auto;*/
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 160%;
	list-style: disc;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 0px;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	
	/*background: #6a1e00;*/
}


#header a {
	text-decoration: none;
	color: #ffffff;
}

/* Logo */

#logo {
	float: left;
	padding-left: 15px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: bold;

}

#logo p a {
	text-decoration: none;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 72px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
	/*height: 50px;*/
}

#menu a {
	display: block;
	width: 75px;
	color: #cc9;
	font-weight: normal;
	border: none;
	background: url(../images/site/nav-tabs.png) no-repeat 0 0;
	padding: 6px 0px;
}

#menu a:hover {
	background-position: 100% 0;
	color: #fff;
}

#menu .active {
	background: url(../images/site/nav-current.png) no-repeat 0 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #ffc;
}

#homepage-header-pic {
	/*background:  url(../images/site/homepage.jpg) no-repeat left top;*/
	width: 900px;
	height: 400px;
	float: right;
	/*padding: 3px;*/
}

#header-pic {
	width: 900px;
	height: 200px;
}

/* Content */

#content {
	float: right;
	width: 900px;	
}

.post {
	margin: 0px 0px 30px 0px;
	background: #ffc url(../images/site/bg-topfade.png) repeat-x 0 0;
}

.post .title {
	margin: 0px;
	background: #abb65f url(../images/site/img02.jpg) no-repeat left 50%;
	color: #fff;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

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

.post .meta {
	font-weight: bold;
	padding: 0px 15px 10px 15px;
}

.post .byline {
	margin: 0px;
	padding-left: 15px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}


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

#sidebar li li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 url(../images/site/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
}

#footer a {
	color: #fff;
}

/* Form syles */

#simple {
	margin: 10px 0px 10px 0px;
}

.thumbnail {
	padding: 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin: 5px;
}

.photo {
	float: left;
	padding: 3px;
	background-color: #222;
	border: 1px solid #555;
}
.inlineLink {
	text-decoration: none;
}
