/*  
Theme Name: WordCult
Theme URI: http://wpcult.com/
Description: Designed by <a href="http://thefrosty.com" title="Austin Passy">Austin Passy</a> of <a href="http://frostywebdesigns.com" title="Frosty Web Designs">Frosty Web Designs</a> &amp; <a href="http://wpcult.com" title="WPCult">WPCult</a>
Version: 0.3.1.1
Author: Austin Passy
Author URI: http://frostywebdesigns.com/
Tags: thumbnails, widgets, admin panel, wordcult, wpcult, CSS3, jQuery, TimThumb, Dynamic, WordPress Colors
*/

/* Copyright (c) 2009, Austin Passy */

/* 
TABLE OF CONTENTS 
	-HTML Elements
	-Structure
	-Navigation Bar
	-Text
	-Index Page
	-Content Page
	-Sidebar
	-Form Elements  
	-Comments
	-Footer
	-Clear
	-Extra
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: #000000; background: #ffffff; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* selections */
::selection { background: #D54E21; color: #fff; /* CSS3 */ }
::-moz-selection { background: #D54E21; color: #fff; /* Firefox */ }
::-webkit-selection { background: #D54E21; color: #fff; /* Safari */ }

/* HTML Elements */
* {margin:0; padding:0; }

body {
	font: 100% Arial, Helvetica;
	background: #F9F9F9;
	color: #464646;
	}

p {	
	margin:8px 0 15px 0;
	}

a { cursor:pointer; }

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	background:#D3E7F8;
	font: 1.0em 'Courier New', Courier, Fixed;
	padding:0 3px;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 0 0 0 10px;
	border-left:2px solid #ebebeb;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0 0 20px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
	}

em {
    font-style:italics;
	}

.bx {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(library/js/border-radius.htc);
	}
	
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
	}

/* Structure */


#head {
	font-size:0.7em;
	margin:0px auto;
	margin-top:0px;
	padding:0px 5px;
	width:1000px;
	}

#page {
	width:980px;
	margin:0px auto;
	padding:10px;
	background:/*#d3e7f8*/ url(images/dot_stripe.gif);
	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
	}

.left, .alignleft {
	float:left;
	}

.left { clear:both; }

.right, .alignright {
	float:right;
	}

.center, .aligncenter {
	margin:0 auto;
	}

.center {
	text-align:center;
	}


/* Navigation Bar*/
#navbar {
	font-size:10px;
	margin:10px auto 15px;
	padding:0px;
	text-transform:uppercase;
	width:1000px;
	}

#page-bar {
	background:#21759b;
	height:26px;
	margin-right:10px;
	overflow:hidden;
	padding:0px 10px;
	width:630px;
	}

#page-bar ul,  #search-bar ul {
	list-style: none;
	}

#page-bar li, #search-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #21746a;
	}

#page-bar li:hover,  #search-bar li:hover {
	background: #1f6b8e;
	}

#page-bar a, #page-bar a:visited,
#search-bar a,  #search-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#dddddd;
	display:block;
	}

#page-bar a:hover,  #search-bar a:hover {
	color:#eeeeee;
	display:block;
	text-decoration:none;
	}

#page-bar a:focus,  #search-bar a:focus {
	color:#ffffff;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	margin-right:10px;
	padding:4px;
	text-align:right;
	width:150px;
	}

#searchform #search {
	/*background:#eee;
	border:1px solid #aaa;*/
	}

/* Dropdown Menus */
#page-bar ul {
	z-index:999;
	}		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}
#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
#page-bar li:hover ul {
	left: auto;
	display: block;
	}	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}
#page-bar ul ul { float:left; }
#page-bar ul li ul { visibility:hidden; position:absolute; width auto; left:-999em; }
#page-bar ul li:hover ul { left:auto; margin:-20px 0 0 142px; z-index:9999; }
#page-bar ul li ul li { left:auto; width:auto; }
#page-bar ul li ul ul { margin:-20px 0 0 142px; }
#page-bar ul li:hover ul ul { visibility:hidden; }
#page-bar ul li:hover ul, #page-bar ul li li:hover ul { left: auto; }
#page-bar ul li:hover ul ul { visibility: hidden; }
#page-bar ul li:hover ul, #page-bar ul li li:hover ul { visibility: visible; left: auto; }

/* Search Bar */

#search-bar {
	background:#21759b;
	padding:0 10px;
	width:310px;
	}

/* Text*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 18px 0;
	}
	
h1 { font:2.0em Arial, Helvetica, sans-serif; }

h2 { font:1.8em Arial, Helvetica, sans-serif; }

h3 { font:1.55em Arial, Helvetica, sans-serif; }

h4 { font:1.4em Arial, Helvetica, sans-serif; }

h5 { font:1.25em Arial, Helvetica, sans-serif; }

h6 { font:1.1em Arial, Helvetica, sans-serif; }

h3.cat_title, h3.cat_title a {
	color:#464646;
	letter-spacing:-0.05em;
	margin:0 0 3px 0;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

#comments h3{
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:1000px;
	height:40px;
	background:none;
	}

#logo h1 {
	font-size:34px;
	margin:5px 0 0 15px;
	}

#logo a {
	color:#464646;
	border-bottom:1px dotted #eee;
	text-decoration:none;
	}

#logo a:hover {
	color:#d54e21;
	text-decoration:none;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto 10px;
	padding:0px;
	width:1000px;
	}

#headline {
	width:615px;
	float:left;
	padding:10px 10px 25px 25px;
    font-size:12px;
	height:245px;
	line-height:1.5em;
	margin:0;
	background:#464646;
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#a0a0a0;
	}

#headline a:hover {
	color:#d0d0d0;
	text-decoration:none;
	}

#headline:hover a {
	border-bottom:1px dotted #a0a0a0;
	}

#headline:hover a:hover {
	border-bottom:1px solid #a0a0a0;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	}

#slider {
	height:245px;
	overflow:hidden;
	width:615px;
	}

#slider .clearfloat {
	width:610px;
	}

.featured-entry {
	overflow:hidden;
	}

#featured {
	background:#d3e7f8;
	width:320px;
	height:280px;
	float:right;
	padding:0px 0px 0px 10px;
	font-size:12px;
	}

#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
	}

#featured .wordcult-carousel {
    overflow:hidden;
    width:320px;
	}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:4px solid #21759B ;
	margin-right:10px;
	}

#featured-ad {
	margin:5px 0 0 2px;
	}

#featured-adsense {
	margin:14px 0 0 4px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#464646;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:980px;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #464646;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#464646;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width:980px;
	margin:0 0 10px;
	}

#bottom-left {
	float:left;
	padding:0;
	width:640px;
	}

#bottom-left .meta, #bottom-right .meta, #content.archive .meta {
	font-size:10px;
	}

#bottom-right {
	float:left;
	margin-left:20px;
	}

#bottom-right h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#464646;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#bottom-right h3 a {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	color:#fff;
	}

#front-list {
	width:620px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#464646;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	padding:0px;
	background:transparent;
	font-size:12px;
	line-height:1.75em;
	}

#paged-list .clearfloat {
	}

.leftbox { 
	background:#fff;
	width:620px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 5px;
	}

.section {
	background:#fff;
	width:295px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 5px;
	min-height:180px;
	}	

.archive .leftbox {
	width:620px;
	background:none;
    padding-bottom:1px;
	}

.aside { 
	border-bottom:1px dotted #eee;
	border-left:2px solid #d54e21;
	background:#fff;
	font-size:98%;
	width:280px;
	line-height:1.5em;
	padding:0 10px;
	margin:0 0 5px 10px;
	}

.leftbox img {
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #ccc;
	padding:5px;
	}

.leftbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.leftbox p, .onecolumn p {
	margin:5px 0px;
	}	

.section span.title a {
	font:12px Arial;
	font-weight:bold;
	}

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:left;
	width:620px;
	clear:left;
	}
.nav-previous, .nav-next, .post-previous, .post-next {
	width: 45%;
	}
.nav-previous, .post-previous {
	float:left;
	}
.nav-next, .post-next {
	float:right;
	text-align:right;
	}

#postigation {
	font-size:13px;
	line-height:1.75em;
	}
	
#index-right-widget ul li { 
	border:1px solid #fff;
	background:#D3E7F8;
	width:290px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

/* Content Page*/

#content {
	width:620px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:1px solid #eee;
	margin:0 0 10px 0;
	}

.post {
	line-height:1.75em;
	margin:0 0 20px 0;
	overflow:hidden;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:disc;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:disc;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

img.wp-smiley {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	}

span#map {
	font-size:11px;
	}

img.centered {
	display: block;
	margin:0 auto;
	}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
	}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
	}

#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
	}

#bio p {
    margin:0;
    padding:0;
	}

#bio .avatar {
	border:1px solid #d54e21;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

#ad-feed-wrap {
	margin:5px auto;
	}
	
#single-adsense {
	float:left;
	}
	
#ad-feed {
	border:1px solid #d54e21;
	float:right;
	height:58px;
	margin:0;
	max-height:60px;
	max-width:140px;
	padding:0;
	width:138px;
	}

#ad-feed h5 {
	margin:0;
	}

#ad-feed a {
	font-size:11px;
	}

#ad-feed ul {
	margin:0 0 0 15px;
	}
#ad-feed li {
	padding:0 0 0 10px;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 10px 0px;
	overflow:hidden;
	}

#sidebar {
    font-size:11px;
	}

#sidebar-middle:hover li {
	border-bottom:1px dotted #d54e21 !important;
	}

#sidebar-middle:hover li:hover {
	border-bottom:1px solid #d54e21 !important;
	}

#sidebar-middle a:hover {
	color:#d54e21;
	text-decoration:none;
	}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#464646;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar ul.blogroll li {
	background:none;
	border-bottom:none;
	}

#sidebar ul.blogroll li a img {
	padding:0 0 5px 20px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

#sidebar .inside {
	margin:0 0 20px;
	}
	
/* Sidebar Toggle */
.handlediv {
	float:right;
	height:21px;
	width:23px;
	}

/**
 *
#sidebar .toggle:hover .handlediv {
	background: url(images/h3-arrow.gif) no-repeat 0 0;
	}
*/

/* Form Elements */

select {
	border:1px solid #464646;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#fff;
	border:1px solid #464646;
    color:#d54e21;
    }
    
.field {
	padding: 1px;
	border:1px solid #eee !important;
	background:#fff;
	font-size:11px;
	}

.field:hover {
	border:1px solid #d54e21 !important;
	}

.field:focus {
	background:#ddd;
	border:1px solid #d54e21;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #464646;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform input:hover {
	border:1px solid #d54e21;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}

#commentform:hover textarea {
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	}

#commentform textarea:hover {
	border:1px solid #d54e21;
	}

/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-size:12px;
	font-style:normal;
	margin-bottom:0px;
	}

.commentlist cite span {
	background:url(./images/arrow.png) no-repeat center left;
	font-size:80%;
	opacity:0;
	padding:0 0 0 10px;
	visibility:hidden;
	}
.commentlist cite:hover span {
	opacity:1;
	visibility:visible;
	}

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#464646;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.25em;
	}

li.alt {
	color:#464646;
	padding: 10px 14px 10px 14px;
	background:#fff;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.25em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:none;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}
	
li.depth-2 { padding:5px 10px; } 

li.depth-3 { padding:5px 10px; } 

li.depth-4 {  } 

li.depth-5 {  }  

.commenttext {
	width:532px;
	float:right;
	line-height:1.5em;
    font-size:11px;
	}
	
li.bypostauthor {
	background: #eee;
	border-bottom:1px solid #d54e21 !important;
	}

li.bypostauthor.alt {
	background: #fff;
	}

ul.children li.bypostauthor {
	border:none !important;
	}

li cite strong {
	font-size: 14px;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0; 
	}
	
.commentmetadata {
	color:#464646;
	display: block;
	margin-top:3px;
	text-align:left;
	font-size:10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.commentlist li .avatar {
	border:1px solid #ccc;
	margin:0 10px 0 0;
	float:left;
	padding:1px;
	width:45px;
	height:45px;
	}	

#comment {
	width:620px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:11px;
	color:#fff;
	width: 950px;
	background:#464646;
	margin: 0 auto;
	padding:15px;
	}

#front-popular li a {
	border-bottom:1px dotted #eee;
	}
	
#front-popular:hover li a {
	/*border-bottom:1px dotted #d54e21;*/
	}

#front-popular:hover li a:hover {
	border-bottom:1px solid #d54e21;
	}

#recentpost, #mostcommented, #randompost {
	width:210px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#front-popular #recentpost:hover li a, #front-popular #mostcommented:hover li a, #front-popular #randompost:hover li a, #front-popular #recent_comments:hover li a {
	border-bottom:1px dotted #d54e21 !important;
	}

#mostcommented, #randompost {
	margin-left:20px;
	}

#recent_comments {
	width:200px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a, #randompost a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul, #randompost ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li, #randompost li {
	list-style:none;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a, #randompost ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover, #randompost ul li a:hover {
	background:#d54e21;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child, #randompost ul li:fist-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 980px;
	font-size:10px;
	color:#464646;
	padding:5px 10px;
	}
	
#footer a:hover {
	color:#d54e21;
	text-decoration:none;
	}

#footer:hover a {
	border-bottom:1px dotted #d54e21;
	}

#footer:hover a:hover {
	border-bottom:1px solid #d54e21;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* WordCult Dynamic Images */
img.featured {
	background:#CCC;
	border:1px solid #999;
	float:left;
	height:220px;
	padding:5px;
	width:230px;
	}
img.secimage {
	background:#CCC;
	border:1px solid #999;
	display:block;
	height:90px;
	padding:3px;
	page-break-after:always;
	width:287px;
	}

