/* @override
	http://localhost/wp-content/themes/FoF3/style.css?ver=3.2.1
	http://dev.feastoffun.com/wp-content/themes/FoF3/style.css?ver=3.2.1
	http://test.feastoffun.com/wp-content/themes/FoF3/style.css?ver=3.2.1
*/

/*
Theme Name: Feast of Fun
Theme URI: feastoffun.com
Description: The new theme for Feast of Fun
Version: 2
Author: Paul Bonser
Author URI: http://probablyprogramming.com
Tags: 


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #171515;
	color: #dedfe0;
	text-align: center;
	}
button, input {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#page {
	background: #000 url(i/columns.png) repeat-y 50% 0;
	text-align: left;
	}
.inverted #page {
    background-image: url(i/columns-inverted.png);
}

.inverted #content {
    background: white;
    color: black;
}

#header {
	background: #73a0c5;
	}

#headerimg 	{
    text-indent: -999em;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.author .narrowcolumn .entry, .author .widecolumn .entry {
    float: left;
    width: 460px;

	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {

	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 3em;
    line-height: normal;
	text-align: left;
	}

.single h1 {
    margin: 5px 0;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

body.search h2.pagetitle {
    text-align: left;
    margin: 10px 0;
    color: #797979;
}
body.search h2.pagetitle em {
    font-style: normal;
    color: #dedfe0;
}

#sidebar h2 {
	font-size: 2.4em;
	}

h3 {
	font-size: 1.9em;
    line-height: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

.inverted #content h1, .inverted #content h1 a, .inverted #content h1 a:hover, .inverted #content h1 a:visited {
    color: black;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #dedfe0;
	}
h3.sharesave {
  color: #fff;
  margin: 0px 20px 0px 0px;
  float: left;
}
/*
h3.whats-popular {
  color: #fff;
  margin: 10px 15px 0px 0px;
  float: left;
}
*/
body.author .post h3 {

}

.inverted #content h2, .inverted #content h2 a, .inverted #content h2 a:visited, .inverted #content h3, .inverted #content h3 a, .inverted #content h3 a:visited {
    color: black;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3#comments {
    font-size: 2.7em;
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea,  #commentform input {
    background: #141213;
    border: 1px solid #626262;
    color: #eaeaf2;
}

.inverted #commentform textarea {
    background: #eaeaf2;
    border: 1px solid #626262;
    color: #141213;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
    position: absolute;
    top: 5px;
    left: -61px;

    width: 46px;
    height: 46px;
    border: solid 1px #5d5e5f;
	}

.commentlist li li .avatar,
.commentlist li li .avatar [size="square"],
.commentlist li.twitter-hash .avatar { 
    left: -47px;
    width: 32px;
    height: 32px;
    border: none;
	}

.commentlist li .avatar img { width: 100%; height: 100%; }

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, .inverted #content h2 a:hover , .inverted #content h3 a:hover  {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}

/* @group Header */

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 125px;
	width: 1000px;
	background: no-repeat center bottom;
	background-size:100%
	}
#header .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#logo {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 0px;
    margin: 0;
    padding: 0;
}
#logo a {
    display: block;
    background: no-repeat;
	margin: 0;
	height: 155px;
	width: 160px;
    outline: none;
    text-indent: -10000px;
	}
#banner {
	position: absolute;
	top: 30px;
	height: 90px;
	line-height: 90px;
	left: 150px;
	font-size: 46px;
	-moz-text-shadow: 4px 4px 5px #000;
	-webkit-text-shadow: 4px 4px 5px #000;
	-o-text-shadow: 4px 4px 5px #000;
	-ms-text-shadow: 4px 4px 5px #000;
	text-shadow: 4px 4px 5px #000;
}

/* @end */

/* @group Top Nav */

#nav {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -8px;
	width: 100%;
	height: 30px;
	background: #000;
	background-color: rgba(0,0,0,0.7);
	text-align: left;
	font-size: 14px;
}
.admin-bar #nav {
	top: 28px;
}
#nav .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav #menu-bar {
	position: absolute;
	top: 0;
	left: 150px;
}
#nav #login-bar {
	position: absolute;
	top: 0;
	right: 0px;
}
#nav ul.menu > li {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0 8px;
	line-height: 30px;
}
#nav ul.menu > li > a {
	display: block;
	color: #e3e8f5;
	font-weight: normal;
	text-decoration: none;
}
#nav ul.menu > li > ul {
	display: none;
}

#nav ul.menu > li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 100;
	background: #333;
	margin: 0;
	padding: 0 0 0px 0;
	width: 200px;
	line-height: normal;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:0 0px 10px #222;
	-moz-box-shadow:0 0px 10px #222;
	box-shadow:0 0px 10px #222;
	border-bottom: 4px solid #333;
}
#nav ul.menu > li > ul.end-hover {
	border-bottom-color: #1e5bc2;
}
#nav ul.menu > li.selected > ul,
#nav ul.menu > li.hover > ul {
	display: block;
}
#nav ul.menu > li.over,
#nav ul.menu > li:hover {
	background: #1b66db;

	background: -moz-linear-gradient(top, #1a71f3 0%, #1e5bc2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a71f3), color-stop(100%,#1e5bc2));
	background: -webkit-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);
	background: -o-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	background: -ms-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a71f3', endColorstr='#1e5bc2',GradientType=0 );
	background: linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);

}
#nav ul.menu > li > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul.menu > li > ul > li > a,
#nav ul.menu > li > ul > li > span.menu,

#nav ul.menu > li > ul > li > ul > li > a {
	display: block;
	padding: 8px 10px;
	color: #ddd;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 0 #000;
	-moz-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
}
#nav ul.menu > li > ul > li > a:hover,
#nav ul.menu > li > ul > li > span.menu:hover,
#nav ul.menu > li > ul > li > ul > li > a:hover {
	background-color: #1b66db;

	background-color: -moz-linear-gradient(top, #1a71f3 0%, #1e5bc2 100%); 
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a71f3), color-stop(100%,#1e5bc2));
	background-color: -webkit-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);
	background-color: -o-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	background-color: -ms-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a71f3', endColorstr='#1e5bc2',GradientType=0 );
	background-color: linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);
	
}
#nav ul.menu > li li.end a{
	padding-bottom: 4px;
}


#nav ul.menu > li > ul ul {
	display: none;
}

#nav ul.menu > li > ul > li.customize-menu > ul {
	position: absolute;
	width: 175px;
	top: 0;
	left: -175px;
	background: #333;
	-webkit-box-shadow:0 0px 10px #222;
	-moz-box-shadow:0 0px 10px #222;
	box-shadow:0 0px 10px #222;
}
#nav ul.menu > li > ul > li.customize-menu:hover > ul {
	display: block;
}
#nav ul.menu > li > ul > li.customize-menu > ul > li {
	
}

#nav ul.menu > li > ul > li.customize-menu > ul > li > label {
	position: relative;
	display: block;
	padding: 6px 10px;
	color: #ddd;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 0 #000;
	-moz-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
	cursor: pointer;
}
	#nav ul.menu > li > ul > li.customize-menu > ul > li > label:hover {
background-color: #1b66db;

	background-color: -moz-linear-gradient(top, #1a71f3 0%, #1e5bc2 100%); 
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a71f3), color-stop(100%,#1e5bc2));
	background-color: -webkit-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);
	background-color: -o-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	background-color: -ms-linear-gradient(top, #1a71f3 0%,#1e5bc2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a71f3', endColorstr='#1e5bc2',GradientType=0 );
	background-color: linear-gradient(top, #1a71f3 0%,#1e5bc2 100%);	
}
#nav ul.menu > li > ul > li.customize-menu > ul > li > label input {
	position: absolute;
	right: 10px;
}

#nav ul.menu > li > ul > li.subsection {
	border-top: 1px solid #232323;
}
#nav ul.menu > li > ul > li.subsection:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #414141;
	content: " ";
}
#nav ul.menu > li > ul > li.subsection ul {
	display: block;
}
#nav ul.menu > li > ul > li.subsection h4 {
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	background:#414141;
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;

}
/*
#nav .customize-menu {
	display: none;
	position: absolute;
	top: 30px;
	padding: 0 10px;
	left: 0;
	width: 200px;
	background: rgba(0,0,0,0.7);
}
#nav .customize-menu h4 {
	margin: 0;
}
*/
#nav ul#login-bar.menu > li > ul {
	left: auto;
	right: 0;
}
#nav ul#login-bar.menu > li > ul.menu-login {
	width: 250px;
}
#login-bar li.profile {
	position: relative;
	padding-left: 30px;
}
#login-bar li.profile > a {
	padding-left: 35px;
}
#login-bar li.profile img {
	position: absolute;
	left: 0;
	
}
#login-bar li.post a {
	padding-left: 23px;
	padding-right: 10px;
	background: url(images/sprites.png) -384px 6px;
}
#login-bar li.post a:hover {
	background-position: -384px -195px;
}

#login-bar form {
	position: relative;
	padding: 0 10px 50px 10px;
}
#login-bar form label {
	font-size: 12px;
}
#login-bar form label input[type=text],
#login-bar form label input[type=password] {
	width: 95%;
	font-size: 18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size: 18px;
	color: #8d8d8d;
}
#login-bar form .forgetmenot {
	position: absolute;
	bottom: 20px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-size: 10px !Important;
}
#login-bar form .submit {
	position: absolute;
	bottom: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
}
#login-bar form .submit input {
	padding: 5px 10px;
	border: 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	-webkit-text-shadow: 0 0 5px #555;
	-moz-text-shadow: 0 0 5px #555;
	text-shadow: 0 0 5px #555;
	background: #f7a800;
	background: -moz-linear-gradient(top, #445ff6 0%, #394dc3 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#445ff6), color-stop(100%,#394dc3));
	background: -webkit-linear-gradient(top, #445ff6 0%,#394dc3 100%);
	background: -o-linear-gradient(top, #445ff6 0%,#394dc3 100%); 
	background: -ms-linear-gradient(top, #445ff6 0%,#394dc3 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445ff6', endColorstr='#394dc3',GradientType=0 );
	background: linear-gradient(top, #445ff6 0%,#394dc3 100%);
	
	
}
#login-bar form .submit input:hover {
	background: #445ff6;
}

#login-bar ul.facebook {
	padding: 10px 0;
	text-align: center;
}

#login-bar li.plus {
}
#login-bar li.plus a {
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	background-position: -1023px 8px;
	padding-left: 34px !important;
}

#login-bar ul.help {
	padding-top: 5px;
	font-size: 14px;
}
#login-bar ul.help li a {
	padding: 3px 10px !important;
	color: #aaa !important;
}
#login-bar ul.help li a:hover {
	color: #eee !important;
}
/*
#login-bar ul {
	display: block !important;
}
*/
/* @end */

/*
#description-bar {
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -310px;
    font-size: 1.2em;
}

#description-bar .section-name {
    font-weight: bold;
}
#description-bar p {
    color: #518fcc;
    display: inline;
}
#login-bar {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    height: 40px;
    width: 320px;
    margin: 0;
    line-height: 30px;
    text-align: right;
	font-size: 16px;
}
*/

/*
#login-bar a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
#login-bar a.post {
	padding-left: 23px;
	background: url(images/sprites.png) -384px 6px;
}
#login-bar .customize-menu {
	display: none;
}
*/
/*
#login-bar a {
    color: #518fcc;
}

#login-bar span {
    margin-left: 15px;
}

.customize-menu {
    width: auto;
    position: absolute;
    left: auto;
    right: 0px;
    top: 100%;
    z-index: 1;
    padding: 5px 25px 10px 10px;
} 

.customize-menu h4 {
    margin: 0;
}

.login-form {
    display: block;
}
*/

.carousel {
    width: 1000px;
    margin: 0 auto;
    background: black;
    padding-top: 20px;
    text-align: left;
}

.carousel h3 {
    margin-top: 0;
    font-size: 3em;
    margin-right: 26px;
}

.carousel p {
    font-size: 1.3em;
    margin-right: 26px;
}

.carousel .button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.carousel .featured {
    display: none;
    position: relative;
    height: 285px;
}

.carousel .featured.active {
    display: block;
}

.carousel .featured img {
    float: left;
    clear: left;
    margin: 0px 26px 20px;
}

.carousel .featured-selector {
    clear: left;
    width: 100%;
    height: 120px;
    background: #292929 url(i/carousel-bar.png) no-repeat 0 0;
}

.carousel .featured-selector a {
    display: block;
    float: left;
    position: relative;
    color: white;
}

.carousel .featured-selector a.prev, .carousel .featured-selector a.next {
    display: block;
    width: 34px;
    height: 34px;
    height: 120px;
    text-indent: -999em;
    margin: 0 22px;
}

.carousel .featured-selector a.prev {
    background: transparent url(i/arrow-left.png) no-repeat 50% 50%;
}
.carousel .featured-selector a.next {
    background: transparent url(i/arrow-right.png) no-repeat 50% 50%;
}

.carousel .featured-selector a:active,
.carousel .featured-selector a:hover,
.carousel .featured-selector a:focus 
{
    outline: none;
}

.carousel .featured-selector a:hover {
    text-decoration: none;
    color: white;
}

.carousel .featured-selector img {
    display: block;
    width: 126px;
    height: 84px;
    padding: 21px 7px;
    margin: 0;
}

.carousel .featured-selector a span {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 7px;
    width: 114px;
    background: blue;
    font-weight: bold;
    padding: 6px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.carousel .featured-selector a:hover span {
    display: block;
}

.carousel .featured-selector a.active img {
    background: transparent url(i/carousel-arrow.png) no-repeat 0 3px;
}

#content {
    position: relative;
}

.narrowcolumn {
	float: left;
	padding:  20px 20px 25px;
	margin: 0;
	width: 610px;
	}

.home .narrowcolumn {
    padding-top: 0;
    margin-top: 10px;
}

.pop .narrowcolumn, .fresh .narrowcolumn {
    padding-top: 40px;
    margin: 0;
}

.widecolumn {
    float: left;
	padding:  0 20px 25px;
	margin: 25px 0 0;
	width: 610px;
	}

ul.view-mode, ul.view-mode li {
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}

ul.view-mode {
    float: right;
    clear: right;
    margin-top: 16px;
    width: 75px;
    height: 16px;
    background: transparent url(i/mode-buttons.png) no-repeat 50% -17px;
}

.search ul.view-mode {
    margin: 40px 0;
}

ul.view-mode li {
    text-indent: -999em;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 9px;
}
ul.view-mode li.compact {
    margin-left: 5px;
}

.compact ul.view-mode li.compact {
    background: transparent url(i/mode-buttons.png) no-repeat 0 0;
}
.grid ul.view-mode li.grid {
    background: transparent url(i/mode-buttons.png) no-repeat -25px 0;
}
.expanded ul.view-mode li.expanded {
    background: transparent url(i/mode-buttons.png) no-repeat -49px 0;
}
ul.view-mode li a {
    display: block;
    width: 16px;
    height: 16px;
    outline: none;
}
.bookmark {
	position: absolute;
	top: 44px;
	right: 20px;
}
.bookmark:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
	height: 15px;
	width: 0px;
	border: 3px solid #06c;
	border-bottom: 3px solid #000;
}
/*
div.post {
	margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #005292;
	text-align: left;
    clear: right;
	}
*/
.page div.post {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.page div.post h2 {
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.page div.post div.post, .page div.post div.post.first {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #005292;
}

.page div.post div.post:hover {
    position: relative;
    top: -1px;
    border-top: solid 1px #005292;
}

.page div.post .latest-comments div.post .avatar {
    float: left;
    margin-top: 5px;
    width: 48px;
    height: 48px;
}

.page div.post .latest-comments div.post .postbox {
    width: 380px;
    margin-left: 10px;
}

.page div.post .latest-comments div.post p {
    background: transparent;
    text-indent: 0;
}

.single div.post {
    border: none;
    padding-top: 0;
}
/*
.compact div.postbox {
    float: left;
    width: 460px;
}
.compact div.post {
    position: relative;
    min-height: 100px;
}
*/
.author .compact div.comment {
    min-height: 0;
    padding-left: 0;
    padding-right: 165px;
}

.compact div.comment p {
    font-size: 1.3em;
}

.user-comments h2.sectiontitle {
    color: #b25805;
    margin-top: 25px;
}

.friendfeed-entries h2.sectiontitle {
    color: #b50000;
    margin-top: 25px;
}

.compact div.comment div.embed{
    float: none;
}

.compact div.comment .post-date {
    position: absolute;
    right: 0;
    top: 15px;
}

.compact div.comment.first {
    border-top: none;
    padding-top: 0;
}

.compact div.comment.first .post-date {
    top: 5px;
}

.compact div.comment .check-it-out {
    font-size: 12px;
}

.compact div.comment p {
    text-indent: 21px;
    background: transparent url(i/icon-star-orange-tiny.png) no-repeat 0px 2px;
    margin: 5px 0;
}

.compact div.ff p {
    background-image: url(i/icon-star-red-tiny.png);
}

.compact div.comment .online{
    color: #545456;
}

.compact div.comment.first p {
    font-size: 2em;
    text-indent: 25px;
    background-position: 0px 7px;
}
/*
.compact div.post:hover {
    left: -20px;
    width: 610px; 
    padding: 15px 20px 15px 20px;
    background: #0e0e0e;
    margin-bottom: -1px;
    border-bottom: solid 1px #005292;
    z-index: 1;
}

.compact div.comment:hover {
    width: 445px;
    padding-left: 20px;
    padding-right: 185px;
}
.compact div.comment.first:hover {
    padding-top: 0px;
}

.compact div.comment:hover .post-date {
    right: 20px;
}
*/
.compact div.comment .reply {
    position: absolute;
    top: 35px;
    right: 20px;
    display: none;
}

.compact div.comment a.reply:hover {
    text-decoration: none;
}
.compact div.comment:hover .reply {
    display: block;
}

.inverted .compact div.post:hover {
    background: #f9f9f9;
}
/*
.compact div.post:hover img.thumbnail {
    left: 20px;
}
*/
.navigation a {
    color: #dedfe0;
    font-size: 1.4em;
}

.single .navigation a {
    font-size: 1em;
}

.navigation div.prev {
    text-align: left;
}
.navigation div.next {
    text-align: right;
}

div.post img.fresh-image {
    max-width: 100%;
}

div.post h3 {
    margin-top: 0;
}

div.post.first-row {
    border-top: none;
}

.grid div.post {
    width: 289px;
    float: left;
}

.grid .post.odd {
    margin-right: 30px;
}

.post .byline {
    color: #666;
    margin: 3px 0;
    font-size: 0.9em;
    line-height: 22px;
    vertical-align: middle;
}
.post .byline a {
  color: #666;
}
.post .byline a.comments-link {
  margin-left: 3px;
}

.post .expanded {
    display: none;
}

.grid .post .byline {
    float: left;
    width: 90%;
}

.expanded .post .expanded {
    display: block;
    width: 580px;
}

.expanded .postmetadata {
    clear: both;
}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.fresh-content-options li label {
    float: left;
    width: auto;
}

li.button {
    float: left;
}

li.button, .commentlist li ul li.button,
.wpcf7 input.button {
    display: block;
    position: relative;
    padding: 2px 7px;
    margin-left: 7px;
    margin-right: 0px;
    background: #155cc1;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    height: 19px;
}
/*
.whats-popular {
  clear: both; width: 100%; float: left; padding-left: 0px;
}
.whats-popular li.button {
  padding: 5px 25px;
  margin: 5px 15px 10px 0;
  font-size: 1.2em;
}
*/
.fresh-content-options li.button {
    padding: 3px 5px 0;
    min-height: 0px;
    background: #155cc1 url(i/button-gradient.png) repeat-x 0 0;
    border: solid 1px #548cd9;
}
iframe { background: transparent !important; }
.post-date {
    float: right;
    color: #545456;
    margin-top: 5px;
}

li.button a, li.button a:hover, li.button a:active {
   color: #fafafa;
   text-decoration: none;
   font-size: 0.9em;
   font-weight: bold;
   outline: none;
}


li.link a { padding-left: 29px; background: transparent url(i/icon-link.png) no-repeat 0 50%; }
li.image a { padding-left: 23px; background: transparent url(i/icon-image.png) no-repeat 0 50%; }
li.video a { padding-left: 24px; background: transparent url(i/icon-video.png) no-repeat 0 50%; }
li.embed a { padding-left: 26px; background: transparent url(i/icon-embed.png) no-repeat 0 50%; }

li.button:hover, li.button.active {
    background: #114a9b;
    text-decoration: none;    
}

.fresh-content-options li a, .fresh-content-options li a:hover {
    font-size: 1.2em;
}

.fresh-content-options li.button:hover, .fresh-content-options li.button.active {
    background-position: 0 -20px;
}

.fresh-content-options li.post.active {
    background-position: 0 0;
}

.fresh-content-options li.post:hover {
    background-position: 0 -20px;
}

.fresh-content-options li.post {
    padding: 0;
    width: 23px;
    height: 22px;
    background: transparent url(i/red-button-gradient.png) repeat-x 0 0;
    border-color: #831b1b;
}
.fresh-content-options li.post a {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
    background: transparent url(i/icon-cancel.png) no-repeat 50% 50%;
}

button, a.upload-image, a.button, #commentform #submit {
    display: block;
    padding: 4px 7px;
    margin: 5px 5px 0 0;
    background: #155cc1;
    -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    border: none;
    cursor: pointer;
    color: white;
}




.single a.button {
    padding: 4px 7px;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: #2a2a2c;
    margin: 5px 0 6px 0;
    float: right;
    font-size: 0.9em;
}
.single.inverted .post .byline {
    color: #2a2a2c;
    background: #dcddde;
}
.single.inverted .post .byline a{
    color: #2a2a2c;
}
.single a.button:hover {
    background: #3a3a3c;
}


.single .podPress_content {
    margin-bottom: 10px;
}

button.searchsubmit {
    display: inline-block;
}

.action-buttons button {
    font-weight: bold;
    margin: 15px 5px;
}

a.upload-image {
    float: left;
}
a.upload-image:hover, button:hover, button:active, a.button:hover, #commentform #submit:hover {
    background: #114a9b;
    text-decoration: none;
}

button.cancel, button.cancel:hover {
    color: #155cc1;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}
button.cancel:hover {
    color: #114a9b;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
    float: left;
	width: 1000px;
    background: #292526;
    border-top: solid 1px #005292;
	clear: both;
	}

#footer ul, #footer ul li {
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}

#footer h3 {
    margin: 0 0 5px;
}

#footer ul li {
    float: left;
    margin: 5px 15px;
}
#footer ul li.Advman_Widget {
    float: right;
    margin: 5px 25px;
}

#footer ul li ul li {
    margin: 5px 0;
    float: none;
}

#footer ul li ul li a {
    color: #818181;
}

#footer  {
    float: left;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Post Footer */

.post-footer ul.tabs, .post-footer ul.tabs li { 
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}
.post-footer ul.tabs li {
    font-size: 1.25em;
}
.post-footer ul.tabs li a {
    -moz-border-radius-topleft: 2px;
	-khtml-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
    background: #4c4d4e url(i/tab-right.png) no-repeat 100% 100%;
    padding: 5px 20px 5px 10px;
    margin-right: 10px;
    color: #ced0d2;
    float: left;
}
.inverted .post-footer ul.tabs li a {
    background-image: url(i/tab-right-inverted.png);
}

.post-footer ul.tabs li a.last {
    margin-right: 0;
}

.post-footer ul.tabs li a:hover, .post-footer ul.tabs li a:active, .post-footer ul.tabs li a:focus {
    text-decoration: none;
    outline: none;
}

.post-footer ul.tabs li.active a {
    background-color: #196eb7;
    color: white;
}
.post-footer div {
    clear: left;
    border: solid 4px #196eb7;
    -moz-border-radius: 2px;
	-khtml-border--radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    -moz-border-radius-topleft: 0px;
	-khtml-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
    padding: 15px;
    background-color: #2c292a;
    display: none;
}

