/* 
Theme Name: Black Aperture
Theme URI: http://mattbrett.com
Description: 
Version: 1.4
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #c6c6c6;
	text-align: center;
	background: #111;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
	overflow: hidden;
	background: url("../images/header-bg.jpg") repeat-x 0 0;
}

#header-inner {
	position: relative;
	width: 960px;
	height: 160px;
	margin: 0 auto;
	text-align: left;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 490px;
	height: 65px;
	margin: 17px 0 0;
	font-size: 1.5em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/

*background: url("../images/logo.png") no-repeat 0 0;*/
}

#logo a {
	text-decoration: none;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text {
	float: left;
	display: inline;
	width: 490px;
	height: 65px;
	margin-top: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #565656;
	overflow: hidden;
}

#logo-text a:link, #logo-text a:visited, #logo-text a:active {
	display: block;
	margin-bottom: -3px;
	color: #ddd;
	font-size: 3.6em;
	font-weight: bold;
	text-decoration: none;
}

#logo-text a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
	float: right;
	height: 65px;
	margin: 17px 0 0 0;
	background: url("../images/social-bg.jpg") repeat-x 0 0;
}

#social-inner {
	float: left;
	width: 100%;
	background: url("../images/social-edge.jpg") no-repeat 100% 0;
}

#social ul {
	float: left;
	display: inline;
	width: 100%;
}

#social li {
	float: left;
	display: inline;
	margin-left: 9px;
}

#social a {
	float: left;
	display: inline;
	width: 47px;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	text-decoration: none;
}

#social-connect, #social-subscribe {
	float: left;
	display: inline;
}

#social-connect {
	background: url("../images/social-connect-title.jpg") no-repeat 50% 2px;
}

#social-subscribe {
	background: url("../images/social-subscribe-title.jpg") no-repeat 50% 2px;
}

#social-connect ul, #social-subscribe ul {
	padding: 18px 9px 0 0;
}

#social-connect ul {
	background: url("../images/social-edge.jpg") no-repeat 0 0;
}

#social-subscribe ul {
	background: url("../images/social-edge.jpg") no-repeat 0 0;
}

#social-facebook a {
	background: url("../images/social-icons.jpg") no-repeat 0 0;
}

#social-facebook a:hover {
	background: url("../images/social-icons.jpg") no-repeat 0 -47px;
}

#social-myspace a {
	background: url("../images/social-icons.jpg") no-repeat -47px 0;
}

#social-myspace a:hover {
	background: url("../images/social-icons.jpg") no-repeat -47px -47px;
}

#social-twitter a {
	background: url("../images/social-icons.jpg") no-repeat -94px 0;
}

#social-twitter a:hover {
	background: url("../images/social-icons.jpg") no-repeat -94px -47px;
}

#social-feed a {
	background: url("../images/social-icons.jpg") no-repeat -141px 0;
}

#social-feed a:hover {
	background: url("../images/social-icons.jpg") no-repeat -141px -47px;
}

#social-email a {
	background: url("../images/social-icons.jpg") no-repeat -188px 0;
}

#social-email a:hover {
	background: url("../images/social-icons.jpg") no-repeat -188px -47px;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	float: left;
	width: 960px;
	top: 93px;
	left: 0;
}

#navlist {
	position: relative;
	float: left;
	width: 960px;
	height: 62px;
	margin-top: 4px;
}

#navlist li {
	display: inline;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	float: left;
	display: block;
	padding: 9px 20px 11px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c6c6c6;
	text-decoration: none;
}

#navlist li a:hover {
	color: #f6f6f6;
	text-decoration: none;
}

#navlist li.current-cat a:link, #navlist li.current-cat a:visited, #navlist li.current-cat a:active, #navlist li.current-cat a:hover, #navlist li.current-cat-parent a:link, #navlist li.current-cat-parent a:visited, #navlist li.current-cat-parent a:active, #navlist li.current-cat-parent a:hover, #navlist li.current_page_item a:link, #navlist li.current_page_item a:visited, #navlist li.current_page_item a:active, #navlist li.current_page_item a:hover, #navlist li.current_page_parent a:link, #navlist li.current_page_parent a:visited, #navlist li.current_page_parent a:active, #navlist li.current_page_parent a:hover {
	background: url("../images/nav-current.jpg") repeat-x 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	cursor: default;
	text-shadow: 0 1px 1px #fdfdfd;
	cursor:pointer;
}

#navlist .children, #navlist .page_item ul {
	display: none;
}

#navlist li.current-cat .children, #navlist li.current-cat-parent .children, #navlist .current_page_item ul , #navlist .current_page_parent ul {
	display: block;
	position: absolute;
	top: 40px;
	left: 20px;
}

#navlist .children li {
	display: inline;
}

#navlist .children li a:link, #navlist .children li a:visited, #navlist .children li a:active, #navlist .current_page_item ul li a:link, #navlist .current_page_item ul li a:visited, #navlist .current_page_item ul li a:active, #navlist .current_page_parent ul li a:link, #navlist .current_page_parent ul li a:visited, #navlist .current_page_parent ul li a:active {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 3px 10px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	text-shadow: 0 1px 1px #d6d6d6;
}

