@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	background-image: URL("style/images/background.gif");
	font-family:Avenir, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	text-align: left;
	width: 760px;
	background-color: #FFF;
}

#topBar {
	height: 8px;
	background-color: #000;
}

#gradBar {
	height: 90px;
	background-image: URL("style/images/gradBar.gif");
}

#imageBar {
	height: 230px;
	width: 760px;
	background-image: URL("style/images/blogbanner.jpg");
	margin-bottom: 20px;
	vertical-align: center;
}

#mainContent {
	width: 461px;
	height: 100%;
	padding-left: 269px;
	padding-right: 30px;
	text-align: left;
	background-color: #fff;
}

#push {
	clear: both;
	height: 40px;
}

#singlePost {
	padding-left: 20px;
	padding-right: 40px;
}

#footerBar {
	background-color: #adc687;
	width: 760px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
}

#linkPages {
	float: left;
	width: 259px;
}

#linkSidebar {
	float: left;
	width: 212px;
	padding-right: 20px;
	padding-left: 27px;
}

#theTime {
	font-size: 11px;
	color: #333;
	margin-bottom: 4px;
}

#respond {
	margin-top: 20px;
}

#commentDivider {
	margin-top: 20px;
}

#commentsBlock {
	margin-top: 12px;
}

.button {
	border: 1px solid #666;
	background: white;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #3c4837;
}

.button:hover {
	background: #3c4837;
	color: white;
}

#submit {
	margin-top: 6px;
	margin-bottom: 10px;
}

/***************************************
	NAVIGATION
****************************************/
#menuBar {
	
}

ul#mainNav {
	width: 460px;
	float: right;
	text-align: right;
	margin-right: 0px;
}

ul#mainNav li {
	display: inline;
}

ul#mainNav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:700;
	padding:0 12px;
}

ul#mainNav li a:hover {
	color: #ecffbb;
	border: none;
}