/*
Theme Name: RetroAsylum
Theme URI: http://www.cityoflostmice.co.uk
Description: Custom theme built for the RetroAsylum website with BuddyPress integration
Version: 1.0
Author: The City of Lost Mice
Author URI: http://www.cityoflostmice.co.uk
Tags: buddypress, 
License: Commercial use only by RetroAsylum. All other use prohibited
*/

/* =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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

body
{
	background: #222;
}

/* Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'impacted_2.0regular';
    src: url('fonts/impacted2.0-webfont.eot');
    src: url('fonts/impacted2.0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/impacted2.0-webfont.woff') format('woff'),
         url('fonts/impacted2.0-webfont.ttf') format('truetype'),
         url('fonts/impacted2.0-webfont.svg#impacted_2.0regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h3
{
	font-family: arial;
	font-size: 12pt;
}

.clear
{
	clear: both;
}

.spacer
{
	margin-bottom: 20px;
}

h6
{
	margin: 0px;
	padding: 0px;
}

.main-content
{	
	margin-left: -480px;
	left: 50%;
	position: absolute;
	width: 960px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

.main-content-podcast
{	
	background: #fff;
	background-image: url('images/podcast-side-banner.png');
	background-repeat:repeat-y;
	background-position: right; 
}

.main-content-about
{
	background: #fff;
	background-image: url('images/about-side-banner.png');
	background-repeat:repeat-y;
	background-position: right; 
}

.main-content-news
{	
	background: #fff;
	background-image: url('images/news-side-banner.png');
	background-repeat:repeat-y;
	background-position: right; 
}

.main-content-reviews
{	
	background: #fff;
	background-image: url('images/review-side-banner.png');
	background-repeat:repeat-y;
	background-position: right; 
}

.main-content-videos
{	
	background: #fff;
	background-image: url('images/video-side-banner.png');
	background-repeat:repeat-y;
	background-position: right; 
}

.page-all
{
	background: #555555;
}
.page-podcasts
{
	background: #700091;
}

.page-news
{
	background: #235f0a;
}

.page-reviews
{
	background: #978206;
}

.page-videos
{
	background: #8B480C;
}

.top-bar
{
	width: 960px;
	height: 44px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.top-bar-invader
{
	padding: 0px;
	margin: 0px;
	background: black;
	color: white;
	height: 32px;
	width: 960px;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.top-bar-invader a
{
	display: block;
	height: 32px;
	width: 960px;
}

.top-bar-invader:hover
{
	background: red;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.top-bar-invader img
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.top-bar-invader-text
{
	font-family: arial;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	float: right;
	padding-top: 7px;
	padding-right: 4px;
}

.page-top-bar-container-podcast
{
	width: 960px;
	height: 40px;
	background: #C400FF;
	-webkit-box-shadow:  1px 2px 4px 1px #222;
    box-shadow:  1px 2px 4px 1px #222;
}

.page-top-bar-container-about
{
	width: 960px;
	height: 40px;
	background: #E82328;
	-webkit-box-shadow:  1px 2px 4px 1px #222;
    box-shadow:  1px 2px 4px 1px #222;
	
}

.page-top-bar-container-news
{
	width: 960px;
	height: 40px;
	background: #4AC930;
	-webkit-box-shadow:  1px 2px 4px 1px #222;
    box-shadow:  1px 2px 4px 1px #222;
}

.page-top-bar-container-videos
{
	width: 960px;
	height: 40px;
	background: #EC801A;
	-webkit-box-shadow:  1px 2px 4px 1px #222;
    box-shadow:  1px 2px 4px 1px #222;
}

.page-top-bar-text
{
	text-align: right;
	color: #fff;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	text-shadow: 1px 1px 4px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
	padding-top: 6px;
	padding-right: 10px;
}

.header-graphic
{
	margin-top: 0px;
	padding-top: 0px;
	width: 960px;
	height: 254px;
	position: relative;
}

.logo-home
{
	width: 490px;
	height: 254px;
	top: 32px;
	left: 0px;
	position: absolute;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
}


.header-graphic img
{
	margin-top: 0px;
	margin-left: 491px;
	width: 469px;
	height: 254px;
}

.issue-bar
{	
	top: 242px;
	width: 960px;
	height: 44px;
	opacity: 0.5;
	position: absolute;
	background: black;
}

.issue-bar-text
{	
	width: 949px;
	height: 33px;
	padding-top: 11px;
	padding-right: 11px;
	position: absolute;
	top: 242px;
	text-align: right;
	color: white;
	font-family: 'open_sansregular';
	font-size: 20px;
}

.navigation-bar
{
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 50px;
	background: #111111;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.navigation-container
{
	width: 759px;
	float: right;
	height: 50px;
}

/* --------------------------------------------------------------------------*/
/* -							Main Menu									-*/
/* --------------------------------------------------------------------------*/

nav
{
	float:  left;
}

nav ul ul 
{
	display: none;
}

nav ul li:hover > ul 
{
	display: block;
}

nav ul {
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline-table;
}


nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

nav ul li 
{
	float: left;
	width: 90px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecece;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, .1);
}
	
nav ul li:hover 
{
	background: #4b545f;
}

nav ul li:hover a 
{
	color: #fff;
}
	
nav ul li a 
{
	display: block; 
	padding: 17px 0px;
	color: #757575; 
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
}

nav ul ul 
{
	padding: 0;
	position: absolute; 
	top: 100%;
	z-index: 20;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

nav ul ul li 
{
	float: none; 
	position: relative;
	width: 150px;
}

nav ul ul li a 
{
	text-align: center;
	color: #fff;
}	
			
nav ul ul li a:hover 
{
	background: #4b545f;
}

/* Podcast entry */
.menu-podcasts a
{
	background: #c400ff;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-podcasts a:hover
{
	background: #fff;
	color: #c400ff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* Forum entry */
.menu-forum a
{
	background: #01a1da;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-forum a:hover
{
	background: #fff;
	color: #01a1da;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* News entry */
.menu-news a
{
	background: #4ac930;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-news a:hover
{
	background: #fff;
	color: #4ac930;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* Reviews entry */
.menu-reviews a
{
	background: #f5d51c;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-reviews a:hover
{
	background: #fff;
	color: #f5d51c;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* Videos entry */
.menu-videos a
{
	background: #ec801a;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-videos a:hover
{
	background: #fff;
	color: #ec801a;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* About entry */
.menu-about a
{
	background: #e82328;
	color: #fff;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.menu-about a:hover
{
	background: #fff;
	color: #e82328;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

/* --------------------------------------------------------------------------*/
/* -							Search Box									-*/
/* --------------------------------------------------------------------------*/

.search-box
{
	padding: 0px;
	margin: 0px;
	padding: 5px;
	background: #e4e4e4;
	position: relative;
	float: left;
	width: 201px;
	height: 38px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}

.search-box .field
{
	padding: 2px;
	margin: 0px;
	margin-top: 8px;
	background: transparent;
	border-style: none;
	color: #555;
	font-variant: small-caps;
	font-weight: bold;
	float: left;
	font-size: 12pt;
	width: 184px;
}

::-webkit-input-placeholder {
   color: #555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
}

:-ms-input-placeholder {  
   color: #555;
}

.search-box .submit
{
	margin-top: 14px;
	float: left;
}

/* --------------------------------------------------------------------------*/
/* -							Main Page									-*/
/* --------------------------------------------------------------------------*/

.navigation-black-bar-padding
{
	width: 960px;
	height: 10px;
	background: black;
	opacity: 0.8;
}

.main-section-graphic
{
	width: 960px;
	height: 838px;
}

.previous-stuff-title
{
	top: 442px;
	left: 476px;
	position: absolute;
	font-family: 'impacted_2.0regular';
	color: #fff;
	font-size: 20pt;
	
}

.latest-podcast-image
{
	width: 164px;
	height: 217px;
	top: 559px;
	left: 78px;
	position: absolute;
}

.latest-podcast-image img
{
	width: 164px;
	height: 217px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	position: absolute;
}

.latest-podcast-image img:hover
{
	width: 164px;
	height: 217px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	position: absolute;
}

.previous-posts-container
{
	top: 494px;
	left: 484px;
	width: 400px;
	position: absolute;
	color: #fff;
}

.previous-posts-container-message
{
	padding-right: 24px;
	padding-bottom: 24px;
	width: 164px;
	height: 217px;
	float: left;
	background: red;
}

.previous-posts-container img
{
	padding-right: 24px;
	padding-bottom: 24px;
	width: 164px;
	height: 217px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.previous-posts-container img:hover
{
	width: 164px;
	height: 217px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.news-post
{
	width: 350px;
	height: 1%;
	overflow: auto;
	padding: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.news-post-title
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #235f0a;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	color: #4ac930;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 0px;
	margin-left: 2px;
	height: 26px;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	font-variant: small-caps;
}

.news-post-description
{
	font-family: 'open_sansregular';
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 39px;
	margin-left: 2px;
	font-size: 10pt;
	height: 15px;
	width: 290px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
}

.news-post-selection-overlay
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0px;
	position: absolute;
	width: 298px;
	height: 56px;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.news-post-selection-overlay:hover
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #235f0a;
	opacity: 0.4;
	filter: alpha(opacity=0.4);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.news-post img
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.news-post img:hover
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.videos-post
{
	width: 350px;
	height: 1%;
	overflow: auto;
	padding: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.videos-post-title
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #978206;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	color: #ec801a;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 0px;
	margin-left: 2px;
	height: 26px;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	font-variant: small-caps;
}

.videos-post-description
{
	font-family: 'open_sansregular';
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 39px;
	margin-left: 2px;
	font-size: 10pt;
	height: 15px;
	width: 290px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
}

.videos-post-selection-overlay
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0px;
	position: absolute;
	width: 298px;
	height: 56px;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.videos-post-selection-overlay:hover
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #432305;
	opacity: 0.6;
	filter: alpha(opacity=0.6);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.videos-post-overlay
{
	left: 238px;
	position: absolute;
	width: 60px;
	height: 54px;
	margin-top: 0px;
	background-image: url('images/news-video-overlay.png');
}

.videos-post img
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.videos-post img:hover
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.reviews-post
{
	width: 350px;
	height: 1%;
	overflow: auto;
	padding: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.reviews-post-title
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #978206;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	color: #f5d51c;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 0px;
	margin-left: 2px;
	height: 26px;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	font-variant: small-caps;
}

.reviews-post-description
{
	font-family: 'open_sansregular';
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 39px;
	margin-left: 2px;
	font-size: 10pt;
	height: 15px;
	width: 290px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
}

.reviews-post-selection-overlay
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0px;
	position: absolute;
	width: 298px;
	height: 56px;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.reviews-post-selection-overlay:hover
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #3c3302;
	opacity: 0.6;
	filter: alpha(opacity=0.6);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.reviews-post-overlay
{
	left: 238px;
	position: absolute;
	width: 60px;
	height: 54px;
	margin-top: 0px;
	background-image: url('images/news-video-overlay.png');
}

.reviews-post img
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.reviews-post img:hover
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.podcasts-post
{
	width: 350px;
	height: 1%;
	overflow: auto;
	padding: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.podcasts-post-title
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #700091;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	color: #c400ff;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 0px;
	margin-left: 2px;
	height: 26px;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	font-variant: small-caps;
}

.podcasts-post-description
{
	font-family: 'open_sansregular';
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 39px;
	margin-left: 2px;
	font-size: 10pt;
	height: 15px;
	width: 290px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
}

.podcasts-post-selection-overlay
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0px;
	position: absolute;
	width: 298px;
	height: 56px;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.podcasts-post-selection-overlay:hover
{
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #700091;
	opacity: 0.4;
	filter: alpha(opacity=0.4);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.podcasts-post-overlay
{
	left: 238px;
	position: absolute;
	width: 60px;
	height: 54px;
	margin-top: 0px;
	background-image: url('images/news-video-overlay.png');
}

.podcasts-post img
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.podcasts-post img:hover
{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	float: right;
	padding: 4px;
	margin-right: 0px;
	margin-top: 2px;
	border-color: #aaa;
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	opacity: 1;
}

.post-date
{
	margin-top: 23px;
	font-family: 'open_sansregular';
	font-size: 8pt;
	right: 106px;
	position: absolute;
	color: #aaa;
	font-variant: small-caps;
}

.news-video-post-overlay
{
	left: 258px;
	position: absolute;
	width: 40px;
	height: 16px;
	margin-top: 38px;
	background-image: url('images/news-video-overlay.png');
}

.latest-podcast-arrow
{
	left: 212px;
	top: 516px;
	width: 140px;
	height: 145px;
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* --------------------------------------------------------------------------*/
/* -							Post Formatting								-*/
/* --------------------------------------------------------------------------*/

.post-block-section
{
	padding: 16px;
	background-image: url('images/post-content-background-hatch.png');
	background-repeat:repeat;
	width: 712px;
	margin-bottom: 15px;
}

.main-post-image
{
	margin: 0px;
	width: 680px;
	height: 899px;
	padding: 16px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 1px;
}

.main-post-image img
{
	margin: 0px;
	padding: 0px;
}

.post-block-editorial
{	
	padding-top: 1px;
	width: 712px;
	background: #e4e4e4;
	-moz-box-shadow: 3px 3px 3px #444;
	-webkit-box-shadow: 3px 3px 3px #444;
	box-shadow: 3px 3px 3px #444;
}

.post-block-editorial a
{
	color: #555;
	text-decoration: none;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.post-block-editorial a:hover
{
	color: #A20EC0;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.post-block-editorial ul 
{ 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.post-block-editorial li
{
	padding-right: 15px;
	margin-left: 30px;
	padding-left: 50px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	line-height: 1.3em;
	font-family: 'open_sansregular';
	font-size: 13pt;
	background-image: url('images/space-invader-bullet.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.post-block-editorial h3
{
	margin-left: 15px;
	padding-bottom: 5px;
	font-family: 'open_sansregular';
	font-size: 13pt;
	font-weight: bold;
}

.retromaniac 
{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 150px;
	height: 150px;
	-moz-box-shadow: 2px 2px 2px #444;
	-webkit-box-shadow: 2px 2px 2px #444;
	box-shadow: 2px 2px 2px #444;
}

.post-block-editorial-title-container-podcast
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #c400ff;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.post-block-editorial-title-container-news
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #4AC930;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.post-block-editorial-title-container-review
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #F5D51C;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.post-block-editorial-title-container-video
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #EC801A;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.post-block-editorial-title-container-about
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #E82328;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.post-block-editorial-title
{
	padding-bottom: 2px;
	padding-top: 1px;
	color: #fff;
	font-family: 'impacted_2.0regular';
	font-size: 20pt;
	height: 26px;
	margin-bottom: 30px;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
}

.social-media-container-item
{
	position: relative;
	margin: 0px;
	border: 0px;
	padding-left: 1px;
	width: 172px;
	height: 42px;
	background: #fff;
}

.social-media-icon-small
{
	width: 42px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	margin-right: -3px;
}

.post-block-editorial p
{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 14px;
	font-family: 'open_sansregular';
	font-size: 13pt;
	line-height: 1.3em;
}

/* --------------------------------------------------------------------------*/
/* -							Video and news formatting 					-*/
/* --------------------------------------------------------------------------*/

.eight-bit-wars-container
{
	height: 1%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.eight-bit-wars-cover-image
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	width: 256px;
	height: 340px;
	float: left;
}

.eight-bit-wars-cover-image img
{
	width: 256px;
	height: 338px;
	margin: 0px;
	padding: 0px;
}

.eight-bit-wars-video
{
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	width: 398px;
	height: 342px;
	float: right;
	z-index: 1;
}

/* --------------------------------------------------------------------------*/
/* -							Bottom Page Formatting						-*/
/* --------------------------------------------------------------------------*/

.previous-page-graphic
{
	bottom: -22px;
	left: 730px;
	width: 251px;
	height: 292px;
	position: absolute;
}

.next-page-graphic
{
	bottom: -6px;
	left: 830px;
	width: 135px;
	height: 275px;
	position: absolute;	
}

.footer
{
	background: #a4a4a4;
	height: 22px;
	width: 960px;
	font-family: 'open_sansregular';
	color: black;
	font-size: 12pt;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.footer a
{
	color: black;
	text-decoration: none;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.footer a:hover
{
	color: #444;
}

/* --------------------------------------------------------------------------*/
/* -							Social Media								-*/
/* --------------------------------------------------------------------------*/

.social-media-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: 50px;
}

.social-media-container a
{
	margin: 0px;
	padding: 0px;
}

.social-media-icon
{
	width: 48px;
	height: 48px;
	margin: 1px;
	padding: 0px;
	margin-right: -3px;
}

.really_simple_share
{
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 16px;
	margin-left: 16px;
	width: 673px;
	background: #d2d2d2;
	padding-left: 8px;
	padding-right: 0px;
}

.really_simple_share_facebook_like
{
	padding-top: 7px;
	width: 120px;
}

.really_simple_share_digg
{
	padding-top: 7px;
	width: 120px;
}

.really_simple_share_twitter
{
	padding-top: 7px;
	width: 118px;
}

.really_simple_share_tumblr
{
	padding-top: 7px;
	width: 62px;
}

.really_simple_share_email
{
	padding-top: 7px;
}

.really_simple_share_google1
{
	padding-top: 7px;
}

.really_simple_share_stumbleupon
{
	padding-top: 7px;
}

.really_simple_share_prepend_inline
{
	padding-top: 9px;
	font-family: open_sansregular;
	font-size: 10pt;
	color: #000;
}

/* --------------------------------------------------------------------------*/
/* -							Donations area								-*/
/* --------------------------------------------------------------------------*/
.donations-area
{
	position: absolute;
	width: 272px;
	top: 995px;
	left: 80px;
}

.donations-area img
{
	left: 65px;
	margin-top: 15px;
	position: absolute;
}

.donations-message
{
	font-family: open_sansregular;
	font-size: 10pt;
	line-height: 1.3em;
	color: #fff;
}

.paypal-donations
{
	margin-top: 10px;
	width: 140px;
	height: 60px;
	margin-left: 60px;
}

/* ==================================================================== */
/* 							Comments Section							*/
/* ==================================================================== */

.post-block-comments
{	
	padding: 16px;
	width: 680px;
	background: #e4e4e4;
	-moz-box-shadow: 3px 3px 3px #444;
	-webkit-box-shadow: 3px 3px 3px #444;
	box-shadow: 3px 3px 3px #444;
}

.avatar
{
	float: left;
	background: #fff;
	padding: 5px;
	width: 50px;
	height: 50px;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
}

.comment
{
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

.children li
{
	clear: both;
	margin-left: 30px;
	margin-top: 10px;
	-moz-box-shadow: 0px 0px 0px #222;
	-webkit-box-shadow: 0px 0px 0px #222;
	box-shadow: 0px 0px 0px #222;
}

.depth-1
{
	background: #D2D2D2;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #B9B9B9;
	border-right-color: #B9B9B9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.depth-2
{
	background: #E4E4E4;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #B9B9B9;
	border-right-color: #B9B9B9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.depth-3
{
	background: #D2D2D2;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #B9B9B9;
	border-right-color: #B9B9B9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.depth-4
{
	background: #E4E4E4;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #B9B9B9;
	border-right-color: #B9B9B9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.post-block-comments h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #444;
	font-family: 'open_sansregular';
	font-size: 15pt;
	font-weight: normal;
	font-style: italic;
}

.comment-meta
{
	font-family: 'open_sansregular';
	float: right;
	margin-top: 48px;
}

.comment-meta a
{
	color: #444;
}

.comment-meta a:hover
{
	color: #888;
}

.fn
{
	padding-top: 46px;
	float: left;
	display: block;
}

.fn a
{
	margin-left: 5px;
	color: #444;
	text-decoration: none;
	font-family: 'open_sansregular';
	font-size: 13pt;
}

.says
{
	color: #444;
	text-decoration: none;
	font-family: 'open_sansregular';
	font-size: 13pt;
	float: left;
	display: block;
	padding-top: 46px;
	padding-left: 5px;
}

#respond small a
{
	font-family: 'open_sansregular';
	color: #444;
}

.reply a
{
	color: #111;
	padding: 5px;
	text-decoration: none;
	font-size: 14pt;
	font-family: 'open_sansregular';
	font-weight: normal;
	height: 20px;
	display: block;
	background: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	border-radius: 0px;
}

.reply a:hover
{
	color: #eee;
	padding: 5px;
	text-decoration: none;
	font-size: 14pt;
	font-family: 'open_sansregular';
	font-weight: normal;
	height: 20px;
	display: block;
	background: #AAA;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	border-radius: 0px;
}

.comment p
{
	padding-top: 5px;
	font-family: 'open_sansregular';
	font-size: 13pt;
	line-height: 1.2em;
	clear: both;
	padding-bottom: 5px;
}

#respond h3
{
	font-family: 'open_sansregular';
	font-weight: normal;
	font-size: 14pt;
}

.must-log-in
{
	font-family: 'open_sansregular';
	font-size: 12pt;
	margin-top: 2px;
	margin-left: 1px;
}

.must-log-in a
{
	text-decoration: none;
	color: #444;
}

.logged-in-as
{
	margin-left: 1px;
	font-family: 'open_sansregular';
	font-size: 12pt;
}

.logged-in-as a
{
	margin-left: 1px;
	font-family: 'open_sansregular';
	font-size: 12pt;
	text-decoration: none;
	color: #444;
}

.logged-in-as a:hover
{
	margin-left: 1px;
	font-family: 'open_sansregular';
	font-size: 12pt;
	text-decoration: none;
	color: #888;
}

.form-allowed-tags
{
	font-family: 'open_sansregular';
	font-size: 12pt;
	text-decoration: none;
	color: #111;
}

.comment-form-comment label
{
	display: block;
	margin-top: 5px;
	margin-left: 1px;
	font-family: 'open_sansregular';
	font-size: 12pt;
	color: #111;
}

/* --------------------------------------------------------------------------*/
/* -							404 Not Found								-*/
/* --------------------------------------------------------------------------*/

.main-content-not-found
{	
	margin-left: -480px;
	left: 50%;
	position: absolute;
	background: #646464;
	width: 960px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

.not-found-home-button
{
	top: 332px;
	left: 434px;
	position: absolute;
}

.not-found-spacer
{
	height: 30px;
}

/* --------------------------------------------------------------------------*/
/* -							Buddypress Styling 							-*/
/* --------------------------------------------------------------------------*/

.members-main-content
{
	margin-top: 20px;
}

.members-block-section-border
{
	margin: 16px;
	padding: 16px;
	background-image: url('images/hatch-black.png');
	background-repeat:repeat;
	width: 896px;
	margin-bottom: 15px;
}

.members-block-section
{	
	padding-top: 10px;
	padding-bottom: 5px;
	width: 896px;
	background: #e4e4e4;
	-moz-box-shadow: 3px 3px 3px #222;
	-webkit-box-shadow: 3px 3px 3px #222;
	box-shadow: 3px 3px 3px #222;
}

.post-block-editorial-title-container-members
{
	height: 36px;
	padding-top: 6px;
	margin-bottom: 16px;
	position: relative;
	background: #ec801a;
	z-index: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.bp-members-search-container
{
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 10px;
}

.pagination
{
	margin-top: 0px;
	margin-bottom: 3px;
	height: 1%;
	overflow: auto;
}

.pag-count
{
	font-family: 'open_sansregular';
	font-size: 12pt;
	float: right;
	font-variant: small-caps;
	padding-top: 9px;
	margin-right: 5px;
}

.pagination-links
{
	margin-left: 5px;
	float: left;
}

.pagination-links a
{
	font-family: 'open_sansregular';
	font-size: 10pt;
	display: block;
	text-decoration: none;
	font-family: 'open_sansregular';
	font-size: 10pt;
}

.page-numbers
{
	padding: 4px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 16px;
	font-family: 'open_sansregular';
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	border-radius: 5px;
	background: #eee;
	color: #555;
}

.filter label
{
	font-family: 'open_sansregular';
	font-size: 10pt;
}

.current 
{
	height: 16px;
	font-family: 'open_sansregular';
	font-size: 10pt;
	background: #fff;
}

.selected
{
	background: #fff;
}

.item-list
{
	clear: both;
}

.item-list-tabs
{
	float: left;
}

.item-list-tabs ul
{
	margin-top: -24px;
	margin-left: 20px;
}

.item-list-tabs li
{
	display: block;
	width: 150px;
	height: 20px;
	text-align: center;
	background: #eee;
	padding-top: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-style: solid;
	border-color: #888;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	float: left;
}

.item-list-tabs li a
{
	font-family: 'open_sansregular';
	text-decoration: none;
	font-size: 10pt;
	color: #333;
}

.item-meta
{
	font-family: 'open_sansregular';
	font-size: 10pt;
	bottom: 3px;
	position: relative;
}

.item-list li
{
	padding: 0px;
	margin: 0px;
	height: 70px;
}

.item-title
{
	margin-top: 0px;
	margin-bottom: 2px;
}

.item-title a
{
	font-family: 'open_sansregular';
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	padding: 0px;
}

.item-avatar
{
	padding: 0px;
	margin: 0px;
	padding: 5px;
	margin-right: 5px;
	height: 1%;
	overflow: auto;
	float: left;
}

.item-avatar img
{
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
	background: #fff;
	padding: 5px;
}

.activity
{
	display: block;
	margin-top: 5px;
}

.update
{
	margin-top: 12px;
	font-family: 'open_sansregular';
	font-size: 10pt;
}

.order-by-bar
{
	float: right;
	margin-right: 10px;
	margin-top: -24px;
}

.dir-list
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ddd;
	margin-left: 10px;
	margin-right: 10px;
	border-style: solid;
	border-color: #888;
	border-width: 1px;
}

.item-list
{
	padding-left: 0px;
}

.item-list li
{
	padding: 3px;
	margin: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	background: #d2d2d2;
	
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-left-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #b9b9b9;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #b9b9b9;
	border-right-width: 1px;
	
	height: 1%;
	overflow: visible;
	position:relative;
}

.pagination
{
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	padding-top: 10px;
}

.generic-button
{	
	position: absolute;
	bottom: 0px;
	margin-right: 5px;
	right: 0px;
}

.generic-button a
{
	text-decoration: none;
	font-family: 'open_sansregular';
	font-size: 10pt;
	color: #555;
}

/* --------------------------------------------------------------------------*/
/* -							Top Sidebar									-*/
/* --------------------------------------------------------------------------*/

.user-name
{
	font-family: 'open_sansregular';
	font-size: 18px;
	padding: 5px;
	background: #a7a7a7;
	margin-bottom: 6px;
	margin-right: -5px;
	font-variant: small-caps;
}

.top-sidebar
{
	height: 1%;
	overflow: auto;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 14px;
	padding-bottom: 0px;
	
	background: #d2d2d2;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-left-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #b9b9b9;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #b9b9b9;
	border-right-width: 1px;
}

.top-sidebar label
{
	font-family: 'open_sansregular';
	font-size: 10pt;
}

.top-sidebar input
{
	
}

.top-sidebar img
{
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px;
	background: #fff;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
}

.top-sidebar ul
{
	padding-top: 8px;
	margin-left: 10px;
	float: left;
	font-family: 'open_sansregular';
	font-size: 14px;
}

.top-sidebar li
{
	margin-bottom: 4px;
}

.top-sidebar a
{
	text-decoration: none;
	color: #555;
}


/* --------------------------------------------------------------------------*/
/* -							Image Alignment 							-*/
/* --------------------------------------------------------------------------*/

img.centered, .aligncenter, div.aligncenter {
	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;
	}