/* 
Theme Name: Filthy
Theme URI: http://themeforest.net/user/mattbrett/portfolio
Description: A grunge theme for your WordPress blog.
Version: 1.0
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #000000;
	text-align: center;
	background: #fffbef url("../images/brown/bg.jpg") no-repeat 50% 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#mid {
	float: left;
	width: 960px;
	background: url("../images/brown/wrapbg.png") repeat-y 50% 0;
	overflow:hidden;
}

/* @end */

/* @group fonts */

/* FONTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	position: relative;
	float: left;
	width: 890px;
	padding: 20px 35px;

}

#leaderboard {
	width: 728px;
	height: 90px;
	margin-bottom: 30px;
	border: 1px solid #23170e;
}

#about {
	float: right;
	display: inline;
	width: 400px;
	margin: 7px 0 20px;
}

#about p {
	margin: 0;
	padding-top: 3px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: right;
	color: #89643e;
}

#about a {
	color: #bcad8c;
}

#about a:hover {
	color: #422d1c;
}

#about #photo {
	float: right;
	display: inline;
	margin-left: 15px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo, #logo-custom {
	position: relative;
	display: block;
	margin: 10px 0 20px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo-custom {
	text-indent: -5000px;
}

#logo-custom span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text {
	margin: 10px 0 20px;
	color: #ff8598;
	font: 7.6em/.65em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;

}

#logo-text a:link, #logo-text a:visited, #logo-text a:active {
	color: #ff8598;
	text-decoration: none;
}

#logo-text a:hover {
	color: #ffe9c6;
}

#description {
	clear: left;
	margin: -10px 0 15px;
	font: 1.1em "Copystruct", Arial, Helvetica, Geneva, sans-serif;

	color: #89643e;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	float: left;
	width: 890px;
}

#navlist {
	float: left;
	width: 754px;
	margin: 0;
}

#navlist li {
	position: relative;
	display: inline;
	float: left;
}

#navlist li a {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 6px 10px 5px;
	font: 1.6em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #89643e;
	text-decoration: none;

}

#nav li a:hover, #nav li:hover a, #nav li:hover > a {
}

#navlist li.current_page_item a, #navlist li.current_page_ancestor a {
	cursor: default;
}

#navlist li:hover ul, #navlist li.hover ul {
	display: block;
}

#navlist li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 8px 0 0;
	top: 24px;
	left: 0;
	list-style-type: none;
	min-width: 200px;
	width: auto !important;
	width: 200px;
}

#navlist li.current_page_item ul, #navlist li.current_page_ancestor ul {
}

#navlist li ul li {
	display: block;
	float: none;
}

#nav #navlist li ul li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0 10px 7px;
	font: 1.2em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #89643e;
	text-decoration: none;

	background: transparent;
	border-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#nav #navlist li ul li a:hover {
	color: #89643e;
}

/* @end */

/* @group search */

/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar #search.widget {
	float: left;
	width: 300px;
	text-align: left;
}

#search #s {
	float: left;
	display: inline;
	height: 14px;
	font-size: 1.2em;
	color: #89643e;
	border: 1 px solid black;
}

#search-submit {
	float: left;
	display: inline;
}

/* @end */

/* @group subscribe */

/* SUBSCRIBE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#subscribe-options {
	float: right;
	display: inline;
	margin-left: 20px;
}

#subscribe-options li {
	display: inline;
}

#subscribe-options a {
	float: left;
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	overflow: hidden;
}

#subscribe-options li#subscribe-feed a {
	background: transparent url("../images/brown/icon-feed.png") no-repeat 0 0;
}

#subscribe-options li#subscribe-feed a:hover {
	background: transparent url("../images/brown/icon-feed.png") no-repeat 0 -32px;
}

#subscribe-options li#subscribe-email a {
	margin-left: 5px;
	background: transparent url("../images/brown/icon-email.png") no-repeat 0 0;
}

#subscribe-options li#subscribe-email a:hover {
	background: transparent url("../images/brown/icon-email.png") no-repeat 0 -32px;
}

/* @end */