.inverted .post-footer div {
    color: #404041;
    background: #f1f1f2
}

.post-footer div div {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    clear: none;
    background: transparent;
    -moz-border-radius: 0px;
	-khtml-border--radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.post-footer div div.clear {
    clear: both;
}

.post-footer div.posted-in li.button {
    margin-left: 0;
    margin-right: 7px;
}

.post-footer div.posted-in p {
    clear: left;
    padding-top: 15px;
}

.post-footer div.related-posts ul, .post-footer div.related-posts li {
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
    padding: 0;
    margin: 0;
}

.post-footer div.related-posts a {
    display: block;
    float: left;
    width: 126px;
    padding: 7px;
    margin-left: 2px;
    -moz-border-radius: 2px;
	-khtml-border--radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    color: #dedfe0;
}
.inverted .post-footer div.related-posts a {
    color: #404041;
}
.post-footer div.related-posts a:hover {
    background: #373637;
    text-decoration: none;
}
.inverted .post-footer div.related-posts a:hover {
    background: #caccce;
}
.post-footer div.related-posts a img {
    display: block;
}

.post-footer div.active {
    display: block;
}
div.share div.icon-holder {
    float: left;
    margin-right: 15px;
    text-align: center;
}
div.share div.icon-holder.last {
    margin-right: 0px;
}
div.share div.icon-holder.first {
    margin-left: 8px;
}
div.share div.icon-holder.email {
    margin-right: 20px;
}
div.share span {
    display: block;

}
/* End Post Footer */


/*	Begin Headers */

span.latest-in, h1.pagetitle {
    vertical-align: baseline;
}

span.latest-in {
    color: #797979;
    font-size: .7em;
}

h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h1.pagetitle, h2.sectiontitle {
    margin: 0;
    color: #2651ea;
    font-size: 3em;
    text-align: left;
}
h2.entries {
    margin-bottom: 10px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 7px 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h1.section {
	font-size: 17px;
	font-weight: normal;
	color: #777;
}
h1.section strong {
	font-weight: normal;
	color: #06c;
}
/* End Headers */

.author-rss a{
    display: block;
    width: 130px;
    float: right;
    padding-left: 40px;
    margin-top: 10px;
    margin-right: -20px;
    background: transparent url(i/feed-icon-28x28.png) no-repeat left 50%;
    color: #797979;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li,
ul.fresh-content-options, .fresh-content-options li
 {
	display: inline;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#search-bar {
    position: absolute;
    top: 56px;
    right: 30px;
    margin: 0 auto;
    text-align: left;
    height: 50px;
}

#search-bar .searchform {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 30px 0 5px;
    margin: 0;
    height: 35px;
    background: white;
    border: 1px solid #9d9d9d;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#search-bar .s {
	position: relative;
	top: 5px;
	height: 24px;
	width: 100px;
	line-height: 24px;
	background: white;
	border: 0;
	color: #bbb;
}
#search-bar .s.focused {
	color: #252525;
}
#search-bar button {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 24px;
	background: url(images/sprites.png) no-repeat -333px 1px;
	text-indent: -10000px;
	cursor: pointer;
}
#search-bar .power-search {
	position: absolute;
	bottom: -1.5em;
	right: 0;
	color: #fff;
	xtext-shadow: 0 1px 1px #000;
	font-size: 10px;
}
/*
#search-bar #about-fof {
    color: #717375;
    position: absolute;
    right: 196px;
    top: 6px;
    font-weight: bold;
    font-size: 1.25em;
    width: 169px;
}

#search-bar #about-fof a.about-fof-header {
    height: 17px;
    line-height: 17px;
    padding-left: 20px;
    color: #717375;
    background: transparent url(i/littlebluestar.png) no-repeat 0px 50%;
}

#about-fof ul, #about-fof ul li {
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}

#about-fof ul li a {
    display: block;
    padding: 6px 14px;
    padding-left: 14px;
    border-bottom: solid 1px #727376;
}

#about-fof a:hover {
    background: #2c292a;
}

#about-fof h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 14px 0;
    margin: 0;
}

#about-fof p {
    font-size: .75em;
    padding: 0 14px 6px;
    margin: 0;
    border-bottom: solid 1px #727376;
}

#about-fof .about-dropdown {
    position: relative;
    color: #e2e3e4;
    border: solid 6px #363435;
    background: #4b4b4c;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    text-align: left;
    font-weight: normal;
    width: 169px;
    z-index: 3;
    display: none;
}

#about-fof .about-dropdown a, #about-fof .about-dropdown a:hover {
    color: #e2e3e4;
    font-size: .7em;
    text-decoration: none;
}

#about-fof a.morelink, #about-fof a.morelink:hover {
    font-size: .9em;
}

#about-fof h3.followus {
    padding-top: 17px;
}

#search-bar .s {
    color: #dedfe0;
    font-size: 1.5em;
    border: none;
    width: 168px;
    height: 22px;
    padding: 8px 46px 0px 6px;
    background: white;
}

#search-bar a.power-search {
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #717375;
    font-weight: bold;
    margin-top: 3px;
    font-size: 1.22em;
}

#search-bar .searchsubmit {
    display: block;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    background: brown;
    width: 41px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -6px;
    right: 5px;
}

.searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
*/

#powersearchform {
    text-align: left;
}
.powersearch {
    border-bottom: solid 1px #585858;
    padding-bottom: 25px;
}
#powersearchform .date {
    margin-top: 10px;
    clear: left;
}

.selected-cats .button {
    margin-bottom: 10px;
}

.selected-cats .button a {
    padding-left: 15px;
    background: transparent url(i/icon-cancel.png) no-repeat 0px 50%;
}
.fresh-content-form .selected-cats .button a {
    font-size: 1.3em;
}
.fresh-content-form .selected-cats .button {
    margin-left: 0;
    margin-right: 7px;
}
#powersearchform .tabs label {
    font-weight: bold;
}
#powersearchform .tabs a, #powersearchform .tabs label {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 1.8em;
    padding: 3px 10px;
}
#powersearchform .tabs a {
    -moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#powersearchform .tabs a.tab {
    display: block;
    float: left;
    background: #3a3436;
    color: #929292;
    text-decoration: none;
}

#powersearchform .tabs a.tab.active {
    background: #1e5cd2;
    color: #e0e0e0;
}
#powersearchform .searchdesc {
    color: #a4a4a4;
    margin-left: 5px;
}
#powersearchform label {
    font-size: 1.8em;
    font-weight: bold;
}

#powersearchform .selected-cats {
    padding: 0;
}

.selected-cats li.button {
    margin-left: 0;
    margin-right: 10px;
}
#powersearchform .search-year {
    margin-left: 50px;
}

#page .searchform .search-submit {
    background: #ac3320;
    float: right;
    clear: both;
    font-size: 1.5em;
}
#powersearchform .search-submit:hover {
    background: #89291a;
}

body.search h3.categories {
    color: #2651ea;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.3em;
}

#page .searchform {
    padding: 0px;
}
#page .searchform .s-holder {
    clear: left;
    position: relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 4px;
    background: #1e5cd2;
}
#page .searchform .s {
    display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: #292526;
    color: #dedfe0;
    border: none;
    font-size: 1.6em;
    width: 522px;
    padding: 5px;
    padding-right: 75px;
}

#page .searchform .searchsubmit {
    display: block;
    width: 65px;
    height: 65px;
    background: transparent url(i/search-button-big.png) no-repeat 50% 50%;
    text-indent: -999em;
    position: absolute;
    padding: 0;
    margin: 0;
    top: -12px;
    right: 5px;
}

#page .searchform a.use-power-search {
    position: relative;
    color: #716375;
    text-decoration: none;
    float: right;
    margin-top: 2px;
    margin-right: 25px;
    z-index: 1;
}

#sidebar .searchform .s {
	width: 108px;
	padding: 2px;
	}

#sidebar .searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
    margin: 10px auto;
    font-size: 1.2em;
    font-weight: bold;
	}

