/*006780*/
body { 
    padding: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: url('img/headerBG.png') top left repeat-x #fff;
    height: 100%;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
	position:relative;
	height: 100%;
}

/*-----HEADER AND NAV-----*/

#header {
	height: 80px;
}

#headerCopy {
	color: #fff;
	font-style:italic;
	font-family: Georgia;
	font-size:1.3em;
	text-align: justify;
	margin-left:20px;
	margin-top:10px;
	height: 60px;
}

#headerCopy .highlight {
	color: #eee;
}

#headerNav {
	float: right;
	margin-right: 50px;
	margin-top: -25px;
}

#headerNav li {
	color: #333;
	background-color: #e3e3e3;
	height: 25px;
	margin-left: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#headerNav a {
	margin: 0;
	padding: 8px;
	display: block;
	color: #333;
	text-decoration: none;
}

#headerNav a:hover, a:active {
	color: #00a0c7;
	text-decoration: underline;
}

/*-----SIDEBAR-----*/

#sidebar {
	background:url(img/BG_column300px.png) top left no-repeat #fff;
	width: 300px;
	float: right;
	margin:0 48px 0 10px;
	clear: both;
}

#sidebarContent {
	padding: 20px;
	width: 260px;
}

#sidebar ul, li {
	margin-left: 0;
	list-style: none;
}

/*-----CONTENT-----*/

#columnWrapper {
	width: 960px;
	height: 100%;
	color: #000;
	padding-bottom: 50px;
	margin-top: 30px;
}

#columnWrapper a {
	color: #00a0c7;
	text-decoration: none;
}

#columnWrapper a:hover, a:active {
	color: #000;
}

#mainContent {
	background: url('img/BG_column580px.png') top left no-repeat #fff;
	width: 580px;
}

.columnLeft {
	float: left;
	width: 375px;
}

.columnRight {
	float: right;
	width: 375px;
}

/*-----POST STYLE-----*/

.post {
	padding:20px;
}

.post h2 {
	font-size: 20px;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #333;
	background: #ccc;
}

blockquote p {
	margin: 0;
}

.postmetadata {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

/*-----FOOTER STYLE-----*/

#footer {
	background: url('img/footerBG.png') top left repeat-x transparent;
	height: 40px;
	width: 100%;
    margin: 0;
	position:relative;
}

#footerWrapper {
	width: 960px;
	margin: 0 auto;
}

#footerWrapper ul {
	font-size: 13px;
	margin: 0;
}

#footerWrapper li {
	margin: 11px 10px 10px 0;
}

#footerWrapper a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#footerWrapper a:hover, a:active {
	color: #ccc;
	text-decoration: underline;
}

#footerWrapper img {
	border: none;
	margin: 5px;
}

#footerWrapper p {
	margin-left: 30px;
}

/* frequently used classes */
.empty {
	clear:both;
}
.floatRight {
	float:right;
}
.floatLeft {
	float: left;
}
.horzList {
	margin: 0;
	list-style-type: none;
}
.horzList li {
	float: left;
}