.clearFix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearFix {display: inline-block;}
html[xmlns] .clearFix {display: block;}
* html .clearFix {height: 1%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('images/page_top_bg.jpg') repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #333;
}


p, ul, ol {
	margin: 15px 0;
	line-height: 24px;
}

ul, ol {
	list-style: none;
	padding: 5px 25px;
}
li {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 6px;
}


a {
	color: #335c9b;
	text-decoration: none;
}

img {
	border: none;
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

blockquote {
	background: #fafafa;
	border: 1px dashed #ddd;
	margin: 20px 30px;
	padding: 0 15px;
}
blockquote p {
	margin: 8px 0 12px 0;
	font-size: 11px;
	line-height: 20px;
	color: #555;
}

/* Backgrounds */
#bg1 {
	background: url('images/header_bg.jpg') center top no-repeat;
}
#bg2 {
	width: 960px;
	margin: 0 auto;
	background: url('images/page_center_bg.jpg') repeat-y;
}
#bg3 {
	width: 960px;
	background: url('images/header_bg.jpg') -100px top no-repeat;
}

/* Header */
#header {
	margin: 0 auto;
	position: relative;
	/*background: url('images/page_bg2.jpg') -100px top no-repeat;*/
	height: 159px;
	width: 960px;
}
/* Logo */
#header #logo {
	position: absolute;
	left: 184px;
	top: 59px;
	width: 337px;
	height: 41px;
	background: url('images/logo.gif') no-repeat;
}
#header #logo a {
	display: block;
	width: 337px;
	height: 41px;
}
#header #logo a h1 {
	text-indent: -2000px;
}
#header h2.description {
	margin: 0;
	position: absolute;
	left: 0;
	top: 96px;
	width: 519px;
	text-align: right;
	color: #9ca7b8;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Menu */
#menu {
	margin: 0 auto;
	height: 42px;
	width: 960px;
	top: 159px;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin: 0 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	color: #becfeb;
}

#menu .current_page_item a {
	/*background: #eaeae8;*/
	color: #fff;
}

/* Page */
#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 702px;
}

.post {
	background: url('images/post_bg.jpg') bottom repeat-x;
	border-bottom: 1px solid #eee;
}

.post .title {
	margin: 30px 50px 5px;
}
.post .title a {
	color: #333;
}
.post .title a:hover {
	color: #335c9b;
}


.post .entry {
	padding: 10px 50px 20px;
}
.post ul, .post ol {
	margin-left: 3em;
}
.post ul {
	list-style-type: square;
}
.post ol {
	list-style-type: decimal;
}
.post .topMeta, .post .bottomMeta {
	font-size: 11px;
	color: #999;
	padding: 15px 50px;
}
.post .topMeta {
	border-bottom: 1px dashed #eee;
	padding-top: 0;
}
.post .bottomMeta {
	border-top: 1px dashed #eee;
}
.commentsLink {
	float: right;
	padding-bottom: 3px;
}
.commentsLink a {
	background: url('images/comment_icon.gif') right 1px no-repeat;
	padding: 0 22px 3px 0;
	font-weight: bold;
}

.navigation {
	padding: 10px 50px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 11px;
	color: #999;
	background: #f5f5f5;
}
.navigation a {
	color: #7692bc;
}
.navigation a:hover {
	color: #335c9b;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Comments */
/*
#comments ol, #comments p {
	margin: 0;
}
#comments ol li {
	padding: 10px 0;
}
#comments ol {
	margin-left: 50px;
}
#comments p {
	padding-bottom: 10px;
}
*/

/* Respond */
/*
#respond p {
	margin-bottom: 5px;
}
#comment {
	width: 400px;
}
*/

/* Calendar */
#calendar_wrap {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 215px;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#sidebar li {
	margin: 0;
	padding: 2px 0;
}
#sidebar li ul {
	padding: 6px 15px 25px;
}

#sidebar li h2 {
	margin: 0;
	padding: 5px 15px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	color: #666;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#sidebar li h2.featuresHeading {
	border: none;
	padding: 6px 15px;
	background: url(images/features_heading_bg.gif) no-repeat;
}

#sidebar a {
}

/* Search */
#sidebar #search {
	padding: 12px 15px 15px;
}
#search #s {
	width: 110px;
	float: left;
}
#search .button {
	float: right;
}


#sidebar .categories .cat-item {
	color: #999;
	background: url(images/folder_icon.gif) left 5px no-repeat;
	padding-left: 20px;
}
.catList {
	background: url(images/folder_icon.gif) no-repeat;
	padding: 0 4px 0 18px;
}

/* Footer */
#footer {
	padding: 35px 0;
	background: url(images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* Inline images */
.contentBox {
	border: 1px solid #ddd;
	background: #f3f3f3;
	margin-top: 20px;
	margin-bottom: 15px;
}
.leftBox {
	float: left;
	margin-right: 25px;
	margin-left: -30px;
}
.rightBox {
	float: right;
	margin-right: 0px;
	margin-left: 25px;
}
.contentBox .caption {
    padding: 0 10px 8px;
    font-size: 11px;
    color: #666;
}
/* microblog */
#sidebar .aktt_tweets ul li {
	font-size: 11px;
	line-height: 15px;
	padding: 7px 0 11px;
	border-bottom: 1px dashed #ddd;
}
#sidebar .aktt_tweets ul .aktt_more_updates {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar .aktt_tweets .timeLink {
  font-size: 10px;
  font-weight: bold;
  display: block;
}


/* Brian's threaded comments */
/*
.comment
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
	padding:				4px 4px 4px 8px;
	background-color:		#fff;
}
.odd
{
	background-color: #f8f8f8;
}
.comment div {
	position: 				relative;
}
.comment .comment img
{
	margin: 				0px;
}
.comment .collapseicon
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
}
.collapsed .collapseicon
{
	background-image: 		url(/wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
}
.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}
.comment
{
	border: 	1px solid #ddd;
	margin-top: 			10px;
}
input#subscribe
{
	width: auto;
}
.comment .body .content
{
	padding:				0px 3px 0px 3px;
	overflow: 				auto;
}
.comment .title abbr
{
	border: none;
}
.collapsed .body, .collapsed .comment
{
	display:				none;
}
#commentform textarea {
	width: 97%;
}
*/


#trackbacks {
	padding: 0 50px 20px;
	background: url('images/post_bg.jpg') bottom repeat-x;
	border-bottom: 1px solid #eee;
}
.trackbacksHeading {
	background: url('images/trackback_icon.gif') 26px 29px no-repeat;
	padding: 20px 50px 10px;
}


#comments {
	padding: 0 50px;
}



.username {
  font-weight: bold;
  color: #666;
}
.commentsHeading {
	background: url('images/comment_icon.gif') 26px 30px no-repeat;
	padding: 20px 50px 10px;
}
.commentWrapper {
  padding-left: 30px;
}
.comment {
	background: #fefefe url('images/comment_bg.jpg') bottom repeat-x;
	border: 1px solid #ddd;
	padding: 12px 15px 12px;
	margin: 12px 0;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.comment h3 {
	font-size: 18px;
}
.comment, .comment p {
	font-size: 11px;
	line-height: 18px;
	color: #444;
}
.comment p {
	margin: 0 0 10px;
}
.comment .userphotoThumbnail {
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 12px 6px -36px;
}
.commentMeta {
	clear: both;
	font-size: 10px;
	color: #999;
	padding-top: 10px;
	margin-top: 10px;
	/* border-top: 1px dashed #eee; */
}
.noComments {
	float: right;
	padding: 30px 50px 0 0;
	color: #999;
}

/* BM comment hilight */
.userID_1 {
	background: #fbfcff url('images/admin_comment_bg.jpg') bottom repeat-x;
}
.userID_1, .userID_1 .userphotoThumbnail {
	border: 1px solid #a4badb;
}
.userID_1, .userID_1 p {
	color: #455876;
}
.subscribe-to-comments {
	font-size: 11px;
	color: #666;
	margin: 0;
}
.subscribedIcon {
	background: url('images/mail_icon.gif') left 1px no-repeat;
	padding-left: 18px;
}

/* COMMENT FORM */
#addcomment {
   	background: #ffe;
	border: 1px solid #ee9;
	padding: 12px 15px 15px;
	margin: 30px 50px 10px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#comments #addcomment {
	/* nested comment form */
	margin: 0 0 10px 30px;
}
#comments .level3 #addcomment {
	margin-left: 0;
}

#comments .commentsLink a {
	color: #7692bc;
	font-weight: normal;
}
#comments .commentsLink a:hover {
	color: #335c9b;
}



.responseMeta {
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
}
#reroot {
  float: right;
  font-size: 10px;
}
#reroot a {
	color: #c00;
}
.formRow {
  padding-bottom: 10px;
}
.formLabel {
  font-size: 11px;
}
.noNesting {
	padding-top: 2px;
	font-size: 10px;
	color: #666;
}
.divider {
	color: #ccc;
}
.logoutLink {
   color: #999;
   font-size: 10px;
   padding-left: 4px;
}

