/* 
Theme Name: THiCK
Theme URI: http://www.woothemes.com
Description: Design, XHTML, and CSS by <a href="http://mattbrett.com">Matt Brett</a>. WordPress development by <a href="http://woothemes.com">WooThemes</a>.
Version: 1.1.3
Author: WooThemes
Author URL: http://www.woothemes.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #53534c;
	text-align: center;
	background: #fff;
}

#wrapper {
	text-align: left;
}

#leftbar {
	width: 240px;
	padding: 10px 0;
	margin-right:0 !important;
}

#content {
	padding: 0;
	min-height:800px;
	height: auto !important;
	height: 800px;
}

#content-inner{
	min-height:800px;
	height: auto !important;
	height: 800px;
}

#pageheading h1 {
	margin:0 0 6px 0;
	text-decoration: none;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #81b2f5;
}
#pageheading{
	padding: 0 0 0 13px;
	margin-top:10px;
}

#sidebar {
	width: 180px;
	padding: 10px 0;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header{
	text-align: left;
	position:relative;
	height:180px;
}

#header-alt-bottom {
	clear: both;
	height: 100%;
}

#description {	
	font-size: 1.2em;
	font-style:italic;
}

#header #description {
	position:absolute;
	left:20px;
	bottom:40px;
}

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header #nav {
	position: absolute;
	bottom: 0;
	left: 10px;
}

#nav li {
	float: left;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}

#header #nav li {
	font-size: 1.3em;
}

#header #nav li a:link, #header #nav li a:visited, #header #nav li a:active {
	display: block;
	margin-right: 1px;
	padding: 7px 10px;
	text-decoration: none;
	color: #fbf7e4;
}

#header #nav li a:hover {
	text-decoration: none;
	background: #262622;
}

#header #nav li.current_page_item a:link, #header #nav li.current_page_item a:visited, #header #nav li.current_page_item a:active, #header #nav li.current_page_item a:hover {
	cursor: default;
	color: #494943;
	background: #fff;
}


/* @end */

#header #subscribe {

}

#header #subscribe ul {
	float: left;
	display: inline;
	margin-top: 16px;
}

#subscribe ul li {
	display: inline;
	font-size: 1em;
	text-transform: uppercase;
}

#subscribe ul li .icon-feed {
	position: relative;
	display: block;
	float: left;
	top: -2px;
}

#header #subscribe ul li a:link, #header #subscribe ul li a:visited, #header #subscribe ul li a:active {
	text-decoration: underline;	
	color: #53534c;
}

#header #subscribe ul li a:hover {
	text-decoration: underline;
	color: #1b1b19;
}

#header #subscribe ul li span {
	margin: 0 2px;
	color: #c1c1b7;
}

#header #search {
	margin-top: 49px;
	text-align: left;
}

#header #search #s {
	color: #888888;
	font-style:italic;
	border: solid 1px #888888;
}

#search #s {	
	width: 115px;
	padding: 3px 5px;
	font-size: 1.1em;
}

#search-button{margin:0;}

.flickr_badge_image {
	float: left;
	display: inline;
}

.flickr_badge_image a {
	margin-right: 3px;
	display: block;
}

#header #branding, #header-mid {
	height: 180px;
}

#header-mid {
	width: 540px;
	height: 180px;
	padding:0;
}

#header #about {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
}

#header #about p {
	margin: 0 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#header #about p.more {
	position: absolute;
	width: 160px;
	bottom: 0;
	left: 0;
	padding-top: 8px;
	font-weight: bold;
}

#header #about a:link, #header #about a:visited, #header #about a:active {
	text-decoration: underline;
	color: #53534c;
}

#header #about a:hover {
	text-decoration: underline;
	color: #1b1b19;
}

#header #status {
	clear: both;
	padding: 10px 10px 0;
}

#header #status-twitter {
	float: left;
	width: 50px;
	height: 64px;
	margin: 10px 10px 10px 0;
}

#header #status p {
	margin: 0;
	padding: 15px 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #53534c;
}

#header #status strong {
	position: relative;
	display: block;
	left: -6px;
	font: italic bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #30302c;
}

#status a:link, #status a:visited, #status a:active {
	text-decoration: underline;
	color: #8e8e83;
}

#status a:hover {
	text-decoration: underline;
	color: #53534c;
}

/* @end */

/* @group content */

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

.content a:link, .content a:visited, .content a:active {
	text-decoration: underline;
	color: #81b2f5;
}

.content a:hover {
	text-decoration: underline;
	color: #1b1b19;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #81b2f5;
}

.content h2 {
	margin-bottom: .25em;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #81b2f5;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	text-decoration: none;
	color: #81b2f5;
	color: #81b2f5;
}

.content h2 a:hover {
	color: #81b2f5;
}

.content h2.heading {
	margin: 0 1px -54px;
	padding: 8px 10px 0;
	height: 90px;
	text-decoration: none;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #8e8e83;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.content h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #494943;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	text-decoration: none;
	color: #81b2f5;
}

.content h3 a:hover {
	color: #1b1b19;

}

.content h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content p, .content blockquote {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content .more {
	text-align: center;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#featured {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 15px;
}

#featured-image {
	margin-bottom: 5px;
	background: #494943;
	border: 5px solid #494943;
}

.content #featured img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	height:180px;
}

#featured h2 {
	position: relative;
	display: block;
	width: 190px;
	min-height: 160px;
	margin: -180px 0 0 0;
	padding: 10px;
	font-size: 2.2em;
	text-transform: uppercase;
	color: #c1c1b7;
}

#featured:hover h2 {
	color: #fbf7e4;
}

#featured h3 {
	clear: left;
	margin: 0 5px 5px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #8e8e83;
}

#featured:hover h3 {
	color: #c1c1b7;
}

#featured p {
	margin: 0 5px;
	color: #c1c1b7;
}

#featured:hover p {
	color: #fbf7e4;
}

#featured a {
	text-decoration: none;
	border: none !important;
	color: #FBF7E4 !important;
}

.post {
	margin-bottom: 5px;
	padding:20px 12px;
}

.post.single {
	margin-bottom: 5px;
	background: transparent;
}

.post.index {
	margin-bottom: 5px;
}

.post.index h1,.post.single h1 {
	color: #81b2f5;
	font-size: 2em;
	margin:0;
}

.post.index h2 {
	margin-bottom: 2px;
	font-size: 2em;
}

.post ul li ul li, .post ul li ul li ul li {
	font-size: 100%;
}

.post ol li ol li, .post ol li ol li ol li {
	font-size: 100%;
}

.wp-caption { text-align:center; }
.wp-caption .wp-caption-text { font-size:12px; text-align:center; margin: 0; font-style: italic; }

.post.single .post-date, .post.index .post-date {
	margin-bottom: 15px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #8e8e83;
}

.post.index .post-date {
	font-size: 1.4em;
}

.post.single .post-category {
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
}

.post.single .post-category a:link, .post.single .post-category a:visited, .post.single .post-category a:active {
	margin-right: 5px;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #c1c1b7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post.single .post-category a:hover {
	color: #fbf7e4;
	background: #8e8e83;
}

.post.single .post-meta {
	padding-top: 15px;
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 0;
	font: .85em Arial, Helvetica, Geneva, sans-serif;
}

.post.single .post-meta strong {
	font-weight: bold;
	text-transform: uppercase;
}

p.pullquote-left, p.pullquote-right {
	width: 175px;	
	padding: 15px;	
	font: italic 1.6em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #53534c;
	background: #c1c1b7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.pullquote-left {
	float: left;
	margin: 0 15px 15px 0;
}

p.pullquote-right {
	float: right;
	margin: 0 0 15px 15px;
}

#content img {
	margin-bottom: 18px;

}