#commentform li.button {
    padding: 2px 7px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist .twitter-hash {
    min-height: 48px;
}

.commentlist {
    width: 610px;
    margin: 0 0 0 -20px;
	padding: 0 20px;
    overflow: hidden;
	}

.commentlist li {
	margin: 15px 0 15px 0;
	padding: 5px 5px 0 61px;
	list-style: none;
    border-top: solid 1px #4f5051;
    min-height: 53px;
	}
.commentlist li ul li,
.commentlist li.twitter-hash { 
	margin-right: -5px;
	margin-left: 0px;
    padding-left: 47px;
    min-height: 37px;
}

.commentlist .comment-body {
    position: relative;
}

.commentlist .comment-body p {
    clear: both;
}

.commentlist .reply {
    position: absolute;
    top: 0;
    right: 0;
    color: #545456;
}

.commentlist .reply a {
    color: #545456;
}

.commentlist .says {
    display: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
    font-size: 1.25em;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-author {
    float: left;
}

.commentmetadata {
    float: left;
    margin-left: 6px;
    height: 20px;
    line-height: 20px;
	}
.commentmetadata a {
    font-size: 0.8em;
    color: #545456;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 25px 10px 25px;
    float: left;
	width: 300px;
	}

#sidebar .fof-profile p,#sidebar .fof-profile .about-author {
    color: #808285;
}
#sidebar .fof-profile h2 {
    margin-top: 3px;
}
#sidebar .fof-profile #authorpic {
    display: block;
    margin-bottom: 5px;
}
#sidebar .fof-profile .profile-smallimg {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: right;
    margin: 0 0 10px 10px;
}

#sidebar .fof-profile .wide img {
    position: relative;
    left: 50%;
}
#sidebar .fof-profile .tall img {
    position: relative;
    top: 50%;
}

#sidebar .fof-profile .all-entries {
    margin-top: 15px;
}
#sidebar .fof-profile .all-entries a {
    color: #dedfe0;
    font-size: 1.5em;
    padding-left: 20px;
    background: transparent url(i/icon-star-blue-tiny.png) no-repeat 0 0;
}

#sidebar form {
	margin: 0;
	}

#sidebar .subscribe-to {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    display: block;
    position: relative;
    width: 264px;
    Height: 124px;
    border: solid 1px #752327;
    padding: 10px 18px;
    background: transparent url(i/subscribe-to-fof-orange.png) no-repeat 50% 50%;
}

#sidebar .subscribe-to-fresh {
    background: transparent url(i/subscribe-to-fresh-red.png) no-repeat 50% 50%;
}
#sidebar .subscribe-to ul li:before {
    content: none;
}

#sidebar .subscribe-to ul, #sidebar .subscribe-to li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background: transparent;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#sidebar .subscribe-to ul {
    width: 160px;
}

#sidebar .subscribe-to li a, #sidebar .subscribe-to li a:hover {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 7px;
    font-size: 1.5em;
    color: #eaeaea;
    text-decoration: none;
    font-weight: bold;
    z-index: 1;
}

#sidebar .subscribe-to li a:hover {
    background: #e99200;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .subscribe-to-fresh li a:hover {
    background: #ea0a45;
}

#sidebar .subscribe-to .headline {
    display: block;
    width: 141px;
    height: 59px;
    text-indent: -999em;
}
#sidebar .subscribe-to-fof .headline {
    background: transparent url(i/subscribe-fof-headline.png) no-repeat 50% 50%;
}
#sidebar .subscribe-to-fresh .headline {
    background: transparent url(i/subscribe-fresh-headline.png) no-repeat 50% 50%;
}

#sidebar .subscribe-to span.icon {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999em;
    width: 168px;
    height: 144px;
    display: none;
}

#sidebar .subscribe-to span.rss {
    display: block;
    background: transparent url(i/subscribe-rss.png) no-repeat 100% 50%;
}
#sidebar .subscribe-to span.itunes {
    background: transparent url(i/subscribe-itunes.png) no-repeat 100% 50%;
}
#sidebar .subscribe-to span.email {
    background: transparent url(i/subscribe-itunes.png) no-repeat 100% 50%;
}
#sidebar .subscribe-to span.twitter {
    background: transparent url(i/subscribe-twitter.png) no-repeat 100% 50%;
}
#sidebar .subscribe-to span.email {
    background: transparent url(i/subscribe-email.png) no-repeat 100% 50%;
}
#sidebar .subscribe-to span.google {
    background: transparent url(i/subscribe-google.png) no-repeat 100% 50%;
}

#sidebar .hit-of-the-week {
    border: solid 7px #595053;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
    background: black;
    padding: 10px 23px;
    color: #5f6060;
    font-size: 1.2em;
}

#sidebar .hit-of-the-week:hover {
    border-color: #155cc1;
}

#sidebar .hit-of-the-week h3 {
    background: transparent url(i/icon-star-blue-small.png) no-repeat left top;
    text-indent: 25px;
    margin: 0 0 5px 0;
}

#sidebar .hit-of-the-week img.thumbnail {
    max-width: 133px;
    float: left;
    margin: 0 12px 12px 0;
}
#sidebar .hit-of-the-week .byline, #sidebar .hit-of-the-week .categories a, 
#sidebar .hit-of-the-week .categories {
    color: #518FCC;
    clear: left;
}

#sidebar .hit-of-the-week .fbshare-hidden {
    display: none;
}

#sidebar .hit-of-the-week .comments-link, #sidebar .hit-of-the-week .views, 
#sidebar .hit-of-the-week .tweets, #sidebar .hit-of-the-week .fbshare {
    font-size: .8em;
    display: block;
    float: left;
    color: #dedfe0;
    margin: 0;
}
#sidebar .hit-of-the-week .comments-link, #sidebar .hit-of-the-week .views {
    margin-top: 15px;
    margin-bottom: 5px;
}
#sidebar .hit-of-the-week .comments-link, #sidebar .hit-of-the-week .tweets {
    width: 110px;
}
#sidebar .hit-of-the-week .tweets {
    margin-bottom: 5px;
}
#sidebar .hit-of-the-week .views, 
#sidebar .hit-of-the-week .tweets a, #sidebar .hit-of-the-week .fbshare a {
    color: #dedfe0;
    padding-left: 20px;
    background: transparent no-repeat 0 50%;
}
#sidebar .hit-of-the-week .views {
    background-image: url(i/webvisits-mini-icon.png);
}
#sidebar .hit-of-the-week .tweets a {
    background-image: url(i/twitter-mini-icon.png);
}
#sidebar .hit-of-the-week .fbshare a {
    background-image: url(i/facebook-mini-icon.png);
}

#sidebar .hit-of-the-week .tweets {
    clear: left;
}

#sidebar .rising-star {
    position: relative;
    padding: 17px 0 5px 143px;
    min-height: 73px;
    overflow: hidden;
    border-bottom: solid 1px #58585a;
}

#sidebar .rising-star:hover {
    background: #1b1819;
    padding: 17px 25px 5px 130px;
    width: 195px;
    margin-left: -25px;
}

#sidebar .rising-star h3, #sidebar .post h3{
    margin: 0;
    text-indent: 15px;
    background: transparent url(i/icon-star-blue-tiny.png) no-repeat left 2px;
}

#sidebar .post {
    position: relative;
    padding: 10px 5px 20px;
    margin: 0;
    border-top: none;
    border-bottom: solid 1px #58585a;
}
#sidebar .comment {
    color: #bbbdc0;
}

#sidebar .post .who {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 15px;
    background: transparent url(i/icon-star-orange-tiny.png) no-repeat top left;
}

#sidebar .post .online {
    font-size: .9em;
    color: #5f5f61;
    margin: 5px 0;
}
#sidebar .post .byline {
    background: transparent;
    font-size: 1.1em;
    margin: 3px 0;
    padding: 0;
    float: none;
    -moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}
#sidebar .post h3{
    font-size: 1.4em;
    background-position: 0 0;
}

#sidebar .rising-star img.thumbnail {
    position: absolute;
    top: 17px;
    left: 0px;
}

#sidebar .rising-star:hover img.thumbnail {
    left: 25px;
}

#sidebar .rising-star .byline, #sidebar .rising-star .categories, #sidebar .rising-star .categories a,
#sidebar .post .byline {
    color: #808285;
}
#sidebar .rising-star a.check-it-out {
    color: #518FCC;
    float: right;
}

#sidebar .post a.check-it-out {
    color: #518FCC;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#sidebar .comment a.check-it-out {
    bottom: 6px;
    color: #c95111;
}

#sidebar .more-hot-entries {
    text-align: right;
    font-weight: bold;
    margin: 5px 0;
}
#sidebar .more-hot-entries a {
    color: #808285;
}

#sidebar .ad-grid {
    float: left;
    position: relative;
    background: #3a3839;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    margin-bottom: 40px;
}

#sidebar .ad-grid img {
    display: block;
    float: left;
    margin: 16px 0 0 16px;;
    margin-right: 0px;
}

#sidebar span.sponsors {
    clear: left;
    float: left;
    font-weight: bold;
    color: #67686a;
    font-size: 1.4em;
    margin: 10px 0 15px 15px;
    display: block;
}

#sidebar .adwrap {
    position: relative;
}

#sidebar .ad-grid a.ad-with-us, #sidebar .adwrap a.ad-with-us {
    position: absolute;
    right: 18px;
    bottom: 15px;
}
#sidebar a.ad-with-us, #sidebar a.ad-with-us:active, #sidebar a.ad-with-us:link,
#sidebar a.become-media-partner, #sidebar a.become-media-partner:active, #sidebar a.become-media-partner:link
{
    color: #67686a;
}

#sidebar .media-partners {
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 25px;
}

#sidebar .media-partners img {
    display: block;
    margin: 15px 0 22px;
}

#sidebar .fof-recent-content h2 {
    width: 250px;
}
#sidebar .fof-recent-content .tab {
    display: none;
}
#sidebar .fof-recent-content .tab.comments {
    display: block;
}

#sidebar .fof-recent-content ul, #sidebar .fof-recent-content li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
}
#sidebar .fof-recent-content ul li:before {
    content: none;
}

#sidebar .fof-recent-content .menu {
    margin-bottom: 15px;
}

#sidebar .fof-recent-content .menu li {
    padding: 5px 10px;
    margin: 0 5px;
}

#sidebar .fof-recent-content .menu li a, #sidebar .fof-recent-content .menu li a:hover {
    color: #e6e7e8;
    font-size: 1.2em;
}

#sidebar .fof-recent-content .menu li.selected {
    background: #575757;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .fof-recent-content .tab {
    clear: left;
}

#sidebar .fof-trending-tags ul, #sidebar .fof-trending-tags li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#sidebar .fof-trending-tags ul {
    border-bottom: solid 1px #5f5f5f;
    padding-bottom: 10px;
}

#sidebar .fof-trending-tags ul li:before {
    content: none;
}
#sidebar .fof-trending-tags li a {
    display: block;
    margin: 5px -25px;
    padding: 5px 25px;
    font-size: 1.5em;
}
#sidebar .fof-trending-tags li a:hover {
    text-decoration: none;
    color: #77afff;
    background: #1d1a1b;
}

#profilepic_profile p {
    font-size: 1.4em;
    color: #b9b9b9;
}
#profilepic_profile .contactme {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 1.5em;
}
#profilepic_profile a {
    font-size: 1.4em;
}
#profilepic_profile {
    margin-bottom: 25px;
}

#sidebar .flickr-pics img {
    width: 80px;
    height: 80px;
    border: solid 4px #585858;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 0 18px 18px 0;
}
#sidebar .flickr-pics img.rightmost {
    margin-right: 0;
}

#sidebar .youtube-videos img {
    display: block;
    float: left;
    clear: left;
    margin: 0 12px 0px 0;
}

#sidebar .youtube-videos p {
    font-size: 1.3em;
}

#sidebar .youtube-videos .watch-now {
    float: right;
}

#sidebar .youtube-videos div {
    clear: left;
}

#sidebar .youtube-videos .video-info {
    clear: left;
    float: left;
    width: 100%;
    border-bottom: solid 2px #413f40;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#sidebar .youtube-videos .video-info span {
    color: #196eb7;
    font-size: 1.2em;
    padding-left: 10px;
    background: transparent url(i/blue-arrow.png) no-repeat left 3px;
}

#sidebar .youtube-videos .video-info span.publish-date {
    margin-left: 15px;
}

#sidebar .fof-aboutfof p {
    font-size: 1.4em;
    color: #bbbdc0;
}

#sidebar .fof-aboutfof a.more-about {
    font-size: 1.5em;
    color: #dedfe0;
    font-weight: bold;
    padding-left: 16px;
    background: transparent url(i/icon-star-blue-tiny.png) no-repeat left 3px;
}

#sidebar .simple-menu ul, #sidebar .simple-menu li {
    margin: 0;
    padding: 0;
}
#sidebar .simple-menu ul {
    margin-bottom: 25px;
}
#sidebar .simple-menu li:before { content: none; }
#sidebar .simple-menu li a {
    display: block;
    font-size: 1.8em;
    color: #dedfe0;
    border-bottom: solid 1px #58585a;
    padding: 5px 0 5px 20px;
}
#sidebar .simple-menu ul.with-icons li a {
    padding-left: 55px;
    background: transparent no-repeat 20px 50%;
}
#sidebar .simple-menu ul.with-icons li a.all-rss {
    background-image: url(i/feed-icon-25x25.png);
}
#sidebar .simple-menu ul.with-icons li a.itunes {
    background-image: url(i/itunes-icon-tiny.png);
}
#sidebar .simple-menu ul.with-icons li a.call-us {
    background-image: url(i/icon-note.png);
}
#sidebar .simple-menu li a:hover, #sidebar .simple-menu ul.with-icons li a:hover {
    position: relative;
    top: -1px;
    text-decoration: none;
    background-color: #151314;
    border-bottom: none;
    margin: 0 -25px -1px;
    padding: 6px 0 6px 45px;
    z-index: 1;
}

#sidebar .simple-menu ul.with-icons li a:hover {
    padding-left: 80px;
    background-position: 45px 50%;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
    clear: left;
	display: block;
	text-align: center;

    padding: 5px 15px;
    background: #1a1a1a;
    position: relative;
	}

.navigation div {
    width: 20%;
}

.single .navigation div {
    width: auto;
}

.navigation div.loading {
    width: 100%;
}

.navigation div.oldest {
    margin-left: 9%;
}

.navigation div.newest {
    margin-right: 9%;
}

.inverted .navigation {
    color: black;
    background: #caccce;
}
.inverted .navigation a {
    color: #2a2a2c;
}

.navigation .wp-pagenavi span, .wp-pagenavi a { margin: 2px; padding: 2px 4px; }
.navigation .wp-pagenavi span.pages { color: #ddd; background: transparent; border: none;}
.navigation .wp-pagenavi span.current { color: white; background: #2d7bcd; border: 1px solid #1f88cc; }
.navigation .wp-pagenavi span.extend,
.navigation .wp-pagenavi a,
.navigation .wp-pagenavi a:link,
.navigation .wp-pagenavi a:visited { color: #3395d6; line-height: 14px; background-color: #202020; border: 1px solid #434343; }

.inverted .navigation .wp-pagenavi span.extend,
.inverted .navigation .wp-pagenavi a,
.inverted .navigation .wp-pagenavi a:link,
.inverted .navigation .wp-pagenavi a:visited {
    background: white;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Fresh Content Stuff */

.fresh-content-form input,
.fresh-content-form textarea,
.fresh-content-form label,
.fresh-content-form ul,
.wpcf7 input
{
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
}

.fresh-content-form input.button,
.wpcf7 input.button
{
    width: auto;
}

.fresh-content-form input.tags,
.fresh-content-form input.title,
.fresh-content-form textarea,
.wpcf7 input,
input#fresh-content-link,
input.paste-image-link
{
    color: #eaeaf2;
    border: 1px solid #626262;
    background: black;
}

.wpcf7 p {
    color: #818181;
    font-size: 1.6em;
}

.wpcf7 input {
    margin-top: 5px;
    font-size: 1.1em;
}
.wpcf7 input.button {
    height: 26px;
    font-size: 1.1em;
    border: none;
    padding: 0 30px;
    float: right;
}

.fresh-content-form .wp_themeSkin .mceIframeContainer {
    border: 1px solid #626262;
}

.fresh-content-form input.tags {
    color: #5789e8;
}

input#fresh-content-link,
input.paste-image-link {
    width: 400px;
}

div.action-buttons button {
    float: right;
}

ul.fresh-content-options {
    float: left;
    clear: right;
    margin: 15px 0 0;
    padding: 0;
}

.content img.fresh-image {
    max-width: 100%;
}
.comment-body img.fresh-image {
  display: block;
  margin-bottom: 10px;
}
.grid .post .entry, .grid .post .byline, .grid .post .postmetadata,
.expanded .post .entry, .expanded .post .byline, .expanded .post .postmetadata,
.home .post .entry, .home .post .byline, .home .post .postmetadata
 {
    margin-left: 0px;
}

.entry p {
    margin: 15px 0;
}

.expanded .entry p {
    display: none;
}

.expanded .post img.full {
    float: left;
    margin: 0 5px 5px 0;
}

.post img.thumbnail {
    width: 133px;
    float: left;
    margin: 4px 15px 15px 0;
}

.expanded .post img.thumbnail {
    display: none;
}

.fresh-content-entry {
    position: relative;
    margin:0pt;
    border: solid 10px #162F8E;
    width: 630px;
    left: -20px;
}

#fresh-content-start,
form.fresh-content-form
{
    display: block;
    color:#C7C7C7;
    font-size:0.8em;
    padding: 5px;
    padding-left: 20px;
    position:relative;
    background: #141213;
}

form.fresh-content-form {
    padding: 5px 20px;
}

html {
    background: transparent;
}
body#tinymce {
    text-align: left;
    background: black;
}

.fresh-content-entry .wp_themeSkin .mceStatusbar {
    border: none;
}

.fresh-content-entry .wp_themeSkin .mceIcon {
    background-image: url(i/editor-icons.gif);
}

.fresh-content-entry .wp_themeSkin .mceButton {
    background-image: url(i/butt2.png);
    border-color: #626262;
}

.fresh-content-entry .wp_themeSkin .mceButtonActive {
    background-position: 0 -20px;
}
#fresh-content-start {
    line-height:1.6em;
    background: #162f8e url(i/fresh-start-arrow.png) no-repeat 0% 50%;
}

.fresh-content-entry .title-case, .fresh-content-entry .titleCase {
    float: right;
    font-size: 0.6em;
    vertical-align: middle;
    color: #eaeaf2;
}

.fresh-content-entry label.title {
    position: relative;
}

.fresh-content-entry input.title {
    font-size: 2.3em;
}

.fresh-content-entry .title-case {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}


#fresh-content-start .fresh-start {
    position: relative;
    background: black;
    color: #d5d5d5;
    float: left;
    font-weight: bold;
    font-size: 2.3em;
    padding: 0.5em;
    border-top: 1px solid #0a153f;
    border-left: 1px solid #0a153f;
    z-index: 1;
}

#fresh-content-start .fresh-logged-out {
    padding: 0.5em 55px 0.5em 20px;
    background: black url(i/fresh-start-arrow.png) no-repeat 100% 50%;
}

#fresh-content-start .fresh-logged-in {
    margin-left: 50px;
}

#fresh-content-start .fresh-logged-in input {
    position: absolute;
    border: none;
    background: transparent;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    font-size: 24px;
}

#fresh-content-start .fresh-start .sub-line {
    font-weight: normal;
    font-size: 0.9em;
    color: #828282;
}

#fresh-content-start a.fresh-start:hover {
    text-decoration: none;
}

form.fresh-content-form label {
    color: #818181;
    font-size: 2.2em;
    margin-bottom: 5px;
}

form.fresh-content-form label.error {
    color: red;
    font-size: 1.5em;
}

.loading {display:none;}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #777777 url(i/spinner.gif) no-repeat 50% 50%;
    z-index: 2;
}

form.fresh-content-form div.thumbnail{
    width: 133px;
    height: 100px;
    border: dashed 2px #c7c7c7;
}

form.fresh-content-form .thumbnail-picker, 
form.fresh-content-form .category-select{
    width: 60%;
    float: left;
    margin: 1em 0;
}

form.fresh-content-form div.category-select
{
    width: 40%;
}

.swfupload {
    float: left;
    margin: 5px;
}

div.embed {
    float: left;
    /* put loading image here */
}
.jcrop-holder { float: left; margin-left: 15px; margin-top: 15px; }

#image-crop-dialog, #image-upload-dialog { display: none; }

.fresh-upload-progress { 
    margin: 5px;
    width: 210px; height: 15px; 
    position: relative; 

    overflow: hidden; 
    float: left; 
}
.fresh-upload-progress div { 
    width: 100%; height: 100%;
    position: absolute; 
    right: 100%; 
    background: transparent url(i/loading.gif) 50% 50% no-repeat; 
}

.fresh-upload-progress div.outline {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(i/loading_outline.gif) 50% 50% no-repeat; 
}

.crop-button-holder {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
    margin-bottom: 10px;
    width: 230px;
}

.image-crop-preview-holder {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
    top: 15px;
}

div.paste-image-url,
div.upload-image-box
 {
    clear: both;
    padding: 10px;
    font-size: 1.3em;
}

.error {
    color: red;
}

div#fancy_div {
    font-size: 1.2em;
}

div#fancy_div p {
    color: #dedfe0;
}

.preview {
    float: none;
}

div#fancy_div p.postmetadata {
    color: #777777;
}

body div#fancy_title div {
    font-size: 16px;
}

#facebookconnector .widgettitle, 
#facebookconnector b,
.fbconnect_LastUsers {
    display: none !important;
}

#fb-connect, #login-dialog { display: none; }


/**
 * WordPress 2.8 Plugin: WP-EMail 2.50
 * Copyright (c) 2009 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - E-Mail CSS Style
 * - wp-content/plugins/wp-email/email-css.css
 */

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}


/************************************
    Fancy Box

**************************************/
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/i/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/i/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/i/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/i/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/i/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/i/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/i/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/i/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/i/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/i/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(i/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(i/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(i/fancy_title_right.png) repeat-x;
}

/* @group User Comments */

.user-comment {
	position: relative;
	padding: 0 150px 20px 60px;
	margin: 0 0 20px 0;
	min-height: 100px;
	border-bottom: 1px solid #005292;
}
.user-comment .avatar {
	position: absolute;
	top: 0px;
	left: 0;
}
.user-comment .reply {
	display: none;
	position: absolute;
	top:25px;
	right: 0;
}
.user-comment:hover .reply {
	display: block;
}
.user-comment .post-date {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	float: none;
	width: 150px;
	text-align: right;
}
.user-comment p {
	font-size: 2em;
	line-height: 1;
}
.user-comment .check-it-out {
	font-size: 12px;
}
.user-comment .online {
	color: #545456;
}
/* @end */

/* @group Post Excerpts */

.post-excerpt {
	clear: both;
	position: relative;
	min-height: 130px;
	padding: 15px 0 30px 150px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin: 0 0 0px 0;
    border-bottom: solid 1px #005292;
}
.post-excerpt:hover {
    background-color: #0e0e0e;
    z-index: 1;
}
.post-excerpt img.thumbnail {
	position: absolute;
	top: 15px;
	left: 0;
}
.post-excerpt cite {
	font-style: normal;
	color: #808285;
	font-size: 14px;
	font-weight: bold;
}
.post-excerpt cite a {
	color: #808285;
}
.post-excerpt .meta {
	clear: both;
	position: relative;
	color: #929496;
}
.post-excerpt .meta a {
	padding: 0;
	color: #929496;
}
.post-excerpt .meta > span {
	margin: 0 10px 0 0;
}
.post-excerpt .meta .comments-link {
	padding: 0 0 0 16px;
	background: url(images/sprites.png) -1037px -99px;
}
.post-excerpt .postbox {
	position: relative;
}
.post-excerpt .share {
	display: none;
	position: absolute;
	top: 129px;
	left: 0;
	height: 24px;
	padding: 0 0 0 40px;
	line-height: 24px;
	color: #a6a6a6;
	font-weight: bold;
	font-size: 20px;
	background:  url(images/sprites.png) no-repeat -1015px -213px;
}
.post-excerpt:hover .share {
	display: block;
}
.post-excerpt .share:hover {
	background-position: -1015px -276px;
	text-decoration: none;
	color: white;
}
.post-excerpt .share-tools {
	clear: both;
	background: #252525;
	border: 1px solid #433e3e;
	display: none;
	margin: 20px 0 0 0;
}

/* @end */

/* @group Share Tools */


.share-tools .content {
	position: relative;
	padding: 15px;
}
.share-tools .content .close {
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	top: 10px;
	right: 10px;
	background: url(images/sprites.png) -340px -44px;
	text-indent: -10000px;
	overflow: hidden;
}
.post-footer .share-tools .content .close {
	display: none;
}
.share-tools .content h3 {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: normal;
	color: #fffdfd;
}
.share-tools .content ul.tools {
	margin: 0;
	padding: 0;
	height: 80px;
}
.share-tools .content ul.tools:after {
	display: block;
	clear: both;
	content: " ";
}
.share-tools .content ul.tools li {
	float: left;
	position: relative;
	width: 63px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.share-tools .content ul.tools li.email,
.share-tools .content ul.tools li.print,
.share-tools .content ul.tools li.addthis {
	margin-right: 5px;
	width: 33px;
	text-align: center;
}
.share-tools .content ul.tools li.addthis {
	margin-right: 0;
}
.share-tools .content ul.tools li.email a,
.share-tools .content ul.tools li.print a,
.share-tools .content ul.tools li.addthis a.addthis_button {
	padding: 38px 0 0;
	display: block;
	background:  url(images/sprites.png) -1015px -398px;
	font-size: 12px;
	color: #c3c4c5;
	
}
.share-tools .content ul.tools li.print a {
	background-position: -1014px -563px;
}
.share-tools .content ul.tools li.addthis a.addthis_button {
	background-position: -1018px -472px;
}

.share-tools .content ul.popular {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.share-tools .content ul.popular li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}
.share-tools .content ul.popular li a {
	display: inline-block;
	padding: 4px 8px;
	background: #06a4fe;
	color: white;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.share-tools .content ul.popular li.week a { background-color: #0b7dfe;}
.share-tools .content ul.popular li.month a { background-color: #0a6aec;}
.share-tools .content ul.popular li.year a { background-color: #1354b1;}
.share-tools .content ul.popular li.random a { background-color: #ed600b; padding: 4px 18px;}
.share-tools .content ul.popular li.donate a { background-color: #229f45; padding: 4px 18px;}

.share-tools .content ul.popular li.random,
.share-tools .content ul.popular li.donate {
	border-left: 1px solid #555;
	padding-left: 8px;
}
.share-tools .content ul.popular li.donate {
	margin-right: 0;
}
/* @end */



/* @group Sidebar */
#sidebar .profile {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #807e7e;
}
#sidebar .profile .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
#sidebar .profile a {
	color: #457ce4;
}
#sidebar .profile h3 {
	color: #807e7e;
	font-size: 14px;	
	font-weight: normal;
	line-height: 1.3;
}
#sidebar .profile h3 strong {
	display: block;
	color: #d9d9d9;
	font-size: 19px;
	font-weight: bold;
}
#sidebar .profile .contact {
	margin: 0 0 15px 0;
}
#sidebar .profile .view-all {
	display: block;
	padding-left: 25px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: white;
	background: url(images/sprites.png) no-repeat -383px 1px;
}

#sidebar .ad {
	margin: 0 0 25px 0;
}


/* @end */

/* @group Single Post */
.single-post .hentry .posttitle {
	margin: 0 0 5px 0;
	padding: 0;
}
.single-post .hentry {
	position: relative;
}
.single-post .hentry .meta {
	position: relative;
	margin: 0 0 10px 0;
	color: #807e7e;
}
.single-post .hentry .meta cite {
	margin-right: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #457ce4;
}
.single-post .hentry .meta cite a {
	color: #457ce4;
}
.single-post .hentry .meta .tools {
	position: absolute;
	top: 0;
	right: 0;
}
.single-post .hentry .meta .tools a {
	margin-left: 2px;
	color: #807e7e;
	padding-left: 22px;
	background: url(images/sprites.png) no-repeat;
}
.single-post .hentry .meta .tools a.share { background-position: -1030px -60px; }
.single-post .hentry .meta .tools a.comment { background-position: -1030px -98px; }

/* @end */

/* @group Share Box */

#post-share-box {
	position: absolute; 
	top: 0px; 
	margin: 5px 0 0 -115px;
	
	width: 75px;
	background: #444;
}
#post-share-box.fixed {
	position: fixed;
	margin: 25px 0 0 -115px;
}
#post-share-box ul {
   position: relative; 
   margin: 0px; 
   padding: 10px 0px 0px 0px;
   font-size: .8em; 
   text-align: center;
}
#post-share-box > ul > li {
  margin: 0 0 5px 0; 
  padding: 0 0 5px 0;
  list-style: none;
}
#post-share-box > ul > li > .button,
#post-share-box > ul > li > a,
#post-share-box > ul > li > .fb_iframe_widget {
	display: block;
	float: none;
	margin: 0 auto;
}
#post-share-box > ul > li > .fb_iframe_widget {
	margin-left: 5px;
	margin-bottom: 5px;
}
#post-share-box > ul > li > .button,
#post-share-box > ul > li > a {
	width: 45px;
	line-height: 1.6;
}
#post-share-box > ul > li > a > strong {
	font-size: 14px;
	display: block;
	line-height: 1;
}
#post-share-box > ul > li.email > a {
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	background-position: -1025px -338px;
	text-indent: 20px;
}
#post-share-box > ul > li.share > a {
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	background-position: -1025px -57px;
	text-indent: 20px;
}
/*
#post-share-box .singledownloads{
position: relative; float: left; width: 100%; margin: 10px 0px; color: #D3D1D4; font-size: 1.3em;
    padding: 3px 7px;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: #2a2a2c; text-align: center;
}
#post-share-box .singledownloads span {
  font-size: .8em;
  color: #929093;
}
*/
/* @end */



/* @group Media Box */
.media-box {
	position: relative;
	border: 1px solid #433e3e;
	margin: 20px 0 40px 0;
	padding: 10px 10px 10px 10px;
	background: #282525;
	border: 1px solid #433e3e;
	min-height: 60px;
}

.media-box .mejs-container,
.media-box audio {
	display: block;
	margin: 0 auto;
}

.media-box .flag {
	position: absolute;
	top: -5px;
	left: 6px;
	width: 70px;
	height: 119px;
	background: url(images/sprites.png) -4px -163px;
}

.media-box .notes {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	color: #ddd;
	font-size: 90% !important;
}
.media-box .notes a {
	color: #ddd;
}
.powerpress_player, .powerpress_links {
  width: 50px;
  margin: 0 auto;
  min-width: 300px;
}
.powerpress_links {
  text-align: center;
}
.powerpress_links a {
  color: #fff;
}

/* @end */


/* @group Premium Only */
.type-premium h3.posttitle {
	background:  url(images/sprites.png) no-repeat -1033px 5px;
	text-indent: 20px;
}

.premium-only {
	position: relative;
	margin: 20px 0 40px 0;
	padding: 10px 10px 10px 90px;
	background: #282525;
	border: 1px solid #433e3e;
}
.premium-only h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: bold;
}
.premium-only p {
	margin: 0 ;
}
.premium-only .flag {
	position: absolute;
	top: -16px;
	left: 6px;
	width: 90px;
	height: 134px;
	background: url(images/sprites.png) -2px -153px;
}
.inverted .premium-only {
	background: #dedede;
	border: 1px solid #d2d2d2;
}
/* @end */




