/*
THEME NAME: Custom HHC Theme
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>.
AUTHOR: Natasha Broomhall
AUTHOR URL: http://www.slashdiv.net
*/

/* Architecture */
html { }

body {
	background: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

#wrapper {
	width: 901px;
	margin: 0 auto;
	background: #FFFFFF;
        border:solid #666666;
        border-width:0 1px 0 1px;
}

#header {
	height: 120px;
        background:url(images/header.gif) no-repeat top left;
}


#container {
	width: 900px;
}

#content {
        float:left;
	margin:0 auto;
        padding:10px 20px 30px 10px;
        width:530px;
        text-align:justify;
        word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
        overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#sidebar {
	margin: 10px 0;
	padding:10px 19px;
	width: 260px;
        float:right;
        word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
        overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#footer {
	clear: both;
	width: 889px;
        padding:10px 6px;
        font-size:10px;
        text-align:center;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #023f7f;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

img {
	border: 0;
}

a img {
        border-width:0;
}

h1 {        
        font-size:200%;
        padding:15px 0;
}

h2 {  
        font-size:160%;
        padding-bottom:15px;
}

h3 { 
        font-size:120%;
        padding-top:25px;
        line-height:1.4em;
}


.separator {
	display:none;
	margin: 0 5px;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 901px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
	display:none;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
        display:none;
}

/* Content */
.page-title {
        margin-top:15px;
        margin-bottom:0;
	font-weight: bold;
	font-size: 180%;
}

.post {
        margin-top:15px;
	margin-bottom: 20px;
}

.entry-title {
        margin-top:15px;
        padding-bottom:-20px;
	width: 100%;
	font-weight: bold;
	font-size: 180%;
	color: #023f7f;
}

.entry-title a {
	color: #023f7f;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	display:none;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	padding: 3px 7px 7px 0;
	color: #666666;
}

.entry-comments a:hover {
	color: #333333;
        text-decoration:underline;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 150%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
        color:#023f7f;
	text-decoration: underline;
}


.entry-content a:hover {
	color: #e31837;
	text-decoration: underline;
}
.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */

/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}