#navlist .children li a:hover, #navlist .current_page_item ul li a:hover, #navlist .current_page_parent ul li a:hover {
	color: #161616;
	text-decoration: none;
	background: #aeaeae;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* @end */

#search {
	position: absolute;
	top: 43px;
	right: 15px;
}

#search #s {
	float: left;
	display: inline;
	width: 220px;
	height: 15px;
	margin-right: 5px;
	padding: 3px 5px 2px;
	font-size: 1.1em;
	color: #666;
	background: transparent url("../images/search-input.jpg") no-repeat 0 0;
	border: 0;
}

#search #s:focus {
	color: #363636;
}

#search-button {
	float: left;
	display: inline;
}

/* @end */

/* @group showcase */

/* SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#showcase {
	float: left;
	width: 100%;
	background: url("../images/showcase-bg.jpg") no-repeat 50% 0;
}

#showcase-inner {
	width: 960px;
	height: 280px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.showcase-post {
}

.showcase-effects {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/showcase-effects.png") no-repeat 0 0;
}

.showcase-post:hover .showcase-effects {
	background: url("../images/showcase-effects.png") no-repeat 0 100%;
}

.showcase-details {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.showcase-post h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #ddd;
}

.showcase-post:hover h3 {
	color: #fff;
}

.showcase-post p {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #767676;
}

.showcase-post:hover p {
	color: #969696;
}

.showcase-post a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
/* Slideshow */
#flowpanes2, #flowpanes3, #flowpanes4 {margin:0 auto;overflow:hidden;width:290px;height:239px;position:relative;float: left;display: inline;width: 290px;height: 239px;margin: 20px 5px 0 20px;}
	#flowpanes2 .slider-content, #flowpanes3 .slider-content, #flowpanes4 .slider-content {position:relative;width:290px;height:239px;}
	#flowpanes2 div, #flowpanes3 div, #flowpanes4 div {display:none;float:left;display:block;width:290px;}
	#flowpanes2 .items, #flowpanes3 .items, #flowpanes4 .items {width:20000em;position:absolute;clear:both;margin:0;padding:0;}
.slider-img {position:absolute;z-index:1;}
h2.slider-title a {padding:5px 10px;width:290px;background:#ddd;border-top:1px solid #cac8c8;border-bottom:1px solid #cac8c8;position:absolute;z-index:2;top:30px;color:#ff0755;font-size:150%;}
.slider-thumb {max-width:290px;}
/* @end */
/* Fil ariane */
.breadcrumb {padding-bottom:15px;border-bottom:1px solid #333;margin-bottom:10px;color:#888;}
.breadcrumb a {color:#888;}
.breadcrumb a:hover {color:#eee;}
/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: #101010;
}

#mid-inner {
	width: 960px;
	margin: 20px auto 0;
	text-align: left;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	width: 600px;
	margin-left:30px;
}
#content-page {
	width: 800px;
	margin-left:30px;
}

#content.wide {
	float: left;
	display: inline;
	width: 610px;
	margin-left: 20px;
}

.content a:link, .content a:visited, .content a:active {
	color: #969696;
	text-decoration: underline;
}

.content a:hover {
	color: #f6f6f6;
	text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	text-transform: uppercase;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h5 a:link, .content h5 a:visited, .content h5 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
	text-decoration: none;
	border-bottom: 1px solid #222;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	color: #f6f6f6;
	text-decoration: none;
	border-bottom: 1px solid #464646;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

#archive-title h1 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.4em;
	color: #565656;
	border-bottom: 1px solid #000;
}

#archive-title h1 strong {
	font-weight: normal;
	color: #767676;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
}

