/**
 * Theme Name: Outline Slim
 * Theme URI: http://popcritics.com
 * Description: JustinTadlock.com design based off the Outline child theme for Hybrid.
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Version: 0.3
 * Tags: widgets, theme-options
 * Template: hybrid
 * Status: Publish
 *
 * @copyright Justin Tadlock 2003 - 2010
 */

/* Base CSS (25px). */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}body{line-height:25px;font-family:Georgia,Times,"Times New Roman",serif;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;margin:0 0 25px 0}h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em;}h4{font-size:1.4em}h5{font-size:1.25em}h6{font-size:1.1em}p{margin:0 0 25px 0}ol,ul{list-style:none}ul{list-style:disc;margin:0 0 25px 2.5em}ol{list-style-type:decimal;margin:0 0 25px 3em}ol ol{list-style:upper-roman}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:upper-alpha}ol ol ol ol ol{list-style:lower-alpha}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}dl{margin:0 0 25px 5px}dl dt{font-weight:bold;margin:10px 0 0 0}dl dd{margin:5px 0 0 1.5em}strong{font-weight:bold}strong strong{font-weight:normal}em,cite{font-style:italic}em em,cite cite{font-style:normal}abbr{cursor:help}acronym{text-transform:uppercase;border-bottom:1px dashed #666;cursor:help}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:baseline;position:relative;bottom:0.3em}sub{vertical-align:baseline;position:relative;top:0.3em}address{font-style:italic;margin:0 0 25px 0}li address,dd address{margin:0}blockquote{margin:0 25px;font-style:normal}blockquote em,blockquote cite{font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{cursor:pointer}a img{border:none}pre{overflow:auto;font:.9em Monaco,monospace,Courier,"Courier New";line-height:25px;margin-bottom:25px;padding:10px}code{font:.9em Monaco,monospace,Courier,"Courier New"}pre code{font-size:1em}ins,dfn{font-style:italic;text-decoration:none;border-bottom:1px solid #666}del{text-decoration:line-through}object{margin-bottom:25px}input,textarea{font-size:1em;font-family:Georgia,Times,"Times New Roman",serif;padding:3px}:focus{outline:none}form label{cursor:pointer}option{padding:1px 2px}table{border-collapse:collapse;border-spacing:0;margin-bottom:25px}th,td{text-align:left}hr{margin-bottom:25px}img.wp-smiley{max-height:12px;margin:0;padding:0;border:none}.gallery{display:block;text-align:center;margin-bottom:25px !important}.alignleft,.left{float:left;margin-right:20px}.alignright,.right{float:right;margin-left:20px}.aligncenter,.center{display:block;margin:0 auto 25px auto}.alignnone,.block{clear:both;margin:0 0 25px 0}.clear{clear:both}img.alignleft,img.alignright{display:inline}blockquote.alignleft,blockquote .alignright{width:33%}

/* Drop-downs CSS. */
div.menu ul{margin:0;padding:0;list-style:none;line-height:1.0}div.menu ul ul{position:absolute;top:-999em;width:10em}div.menu ul ul li{width:100%}div.menu li:hover{visibility:inherit}div.menu li{float:left;position:relative}div.menu a{display:block;position:relative}div.menu li:hover ul,li.sfHover ul{left:0;top:2em;z-index:99}div.menu li:hover li ul,li.sfHover li ul{top:-999em}div.menu li li:hover ul,li li.sfHover ul{left:10em;top:0}div.menu li li:hover li ul,li li.sfHover li ul{top:-999em}div.menu li li li:hover ul,li li li.sfHover ul{left:10em;top:0}

/* Cleaner Gallery CSS. */
.gallery{display:block;clear:both;overflow:hidden;margin:0 auto}.gallery .gallery-row{display:block;clear:both;overflow:hidden;margin:0}.gallery .gallery-item{overflow:hidden;float:left;margin:0;text-align:center;list-style:none;padding:0}.gallery .gallery-item img,.gallery .gallery-item img.thumbnail{max-width:89%;height:auto;padding:1%;margin:0 auto}.gallery-caption{margin-left:0}.col-0{width:100%}.col-1{width:100%}.col-2{width:50%}.col-3{width:33%}.col-4{width:25%}.col-5{width:20%}.col-6{width:16.5%}.col-7{width:14%}.col-8{width:12.4%}.col-9{width:11%}.col-10{width:10%}.col-11{width:9%}.col-12{width:8.33%}.col-13{width:7.6%}.col-14{width:7.1%}.col-15{width:6.66%}.col-16{width:6.25%}.col-17{width:5.83%}.col-18{width:5.55%}.col-19{width:5.25%}.col-20{width:4.95%}


/* Body */
body {
	font: 16px/25px Georgia, Times, 'Times New Roman', serif;
	color: #333;
	background: #fff url(images/code.png) repeat 0 0;
	border-top: 15px solid #222;
	border-bottom: 15px solid #222;
	}

#body-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
	}

