/*  
Theme Name: HIPAA Book
Theme URI: http://hipaabook.com
Description: Custom theme for HIPAA Book website
Version: 1.0
Author: Gabriel
Author URI: http://www.gabrielserafini.com

*/

body {
	background: #fff url(images/body_back.gif) repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	}

#page {
	width: 810px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 30px;
	background: url(images/header_back.gif) no-repeat;
	}

.site-logo {
	position: absolute;
	left: 6px;
	top: 0px;
	}

.description {
	color: #666;
	position: absolute;
	left: 130px;
	top: 6px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	}

.description em {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	}

.header-rss {
	position: absolute;
	right: 24px;
	top: 0px;
	font-size: 11px;
	}

.header-rss a {
	color: #ffc;
	text-decoration: none;
	}

.header-rss a:hover {
	color: #fff;
	text-decoration: underline;
	}

.header-rss img {
	margin: 0 0 -8px 0;
	}
.googleads-top {
	padding: 28px 0 0 0;
	margin: 0px 0 12px 18px;
	text-align: center;
	height: 300px;
	width: 778px;
	background: url(images/ad_background_2.gif) no-repeat;
	}

.googleads-bottom {
	margin: 54px 0 12px 0;
	text-align: center;
	height: 90px;
	}

#content {
	width: 728px;
	margin: 0 auto;
	}

.post {
	clear: both;
	}

.post-title {
	font-size: 24px;
	letter-spacing: -1px;
	color: #69c;
	}

.post-title a {
	text-decoration: none;
	color: #69c;
	}

.post-title a:hover {
	text-decoration: none;
	color: #369;
	}

.postmetadata {
	font-size: 10px;
	color: #666;
	clear: both;
	}

.postmetadata a {
	color: #333;
	text-decoration: none;
	}

.nocomments {
	display: none;
	}


.navigation {
	clear: both;
	text-align: center;
	}

.navigation a {
	color: #666;
	}

.edit-link-container {
	margin: 24px 0px 0px 0px;
	}

.edit-link {
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.list-title {
	clear: both !important;
	padding: 24px 0 0 0;
	}
	

.book-cover-left {
	float: left;
	margin: 0 18px 18px 0;
	}

.book-cover-right {
	float: right;
	margin: 0 18px 0 18px;
	}


blockquote {
	color: #666;
	font-size: .9em;
	font-style: italic;
	}

#footer {
	background: #eee;
	padding: 12px 24px 36px 24px;
	}


#footer ul {
	margin: 0;
	padding: 0;
	}

#footer h2 {
	color: #999;
	margin: 0 0 12px 0;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #999;
	}

#footer ul li {
	float: left;
	width: 170px;
	list-style: none;
	margin: 0 24px 24px 0;
	padding: 0;
	}


#footer ul li ul li {
	margin: 0 0 0 0;
	float: none;
	width: auto;
	}

#footer ul li ul li a {
	color: #666;
	}


.footer-bottom {
	clear: both;
	}


#footer-content {
	font-size: 11px;
	color: #999;
	text-align: center;
	}

#footer-content a {
	color: #999;
	}


