/*
Theme Name: Halobrite
Theme URI: http://halobrite.com/
Description: Default WordPress theme for the Halobrite blog.
Version: 1.0
Author: Scott Robbin
Author URI: http://srobbin.com/
*/

/* Sticky footer */
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
#footer-container {
 clear: both;
 position: relative;
 z-index: 10;
 height: 20em;
 margin-top: -20em;
}

/* Begin Typography & Colors */

body {
    font-family: Arial, Sans-Serif;
	font-size: 15px;
	background-color: #f8f6ea;
	color: #333;
	}

a, a:visited, a:link {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
	}
	
em {
    font-style: italic;
    }
    
ol {
	list-style-type: decimal;
}

.clear {
	clear: both;
	}

strong {
    font-weight: bold;
    }
    
blockquote {
    margin:22px 40px;
    padding:3px;
    color:#575757;
    padding: 0 50px;
    background: transparent url(images/blockquote.gif) no-repeat 0 0;
    }

code {
    background-color: #FFF;
    border: 1px solid #666;
    font-size: 12px;
    font-family: monospace;
    padding: 2px;
}

/* Header */
#header-outer {
    clear: both;
    float: left;
    height: 53px;
    width: 100%;
    background: #24032e url(images/header_bg.png) repeat-x;
    }

#header {
    width: 910px;
	}

#logo {
    float: left;
	}

#logo a, #logo a:link, #logo a:visited {
    background: transparent url(images/logo_small.png) no-repeat scroll left top;
    border: none;
    display: block;
    height: 53px;
    width: 181px;
    text-indent: -9999px;
    margin-left: 15px;
	}

#logo a:hover {
	background-position: 0 -53px;
	}

/* Title */
#title-outer {
	position: relative;
	clear: both;
	background-color: #ece9df;
	width: 100%;
	}

#title {
	width: 910px;
	padding: 20px 0;
	}

#title h2 a {
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #7dbc3d;
	margin-left: 190px;
	}

/* Main */
#main-outer {
	clear: both;
	width: 100%;
	}
	
#main {
	float: left;
	width: 720px;
	margin-left: 190px;
	padding-top: 25px;
	}
	
/* Post */
.post {
	margin-bottom: 35px;
}

.post h2 a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #7dbc3d;
}

.postmetadata a, .postmetadata a:visited, .postmetadata a:link {
	color: #276B8A;
	}

.postmetadata a:hover {
	background-color: #276B8A;
	color: #FFF;
	text-decoration: none;
	}

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

.post p.postmetadata {
	padding: 10px 0;
	color: #333;
	font-size: 12px;
	border-top: 1px dotted #AAA;

}

.post small {
	float: right;
}

.post .entry p, .post .entry p:first-child {
	font-size: 14px;
	font-weight: normal;
}
	
/* Entry */

.entry h2 {
    font-size: 22px;
    font-weight: bold;
    color: #7DBC3D;
    margin: 35px 0 20px 0;
}

.entry p:first-child {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	}
	
.entry a, .entry a:visited, .entry a:link {
	color: #276B8A;
	}

.entry a:hover {
	background-color: #276B8A;
	color: #FFF;
	text-decoration: none;
	}
	
.entry p.postmetadata {
	background-color: #ece9df;
	padding: 10px;
	border: 1px dotted #999;
	font-size: 12px;
	color: #666;
	margin-top: 75px;
	}
	
/* Footer */

#pre-footer-outer {
	clear: both;
	width: 100%;
	background-color: #24032e;
	}
	
#pre-footer {
	position: relative;
	width: 720px;
	padding: 15px 0;
	margin-left: 190px;
	color: #AAA;
	line-height: 1.2em;
	}
	
#pre-footer ul {
	list-style: none;
	padding-left: 0;
	}

#pre-footer a, #pre-footer a:visited, #pre-footer a:link {
	color: #FFF;
	}


#pre-footer h3 {
	color: #7dbc3d;
	margin-bottom: 10px;
	font-size: 14px;
}

#pre-footer ul {
	margin-bottom: 10px;
}
	
#pre-footer ul li {
	margin-bottom: 5px;
}

#pre-footer .block {
	float: left;
	font-size: 13px;
	}

#pre-footer .first {
	width: 350px;
	}

#pre-footer .second{
	width: 350px;
	padding-left: 20px;
	}
	
#pre-footer a.follow-link {
	padding-left: 20px;
	line-height: 16px;
}


/* Icons */

#pre-footer a#twitter {
	background: url(images/twitter-icon.jpg) left center no-repeat;
}

#pre-footer a#delicious {
	background: url(images/delicious-icon.jpg) left center no-repeat;
}

/* End Icons */


#footer-outer {
	clear: both;
	width: 100%;
	background-color: #000;
	}

#footer {
	text-align: center;
	padding: 20px 0;
	color: #DDD;
	font-size: 12px;
	width: 720px;
	margin-left: 190px;
	}

#footer p.copyright {
	float: left;
	}
	
#footer p.attributes {
	float: right;
	}

#footer a, #footer a:visited, #footer a:link {
	color: #CCC;
	padding-left: 1em;
	}

#footer a:hover {
	color: #FFF;
	}

/* Comments */

#comments {
	width: 720px;
	margin-top: 35px;
	}
	
#comments a, #comments a:visited, #comments a:link {
	color: #276B8A;
	}

#comments a:hover {
	background-color: #276B8A;
	color: #FFF;
	text-decoration: none;
	}
	
#comments p, #comments p+p {
	text-indent: 0;
	margin-bottom: 0;
}

#comments .form-field {
	width: 98%;
	border: 1px solid #333;
	padding: 5px;
	font-size: 14px;
}

#comments .form-submit {
	background-color: #333;
	color: #FFF;
	padding: 7px;
	border: 2px solid #000;
	font-size: 14px;
}

#comments .form-submit:hover {
	background-color: #000;
}

#comments label {
    display: block;
	font-size: 14px;
	font-weight: bold;
}

#comments label span {
	color: #666;
	font-weight: normal;
}

#comments form {
	padding: 15px 15px 25px 15px;
	background-color: #ece9df;
}

#comments form p {
	padding-top: 15px;
}

#comments h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	background: #333;
	color: #FFF;
	padding: 10px;	
	}
	
#comments ol {
	background-color: #ece9df;
	}

#comments ol li {
	padding: 20px 0px 20px 15px;
	clear: both;
	}

.comment + .comment {
	border-top: 1px dotted #666;
	}

.comment .comment-author {
	font-size: 18px;
	margin-bottom: 5px;
	}

.comment p {
	margin: 10px 0;
	}

.comment .comment-meta {
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 15px;
	}

#comments .fn a, #comments .fn a:link, #comment .fn a:visited {
	color: #7dbc3d;
	}

#comments .fn a:hover {
	background-color: #7dbc3d;
	color: #FFF;
	}

#comments .reply {
	background-color: #CCC;
	float: right;
	width: auto;
}

#comments .reply a {
	display: block;
	font-size: 11px;
	color: #999;
	padding: 5px 10px;
	border: 1px dotted #999;
}

#comments .reply a:hover {
	background-color: #AAA;
	color: #666;
	border: 1px solid #999;
}

#comments #respond h3 a {
	color: #7dbc3d;
}

#comments #respond h3 a:hover {
	color: #7dbc3d;
	background-color: inherit;
	text-decoration: underline;
	}