/**
* Elements
**************************************/

/* Links */
a {
	color: #215671;
	color: #680005;
	color: #243d61;
	color: #356e8b;
	}
	
a:hover, a:active {
	color: #ac2e1b;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	}
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	margin-bottom: 5px;
	padding: 0 0 0 12px;
	background: url(images/bullet.png) no-repeat 3px 10px;
	}
.content ul li li {
	padding-left: 15px;
	background: url(images/bullet-sub.png) no-repeat 3px 9px;
	}
dl {
	margin-left: 25px;
	}
dl dt {
	font-size: 15px;
	font-family: Arial, Verdana, sans-serif;
	}
dl dd {
	color: #777;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	}

/* Code */
code {
	padding: 0 3px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 15px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #f7f7f7;
	border: 1px dotted #ccc;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Object */
object {
	max-width: 600px;
	}
p object {
	margin-bottom: 0px;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border: 1px dotted #ccc;
	}
caption {
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	text-align: right;
	color: #666;
	}
td {
	padding: 5px 2%;
	color: #444;
	border: 1px dotted #ccc;
	}
tr {
	background: #fff;
	}
tr.alt, tr.even {
	background: #f6f6f6;
	}
th {
	padding: 5px 2%;
	font: normal normal bold 13px/25px Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
	border: 1px dotted #ccc;
	}

/* Notes */
.note {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px dotted #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #fffbbc;
	border: 1px dotted #E6DB55;
	}

/* Errors */
.error {
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #ffebe8;
	border: 1px dotted #C00;
	}

/* Downloads */
.download {
	margin: 0 0 25px 0;
	padding: 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #444;
	background: #e7f7d3;
	border: 1px dotted #6c3;
	}

/* Footnotes */
.footnotes {
	padding: 10px 10px 0 10px;
	font-size: .8em;
	color: #777;
	border-top: 1px dotted #ccc;
	}
.footnotes-title {
	font-size: 1em;
	margin-bottom: 10px;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #fff;
	background: #346D8A;
	text-decoration: none;
	}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 25px 25px 0 25px;
	background: #fff url(images/code-light.png) repeat 0 0;
	border: 1px dotted #ccc;
	border-top: 3px solid #356e8b;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto !important;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
**************************************/
img {
	border: none;
	background: none;
	}
.entry-content img {
	max-width: 588px;
	padding: 5px;
	background: #f7f7f7;
	border: 1px dotted #ccc;
	}
.primary-inactive.secondary-inactive .content .entry-content img {
	max-width: 958px;
	}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Gallery [gallery] */
.gallery {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Captions [caption] */.wp-caption {
	overflow: hidden;
	max-width: 598px;
	padding: 4px 0 0 0;
	background: #f1f1f1;
	border: 1px dotted #ccc;
	text-align: center;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0;
	padding: 0;
	border: 1px dotted #ccc;
	}
.wp-caption .wp-caption-text {
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-size: 12px;
	font-style: italic;
	color: #ae1b22;
	text-align: right;
	background: #f7f7f7;
	}

/* Thumbnails */
.thumbnail {
	float: right;
	max-width: 150px;
	max-height: 150px;
	margin: 0 0 9px 15px;
	padding: 9px;
	background: #fff;
	border: 1px dotted #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 15px 6px 0;
	padding: 3px;
	background: #f1f1f1;
	border: 1px dotted #ccc;
	}
.user .avatar {
	margin-bottom: 21px;
	padding: 9px;
	background: #f6f6f6;
	}

/**
* Header
**************************************/
#header-container {
	width: 960px;
	height: 55px;
	margin: 25px auto;
	}
#header {
	height: 55px;
	}
#site-title {
	margin: 0 0 10px 0;
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
	}
#site-title a {
	color: #000;
	}
#site-description {
	margin: 0;
	font: italic normal normal 15px/15px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	}

/**
* Navigation
**************************************/
#primary-menu {
	height: 36px;
	width: 960px;
	margin: 0 auto;
	}
#primary-menu .menu {
	float: left;
	width: 660px;
	height: 36px;
	border-left: 1px dotted #ccc;
	}
#primary-menu ul li {
	font: normal normal bold 11px/13px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	}
#primary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #222;
	background: #fff;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	}
#primary-menu li.feed-url a {
	padding-right: 35px;
	background: #fff url(images/sprite.png) no-repeat 87% 11px;
	}
#primary-menu li.current-menu-item a {
	background: #fff url(images/sprite.png) repeat-x 0 -80px;
	border-top: none;
	border-bottom: 2px solid #fff;
	}