/* @group twitter */

/* TWITTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.twboxtop {background: transparent url("../images/twboxtop.png"); background-repeat:no-repeat;}

.twboxwrap {background: transparent url("../images/twboxwrap.png") repeat-y;}

.twboxbot {background: transparent url("../images/twboxbot.png"); background-repeat:no-repeat;}

#twitter {
	margin: 0 0 30px;
	padding: 15px 20px 10px;
	border:3px solid #3c5126;
	background: #ffefab;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#twitter h2 {
	margin: 0 0 10px;
	color: #a84129; font-weight:bold;
	font: 1.8em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;

}

#twitter h2 a {
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url("../images/brown/icon-twitter.png");
	border-bottom: 0;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	overflow: hidden;
}

#twitter h2 a:hover {
	background: transparent url("../images/brown/icon-twitter.png");
	border-bottom: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#twitter ul {
	margin: 0;
	list-style-type: none;
}

#twitter li {
	margin: 0 0 10px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
}

#twitter li.first {
	
}

#twitter li.second {
}

#twitter li.third {

}

#twitter a {
	color: #000000;
	text-decoration: none;
}

#twitter a:hover {
	color: #000000;
	text-decoration: none;
}

.aktt_more_updates, .aktt_credit {
	display: none;
}

/* @end */

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	width: 570px;
	min-height: 800px;
	margin-left: 35px;
	padding: 35px 0 45px;
	overflow: hidden;
}

.post {
	padding-bottom: 20px;
}

.post h1 {font-weight:bold;}

#archive .post {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: transparent url("../images/brown/divider-hr.png") no-repeat 0 100%;
}

#content .post-tnail {
	float: left;
	display: inline;
	width: 125px;
	margin: 0 0 10px 0;
	padding: 5px;
}

#content .post-tnail img {
	display: block;
	padding: 0;
border:1px solid black;
}

#content .post-content {
	float: right;
	display: inline;
	width: 415px;
}

#content .post-content.no-tnail {
	float: none;
	width: 100%;
}

#content .post .post-content p {
	line-height: 1.4em;
}

#archive .archive-comments {
	float: right;
	display: inline;
	margin-left: 20px;
}

#archive .archive-comments {
	display: block;
	width: 36px;
	height: 34px;
	padding-top: 10px;
	font-size: 1.4em;
	text-align: center;
	background: transparent url("../images/brown/comment-bubble-lg.png") no-repeat 0 0;
	border-bottom: 0;
}

.content a:link, .content a:visited, .content a:active {
	color: #a8402e;
	text-decoration: none;
}

.content a:hover {
	color: #a8402e;
	text-decoration: none;
	text-shadow: none;
}

.content h1 {
	color: #a8402e;
	font: 3em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;

}

.content .single h1, .content .page h1 {
	font-size: 4em;
}

.page h1 {
	margin-bottom: .5em;
}

.content .page-title {
	margin-bottom: 15px;
	padding-bottom: 20px;
	font-size: 1.6em;
	color: #a8402e;
	line-height: 1.4em;
	background: url("../images/brown/divider-hr.png") no-repeat 100% 100%;
}

.content .page-title strong {
	color: #a8402e;
}

.content .page-title strong {
	color: #a8402e;
}

.post-date {
	margin: .5em 0 1em;
	font: 1.1em "Copystruct", Arial, Helvetica, Geneva, sans-serif;

	color: #89643e;
}

.single .post-date {
	margin: .25em 0 .5em;
	font-size: 1.3em;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: "Copystruct", Arial, Helvetica, Geneva, sans-serif;

	line-height: 1.5em;
	color: #a8402e;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.content h3 {
	margin: 0 0 .5em;
	font-size: 1.8em;
}

.content .post h3 {
	margin: 2em 0 .5em;
	font-size: 1.8em;
}

.content h4 {
	margin: 2em 0 .5em;
	font-size: 1.4em;
}

.content h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
}

.content h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.content p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.4em;
}

#content .post p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.6em;
}

#content .post p.intro, #content .post p.big {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #a8402e;
}

#content #archive .post p.intro, #content #archive .post p.big {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #a8402e;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	margin: 0 0 20px;
	padding: 15px 15px 1px;
	font-style: italic;
border:1px solid black;
background:#f0f0f0;
}

.content strong {
	font-weight: bold;
}

.content em {
	font-style: italic;
}

.content table {
	width: 100%;
	border: 0;
	margin: 0 0 20px 0;
}

.content table tr {
	background: url("../images/brown/divider-hr.png") no-repeat 100% 100%;
}

.content table th {
	width: 33%;
	padding: 8px 10px 10px;
	text-align: left;
	vertical-align: bottom;
	font-size: 1.3em;
	font-weight: bold;
	color: #c2ad8c;
}

.content table td {
	width: 33%;
	font-size: 1.2em;
	color: #c2ad8c;
	padding: 8px 10px 10px;
}

.content code {
	font-family: "Courier New", Courier, mono;
	color: #ffe9c6;
}

.content hr {
	clear: both;
	height: 4px;
	margin: 0 0 20px;
	background: transparent url("../images/brown/divider-hr.png") no-repeat 0 0;
	border: none;
}

.content acronym {
	cursor: help;
}

#wrapper .post-meta p {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #89643e;
}

.content img {
	margin: 0;
	padding: 5px;
}

.content .wp-caption {
	margin-bottom: 20px;
	padding: 5px 0 10px;
	text-align: center;
}

.content .wp-caption img {
	display: block;
	margin-left: 5px;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content .wp-caption p {
	margin: 0;
	padding: 10px 5px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #89643e;
}

.content img.alignleft, .content .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 12px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 12px 0;
}

.content img.alignright, .content .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 5px 0 12px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 12px 15px;
}

.content .wp-smiley {
	display: inline;
	padding: 0;
	background: transparent;
}

.content object, .content embed {
	margin-bottom: 20px;
}

#content .navigation {
	float: left;
	width: 100%;
	font: 1.6em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

#content .navigation a {
	display: block;
	margin: 0;
	padding: 8px 10px 7px;
	color: #bcad8c;
	border-bottom: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .navigation a:hover {
	color: #f7e9c6;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: right;
	display: s;
	width: 49%;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

#content .wp-pagenavi {
	clear: both;
	position: relative;
	font-size: 1.3em;
	padding-top: 5px;
}

#content .wp-pagenavi a {
	padding: 5px 6px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color: #bcad8c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content .wp-pagenavi a:hover {
	color: #f7e9c6;
}

#content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	margin: 0;
	color: #89643e;
	border: none;
	background-color: transparent;
}

#content .wp-pagenavi span.current {
	padding: 4px 6px;
	margin: 2px;
	border: none;
	color: #89643e;
}

#content .wp-pagenavi span.extend {
	display: none;
}

.hilite {
	font-weight: normal;
	color: #ffe9c6;
}

#article-nav {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#article-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	font: 1.8em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	list-style-type: none;
}

#article-nav a {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 8px 10px 7px;
	color: #bcad8c;

}

#article-nav a:hover {
	color: #f7e9c6;
}

#article-nav .current a {
	color: #89643e;
	cursor: default;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	display: none;
	margin: 0;
	padding: 0;
}

#comments .commentlist {
	clear: both;
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	font-size: 12px;
	background: transparent;
}

#comments .commentlist li.thread-even, #comments .commentlist li.thread-alt {
	background: transparent url("../images/brown/divider-hr.png") no-repeat 0 0;
}

#comments .commentlist .children li {
	padding: 15px 0 0;
	background: transparent;
}

#comments .commentlist li.depth-1 {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comments .bypostauthor > div > div > .avatar {
	background: #f0f0f0;
}

#comments h2 {
	margin: 0 0 15px;
	font: 1.8em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #ff8598;
}

#comments h3 {
	margin: 0 0 5px;
	font: 2.2em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;

	color: #ffe9c6;
}

#respond h2 {
	margin: 0;
	padding: 0;
}

.commentlist p {
	clear: left;
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 0;
	padding: 5px 0 10px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#comment-form {
	padding-top: 30px;
	background: transparent url("../images/brown/divider-hr.png") no-repeat 0 0;
}

#comment-form-inner {
	padding: 0;
}

#commentform {
	margin: 0;
}

#commentform label {
	float: right;
	text-align: left;
	width: 235px;
	padding-top: 6px;
	color: #c2ad8c;
}

.commentlist #commentform label {
	float: none;
	display: block;
	padding: 0 0 5px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;

}

#commentform label small span {
	font-size: 10px;
	color: #89643e;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 4px 5px;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	border:1px solid #000000;
}

#commentform input:focus, #commentform textarea:focus {
	color: #000000;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 310px;
	margin-right: 5px;
}

#commentform textarea {
	width: 557px;
	margin-bottom: 5px;
}

.commentlist #commentform textarea {
	width: 400px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform p.subscribe-to-comments label {
	float: none;
	width: 400px;
}

#commentform #submit {
	margin: 0;
	padding: 8px 10px 7px;
	font: 1.2em "Capture It", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;

	color: #bcad8c;
}

#commentform #submit:hover {
	color: #f7e9c6;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;

}

#comments .commentlist .children li .reply a {
	right: 0;
}

#comments .cancel-comment-reply {
	margin: 10px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;

}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	display: inline;
	width: 325px;
	padding: 35px 0 30px;
	overflow: hidden;
}

#sidebar img {
	border-top: 0;
	border-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#sidebar .widget {
	clear: both;
	padding: 0 35px 35px 0;
}

#sidebar .widget h2 {
	margin: 0 0 15px;
	font: 1.8em "Capture It", Arial, Helvetica, Geneva, sans-serif; font-weight:bold;
	letter-spacing: 1px;

	color: #a8402e;
}

#sidebar .widget ul, #sidebar .widget ol {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#sidebar .widget li {
	margin: 0;
	padding: 8px 0 15px;
	list-style-type: none;
	background: url("../images/brown/divider-hr.png") no-repeat 50% 100%;
}

#sidebar .postlist h3 {
	margin-bottom: 3px;
	font-weight: normal;
	font: 1.1em "Copystruct", Arial, Helvetica, Geneva, sans-serif;

	color: #89643e;
}

#sidebar .postlist h5 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 1.2em;
	color: #89643e;
	background: url("../images/brown/divider-hr.png") no-repeat 50% 100%;
}

#sidebar .postlist-comments {
	float: right;
	display: block;
	margin-left: 20px;
	width: 28px;
	height: 27px;
	padding-top: 7px;
	font-size: 1.1em;
	text-align: center;
	background: transparent url("../images/brown/comment-bubble-sm.png") no-repeat 0 0;
	border-bottom: 0;
}

#sidebar #ad-bigbox, #sidebar #ad-buttons {
	padding-bottom: 140px;
}

#ad-bigbox img, #ad-buttons img {
	display: block;
	padding: 0;
	border-bottom: 0;
}

#ad-bigbox a, #ad-buttons a {
	border-bottom: 0;
}

#ad-bigbox img {
	border: 1px solid #23170e;
}

#ad-buttons {
	float: left;
}

#ad-buttons .widget-inner {
	float: left;
	width: 300px;
	padding: 15px 0;
}

#tag_cloud-3 .widget-inner {

	border:3px solid #a8402e;
	background: #f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:10px;

}

#ad-button1, #ad-button2, #ad-button3, #ad-button4 {
	float: left;
	display: inline;
	margin-left: 15px;
}

#ad-button1, #ad-button2 {
	margin-bottom: 15px;
}

#sidebar #recent-posts {
	clear: left;
}

#sidebar #skyscraper {
	float: right;
	display: inline;
	width: 160px;
	padding-top: 3px;
}

#flickrrss {
	float: left;
	width: 100%;
}

#flickrrss img {
	float: left;
	display: block;
	margin: 0 15px 15px 0;
	padding: 5px;
}

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar #social.widget {
	float: left;
	width: 100%;
}

#social h2 {display:none;}

#social ul {
	float: left;
	width: 100%;
	margin: -10px 0 0;
}

#sidebar #social li {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 50px;
	background: transparent;
}

#social a:link, #social a:visited, #social a:active {
	float: left;
	display: block;
	width: 240px;
	height: 0;
	padding: 50px 0 0 0;
	overflow: hidden;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-bottom: 0;
}

#social a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
	border-bottom: 0;
}

#social-blogger a {
	background-image: url("../images/icons/blogger.png");
}

#social-delicious a {
	background-image: url("../images/icons/delicious.png");
}

#social-digg a {
	background-image: url("../images/icons/digg.png");
}

#social-dopplr a {
	background-image: url("../images/icons/dopplr.png");
}

#social-facebook a {
	background-image: url("../images/icons/smgdfb.jpg");
}

#social-flickr a {
	background-image: url("../images/icons/flickr.png");
}

#social-friendfeed a {
	background-image: url("../images/icons/friendfeed.png");
}

#social-gamespot a {
	background-image: url("../images/icons/gamespot.png");
}

#social-google a {
	background-image: url("../images/icons/google.png");
}

#social-lastfm a {
	background-image: url("../images/icons/lastfm.png");
}

#social-linkedin a {
	background-image: url("../images/icons/linkedin.png");
}

#social-mixx a {
	background-image: url("../images/icons/mixx.png");
}

#social-mobileme a {
	background-image: url("../images/icons/mobileme.png");
}

#social-myspace a {
	background-image: url("../images/icons/myspace.png");
}

#social-netvibes a {
	background-image: url("../images/icons/netvibes.png");
}

#social-newsvine a {
	background-image: url("../images/icons/newsvine.png");
}

#social-picasa a {
	background-image: url("../images/icons/picasa.png");
}

#social-reddit a {
	background-image: url("../images/icons/reddit.png");
}

#social-stumbleupon a {
	background-image: url("../images/icons/stumbleupon.png");
}

#social-technorati a {
	background-image: url("../images/icons/technorati.png");
}

#social-tumblr a {
	background-image: url("../images/icons/tumblr.png");
}

#social-twitter a {
	background-image: url("../images/icons/smgdtw.jpg");
}

#social-viddler a {
	background-image: url("../images/icons/viddler.png");
}

#social-vimeo a {
	background-image: url("../images/icons/vimeo.png");
}

#social-virb a {
	background-image: url("../images/icons/virb.png");
}

#social-windows a {
	background-image: url("../images/icons/windows.png");
}

#social-wordpress a {
	background-image: url("../images/icons/wordpress.png");
}

#social-youtube a {
	background-image: url("../images/icons/youtube.png");
}

/* @end */

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	float: left;
	width: 960px; background: 3f502c;
}

#footer-credits {
	position: relative;
	float: left;
	display: inline;
	width: 400px;
	margin-left: 35px;
}

#footer-meta {
	position: relative;
	float: right;
	display: inline;
	width: 400px;
	margin-right: 35px;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	display: inline;
	color: #c2ad8c;
	text-decoration: none;
}

#footer a:hover {
	color: #ffe9c6;
}

#footer ul li {
	display: inline;
	font-size: 1.1em;
}

#footer-credits li {
	float: left;
}

#footer-meta li {
	float: right;
}

#footer span {
	float: left;
}

#footer .spacer {
	margin: 0 5px;
	color: #765635;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */
