/* @override 
	http://seansperte.com/css/default.css
	http://dev.seansperte.com/css/default.css
*/

@import url(reset.css);
@import url(text.css);
@import url(960.css);
@import url(forms.css);

body {
	padding-top: 100px;
	font-family: georgia,sans-serif;
	color: #333;
	background: #ededed url(/images/background.jpg) 50% 0 no-repeat;
	-webkit-font-smoothing: antialiased;
}

hr {
	clear: none;
	margin: 50px auto;
	border-color: #999;
}

.post hr {
	margin: 20px 40px;
	border-style: dotted;
	border-color: #ccc;
}

a {
	text-decoration: none;
	color: #222;
}

h1 {
	margin: 0 auto 50px;
}

h1 a {
	display: block;
	height: 35px;
	margin: 0 auto;
	text-align: left;
	text-indent: -999999px;
	overflow: hidden;
	background: transparent url(/images/logo.png) 50% 0 no-repeat;
}

#content {
	min-height: 500px;
	margin-top: 80px;
	font-size: 14px;
}

.link {
	
}

/* @group Navigation */

#nav {
	margin: 0 auto 50px;
	border-top: 1px solid #ddd;
}

#nav li {
	margin: 0;
	list-style: none;
}

#nav li a {
	display: block;
	padding: 8px 0;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-color: #ddd;
}

#nav li a:hover {
	background: #ffc;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	text-align: right;
	font-size: 12px;
}

#sidebar + * {
	padding-top: 0 !important;
}

#sidebar a[title="Powered by Fusion Ads"] {
	font-size: 10px;
	padding: 1px 3px;
	background: transparent url(/images/background-link.png);
}

#sidebar a[title="Powered by Fusion Ads"]:hover {
	color: #ededed;
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.fusionentire {
	display: block;
	font-size: 11px;
}

.fusionentire img {
	margin-bottom: .5em !important;
}


/* @end */

h2 {
	font-family: 'helvetica neue',helvetica,sans-serif;
}

h2 em {
	display: block;
	font: bold 14px/1 'helvetica neue',helvetica,sans-serif;
	color: #999;
	margin: 0 0 1em;
}

h3,h4,h5,h6 {
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: normal;
	color: #333;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

h6 a {
	color: #999;
}

h6 a:hover {
	color: #222;
}

blockquote {
	margin: 1.5em 0;
	padding: 1em;
	font-family: 'helvetica neue',helvetica,sans-serif;
	background: transparent url(/images/background-link.png);
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote p {
	margin: 0;
	text-shadow: none;
}

blockquote p + p {
	margin-top: 1.5em;
}

blockquote.pullquote {
	float: right;
	width: 180px;
	margin: 0 0 0 1.5em;
	text-align: center;
	background: #222;
}

blockquote.pullquote p {
	margin: 0;
	font-size: 16px;
	color: #ededed;
}

blockquote.pullquote p:first-letter {
	text-transform: uppercase;
}

blockquote.pullquote code {
	font-style: normal;
}

.link p {
	margin: 0;
}

.link * + p {
	margin-top: 1.5em;
}

.link ul,
.link ol {
	margin: 1.5em 1.5em 0;
}

ul {
	list-style: square;
}

p a,
li a {
	padding: 1px 2px;
	color: #222;
	text-shadow: none;
	border-bottom: 1px solid #999;
}

p a:hover,
li a:hover {
	background: #ffc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.link a[title~="Permanent"] {
	padding: 0 5px;
	color: #ccc;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.link:hover a[title~="Permanent"]:hover {
	color: #ededed;
	background: #ccc;
}

del {
	padding: 3px;
	color: #ccc;
}

del:hover {
	color: #999;
	cursor: e-resize;
}

ins {
	color: #222;
	text-shadow: none;
}

cite {
	display: block;
	text-align: right;
}

code {
	font-size: 12px	;
	text-shadow: none;
	background: #fff;
}

.post div {
	margin-bottom: 1.5em;
	background: transparent url(/images/background-link.png) !important;
	border-color: #ddd !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#pagination {
	margin: 0 auto;
	text-align: right;
}

#pagination span {
	display: block;
	float: left;
}

#pagination a {
	padding: 5px 15px;
	color: #ededed;
	text-shadow: none;
	background: #333;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pagination a:hover {
	background: #222;
}

/* @group Images & Movies */

img {
	padding: 5px;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post img,
.link img {
	max-width: 450px !important;
	height: auto;
}

.post img:hover,
.link img:hover {
	max-width: none !important;
}

img[align="left"],
img.imgleft {
	float: left;
	margin-right: 1.5em;
}

img[align="right"],
img.imgright {
	float: right;
	margin-left: 1.5em;
}

img.imgcenter {
	display: block;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
}

img.nostyle {
	padding: 0;
	background: none;
	border: 0 none;
}

a img {
	margin-bottom: -2px !important;
	vertical-align: sub;
}

.link object {
	width: 540px;
	min-height: 310px;
	height: auto;
	padding: 5px;
	background: #000;
}

/* @end */

/* @group Comments */

#comments {
	margin-top: 100px;
}

.comment {
	margin: 2.5em 0;
	padding: 2.5em 2em;
	background: transparent url(/images/background-link.png);
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.commenter {
	margin: 0;
}

.commenter cite {
	display: inline;
	font: normal bold 11px/1 'helvetica neue',helvetica,arial,sans-serif;
	color: #999;
}

.commenter cite br {
	display: none;
}

.commenter cite em {
	padding-left: 5px;
	font-style: normal;
	font-weight: normal;
}

.comment cite a {
	color: #999;
	border: none;
}

.commenter cite a:hover {
	color: #333;
	background: none;
}

.me {
	background: #eee;
}

#help {
	float: right;
	width: 130px;
	margin-right: -150px;
}

#help h5 {
	margin: 0 0 10px;
	padding: 0 0 2px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#message {
	width: 445px;
	height: 130px;
	font-family: consolas,monaco,monospace;
	font-size: 12px;
	background: transparent url(/images/background-link.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#commenterInfo {
	margin-bottom: 20px;
}

#commenterInfo p {
	position: relative;
	clear: both;
	margin: 0 0 .5em;
}

#commenterInfo input[type="text"] {
	background: transparent url(/images/background-link.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#commenterInfo label {
	display: block;
	float: left;
	width: 80px;
	margin: 9px 0 9px -90px;
	text-align: right;
	font: normal bold 12px/1.5 'helvetica neue',helvetica,arial,sans-serif;
}

#captcha input {
	width: 130px;
}

#captcha br {
	display: none;
}

#captcha img {
	position: relative;
	top: -3px;
	margin-left: 10px;
	padding: 0;
	vertical-align: bottom;
}

#submit {
	padding: 8px 18px;
	font: normal bold 12px/1 'helvetica neue',helvetica,arial,sans-serif;
	color: #333;
	background: transparent url(/images/background-link.png);
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

#submit:active {
	color: #000;
	border-color: #000;
}

/* @end */

/* @group Archives */

#archives {
	margin: -20px 0 50px;
}

#archives dt {
	margin: 20px 0 10px;
	font: bold 12px/1 'helvetica neue',helveticasans-serif;;
}

#archives dd a span {
	color: #999;
}

#archives dd a {
	display: block;
	padding: 4px 10px;
}

#archives dd a:hover {
	padding: 3px 9px;
	background: transparent url(/images/background-link.png);
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @end */

#keywords {
	width: 100%;
	margin: 0 auto 50px;
	font-size: 16px;
}

#footer {
	clear: both;
	margin-top: 75px;
	padding: 20px 0;
	font-family: 'helvetica neue',helvetica,arial,sans-serif;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0;
	font-size: 11px;
	color: #555;
}

#footer a {
	font-weight: bold;
}