#primary-menu li li.current-menu-item a, #primary-menu li.current-menu-item li a {
	background: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	}

/* Drop-down styles */
#primary-menu li ul {
	margin-left: -1px;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
	top: 36px;
	margin-left: -1px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
	top: 0;
	}
#primary-menu li li {
	font-weight: normal;
	text-transform: none;
	}
#primary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: 1px dotted #ccc;
	border-bottom: none;
	}
#primary-menu li li a:hover {
	background: #fff;
	text-decoration: underline;
	}

/* Sub-nav indicator. */
#primary-menu a.sf-with-ul {
	padding-right: 35px;
	}
#primary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/sprite.png) no-repeat 3px -115px;
	}
#primary-menu li li .sf-sub-indicator {
	background: url(images/sprite.png) no-repeat 3px -160px;
	}

/* Search form. */
#primary-menu .search {
	float: right;
	width: 278px;
	height: 30px;
	background: #fff;
	border: 1px dotted #ccc;
	}
#primary-menu input[type="text"] {
	float: left;
	width: 228px;
	padding: 7px 10px 5px 10px;
	font-size: 13px;
	font-style: italic;
	color: #666;
	background: #fff;
	border: none;
	}
#primary-menu input[type="submit"] {
	float: left;
	font-size: 0px;
	color: #fff;
	padding-left: 10px;
	width: 30px;
	height: 30px;
	background: #fff url(images/sprite.png) no-repeat 5px -33px;
	border: none;
	text-indent: -9999em;
	}

/**
* Content
**************************************/

#container {
	overflow: hidden;
	width: 960px;
	padding: 25px 25px 0 25px;
	margin: 0 auto 39px auto;
	background: #fff;
	border: 1px dotted #ccc;
	}

.content {
	overflow: hidden;
	float: left;
	width: 600px;
	}
.primary-inactive.secondary-inactive .content {
	width: 960px;
	}

/* Breadcrumbs */
.breadcrumb-trail {
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	color: #666;
	}
.breadcrumb-title {
	display: none;
	}
.breadcrumb-trail a[rel="home"] {
	padding-left: 18px;
	background: url(images/sprite.png) no-repeat 0 -200px;
	}
.breadcrumb-trail .sep {
	color: #999;
	padding: 0 3px;
	}
.breadcrumb-trail a {
	font-style: normal;
	color: #356e8b;
	}
.breadcrumb-trail a:hover {
	color: #ac2e1b;
	}

/* Posts */
.hentry {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	}
.content .quote {
	margin-bottom: 25px;
	}
.content .aside .entry-content, .content .category-asides .entry-content {
	overflow: hidden;
	padding: 25px 25px 0 25px;
	background: #fff url(images/code-light.png) repeat 0 0;
	border: 1px dotted #ccc;
	border-top: 3px solid #356e8b;
	}
.quote .entry-content, .quote .entry-summary {
	overflow: hidden;
	padding: 0 25px 0 35px;
	font-style: italic;
	background: url(images/quote.png) no-repeat 0 0;
	}
.quote .entry-content a, .quote .entry-summary a, .quote .entry-summary cite, .quote .entry-content cite {
	font-style: normal;
	}
.quote .entry-summary cite, .quote .entry-content cite {
	color: #666;
	}

/* Post titles */
.entry-title {
	margin-bottom: 3px;
	}
.entry-title a {
	color: #000;
	}
.archive .entry-title, .search .entry-title, .home .entry-title, .blog .entry-title {
	font-size: 1.2em;
	}
.content .aside .entry-title, .content .quote .entry-title, .content .category-asides .entry-title {
	display: none;
	}
.singular .entry-title, .singular-aside .content .aside .entry-title, .singular .content .category-asides .entry-title {
	display: block;
	margin-bottom: 25px;
	}
.singular-post .entry-title {
	margin-bottom: 10px;
	}

/* Byline */
.byline {
	margin: 0 0 9px 0;
	font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
	color: #999;
	}
.singular .byline {
	margin-bottom: 25px;
	}
.byline abbr {
	border: none;
	}
.byline abbr:hover {
	border-bottom: 1px dotted #999;
	}
.byline a {
	color: #356e8b;
	}
.byline a:hover {
	color: #ac2e1b;
	}

/* Entry content. */
.entry-summary p {
	margin: 0 0 9px 0;
	}

/* <!--more--> link */
.more {
	font-style: italic;
	}

/* Entry metadata */
.entry-meta {
	margin: 0;
	font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
	color: #999;
	}
.content .aside .entry-meta, .content .quote .entry-meta, .content .category-asides .entry-meta {
	display: none;
	}
.singular .entry-meta {
	clear: left;
	}
.entry-meta a {
	color: #356e8b;
	}
.entry-meta a:hover {
	color: #ac2e1b;
	}


/* Archives, search, etc. */
.archive-info, .search-info {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 25px 25px 12px 25px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px dotted #ccc;
	}
.archive-info p {
	margin: 0 0 13px 0;
	}
.archive-title, .search-title {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #333;
	}

/* Page links */
.wp-pagenavi {
	margin-bottom: 9px;
	text-align: center;
	}
p.pages, .wp-pagenavi {
	color: #666;
	line-height: 24px !important;
	}
p.pages a, .wp-pagenavi a {
	margin: 0 3px 0 2px;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
	}
p.pages a:hover, .wp-pagenavi a:hover {
	background: #eee;
	}

/**
* Previous/Next Page Navigation
*********************************************/
/* Navigation links */
.navigation-links {
	clear: both;
	overflow: hidden;
	margin: 0 0 25px 0;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}
 

/**
* Widgets
**************************************/
#primary, #secondary {
	float: right;
	width: 280px;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 13px;
	}
.widget-title {
	margin-bottom: 10px;
	padding-bottom: 9px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
	}
.widget ul {
	list-style: none;
	margin: 0 0 24px 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget li {
	margin: 0 0 10px 0;
	padding: 0 3px 9px 12px;
	background: url(images/bullet.png) no-repeat 2px 10px;
	border-bottom: 1px dotted #ccc;
	}
.widget li li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background: url(images/bullet-sub.png) no-repeat 1px 7px;
	border: none;
	}
.widget li a {
	color: #333;
	}
.widget p.term-cloud {
	overflow: hidden;
	}
.widget p.term-cloud a {
	float: left;
	display: block;
	height: 11px;
	margin: 0 6px 12px 6px;
	padding: 9px 21px 9px 10px;
	font-size: 11px !important;
	line-height: 11px;
	color: #fff;
	background: #000 url(images/sprite.png) no-repeat right -240px;
	}
#primary .textwidget p {
	overflow: hidden;
	}
#primary .ad-1 {
	float: left;
	}
#primary .ad-2 {
	float: right;
	}

/**
* Comments
**************************************/
#comments-template h3, .series-title {
	font-size: 1.2em;
	}

.comment-list {
	list-style: none;
	margin: 0;
	border-top: 1px dotted #ccc;
	}
.comment-list ol {
	list-style: none;
	margin: 0 0 21px 0;
	border-top: 1px dotted#d3d3d3; 
	}
.comment-list li {
	overflow: hidden;
	margin: 0;
	padding: 21px 21px 0 21px;
	position: relative;
	background: #fff;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
.comment-list li.alt {
	background: #fff;
	}
.comment-list li.entry-author {
	background: #f1f1f1;
	}
.comment-list .avatar {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	padding: 1px;
	}
.comment-meta {
	color: #888;
	font: 12px Arial, sans-serif;
	margin: 3px 0 21px 0;
	}
.comment-meta cite {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	}
.comment-meta cite a {
	color:#333;
	}
.comment-meta abbr {
	border: none;
	}
.comment-meta abbr:hover {
	border-bottom: 1px dotted #999;
	}
.comment-list .comment-text {
	padding: 0 9px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 24px 0;
	}
#commentform label, .contact-form label {
	font: 12px Arial, Verdana, sans-serif;
	color: #888;
	}
#commentform input[type="text"], .contact-form input[type="text"] {
	display: block;
	width: 98%;
	}
#commentform p.form-author {
	float: left;
	width: 45%;
	margin-right: 9%;
	}
#commentform p.form-email {
	float: right;
	width: 45%;
	margin-right: 1%;
	}
#commentform textarea, .contact-form textarea {
	display: block;
	width: 98.5%;
	}
.contact-form div {
	margin-bottom: 21px;
	}
.contact-form div.form-label {
	margin: 0;
	}
.contact-form legend {
	display: none;
	}
#submit {
	float: right;
	margin-left: 21px;
	}
#submit:hover, .button:hover {
	cursor: pointer;
	}
span.required {
	font-size: 16px;
	font-weight: bold;
	color: #FF4B33;
	}
.comment-license {
	overflow: hidden;
	padding: 25px 25px 0 25px;
	background: #fff url(images/code-light.png) repeat 0 0;
	border: 1px dotted #ccc;
	border-top: 3px solid #356e8b;
	}

/**
* Footer
**************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	background: #fff;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px dotted #999;*/
	}
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 48px 0 24px 0;
	color: #333;
	border-bottom: 3px solid #356e8b;
	}
#footer a {
	font-style: italic;
	}
#footer a:hover {
	}

#footer .copyright {
	float: left;
	width: 50%;
	}
#footer .credit {
	float: right;
	width: 50%;
	text-align: right;
	}
