/*
Theme Name: atypical
Theme URI: http://atypicalreview.com/
Description: atypicalreview's look recreated for Wordpress.
Version: 0.1
Author: Tom Charman
Author URI: http://atypicalreview.com/
Tags: black, two columns


*/



/* Begin Typography & Colors */

* {
	margin: 0;
	padding: 0;
}

#accessibility {
display: none;
}

body {
	color: #bfbfbf;
	font-size: 87.5%;
	font-family: "Helvetica Neue", "Avant Garde", "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	background: #1b1B1B url(images/pale.gif) repeat-y -100px 0;
}

html>body {
	font-size: 15px;
}

del {
	text-decoration: line-through;
}

a:link, 
a:visited {
	border-bottom: 1px solid #5868f1;
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}

a:hover {
	border-color: #8c8c8c;
}

#lbCenter a, #lbBottomContainer a {
	border: none;
}

hr {
	color: #ddd;
	background: url(/wp-content/themes/atypical/images/hr.gif) no-repeat center center;
	margin: 1.5em 10px 1.5em 0;
	height: 14px;
	border: none;
}

h1 {
	margin: 1em 30px 0 30px;
	border-bottom: 1px dotted;
	font-weight: normal;
	padding-bottom: 1px;
	font-size: 2.2em;
	font-family: "Century Gothic", "Helvetica Neue", TrebuchetMS;
}

h3 {
	font-size: 1.286em;
	font-family: "Warnock Pro", Palatino, "Palatino Linotype", "Bodoni MT", "Goudy Old Style", "Georgia", serif;
	font-weight: normal;
	margin-bottom: 1.167em;
	margin-top: 1.167em;
	line-height: 1.167;
	color: #fff;
}

h4 {
	text-transform: lowercase;
	font-size: 1.6em;
	margin-top: 3em;
	margin-bottom: 1em;
	font-weight: normal;
}

h5 {
	margin: 1em 0 0.2em 0;
	letter-spacing: 1px;
}

h2 a, h3 a, h5 a, 
h2 a, h3 a:link, h3 a:visited, h5 a {
	border: none;
	font-weight: normal;
}

h4 a, h4 a:link, h4 a:visited {
	font-weight: normal;
}

/* @group Layout */

#page {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #1B1B1b url(images/page.gif) repeat-y center center;
}

#content
	{
	margin-left: 350px;
	}
#sidebar
	{
	width: 346px;
	float: left;
	display: inline;
	text-align: right;
	padding-top: 270px;
	color: #5d5d5d;
}

	
#footer {
	clear: left;
	padding: 8px 0 20px 380px;
	font-size: 0.8em;
}


/* end easy clearing */	
/* @end */

/* @group Content */

#content .logo {
display: none;
float: left;
margin-top: -26px;
	margin-left: 20px;
}

#content p, 
#content ul, 
#content ol, 
#content .quote,
.footnotes {
	margin: 1.5em 10px 1.5em 30px;
}

#content ul, #content ol {
	padding-left: 30px;
}

#content h3, #content h4 {
	margin-right: 10px;
	margin-left: 30px;
}

#content p, 
#content ul, 
#content ol, 
#comments p, 
#comments ul, 
#comments ol {
	line-height: 1.5;
}

#content li p, 
#comments li p {
	margin-right: 0;
	margin-left: 0;
}

#content #title {
	padding-top: 171px;
	padding-left: 30px;
	font-size: 2.4em;
	letter-spacing: .3em;
	font-family: "Century Gothic", "Helvetica", "Helvetica Neue", TrebuchetMS, Verdana, sans-serif;
}

#content #title a {
	border: none;
}

#content h2 {
	margin-top: 30px;
	margin-left: 30px;
	font-size: 1.8em;
	font-weight: normal;
	font-family: "Century Gothic", "Helvetica", "Helvetica Neue", TrebuchetMS, Verdana, sans-serif;
}

#content h2 a {
	border: none;
}

#content img {
	margin: 0 -3px 0 0;
	border: 4px solid #2b2b2b;
}

#content a[rel^="lightbox"] {
	border: none;
}

#content .ngg-galleryoverview {
	margin-left: 30px;
	clear: none;
}

#content p.byline {
	margin-top: 2px;
	letter-spacing: .2em;
	margin-left: 30px;
	color: #8c8c8c;
	text-transform: lowercase;
}

#content p.byline a {
	font-weight: bold;
	border: none;
	color: #8c8c8c;
}

/* #content p {
	clear: right;
} */

#content .meta {
	text-transform: lowercase;
	text-align: left;
	margin-bottom: 1em;
	font-size: 12px;
	color: #8c8c8c;
}

#sidebar .quotewrapper, #content .quotewrapper {
	margin: 200px 0 0 0;
	line-height: 1.2;
	text-align: right;
	color: #8c8c8c;
	font-size: 1.6em;
}

#content .quotewrapper {
	margin-top: 1em;
}

#sidebar .quotewrapper div, #sidebar .quote, #content .quote {
	background: url(images/sidebar-quotes.gif) no-repeat 0 0;
	padding: 20px 0 0 0;
	margin-bottom: -5px;
}

#sidebar .quotewrapper div span, #sidebar .quote span, #content .quote span {
	padding-top: 20px;
	display: block;
	font-size: 0.6em;
	background: url(images/sidebar-endquotes.gif) no-repeat top right;
}

#content .quote, #content .quote span {
	background-image: none;
}

#content blockquote {
	border-left: 1px solid #8C8C8C;
	padding-left: 1em;
	margin-left: 44px;
	color: #8c8c8c;
}

#content blockquote p {
	margin-left: 0;
}

#wrapper .footnote {
	font-size: 0.8em;
	border: none;
}

.footnotes {
	font-size: 0.9em;
	border-top: 1px solid #999;
	padding-top: 0.8em;
	color: #8c8c8c;
}

.footnotes li {
	margin: 0.2em 0;
}

#content .mini {
	margin-bottom: -4px;
	color: #8C8C8C;
	border: 4px solid #2b2b2b;
	border-width: 4px 0;
	margin-left: 30px;
}

#content .mini p, #content .mini ul, #content .mini ol {
margin-left: 0;
}

#navbar a {
	border: none;
	font-weight: normal;
	color: #8c8c8c;
}

#navbar a.selected, #navbar a:hover {
	color: #fff;
}

#navbar li {
	float: left;
	margin-right: 16px;
	font-family: "Century Gothic", "Helvetica", "Helvetica Neue", TrebuchetMS, Verdana, sans-serif;
}

.navigation {
	position: relative;
	left: -190px;
	text-align: right;
	width: 150px;
	margin-bottom: -40px
}

.navigation div {
	display: block;
}

/* @end */

/* @group Sidebar */

#sidebar .ngg-widget img {
	height: 200px;
	background: no-repeat center center;	
	margin: 30px 30px 0 0;
	border: 4px solid #2b2b2b;
	padding: 0;
}

#sidebar .ngg_images h4 {
	display: none;
}

#sidebar .widget_search {
	margin-top: 60px;
}

#sidebar .ngg-widget {
	padding: 0;
}

.widget {
	margin-right: 30px;
}

#content #navbar {
	font-size: 1.1em;
	list-style-type: none;
	margin-top: 4px;
	margin-left: 0;
	margin-bottom: 85px;
}

#sidebar ul ul li {
	margin: 0.6em 0;
}

#sidebar p, #sidebar ul ul {
	margin: 0.6em 0 0.6em 30px;
}

#sidebar h4 {
	margin-top: 30px;
	font-family: "Century Gothic", "Helvetica Neue", TrebuchetMS;

}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul ul * {
	margin-right: 0;
}

#sidebar a, ol.commentlist a, .navigation a, .navigation {
	font-weight: bold;
	border-color: #8c8c8c;
	text-transform: lowercase;
	color: #616161;
}


#sidebar a:hover, ol.commentlist a:hover {
border-color: #5868f1;
}

#sidebar h4 a {
	font-weight: normal;
	border: none;
}

#sidebar h4 img {
	display: none;
}

#sidebar>img {
       margin-right: 0;
       position: relative;
       right: 0;
}

li a.rsswidget {
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #7d7d7d;
	display: block;
}

.hidden {
	display: none;
}


/* @end */

/* @group Rss Live Archive */

*/* @end */

/* @group Comments */

#content ol.commentlist {
	list-style: none;
	padding-left: 0;
}

ol.commentlist li {
	min-height: 7em;
	border-bottom: 1px #8c8c8c solid;
}

ol.commentlist .commeta {
	width: 300px;
	position: absolute;
	left: 10px;
	color: #5d5d5d;
	text-align: right;
	
}

#content ol.commentlist img {
	border-color: #b2b2b2;
}

#txpCommentInputForm {
	margin-left: 30px;
}

#txpCommentInputForm td {
	vertical-align: top;
	padding: 4px;
}

#txpCommentInputForm textarea {
	width: 400px;
	height: 200px;
}

.commentbox {
	margin-left: 30px;
	border-top: 1px solid #8c8c8c;
	padding-top: 1em;
}

#content .commentbox p, #content .commentbox ul, #content .commentbox ol {
	margin-left: 0;
}



#content .ngg-galleryoverview a {
border: none;
}

#content .ngg-gallery-thumbnail img, #content .ngg-singlepic {
	padding: 0;
}

#content .widescreen, #content .wp-post-image {
	display: block;
	width: 308px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 0;
	border: 4px solid #b2b2b2;
}

#content.single span .ngg-singlepic {
	position: static;
}


#content .ngg-gallery-thumbnail {
	margin-right: 0;
}

#content .gallery-item {
	text-align: left;
	float: none;
	display: inline;
}

.gallery .gallery-caption {
	display: none;
}

#content .ngg-clear {
	clear: none;
}

.incontent {
float: right;
}

#sidebar dl {
margin: 0 30px;
}

#sidebar dt {
margin-top: 1em;
}

.taglist {
text-transform: lowercase;
}


/* WP SNAP */

#content ol.snap_nav {
	list-style: none;
	position: absolute;
	top: 221px;
	left: 346px;
	padding-left: 0;
	border-top: 1px solid #555;
}

ol.snap_nav li {
	display: inline;
}

ol.snap_nav li a {
	border: none;
	color: #8c8c8c;
	padding: 0 8px;
	letter-spacing: 5px;
}

ol.snap_nav li a:hover {
	color: #ffffff;
}

ol.snap_nav li.snap_selected a {
	cursor: text;
	color: #ffffff;
}

ol.snap_titles {
}


/* @end */

sup {
	line-height: 1;
	font-size: 9px;
}

.tweet {
	font-size: 1.5em;
}

#facebookconnector {
	margin-left: 78px;
}

#facebookconnector * {
	background-color: transparent;
}

#facebookconnector .fbconnect_title {
	text-align: right;
	border: none;
}

.fbconnect_userprofile .fbconnect_userpicmain {
	border: none;
}