#content img[align $='left'], #content .alignleft {
	float: left;
	margin-right: 15px;
}

#content img[align $='right'], #content .alignright {
	float: right;
	margin-left: 15px;
}

#content img.wp-smiley {
	display: inline;
	padding: 0;
	background: transparent;
	border: 0;
}

#asides .post {
	margin: 0 10px 10px;
}

#asides p {
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #8e8e83;
}

#asides h3 {
	margin-bottom: .25em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #53534c;
}

#asides a:link, #asides a:visited, #asides a:active {
	text-decoration: none;
	color: #53534c;
	border-bottom: 1px solid #dbdbc8;
}

#asides a:hover {
	color: #1b1b19;
	border-bottom: 1px solid #c1c1b7;
}

.post-meta {
	margin-bottom: 15px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #53534c;
}

.post-meta span {
	color: #dbdbc8;
}

.post-meta a:link, .post-meta a:visited, .post-meta a:active {
	text-decoration: none;
	color: #8e8e83;
	border-bottom: 1px solid #dbdbc8;
}

.post-meta a:hover {
	color: #53534c;
	border-bottom: 1px solid #c1c1b7;
}

#content .wp-pagenavi {
	position: relative;
	font-size: 1.3em;
	margin: 0 10px 30px 10px;
	padding-top: 18px;
}

#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:visited, #content .wp-pagenavi a:active {
	padding: 4px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8e8e83;
	color: #c1c1b7;
	background-color: #8e8e83;
}

#content .wp-pagenavi a:hover {
	border: 1px solid #8e8e83;
	color: #fbf7e4;
	background: #8e8e83;
}

#content .wp-pagenavi span.pages {
	padding: 4px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8e8e83;
	color: #c1c1b7;
	background-color: #8e8e83;
}

#content .wp-pagenavi span.current_page_item {
	padding: 5px 6px;
	margin: 2px;
	border: none;
	color: #fbf7e4;
	background-color: #c1c1b7;
}


/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments h2 {
	margin-bottom: -45px;
}

#comments .comment {
	margin: 0 10px 15px;
	padding-bottom: 1px;
}

#comments .comment-meta {
	margin-bottom: 15px;
}

#comments .comment-meta img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#comments .comment h3 {
	margin: 0 0 5px 0;
	padding-top: 8px;
	text-transform: none;
}

#comments .comment h5 {
	font-size: 1.1em;
	font-weight: normal;
}

#comments .comment p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#comment-form form {
	margin: 10px 10px 20px;
}

#comment-form p {
	float: left;
	width: 480px;
	margin-bottom: 0px;
	padding: 0 10px 10px;
}

#comment-form label {
	clear:both;
	padding-top: 5px;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}

#comment-form label .required {
	font-size: .85em;
	font-weight: normal;
	color: #8e8e83;
}

#comment-form input, #comment-form textarea {
	width: 265px;
	padding: 5px 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #8e8e83;
	background: #fff;
	border-top: 1px solid #c1c1b7;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #c1c1b7;
}

#comment-form input:focus, #comment-form textarea:focus {
	color: #53534c;
	border: 1px solid #8e8e83;
}

#comment-form #submit {
	width: auto;
	margin-left: 200px;
	border: none;
	padding: 4px 10px;
	text-transform: uppercase;
	cursor: pointer;
	font: bold .95em Arial, Helvetica, Geneva, sans-serif;
	color: #fbf7e4;
	background: #8e8e83;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* @end */

/* @group sidebars */

/* SIDEBARS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#categories {
	margin: 0;
}

#categories li {
	padding: 5px 10px;
	font-size: 1.0em;
	color: #bcbcbc;
	border-bottom:dotted 1px #d1d1d1;
}

#categories li a:link, #categories li a:visited, #categories li a:active {
	display: block;
	text-decoration: none;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #bcbcbc;
}

#categories li:hover a, #categories li a:hover {
	color: #1b1b19;
}

#categories li:hover {
	color: #53534c;
}

#categories li.current_page_item-cat {
	color: #81b2f5;
}

#categories li.current_page_item-cat a:link, #categories li.current_page_item-cat a:visited, #categories li.current_page_item-cat a:active, #categories li.current_page_item-cat a:hover {
	cursor: default;
	color: #fbf7e4;
}

#categories li.current-cat a{
	color: #1b1b19;
}

.widget {
	clear: both;
	margin-bottom: 20px;
}

#leftbar .widget h2, #sidebar .widget h2, #leftbar h2, #sidebar h2{
	display: block;
	margin:0 0 6px 0;
	text-decoration: none;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #81b2f5;
}

#leftbar .widget h2, #leftbar h2{padding:0 0 0 10px;}
#sidebar .widget h2, #sidebar h2{padding:0 10px 0 0;}
#leftbar h2, #sidebar h2{color:#8C8C8C;}

#leftbar ul li ul,#sidebar ul li ul{margin-bottom:20px;}

.widget ul {
	margin: 0 0 0 0;
}

.widget ul li{
	padding: 5px 10px;
	font-size: 1.2em;
}

.widget ul li a:link, .widget ul li a:visited, .widget ul li a:active{
	display: block;
	text-decoration: none;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #bcbcbc;
}

.widget ul li a:hover{
	text-decoration: underline;
	color: #1b1b19;
}

#leftbar #leftbar-pad{
	padding-right:20px;
}

#sidebar #sidebar-pad{
	padding-left:20px;
}

#sidebar ul#photos2 {
	float: left;
	width: 95%;
	margin: 0 0 15px 5px;
}

#sidebar #photos2 .flickr_badge_image {
	float: left;
	display: inline;
	margin-bottom: 5px;
}

#sidebar #photos2 .flickr_badge_image img {
	display: block;
}

#sidebar #photos2 .flickr_badge_image a {
	display: block;
	margin-left: 5px;
}

#sidebar .flickr_badge_image a {
	border: 1px solid #8e8e83;
}

#sidebar .flickr_badge_image a:hover {
	border: 1px solid #1b1b19;
}

#lifestream-widget h3 {
	clear: both;
	margin: 0 10px 10px;
	padding-bottom: 10px;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #53534c;

}

#lifestream-widget .lifestream-item {
	float: left;
	width: 220px;
	display: inline;
	margin-bottom: 8px;
	padding: 0 0 10px;
}

#lifestream-widget .lifestream-time {
	margin: 0 10px 5px 26px;
	font-size: 1.1em;
	font-weight: bold;
	color: #8e8e83;
}

#lifestream-widget .lifestream-icon {
	float: left;
	display: inline;
	width: 16px;
}

#lifestream-widget .lifestream-content {
	float: right;
	display: inline;
	width: 195px;
	font-size: 1.1em;
	color: #53534c;
}

#lifestream-widget .lifestream-photos img {
	display: block;
	width: 50px;
	height: 50px;
}

#lifestream-widget .lifestream-photos a {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	border: 1px solid #8e8e83;
}

#lifestream-widget .lifestream-photos a:hover {
	border: 1px solid #1b1b19;
}


#sidebar ul.lifestream li, ul.lifestream li {
	line-height: 18px !important;
	margin: 5px 0 15px !important;
	padding: 0 0 0 26px !important;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	color: #81b2f5;
	font-size:1.2em;
	text-decoration:none;
}

#sidebar a:hover{
	color:#345A7C;
}

#sidebar ul li{
	padding:2px 0;
}


#media-widget.widget {
	margin-bottom: 64px;
}

#media-widget.widget h2 {
	clear: left;
	margin-bottom: -64px;
	cursor: pointer;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
}

#media-widget h2 {
	display: block;
	margin: 0 1px -54px;
	padding: 8px 10px 0;
	height: 90px;
	text-decoration: none;
	background: url("styles/h2bg.gif") no-repeat;
}

#media-widget.widget h2:hover {
	text-decoration: none;
}

#media-widget.widget h2.selected, #media-widget.widget h2.selected:hover {
	text-decoration: none;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: url("styles/h2bgdk.gif") no-repeat;
}

#media-widget.widget div {
	margin: 0;
	padding-top:3px;	
	clear:both;
	font-size:1.1em;
}

#media-widget.widget div img {
	float:left;
	margin:0 7px 7px 0;
}

#media-widget.widget div a {
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
	padding:0;
	margin:0;
	color: #81b2f5;
}

#media-widget.widget div a:hover {
	text-decoration:underline;
}


/* @end */