.content blockquote {
	margin-bottom: 15px;
	padding: 15px 15px 1px;
	background: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content blockquote p {
	font: italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #969696;
}

.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 strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

.content .wp-caption img {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.content .wp-caption {
	margin-bottom: 15px;
	text-align: center;
	background: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content .wp-caption p {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #767676;
}

.content .alignleft {
	float: left;
	display: inline;
	margin: 3px 15px 15px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 3px 15px 15px 0;
}

.content .alignright {
	float: right;
	display: inline;
	margin: 3px 0 15px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 3px 0 15px 15px;
}

.content .aligncenter {
	text-align: center;
}

#content .navigation a {
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .navigation a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .wp-pagenavi a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	color: #565656;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #969696;
	background: url("../images/button-bg.jpg") repeat-x 0 -14px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.bloc{width:425px;margin:0;padding:0;}
        .floatright {float:right;}
        .floatleft {float:left;border-right:2px solid #161616;padding-right:10px;}

.post {
	margin-bottom: 20px;
	width:600px;
	padding-bottom: 1px;
}
.post.page {
	width:892px;
}

.post.archive {
	padding-bottom: 15px;
}

.post.single {
	background: transparent;
}

.post-tnail {
	position: relative;
	float: right;
	display: inline;
	width: 120px;
	height: 90px;
	margin: 0 0 10px 10px;
	padding: 9px;
	background: url("../images/post-tnail-bg.png") no-repeat 50% 50%;
}

.post-tnail img {
	width: 120px;
	height: 90px;
	padding: 0;
	border: 0;
}

.post-tnail span {
	display: block;
	position: absolute;
	width: 120px;
	height: 90px;
	top: 9px;
	left: 9px;
	background: url("../images/post-tnail-effects.png") no-repeat 0 0;
}

.post-tnail a:link, .post-tnail a:visited, .post-tnail a:active {
	text-decoration: none;
}

.post-tnail a:hover span {
	background: url("../images/post-tnail-effects.png") no-repeat 0 100%;
}

.post-category {
	position: relative;
	float: right;
	display: inline;
	font-size: 1em;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: #363636;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 9px;
	overflow: hidden;
}

.post.single h1 {
	font-size: 2.8em;
	margin-bottom: 2px;
}

.post.page h1 {
	font-size: 2.8em;
	margin-bottom: 20px;
}

.post.archive h2 {
	margin-bottom: 3px;
}

.post.archive p {
	margin-bottom: 2px;
}

.post-date {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}

.post.single .post-date {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.post-meta {
	padding: 0 0 20px;
}

.post-meta p {
	margin: 0;
	font-size: 1.2em;
	color: #767676;
}

#post-author {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	background: #262626 url("../images/author-bg.jpg") repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#post-author .post-author-avatar {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	padding: 3px;
	background: #363636;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#post-author .post-author-avatar img {
	display: block;
	padding: 0;
	background: transparent;
}

#post-author h3 {
	margin: 0;
	font-size: 1.2em;
	color: #565656;
}

#post-author p {
	margin: 0;
	font-size: 1.2em;
	color: #767676;
}

.review-details {
	margin: 0 0 20px 0;
	padding: 0 10px 5px;
	background: #262626 url("../images/review-bg.jpg") repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.review-art {
	float: left;
	display: inline;
	width: 140px;
	margin-right: 15px;
}

.review-info {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.review-info td {
	padding: 5px 10px 8px 0;
}

.review-info td.review-info-title {
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.review-info td.review-info-data {
	color: #969696;
}

.review-details-small {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	padding: 5px 5px 0;
	text-align: center;
	background: #262626;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.review-details img, .review-details-small img {
	margin: 0;
	padding: 0;
	background: transparent;
}

.review-details img {
	width: 140px;
}

.review-details-small img {
	width: 85px;
}

.review-tagline {
	margin: 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

/* @end */

/* @group sidebars */

/* SIDEBARS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar2 {
	float: right;
	display: inline;
	width: 300px;
	font-size: 1.2em;
}

.widget {
	margin: 0 0 30px;
}

.widget h3 {
	padding-bottom: 5px;
	font-size: 1.6em;
	text-transform: uppercase;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

.widget a {
	color: #969696;
	text-decoration: none;
}

.widget li a {
	display: block;
	padding: 10px 25px 10px 0;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}
.widget ul li ul li {
	padding: 10px 25px 10px 20px;
}
.widget li a strong {
	display: block;
	text-transform: uppercase;
	color: #969696;
}

.widget li a span {
	color: #666;
}

.widget a:hover {
	color: #d6d6d6;
}

.widget a:hover strong {
	color: #d6d6d6;
}

.widget a:hover span {
	color: #a6a6a6;
}

#ad-buttons {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	padding: 15px 0 0;
	background: #111;
	border: 1px solid #212121;
}

#ad-buttons a {
	display: inline;
	float: left;
	margin: 0 0 15px 15px;
}

#ad-buttons img {
	display: block;
}

#tag_cloud {
	float: left;
	width: 100%;
	line-height: 24px;
}

#tag_cloud a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

/*

@end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer-menu {width:970px;margin:0 auto;height:auto;position:relative;clear:both;background: url("../images/divider.jpg") repeat-x 0 0;padding-top:20px;}
.ul-bloc {float:left;font-size: 1.2em;margin-left:20px;text-align:left;}
.ul-bloc:first-child {margin-left:0;}
.ul-bloc h3 {
	padding-bottom: 5px;
	font-size: 1.6em;
	text-transform: uppercase;
	background: url("../images/divider.jpg") repeat-x 0 100%;
	color:#F29400;
}

.ul-bloc a {
	color: #969696;
	text-decoration: none;
}

.ul-bloc li a {
	display: block;
	padding: 10px 25px 10px 20px;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}
.ul-bloc ul li ul li {
	padding: 10px 25px 10px 30px;
}
.ul-bloc li a strong {
	display: block;
	text-transform: uppercase;
	color: #969696;
}

.ul-bloc li a span {
	color: #666;
}

.ul-bloc a:hover {
	color: #d6d6d6;
}

.ul-bloc a:hover strong {
	color: #d6d6d6;
}

.ul-bloc a:hover span {
	color: #a6a6a6;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	color: #969696;
	background: #070707 url("../images/footer-bg.jpg") repeat-x 0 0;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: left;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #969696;
	text-decoration: underline;
}

#footer a:hover {
	color: #d6d6d6;
	text-decoration: underline;
}

#footer p {
	font-size: 1.1em;
	line-height:60px;
}

#footer span {
	margin: 0 5px;
	color: #565656;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */
