/* Theme Name: Classical Gamer Theme URI: http://www.arrastheme.com/ Description: This child theme requires Arras Theme to be installed. Author: Melvin Lee Author URI: http://www.zy.sg/ Template: arras-theme Version: 0.9.3 Tags: two-columns,three-columns,left-sidebar,right-sidebar,fixed-width,theme-options,threaded-comments,sticky-post,microformats,translation-ready . This child theme, like Arras Theme, is released under the GNU General Public License, version 2 (GPL). For more information about the GPL, please visit: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html If you require any support, please visit the theme website at  http://www.arrastheme.com/. . */ /* WARNING: DO NOT EDIT THIS STYLESHEET! If you intend to make changes to the stylesheet, you should copy the style from here and override it in user.css (located on the same directory). */ 




/* YUI2 CSS Reset */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
/* Clearfix Hack */



.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Globals */



body {
	margin: 0;
	padding: 0;
}
input[type=text], input[type=password], textarea {
	padding: 7px;
	background: #191816;
	border: 1px solid;
	border-color: #313131 #363636 #363636 #313131;
	color: #999;
	font-size: 14px;
}
input[type=submit] {
	background: #333;
	border: 1px solid #444;
	font-size: 14px;
	padding: 5px;
	color: #DDD;
	margin: 10px 0;
}
p {
	margin: 0 0 1em;
}
blockquote {
	font-style: italic;
	padding: 0 1em;
	margin: 1em 0;
	border-left: 2px solid #333;
}
cite {
	font-style: italic;
	color: #777;
	font-size: 11px;
}
code {
	font-family: 'Consolas', 'Lucida Console', Courier New, Courier, monospace;
	background: #333;
	color: #CCC;
}
caption {
	text-align: center;
	font-size: 14px;
	color: #DDD;
	padding: 5px;
}
table {
	margin: 10px 0;
	width: 100%;
}
table th {
	padding: 5px;
	border: 1px solid #333;
	background: #111;
	color: #DDD;
}
table td {
	padding: 5px;
	border: 1px solid #333;
	background: #252525;
}
dl {
	margin: 10px 0;
	font-size: 14px;
}
dl dt {
	color: #666;
	padding-bottom: 3px;
}
dl dd {
	color: #999;
	margin-bottom: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.floatleft, .alignleft {
	float: left;
}
.floatright, .alignright {
	float: right;
}
img.alignleft, img.alignright, img.aligncenter, .wp-caption {
	border: 1px solid #444;
	background: #333;
	padding: 4px;
	margin: 15px;
}
.wp-caption {
	padding: 5px 0;
	text-align: center;
}
.wp-caption-text {
	margin-bottom: 0;
	color: #AAA;
	font-size: 11px;
}
.hide, .ui-tabs-hide {
	display: none !important;
}
.tags {
	line-height: 20px;
}
.avatar {
	float: left;
	border: 1px solid #444;
	background: #333;
	padding: 3px;
	margin: 0 10px 10px 0;
}
/* Hyperlinks */



a {
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #ccc;
	font-weight:bold;
}
a:hover {
	color: #bbe949;
}
/* Structure */



/* #wrapper  { background: url(images/wrapper_bg.jpg) repeat-x #191816; overflow: hidden; } */



#wrapper {
	overflow: hidden;
	color: #333;
	font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
}
#main {
	background: #111;
	border: 1px solid #bbe949;
	padding: 15px;
	margin-top: 20px;
}
.page-template-page-onecolumn-php #content {
	border: none;
}
#content {
	padding-bottom: 10px;
}
/* Header */



#header {
	overflow: hidden;
}
#branding {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin: 20px 0;
}
.blog-name {
	float: left;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-name a:link, .blog-name a:visited {
	color: #bbe949;
	text-decoration: none;
}
.blog-name a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
.blog-description {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	color: #666;
	font-size: 14px;
}
/* Navigation */



#nav {
	padding-bottom: 18px;
}
#nav-content {
	width: 960px;
	margin: 0 auto;
	height: 35px;
}
.sf-menu {
	float: left;
	line-height: 35px;
}
.sf-menu li {
	float: left;
	border-right: 1px solid #b2b25c;
}
.sf-menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 9px;
	font-size: 11px;
}
.sf-menu li a:hover, .sf-menu li:hover, .sf-menu li.sfhover {
	background: url(images/nav_bits.jpg) repeat-x left bottom;
	color: #FFF;
}
.sf-menu ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	line-height: 1;
}
.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li:hover ul ul ul ul, .sf-menu li.sfhover ul ul, .sf-menu li.sfhover ul ul ul, .sf-menu li.sfhover ul ul ul ul {
	left: -999em;
}
.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li li li li:hover ul, .sf-menu li.sfhover ul, .sf-menu li li.sfhover ul, .sf-menu li li li.sfhover ul, .sf-menu li li li li.sfhover ul {
	left: auto;
	z-index: 200;
}
.sf-menu li ul ul {
	margin: -26px 0 0 150px;
}
.sf-menu * ul {
	border: solid #333;
	border-width: 1px 1px 0;
	margin-left: -1px;
}
.sf-menu * li {
	float: none;
	width: 150px;
	border-bottom: 1px solid #333;
}
.sf-menu * li a {
	padding: 7px 6px;
	background: #222;
}
.sf-menu .sf-with-ul {
	padding-right: 15px;
}
.sf-menu ul .sf-sub-indicator {
	display: none;
}
.sf-sub-indicator {
	background: url(images/dropdown.png) no-repeat;
	width: 5px;
	height: 5px;
	text-indent: -9999px;
	display: inline-block;
	position: relative;
	left: 7px;
	top: -1px;
	vertical-align: middle;
}
.quick-nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-nav li {
	padding: 9px 7px 0 0;
	float: left;
	display: inline;
}
.quick-nav a:link, .quick-nav a:visited {
	display: block;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	float: left;
	clear: left;
	background: url(images/icon_bits.png) no-repeat;
}
.quick-nav #rss {
	background-position: -2px -34px;
}
.quick-nav #twitter {
	background-position: -2px -53px;
}
.quick-nav #facebook {
	background-position: -2px -73px;
}
/* Search Form */



#searchbar {
	float: right;
	margin: 20px 0;
}
#searchbar input {
	border: none;
	background-color: #191816;
}
.searchform {
	width: 270px;
	background: #191816;
	border: 1px solid;
	border-color: #313131 #363636 #363636 #313131;
	vertical-align: middle;
}
.searchform .s {
	border: none;
	width: 230px;
	font-size: 12px;
}
.searchform .searchsubmit {
	position: relative;
	font-size: 0;
	padding: 0 10px;
	margin: 0 2px 0 0;
	text-indent: -9000px;
	background: url(images/icon_bits.png) -2px 0px no-repeat;
	width: 15px;
	height: 15px;
	border: none;
	line-height: 5em;
	top: -5px;
}
.searchform .searchsubmit:hover {
	background-position: -2px -15px;
}
/* Sidebar */



.layout-2c-l-fixed #primary .widgetcontainer {
	padding-right: 10px;
}
.layout-2c-r-fixed #primary .widgetcontainer {
	padding-left: 10px;
}
.layout-2c-l-fixed #secondary, .layout-2c-r-fixed #secondary {
	display: none;
}
.sidebar * ul {
	border: none;
}
.sidebar li:first-child {
	padding-top: 0;
}
.widgetcontainer {
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
.widgetcontainer ul {
	margin: 5px 0 0 0;
}
.widgetcontainer ul ul {
	margin-left: 15px;
}
.widgetcontainer li {
	margin-bottom: 8px;
}
.widgettitle {
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
	margin: 0;
}
.widgetcontent {
	margin: 5px 0;
}
#calendar_wrap {
	border: 1px solid #444;
	background: #333;
	padding: 0 10px 10px;
}
#wp-calendar #today {
	background: #151515;
	color: #CCC;
}
#wp-calendar {
	margin: 5px 0 0;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
}
.widgettitle .rsswidget {
	color: #999;
}
.widgetcontent .rsswidget {
	font-size: 14px;
}
.rss-date {
	font-size: 11px;
	color: #777;
}
.rssSummary {
	margin: 10px 0;
}
.multi-sidebar-container {
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
.layout-2c-r-fixed .tabs {
	margin-left: 10px;
}
.multi-sidebar .tabs li {
	float: left;
	margin-right: 5px;
}
.multi-sidebar .tabs li a {
	display: block;
	padding: 3px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 5px;
	color: #999;
}
.multi-sidebar .tabs li.ui-tabs-selected a {
	color: #FFF;
}
.multi-sidebar .widgetcontainer {
	border: none;
	padding: 5px 10px 5px 0;
}
/*.multi-sidebar .thumb, .multi-sidebar .avatar, .featured-stories .thumb  { float: left; border: 1px solid #444; background: #333; padding: 2px; margin: 0 10px 5px 0; }*/



.attachment-sidebar-thumb, .multi-sidebar .avatar {
	float: left;
	border: 1px solid #444;
	background: #333;
	padding: 2px;
	margin: 0 10px 5px 0;
}
.multi-sidebar .sub {
	color: #666;
	font-size: 11px;
}
.multi-sidebar ul {
	margin: 0;
	padding: 0;
}
.multi-sidebar li {
	list-style: none;
}
.featured-stories li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.featured-stories a {
	font-size: 14px;
}
.featured-stories .sub {
	font-size: 11px;
	color: #999;
}
.featured-stories .excerpt {
	margin: 10px 0;
	clear: left;
	line-height: 18px;
	overflow: hidden;
}
a.sidebar-read-more {
	font-size: 12px;
}
/* Featured Slideshow */



#slideshow {
	margin: 0 auto 10px;
	width: 980px;
	background: #111;
	border: 1px solid #111;
	border-bottom: 1px solid #252525;
	padding: 5px;
}
.slideshow-outer {
	width: 640px;
	float: left;
	position: relative;
	padding: 10px 0 10px 10px;
}
.slideshow-inner {
	height: 250px;
}
.slideshow-inner div {
	width: auto !important;
}
.slideshow-link {
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	color: #999;
	display: block;
	height: 250px;
}
.slideshow-link:hover {
	text-decoration: none;
}
.slideshow-link img {
	width: 640px;
	height: 250px;
}
.slideshow-entry {
	position: relative;
	top: -115px;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	width: 400px;
	display: block;
	padding: 10px;
	text-align: right;
	height: 70px;
	overflow: hidden;
	border-right: 5px solid #333;
}
.slideshow-entry .entry-title {
	color: #FFF;
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 700;
}
#slideshow .hoverscroll {
	width: 320px;
	float: left;
	margin: 10px 10px 10px 0;
	height: 250px;
	background: url(images/slideshow_edge_bg.jpg) repeat-y left #222;
}
#slideshow .listcontainer {
	overflow: hidden;
}
.slideshow-list {
	padding: 0 0;
	font-size: 13px;
	overflow: hidden;
}
.slideshow-list li {
	border-bottom: 1px solid #333;
	margin: 0 1px;
}
.slideshow-list a {
	padding: 10px 0;
	margin: 0 15px;
	display: block;
	color: #999;
	text-decoration: none;
}
.slideshow-list a:hover {
	color: #FFF;
}
.slideshow-list a.activeSlide {
	margin: 0;
	padding: 10px 15px;
	background: url(images/slideshow_selected.gif) no-repeat left center #282828;
	color: #bbe949;
}
.slideshow-list .entry-info {
	display: block;
	font-size: 11px;
	color: #666;
}
/* Scrollable */



.scrollable {
	width: 980px;
	margin: 20px auto;
}
.scrollable-inner {
	position: relative;
	width: 910px;
	height: 100px;
	overflow: hidden;
	float: left;
}
.scrollable-inner .items {
	width: 20000em;
	position: absolute;
}
.scrollable ul {
	float: left;
	margin-top: 0;
}
.scrollable .posts-default .post {
	margin-right: 27px;
}
.scrollable .posts-default .post:last-child {
	margin-right: 2px;
}
.scrollable .prev, .scrollable .next {
	display: block;
	width: 15px;
	height: 22px;
	text-indent: -9000px;
	background: url(images/icon_bits.png) no-repeat;
}
.no-js .scrollable .prev, .no-js .scrollable .next {
	display: none;
}
.scrollable .prev {
	float: left;
	background-position: -21px -54px;
	margin: 37px 20px 0 0;
}
.scrollable .prev:hover {
	background-position: -21px -80px;
}
.scrollable .next {
	float: right;
	background-position: -22px -2px;
	margin: 37px 0 0 20px;
}
.scrollable .next:hover {
	background-position: -22px -27px;
}
.scrollable .posts-default .post {
	width: 160px;
}
.scrollable .posts-default img {
	display: block;
	width: 150px;
	height: 90px;
}
.scrollable .posts-default .entry-meta {
	position: relative;
	float: left;
	display: block;
	width: 130px !important;
	height: 80px;
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity = 70);
	position: relative;
	top: -90px;
	padding: 5px 10px;
	margin: 0;
	cursor: hand;
}
.scrollable .posts-default .entry-title {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.scrollable .posts-default .entry-comments {
	background: url(images/icon_bits.png) no-repeat -39px 2px;
	padding-left: 15px;
	color: #999;
}
.scrollable .posts-default .entry-thumbnails {
	width: 150px;
	height: 90px;
}
/* Tapestries */



.posts-default {
	overflow: hidden;
	margin: 15px 0 20px;
}
.posts-default .post {
	float: left;
	margin: 0 15px 5px 0;
	font-size: 12px;
	padding: 0;
}
.no-js .posts-default .post {
	height: 330px;
}
.posts-default img {
}
.posts-default .entry-thumbnails {
	width: auto !important;
	height: auto !important;
	border: 1px solid #444;
	padding: 4px;
	background: #333;
	margin-bottom: 10px;
}
.posts-default .entry-thumbnails-link {
	text-decoration: none;
	display: block;
}
.posts-default .entry-meta {
	width: auto !important;
	height: 17px;
	float: right;
	display: block;
	font-size: 11px;
	padding: 4px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: relative;
	top: -25px;
}
.posts-default .entry-subcat {
	margin-right: 5px;
	border-right: 1px solid #999;
	padding-right: 3px;
	color: #FFF;
}
.posts-default .entry-comments {
	background: url(images/icon_bits.png) no-repeat -39px 1px;
	padding-left: 12px;
	color: #999;
}
.posts-default .entry-title {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}
.posts-default .more-link {
	float: right;
}
.posts-quick {
	margin: 15px 0 10px;
}
.posts-quick .post {
	margin: 0 10px 20px 0;
}
.posts-quick .entry-thumbnails {
	width: auto !important;
	float: left;
	margin: 0 20px 20px 0;
}
.posts-quick .entry-thumbnails-link {
	display: block;
	border: 1px solid #444;
	padding: 4px;
	background: #333;
}
.posts-quick .entry-title {
	font-size: 16px;
	line-height: 20px;
}
.posts-quick .entry-info {
	color: #555;
	font-size: 11px;
	margin-bottom: 5px;
}
.posts-quick .quick-read-more {
	margin-top: 15px;
}
.posts-line {
	margin-right: 10px;
}
.posts-line .post {
	padding: 7px 0;
}
.posts-line .post .entry-cat {
	background: #111;
	color: #CCC;
	padding: 2px 5px 5px;
	float: left;
	text-align: right;
	width: 80px;
	font-size: 11px;
	margin-right: 10px;
}
.posts-line .post .entry-title {
	max-width: 70%;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	padding: 2px 0;
}
.posts-line .post .entry-comments {
	float: right;
	padding: 5px 2px 3px;
}
.entry-summary {
	line-height: 16px;
}
.more-link, .quick-read-more a {
	font-style: italic;
	padding: 4px;
	margin: 15px 0 10px;
	background: #333;
}
.navigation {
	padding: 20px 10px 20px 0;
}
.navigation a {
	background: #333;
	border: 1px solid #444;
	padding: 5px 7px;
	font-size: 14px;
	display: inline-block;
}
/* Home Page */



.home-title {
	margin: 0 0 10px;
	color: #999;
	font-size: 19px;
}
#index-news ul {
	border: none;
	margin-bottom: 0;
}
#bottom-content-1, #bottom-content-2 {
	float: left;
	width: 330px;
	margin: 10px 0;
}
#bottom-content-1 .widgetcontainer, #bottom-content-2 .widgetcontainer {
	padding: 10px 10px 10px 0;
	border: none;
}
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle {
	color: #999;
	font-size: 19px;
}
/* Archive Posts */



#archive-posts ul {
	border: none;
	margin-bottom: 0;
}
/* Search Results */



.search-results {
	margin-bottom: 20px;
}
.search-results h2 {
	margin: 0 0 5px;
	color: #999;
	font-size: 19px;
}
/* Single Post */



.traditional .post {
	margin: 10px 10px 20px 0;
}
.traditional .post .entry-title, #main .single-post .entry-title {
	font-size: 19px;
	color: #DDD;
}
.traditional .post .entry-info, #main .single-post .entry-info {
	color: #999;
	margin: 3px 0 10px;
}
.entry-author address {
	display: inline;
	font-style: normal;
	padding-right: 5px;
}
.single-post .post-edit-link {
	margin-left: 10px;
}
.traditional .post .entry-photo, #main .single-post .entry-photo {
	margin: 10px auto;
	text-align: center;
}
.entry-photo img {
	background: #333;
	border: 1px solid #444;
	padding: 4px;
}
.traditional .post .entry-content, #main .single-post .entry-content {
	color: #777;
	font-size: 13px;
	line-height: 18px;
}
.traditional .post .entry-cat, #main .single-post .entry-cat {
	margin-left: 10px;
}
.traditional .post .tags, #main .single-post .tags {
	border-top: 1px solid #333;
	padding: 5px 0;
	font-size: 11px;
	clear: both;
}
.page .entry-content {
	margin-top: 10px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #DDD;
	margin-bottom: 0.5em;
}
.entry-content h2 {
	font-size: 17px;
}
.entry-content h3 {
	font-size: 16px;
}
.entry-content h4 {
	font-size: 15px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content ul, .entry-content ol {
	padding: 0 1.5em 1em;
}
.entry-content ul li {
	list-style: disc;
	padding: 0.25em 0;
}
.entry-content ol li {
	list-style: decimal;
	padding: 0.25em 0;
}
.single-post-meta {
	clear: right;
	float: right;
	width: 30%;
	margin: 0 0 15px 15px;
	border: 1px solid #333;
}
.single-post-meta span {
	display: block;
	padding: 5px;
	font-size: 13px;
}
.single-post-meta-field {
	font-size: 12px;
	color: #DDD;
	background: #111;
}
.single-post-meta-value {
	background: #333;
	color: #AAA;
}
span.single-post-meta-score-value {
	font-size: 19px;
}
.about-author {
	border: solid #333;
	border-width: 1px 0;
	padding: 10px 0 20px;
	line-height: 18px;
	margin: 10px 0;
	clear: both;
}
.about-author h4, .module-title {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px;
}
.about-author h5 {
	font-size: 14px;
	color: #CCC;
	margin-bottom: 5px;
}
/* Comments */



.nocomments {
	border-bottom: 1px solid #333;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0 10px 10px 0;
}
#commentlist li {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#commentlist .children {
	padding-left: 45px;
}
#commentlist .children li {
	margin-right: 0;
	border-bottom: none;
}
#commentlist li .bypostauthor {
	color: #AAA;
}
.comment-node .comment-controls {
	float: right;
}
.comment-author .avatar {
	float: left;
	background: #333;
	border: 1px solid #444;
	padding: 2px;
	margin: 0 10px 10px 0;
}
.comment-author cite {
	font-style: normal;
	font-size: 14px;
	color: #BBB;
}
.comment-meta {
	font-size: 11px;
	color: #666;
}
.comment-content {
	clear: left;
}
.comment-reply-link {
	background: #333;
	border: 1px solid #444;
	padding: 5px;
	font-size: 11px;
}
#cancel-comment-reply-link {
	margin-left: 10px;
}
#commentsform input[type=text] {
	width: 60%;
}
#commentsform textarea {
	width: 90%;
}
#commentsform label.error {
	display: block;
	padding: 5px;
	border: 1px solid #444;
	background: #333;
	margin: 10px 0;
	width: 60%;
	color: #DDD;
}
.pingbacks {
	padding: 0 1.5em 1em;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.pingbacks li {
	list-style: decimal;
	padding: 0.25em 0;
}
/* Author Template */



.author-content {
	margin: 20px 0;
}
.author-content .avatar {
	margin: 0 20px 20px 0;
}
.author-content dl {
	margin-left: 125px;
}
.author-posts-title {
	font-size: 17px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #333;
	color: #666;
}
/* Footer */



#footer {
	margin: 0 auto;
	width: 960px;
	padding: 15px;
	background: #111;
	border-top: 1px solid #333;
}
#footer .widgetcontainer {
	float: left;
	padding: 5px 10px;
	max-width: 300px;
	border-bottom: none;
}
.no-js #footer .widgetcontainer {
	height: 190px;
}
#footer .footer-message {
	padding: 5px 10px;
	border-top: 1px solid #222;
}
#footer .footer-message p {
	margin: 0;
}