/* @group icons */

/* ICONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.icon-feed {
	padding: 2px 0 2px 19px;
	background: url("images/icon-feed.gif") no-repeat 0 50%;
}

.icon-delicious {
	padding: 1px 0 1px 21px;
	background: url("images/icons/delicious.png") no-repeat 0 50%;
}

.icon-digg {
	padding: 1px 0 1px 21px;
	background: url("images/icons/digg.png") no-repeat 0 50%;
}

.icon-facebook {
	padding: 1px 0 1px 21px;
	background: url("images/icons/facebook.png") no-repeat 0 50%;
}

.icon-flickr {
	padding: 1px 0 1px 21px;
	background: url("images/icons/flickr.png") no-repeat 0 50%;
}

.icon-lastfm {
	padding: 1px 0 1px 21px;
	background: url("images/icons/lastfm.png") no-repeat 0 50%;
}

.icon-linkedin {
	padding: 1px 0 1px 21px;
	background: url("images/icons/linkedin.png") no-repeat 0 50%;
}

.icon-twitter {
	padding: 1px 0 1px 21px;
	background: url("images/icons/twitter.png") no-repeat 0 50%;
}

.icon-youtube {
	padding: 1px 0 1px 21px;
	background: url("images/icons/youtube.png") no-repeat 0 50%;
}

.icon-stumble {
	padding: 1px 0 1px 21px;
	background: url("images/icons/stumbleupon.png") no-repeat 0 50%;
}

/* @end */

/* @group ads */

/* ADS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

ul#ad-buttons {
	width: 530px;
	margin: 0 0 20px;
	list-style-type: none;
}

ul#ad-buttons li {
	display: inline;
	width: 125px;
	height: 125px;
	margin: 0 6px 0 0;
	list-style-type: none;
}

ul#ad-buttons img {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

/* @end */

/* @group footer */

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

#footer {
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}

#footer-credits {
	text-align: right;
	line-height: 22px;
}

#footer-credits a:link, #footer-credits a:visited, #footer-credits a:active {
	font-weight: bold;
}

#footer p {
	font-size: 1.1em;
	color: #8C8C8C;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: underline;
	color: #8C8C8C;
}

#footer a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#woo {
	float: right;
	display: inline;
	margin: 2px 0 0 5px;
}

/* @end */

/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

.fl{
	float: left;
	display: inline;
}	

.fr{
	float: right;
	display: inline;	
}

#postnavigation {
	font-size: 14px !important;
	margin: 10px 10px 0;
}

.alignleft {
	float:left;
	margin: 0px 20px 15px 0px;
}

.alignright {
	float:right;
	margin: 0px 0px 15px 20px;
}

#twitter_update_list {
	font-size:1.2em;
}

/* @end */

/* THREADED COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments ol.commentlist {
	margin: 0 0 15px 10px;
}
#comments ol.commentlist li {
	list-style-type:none;
	list-style-position:inside;
	font-size:1em;
}
#comments ol.commentlist li.comment ul.children li {
	background:none !important;
	padding-bottom:0px !important;
	margin-bottom:5px !important;	
}

ol.commentlist .reply {
	font-size:11px !important;
}
#comment-form .heading a {
	color: #8e8e83;
}
/* @end */