/* ***************************************************** */
/* ********************* base.css ********************** */
/* ***************************************************** */
/* base CSS style */

/* Global Styles */
html, body  { height: 100%; min-height: 100%; margin: 0; padding: 0; }

.clearfix:after, .clear:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix, .clear { display: inline-block; }
html[xmlns] .clearfix  { display: block; }
* html .clearfix  { height: 1%; }

p  { line-height: 1.5; margin: 0 0 1.25em; padding: 0; }

/* Hyperlinks */
a img  { border: none; }
a:focus, a:hover, a:active  { outline: none; }

/* Headings */
h2, h3, h4, h5, h6  { margin: 1em 0; }
h2  { font-size: 20px; }
h3  { font-size: 18px; }
h4  { font-size: 16px; }
h5  { font-size: 14px; }
h6  { font-size: 12px; }

/* Tables */
/* table  { border-collapse: collapse; border-spacing: 0; } */
/* th, td  { padding: 5px; } */
/* removed by RAR for BoardGameCentral! */

/* Common Classes */
.aligncenter  { display: block; margin: 0 auto; }
.alignright  { float: right; margin: 0 0 1em 1em; }
.alignleft  { float: left; margin: 0 1em 1em 0; }
.floatleft  { float: left; }
.floatright  { float: right; }

.textcenter  { text-align: center; }
.textright  { text-align: right; }
.textleft  { text-align: left; }

.ui-tabs-hide, .hide  { display: none !important; }
.xoxo  { padding: 0; }

/* Structure */
#wrapper				{ min-height: 100%; position: relative; padding: 20px 0; }
#main					{ padding: 10px 10px 0; }

/* Header */
#header					{ min-width: 990px; padding: 0; }
#branding				{ width: 980px; margin: 0 auto; padding: 0; }
.logo					{ max-width: 590px; float: left; padding: 21px 0 25px 10px; }
.blog-name				{ margin: 0 0 3px; line-height: 1em; display: block; }
.blog-description		{ line-height: 1em; display: block; margin: 0; padding: 3px 0 0; }

/* Menus */
.sf-menu, .sf-menu *  { list-style: none; margin: 0; padding: 0; }
.sf-menu  { line-height: 1; }
.sf-menu ul	 { position: absolute; left: -999em; width: 11em; z-index: 100; }
.sf-menu ul li  { width: 100%; }
.sf-menu li:hover  { visibility: inherit; }
.sf-menu li  { float: left; position: relative; }
.sf-menu a  { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul  { left: 0; top: 2.8em; z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul  { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul  { left: 11em; top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul  { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul  { left: 11em; top: 0; }
.sf-shadow ul { background:	url(../img/shadow.png) no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
.sf-shadow ul.sf-shadow-off { background: transparent; }

#top-menu, #nav  { min-width: 990px; }
#top-menu-content, #nav-content  { margin: 0 auto; width: 978px; }
#top-menu-content .sf-menu, #nav .sf-menu  { float: left; line-height: 1.1; }

.quick-nav  { float: right; list-style: none; margin: 0 10px 0; padding: 0; }
.quick-nav li  { float: left; display: inline; }

/* Search Bar */
#searchbar  { float: right; overflow: hidden; margin: 25px 10px 0 0; }

/* Sidebar */
.sidebar .xoxo  { list-style: none; padding: 0; margin: 0; }
.widgetcontainer  { padding: 10px; margin-bottom: 10px; }
.widgetcontainer ul, .widgetcontainer .xoxo, .widgetcontainer ol  { list-style: disc; margin: 0 0 0 15px; padding: 0; }
.widgetcontainer li  { margin: 3px 0; }
.widgetcontainer input[type=text], .widgetcontainer input[type=password]  { width: 80%; }

.multi-sidebar .tabs  { list-style: none; margin: 0 0 5px; padding: 0; overflow: hidden; }
.multi-sidebar .tabs li	 { float: left; padding: 5px; margin: 0 3px 5px 0; }
.multi-sidebar .widgetcontainer	 { margin-bottom: 10px; padding: 10px; }
.multi-sidebar .widgetcontainer ul, ul.featured-stories, ul.related-posts  { list-style: none; margin: 0; }
.multi-sidebar .widgetcontainer li, .featured-stories li,  .related-posts li  { padding: 0 0 10px; margin: 0 0 10px; }

#wp-calendar  { width: 100%; }

/* Featured Slideshow */
.featured  { margin: 0 10px 20px 0; overflow: hidden; }
#controls  { position: relative; float: left; z-index: 90; top: 90px; }

#controls .next, #controls .prev  { text-indent: -9000px; width: 30px; height: 30px; display: block; z-index: 1000; opacity: 0.7; }
#controls .prev  { background: url(../img/prev.png) no-repeat; float: left; position: absolute; left: 10px; }
#controls .next  { background: url(../img/next.png) no-repeat; float: right; position: absolute; left: 610px; }
#controls .next:hover, #controls .prev:hover  { opacity: 1; }

#featured-slideshow  { position: relative; z-index: 0 !important; }			

.featured-article  { display: block; }
.featured-entry  { position: relative; top: -85px; overflow: hidden; padding: 0; display: block; opacity: 0.8; }
.featured-entry .entry-title  { display: block; }
.featured-entry .entry-summary  { padding: 0 15px; margin: 0; display: block; }

/* Bottom Content */
#bottom-content-1, #bottom-content-2  { list-style: none; float: left; width: 320px; margin: 0 10px 10px 0; overflow: hidden; padding: 0; }
.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2	{ width: 243px; }

/* Tapestries */
.entry-thumbnails  { clear: both; display: inline-block; }
.entry-thumbnails-link  { float: left; display: block; }

.posts-default, .posts-quick, .posts-line  { list-style: none; margin: 0 0 10px; padding: 0; overflow: hidden; }
.posts-default  { margin: 0 0 20px; }
.posts-default li, .posts-default img  { float: left; padding: 0; overflow: hidden; }
.posts-default .entry-title	{ margin: 5px; line-height: 1.4em; }
.posts-default .entry-summary  { overflow: hidden; margin: 0 5px; padding-bottom: 10px; line-height: 1.4em; }
.posts-default .entry-thumbnails-link	{ padding: 4px; }
.posts-default .published { float: left; margin: 5px 5px 0; }

.posts-quick  { margin: 0 10px 10px 0; padding: 0; }
.posts-quick li  { padding: 0 10px 0 0; margin: 0 0 10px; }
.posts-quick .entry-title  { padding: 5px 0 0; margin: 0; line-height: 1.3em; }
.posts-quick .entry-summary	{ line-height: 1.6em; margin-bottom: 15px; }
.posts-quick .entry-thumbnails  { float: left; margin: 0 20px 10px 0; padding: 4px; }
.posts-quick .quick-read-more  { margin: 10px 0 5px; }
.posts-quick .entry-info  { margin: 0 0 5px; }
.posts-quick .entry-info abbr  { padding: 0 4px 0 0; }
.posts-quick .entry-info span  { padding: 0 4px; }

.posts-default .entry-meta, .posts-quick .entry-meta	{ float: left; display: block; margin: -25px 0 0; }
.posts-default .entry-comments, .posts-quick .entry-comments { float: right; margin: 5px 5px 0; background: url(../img/comments.gif) no-repeat left center; padding: 0 0 0 12px; }
.posts-line  { margin: 0 10px 10px 0; padding: 10px; line-height: 1.4em; }
.posts-line	li  { padding: 7px 0; }
.posts-line .entry-cat  { float: left; width: 100px; overflow: hidden; }
.posts-line .entry-title  { float: left; margin: 0; max-width: 450px; line-height: 1.4em; }
.layout-3c-fixed .posts-line .entry-title, .layout-3c-r-fixed .posts-line .entry-title  { max-width: 300px; }
.posts-line .entry-comments	 { float: right; }

.navigation  { margin: 0 10px 20px 0; text-align: center; }

/* Single Post */
.single .post, #main .single-post	{ margin: 0 10px 15px 0; padding: 0 15px; }
.single .post .entry-title, .single-post .entry-title	{ padding: 0; margin: 15px 0 5px; line-height: 1.3em; }
.single .post .entry-info, .single-post .entry-info	{ padding-bottom: 10px; margin-bottom: 10px; }
.single .post .entry-cat, .single-post .entry-cat	{ display: block; margin: 5px 0 0; }
.single .post .entry-author, .single-post .entry-author { margin: 0; display: inline; }
.single .post .entry-author address, .single-post .entry-author address	{ display: inline; }
#main .single .post .tags, #main .single-post .tags { margin: 15px 0; padding: 15px 0 0; }
#main .single .post .tags a, #main .single-post .tags a { padding: 0; }
.single .post .entry-photo, .single-post .entry-photo	{ overflow: hidden; }
.single .post .entry-photo img, .single-post .entry-photo img  { margin: 10px auto;  }

.single-post-meta  { clear: right; float: right; margin: 1em 0 1em 1em; width: 40%; }

.entry-content  { margin: 10px 0; font-size: 12px; line-height: 1.5em; overflow: hidden; }
.entry-content ul, .entry-content ol  { margin: 0 20px; padding: 0 0 1.5em; }
.entry-content ul ul, .entry-content ol ol, .entry-content ol ul, .entry-content ul ol  { padding: 0; }
.entry-content blockquote  { font-style: italic; }
.entry-content form  { margin: 1em 0; }

.post-edit-link:link, .post-edit-link:visited  { padding: 0 0 0 14px; }
.page .entry-content  { margin: 0 0 20px; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo  { width: 480px; }

.gallery  { clear: both; margin: 10px 0; }
.gallery-item  { float: left; margin-right: 10px; width: 31%; text-align: center; }
.gallery-icon img  { padding: 4px; }
.gallery-caption  { font-size: 12px; }

.about-author  { padding: 10px; margin: 0 0 10px; line-height: 1.5em; }
.about-author .avatar  { margin-bottom: 0; }
.about-author .author-meta  { float: left; width: 85%; }
.about-author h4  { margin: 0 0 5px; }

/* Comments */
.commentlist  { list-style: none; padding: 10px 10px 0; margin: 0 10px 0 0; }
.commentlist li  { margin-bottom: 30px; }
.commentlist p  { clear: left; line-height: 1.8em; }
.commentlist .reply  { float: right; margin-top:-10px; }

.commentlist .comment-node  { margin-bottom: 10px; }
.commentlist .children	{ clear: right; margin-left: 20px; list-style: none; padding: 0; }
.commentlist #respond	{ clear: both; margin: 10px; }
.commentlist #respond .module-title { margin: 0; }
.commentlist #respond #commentsform	{ margin: 0; }
.commentlist .comment-author	{ padding: 10px 0 0 10px;}
.commentlist .comment-meta		{ padding: 0 10px; }
.commentlist .comment-content	{ padding: 0 10px; }
.commentlist .comment-controls	{ padding: 15px 10px; float: right; }

.comments-navigation	{ clear: both; margin: 0 10px 10px 0; }

#commentsform			{ margin: 0 10px 10px 0; padding: 10px; overflow: hidden; }
#commentsform textarea	{ width: 98%; height: 150px; padding: 5px; }
#commentsform .error	{ display: block; padding: 5px; }
#cancel-comment-reply-link	{ padding: 0 10px; }

/* Author Template */
.author-content			{ margin-right: 10px; } 
.author-content dl  	{ margin-left: 115px; }

/* Footer */
#footer				{ margin: 20px auto 0; width: 980px; padding-bottom: 10px; }
#footer .widgetcontainer	{ padding: 5px 10px; margin-right: 10px; float: left; }
#footer .footer-message	{ margin: 0; padding: 10px 15px 0; }
#footer .footer-message p { margin: 0 0 0.5em; }
#footer .footer-message .floatright { margin-left: 20px; }
.footer-sidebar-container  { margin: 10px; }
.footer-sidebar		{ overflow: hidden; float: left; margin: 0; padding: 0 0 10px; }




/* ***************************************************** */
/* ******************** default.css ******************** */
/* ***************************************************** */

/* globals */
body					{ background-color: #F0F0F0; color: #333; font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;}

a, a:link, a:visited	{ color: #313428; text-decoration: none; }
a:hover					{ color: #CC0000; }

blockquote				{ border-left: 2px solid #CCC; color: #666; padding: 5px 10px 1px; margin: 10px; font-style: normal; }
code					{ background: #EAEAEA; color: #333; font-family: Consolas, Monaco, Courier, monospace; font-size: 11px; margin: 1px 0; padding: 1px 3px; }
pre code				{ background: #322E2C; border: 1px solid #635957; color: #FFF; display: block; overflow: scroll; padding: 1.5em 1.75em; }

input[type=text], input[type=password], textarea	{ background: url(/img/form.jpg) repeat-x top #FFF; border: 1px solid #CCC; padding: 5px 3px; }
input[type=submit]  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background: url(/img/feed-title-white.jpg) repeat-x; border: 1px solid #CCC; padding: 5px 10px; font-size: 12px; color: #000; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=submit]:hover  { background: #313428; color: #FFF; }

/* table, th, td			{ border: 1px solid #CCC; } */
/* th, thead th			{ font-weight: 700; color: #333; background: #DDD; } */
/* td, tbody td			{ background: #F0F0F0; } */
/* removed by RAR for BoardGameCentral! */

dl  { margin: 10px 0; font-size: 14px; }
dl dt  { color: #666; padding-bottom: 3px; }
dl dd  { margin: 0 0 10px 0; line-height: 1.5em; }

/* common classes */
img.aligncenter, img.alignright, img.alignleft  { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding: 4px; }

.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.sub					{ font-size: 11px; color: #848485; }

.tags a:link, .tags a:visited	{ text-decoration: none; font-weight: 700; padding: 0 5px 3px; line-height: 1.3em; display: inline-block; }
.tags a:hover					{ text-decoration: underline; }

.avatar					{ float: left; margin: 0 10px 10px 0; border: 1px solid #CCC; padding: 2px; background: #FFF; }

label.error				{ border: 1px solid #D8000C; color: #D8000C; background: #FFBABA; margin: 5px 0; }

/* structure */
#main					{ background: #F5F5F5; border: 1px solid #d3d1c7; }

/* header */
#header					{ background: #1e1b1a; border-bottom: 5px solid #383332; border-top:1px solid #222; }
.logo					{ max-width: 590px; float: left; font-weight: 700; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; text-transform: uppercase; }
.blog-name				{ font-size: 22px; letter-spacing: 1px;  }
.blog-name a:link, .blog-name a:visited	{ color: #FFF; text-decoration: none; }
.blog-description		{ font-size: 11px; color: #7d716d; }

/* main navigation */
#nav  { background: url(/img/topnav.jpg) repeat-x bottom #322C2C; min-width: 990px; }
#nav-content  { margin: 0 auto; width: 978px; }
#nav .sf-menu  { float: left; line-height: 1.1; max-width: 770px; }
#nav .sf-menu a  { display: block; text-decoration: none; padding: 8px 12px 11px; color: #AAA; font-size: 14px; }
#nav .sf-menu ul li  { border: 1px solid #474331; margin-top: -1px; }
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li  { background: #373331; color: #FFF; }
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover { color: #373331; background: #FFF; }
#nav .sf-menu ul li.sfHover a.sf-with-ul { /*color: #373331; (RAR for BGC, sub-sub-menu)*/ }
#nav .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 12px; }
#nav .sf-menu .sf-with-ul  { padding-right: 15px; }
#nav .sf-sub-indicator  { background: url(/img/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#nav .sf-menu ul .sf-sub-indicator	{ display: none; }
#nav .quick-nav li  { padding-top: 8px; }


.quick-nav li			{ padding: 5px 0 0 8px; }
.quick-nav a:link, .quick-nav a:visited	{ display: block; text-indent: -9000px; width: 16px; height: 16px; float: left; clear: left; opacity: 0.6; }
.quick-nav a:hover  { opacity: 1; }

/*
.quick-nav #rss			{ background: url(/images/rss.png) no-repeat; }
.quick-nav #twitter		{ background: url(/images/twitter.png) no-repeat; }
.quick-nav #facebook	{ background: url(/images/facebook.png) no-repeat; }
*/

/* search bar */
#searchbar  { margin: 25px 0 0; }
.searchform  { border: 3px solid #383332; background: #EFEFEF; width: 250px; padding: 6px 5px; margin: 0; }
.searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 234px; }
.searchform .searchsubmit  { background: url(/img/searchsubmit.gif) no-repeat; text-indent: -9000px; width: 16px; height: 16px; border: none; float: left; cursor: pointer; opacity: 0.7; text-transform: capitalize; padding: 0; margin: 0; }
.searchform .searchsubmit:hover  { background: url(/img/searchsubmit.gif) no-repeat; opacity: 1; }

/* sidebar */
.widgetcontainer		{ border: solid #CCC; border-width: 1px; background: repeat-x #FFF; line-height: 1.4em; }
.widgetcontainer a		{ font-weight: 700; }
.widgetcontainer .excerpt	{ font-size: 11px; margin: 5px 0; }
.widgettitle			{ color: #333; font-size: 12px; font-weight: 700; margin: -10px -10px 10px; padding: 5px 10px; background: url(/img/feed-title-white.jpg) repeat-x top #EFEFEF; border-bottom: 1px solid #CCC; }
.widgettitle a			{ color: #333; }

.multi-sidebar .thumb, .multi-sidebar .recentcomments .avatar, .featured-stories .thumb	{ float: left; border: 1px solid #CCC; margin: 0 10px 0 0; background: #FFF; padding: 2px; }
.sidebar-read-more:link, .sidebar-read-more:visited	{ text-transform: uppercase; font-weight: normal; font-size: 10px; padding: 2px 4px; margin: 5px 0 0; display: inline-block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #FFF; background: #333; }
.sidebar-read-more:hover  { background: #CC0000; }

.multi-sidebar .tabs li	{ background: #383332; border: 1px solid #CCC; }
.multi-sidebar .tabs a:link, .multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: 700; color: #FFF; }
.multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
.multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; }					
.multi-sidebar .tabs .ui-tabs-selected a:link, .multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }			
.multi-sidebar .widgetcontainer	{ background: #FFF; border: 1px solid #CCC; }

.multi-sidebar .widgetcontainer li, .featured-stories li,  .related-posts li	{ border-bottom: 1px dotted #CCC; }
.multi-sidebar .recentcomments .author	{ color: #666; font-size: 11px; }

#wp-calendar			{ border: 1px solid #999; }
#wp-calendar td			{ text-align: center; }
#wp-calendar caption	{ color: #333; font-size: 12px; font-weight: 700; margin: 0; padding: 5px 9px; background: url(/img/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; text-align: center; }

/* featured slideshow */
#featured-slideshow		{ border: 5px solid #CCC; }			

.featured-article		{ text-decoration: none !important; background-position: center !important; }
.featured-entry			{ background: #000; height: 85px; color: #a7a7a7; }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; font-size: 18px; font-weight: 700; }

/* bottom content */
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{ background: #F0F0F0; }

/* tapestries */
.entry-thumbnails-link { background: #111; text-decoration: none !important; }

.posts-default li  { margin: 0 15px 10px 0; font-size: 12px; }
.posts-default img		{ background: #111; }
.posts-default .entry-title	{ font-weight: 700; font-size: 14px;  }
.posts-default .entry-summary, .posts-quick .entry-summary	{ color: #333; }
.posts-default .entry-thumbnails-link	{ border: 1px solid #E1E1E1; background: #FFF; }
.posts-default .published { text-transform: uppercase; font-size: 10px; color: #999; border-bottom: none; }


.posts-quick .entry-title	{ font-weight: 700; font-size: 16px; }
.posts-quick .entry-summary	{ font-size: 12px; }
.posts-quick .entry-thumbnails	{ border: 1px solid #CCC; background: #FFF; }
.posts-quick .entry-info { font-size: 11px; color: #666; border: none; }
.posts-quick .entry-info abbr { text-decoration: none; border: none; }

.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ padding: 5px 10px; margin: 3px 0; font-size: 12px; background: url(/img/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; border: 1px solid #CCC; font-weight: 700; display: inline-block; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.posts-quick .quick-read-more a:hover { background: #383332; color: #FFF; }
.posts-default .entry-meta, .posts-quick .entry-meta	{ color: #CCC; background: #000; height: 25px; font-weight: 700; opacity: 0.7; }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{ color: #FFF; text-decoration: none; }
.posts-line				{ background: #FFF; border: 1px solid #CCC; }
.posts-line	li			{ padding: 7px 0; border-bottom: 1px solid #EEE; }
.posts-line .entry-cat	{ font-size: 11px; color: #848485; }
.posts-line .entry-title	{ font-size: 12px; }
.posts-line .entry-comments	{ font-size: 11px; color: #848485; }

.home-title				{ text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; margin: 0 15px 10px 0; color: #333; }

/* single post */
.single .post, #main .single-post	{ background: #FFF; border: 1px solid #CCC; }
.single .post .entry-title, .single-post .entry-title	{ font-size: 22px; font-weight: 700; }
.single .post .entry-info, .single-post .entry-info	{ color: #848485; font-size: 11px; text-transform: uppercase; border-bottom: 1px dotted #CCC; }
.single .post .entry-info .published, .single-post .entry-info .published { border: none; }
.single .post .entry-cat, .single-post .entry-cat	{ color: #848485; line-height: 1.5em; }
.single-post .entry-info a:link, .single-post .entry-info a:visited	{ color: #666; text-decoration: none; }
.single-post .entry-info a:hover	{ color: #333; }
.single .post .entry-author, .single-post .entry-author { font-weight: 700; color: #848485; }
.single .post .entry-author address, .single-post .entry-author address	{ font-style: normal; }
#main .single .post .tags, #main .single-post .tags { color: #848485; border-top: 1px dotted #CCC; line-height: 1.5em; }
#main .single .post .tags strong, #main .single-post .tags strong { text-transform: uppercase; font-size: 11px; }
.single .post .entry-photo img, .single-post .entry-photo img	{ border: 1px solid #CCC; }
.single .post .entry-comments, .single-post .entry-comments  { float: right; padding: 3px 3px 3px 17px; margin-top: 20px; background: url(/img/comments.gif) no-repeat 3px 6px #383331; display: inline-block; color: #FFF; font-size: 14px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.post-edit-link:link, .post-edit-link:visited	{ text-decoration: none; }

.single-post-meta-field  { background: #313428; display: block; border: 1px solid #383332; padding: 5px 10px; color: #FFF; font-weight: 700; }
.single-post-meta-value	 { border: 1px solid #CCC; padding: 5px 10px; background: #F0F0F0; display: block; }

.module-title, .feed-title, #reply-title	{ line-height: 1em; color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 7px 10px; background: url(/img/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; display: block; }
.feed-title  { border-bottom: none; }

.gallery-icon img  { background: #FFF; border: 1px solid #CCC; }

.about-author  { border: 1px solid #CCC; background: #F5F5F5; }
.about-author h4  { color: #333; font-weight: 700; font-size: 12px; }

/* wp-pagenavi */
.wp-pagenavi  { margin: 0 0 30px; font-size: 12px; }
.wp-pagenavi a, .wp-pagenavi span  { margin: 2px !important; display: inline-block; }
.wp-pagenavi span.pages  { border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 8px; }

/* comments */
.commentlist  { background: #F0F0F0; border: solid #CCC; border-width: 0 1px; }
.commentlist .avatar  { border: 1px solid #CCC; padding: 1px; float: left; margin: 0 10px 10px 0; }
.commentlist cite  { font-weight: 700; font-style: normal; line-height: 20px; font-size: 14px; }

.commentlist .comment-node  { background: #FFF; border: 1px solid #CCC; }
.commentlist .children .comment-node  { background: #F5F5F5; }
.commentlist .comment-content  { font-size: 12px; }
.commentlist .comment-meta, .commentlist .comment-meta abbr	{ border: none; text-decoration: none; color: #999; font-size: 11px; }
.commentlist .comment-controls	{ padding: 15px 10px; font-weight: 700; float: right; }
.commentlist .comment-controls a:link, .commentlist .comment-controls a:visited	{ background: url(/img/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 4px 8px; margin: 0; border: 1px solid #CCC; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.commentlist .comment-controls a:hover	{ background: #313428; color: #FFF; }

.commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a  { background: url(/img/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; }
.commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover, .wp-pagenavi a:hover  { background: #313428; color: #FFF; }
.comments-navigation span.current, .wp-pagenavi span.current  { background: #313428; color: #FFF; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.comments-navigation	{ background: #F0F0F0; padding: 0 10px 10px; border: solid #CCC; border-width: 0 1px 1px; }
.comments-navigation a	{ display: inline-block; }


.nocomments				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px; margin: 0 10px 10px 0; font-size: 12px; }

#commentform			{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; margin-right: 10px; padding: 10px; }
#commentform label		{ color: #999; }
#commentform label.error  { margin: 5px 0; color: #D8000C; font-weight: bold; padding: 5px; }
#commentform span.required	{ color: #FF0000; }
#commentform input[type=text]  { display: block; width: 300px; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; margin: 5px 0; }
#commentform textarea	{ display: block; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; width: 90%; margin-bottom: 5px; }
#cancel-comment-reply-link	{ font-size: 11px; }

.pingbacks				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px 15px 30px; margin: 0 10px 20px 0; }
.pingbacks li			{ padding: 2px 0; font-weight: 700; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      { color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 6px 10px; background: url(/img/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; }
.search-results-content { border: solid #CCC; border-width: 0 1px 1px; background: #FFF; margin: 0 10px 10px 0; padding: 10px; }
.search-results-content .searchform, .sidebar .searchform { padding: 5px 4px; border: 4px solid #CCC; background: #EFEFEF; width: 250px; }

/* author template */
.author-posts-title, .author-content h1, .archive-title { font-family: Century Gothic, Apple Gothic, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; margin: 0 15px 10px 0; color: #383331; }

/* footer */
#footer				{ background: #F5F5F5; border: 1px solid #CCC; }
#footer .widgetcontainer	{ background: none; border: none; }
#footer .widgettitle	{ background: none; border: none; font-size: 14px; color: #444; padding: 0 0 10px; letter-spacing: -1px; margin: 0; }
#footer .widgetcontent	{ font-size: 12px; background: none; padding: 0; border: none; }
#footer .footer-message	{ font-size: 10px; }
.footer-sidebar-container  { border-bottom: 1px solid #CCC; }




/* ***************************************************** */
/* ******************* 2c-r-fixed.css ****************** */
/* ***************************************************** */

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#main {
    width:960px;
    margin:0 auto;
    position:relative;
}
#container {
    width:640px;
    float:left;
}
#content {
    margin:0;
    width:640px;
    overflow:hidden;
}
.main-aside {
    width:320px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, #main .single-post {
	margin-right: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}






/* ***************************************************** */
/* ****************** Customizations ******************* */
/* ******************* Added by RAR ******************** */
/* ************* for BoardGameCentral.com ************** */
/* ***************************************************** */

#content a, #content a:link { text-decoration:underline; color:blue; }
#content a:visited { text-decoration:underline; color:purple; }

#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li { background: #024; color: #FFF; }
/*
#nav .sf-menu a  { color: #AAA; }
#nav .sf-menu ul li  { border: 1px solid #474331; margin-top: -1px; }
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover { color: #373331; background: #FFF; }
#nav .sf-menu ul li.sfHover a.sf-with-ul { color: #373331; }
#nav .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 12px; }
#nav .sf-menu .sf-with-ul  { padding-right: 15px; }
#nav .sf-sub-indicator  { background: url(/img/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#nav .sf-menu ul .sf-sub-indicator	{ display: none; }
#nav .quick-nav li  { padding-top: 8px; }
*/

/*#nav .sf-menu ul li  { background: #258; }*/
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover { color: #fff; background: #47a; }
#nav .sf-sub-indicator  { background: url(/img/arrows-ffffff.png) no-repeat 0px -100px; width: 10px; height: 10px; text-indent: -9999px; display: block; position: absolute; right: .5em; top: .85em; left: auto; }
#nav .sf-menu ul .sf-sub-indicator	{ display: block; }

/* point right for anchors in subs */
#nav .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#nav .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav .sf-menu ul a:focus > .sf-sub-indicator,
#nav .sf-menu ul a:hover > .sf-sub-indicator,
#nav .sf-menu ul a:active > .sf-sub-indicator,
#nav .sf-menu ul li:hover > a > .sf-sub-indicator,
#nav .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* add borders to top-level menu */
#nav .sf-menu a  { border-right:1px solid #443; }
#nav .menu-item-home {border-left:1px solid #443;}
#nav .sf-menu .sf-with-ul { padding-right:25px; }

/* set width of submenus */
#nav .sf-menu ul { width:15em; }
#nav ul.sf-menu li li.sfHover ul {	left:15em; }
#nav ul.sf-menu li li li:hover ul,
#nav ul.sf-menu li li li.sfHover ul { left:15em; }

/* social links */
#nav .quick-nav li  { padding-top: 0px; }
.quick-nav li			{ padding: 5px 0 0 8px; }
.quick-nav a:link, .quick-nav a:visited	{ width: 32px; height: 32px; opacity: 0.8; }
.quick-nav a:hover  { opacity: 1; background:transparent; }
.quick-nav #rss				{ background-image: url(/img/soc-32.png); background-position: -10px -10px; }
.quick-nav #email			{ background-image: url(/img/soc-32.png); background-position: -10px -62px; }
.quick-nav #twitter		{ background-image: url(/img/soc-32.png); background-position: -10px -114px; }
.quick-nav #facebook	{ background-image: url(/img/soc-32.png); background-position: -10px -166px; }


#main { background: url(/img/foreground.png) !important; }
#wrapper { background:none; padding:0; }
#header { background:none; border-bottom:none; }
#branding { height: 108px; background:#5589bb; }
.logo { padding:0; }
.blog-name a { background: url(/img/bgc-logo.png) no-repeat; text-indent: -9000px; height: 85px; width:200px; display: block; margin:10px 0 0 10px; }
.blog-description { display:none; }
.header-ad { float:right; margin:7px 7px 0 0; }

body { background: url(/img/bg.jpg) #334; }
#nav { background: none; margin-left:1px; }
#nav-content  { background:#036; min-width: 980px; }
#nav-content { border-top: 2px solid #014; border-bottom: 1px solid #014; border-right:1px solid #036; }
.quick-nav {margin-top:2px; }

/* #searchbar  { float: right; overflow: hidden; margin: 65px 5px 0 0; } */
#searchbar  { margin:3px 5px 0 0; }
.searchform  { border: none; width: 166px; }
.searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13px; color:#444; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 150px; }

/* from Arras theme, not sure if needed... */
.posts-default li  { width: 205px; height: 225px; }
.posts-default img, .posts-default .entry-thumbnails-link { width: 195px; height: 110px; }
.posts-default .entry-meta { width: 195px; }
.posts-default .entry-thumbnails { width: 205px; height: 120px; }
/* .posts-quick .entry-thumbnails img { width: 115px; height: 115px; } */
.posts-quick .entry-meta { width: 115px; }
.featured { height: 260px; }
.featured-article { width: 640px; height: 250px; }
.featured-article img { width: 640px; height: 250px; }
#controls { width: 610px; top: 110px; }
#controls .next { left: 610px; }
.featured-entry { height: 84px; top: -84px; }
.featured-slideshow-inner { height: 250px }
.featured-stories-summary  { margin-left: 51px; }
.single .post .entry-photo img, .single-post .entry-photo img  { width: 620px; height: 250px; }
.footer-sidebar  { width: 230px; }

.breadcrumbs { font-size:80%; margin: 5px 0 5px 0; }
.single .post .entry-title, .single-post .entry-title	{ border-bottom: 1px dotted #DDD; }
#content .single-post { padding-top:10px; }

#content .noborder { border:none; background:transparent; }
#content .resource-box { border: 1px solid #DDD; padding:5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#content img.resource-img { float:right; margin-left:15px; -moz-box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; box-shadow:0px 0px 5px #333; }
#content a.resource-link { white-space: nowrap; color:#fff; background:#000; padding:3px 15px; margin:5px 0; border:3px double #c80; text-decoration:none; font-weight:bold; line-height:220%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#content a.resource-link:hover { color:#ccc; background:#222; }

#content dl { margin: 10px 0 10px 5px; padding: 0; font-size:90%; }
#content dt { font-weight: bold; padding: 5px 0 0 0; }
#content dt .small { font-size:90%; }
#content dd {	margin: 0; padding: 0 0 0 15px; }

#content .sponsor-block { background: #FFF; border: 1px solid #CCC; margin: 0 10px 15px 0; padding: 5px; }

#content .entry-title a { text-decoration:none; color:#222; }

#above-footer { margin: 20px auto 0; width: 980px; }

#content table { border:none; }
#content table th { border:none; }
#content table tr { border:none; }
#content table td { border:none; }

#content .link_title { padding: 0; padding-bottom: 0.2em; font-weight: bold; font-size: 100%; }
#content .link_title img { padding: 0 5px; margin-bottom:-3px; }
#content .link_desc { margin: 0 0 0 10px; font-size: 90%; line-height:130%; }
#content .link_thumb { margin: 0 5px; border: 1px solid #666; -moz-box-shadow:0px 0px 3px #666; -webkit-box-shadow:0px 0px 3px #666; box-shadow:0px 0px 3px #666; }
  
#content table.events {
  background:#eee;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  font-size: 90%;
  line-height:130%;
  margin-bottom:10px;
}
#content table.events th, #content table.events td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px 5px;
}
#content table.events th { background:#ddd; }
#content table.events td.date { white-space:nowrap; }
#content h4.events { margin:12px 0 3px 0;padding:0; }

#footer	{ font-size:11px; /*background:none;*/
  background: #eee;  /* fallback (Opera) solid background */
  background: -moz-linear-gradient(top, #eed, #998);  /* Mozilla gradient background */
  background: -webkit-gradient(linear, left top, left bottom, from(#eed), to(#998));  /* Chrome, Safari gradient background */
  filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#eeeedd', EndColorStr='#999998', GradientType=0); /* MSIE gradient background */
}
#footer .widgettitle	{ border-bottom:1px dotted #ccc; padding-bottom:3px; margin-bottom:7px; }
#footer .footer-message	{ margin: 0; padding: 0 15px; }
#footer .footer-message p { margin: 0; }

.citystate { color:#888; font-size:80%; }
/*.timedate { font-style:italic; color:#888; font-size:80%; }*/
.timedate-future { font-style:italic; color:#800; font-size:80%; }
.timedate-past { font-style:italic; color:#888; font-size:80%; }

.sidebar-geosearch { text-align:center; }
.sidebar-geosearch input[type=text] { width: 70%; }

#content .gearlist {}
#content .gearlist ul { margin:0; padding:0; }
#content .gearlist ul li { list-style-type:none; padding-bottom:20px; }
#content .gearlist ul li a { font-weight:bold; }
#content .gearlist ul li p { font-style:italic; font-size:90%; margin: 0 0 0 10px; line-height:130%; }
#content .gearlist ul li img { float:left; margin-right:15px; -moz-box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; box-shadow:0px 0px 5px #333; }
#content .gearlist ul li p img { margin:0; }
#content .gearlist ul li:after { content:"."; display:block; visibility:hidden; height:0; clear:both; }

#content .am h3 { 	margin: 0 0 5px 0; padding: 0; border-bottom: 1px dotted #888; }
#content .am-img-box { float:right; margin:5px 5px 10px 20px; text-align:center; }
#content .am-img-box img { -moz-box-shadow:0px 0px 10px #333; -webkit-box-shadow:0px 0px 10px #333; box-shadow:0px 0px 10px #333; }
#content .am-img-box img.noshadow { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
#content .am-img-box .am-pricing { font-size:90%; margin:10px 0 5px 0; }
#content .am-img-box .am-pricing-savings { background:#ff8; color:red; padding:1px 5px; }
#content .am-img-box .am-buy { color:#eee; background:#333; padding:3px 10px; border:1px solid #ccc; border-radius: 4px;	-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; }
#content .am-img-box .am-buy:hover { color:#333; background:#c00; }
#content .am-img-box .am-buy a { color:#eee; font-weight:bold; text-decoration:none; }
#content .am-reviews ul { list-style-type:none; margin:0 0 0 10px; padding:0; }
#content .am-reviews li { list-style-type:none; margin:0; padding:0; }
#content .am-reviews p { font-size:90%; line-height:130%; font-style:italic; margin:0 0 0 10px; padding:0; }
#content .am-reviews h4 { margin:10px 0 5px 0; padding:0; }
#content .am-disclaimer { font-size:90%; color:#bbb; font-style:italic; line-height:130%; }

#content a.dsq-brlink, #content a.dsq-brlink:link, #content a.dsq-brlink:visited { color:#ccc; font-size:xx-small; }

/* WP-PageNavi plugin CSS */
#content .wp-pagenavi { clear: both; }
#content .wp-pagenavi a, #content .wp-pagenavi span { text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px; }
#content .wp-pagenavi a { color:#333; }
#content .wp-pagenavi a:hover, #content .wp-pagenavi span.current { border-color: #000; color:#ccc; }
#content .wp-pagenavi span.current { font-weight: bold; }

#content .posts-blurb { list-style: none; margin: 0 0 10px; padding: 0; overflow: hidden; margin: 0 10px 10px 0; padding: 0; }
#content .posts-blurb li { padding: 0 10px 0 0; margin: 0 0 10px; }
#content .posts-blurb .entry-title { padding: 5px 0 0; margin: 0 0 0 140px; line-height: 1.3em; font-weight: 700; font-size: 16px; }
#content .posts-blurb .entry-summary	{ font-size: 12px; color: #333; line-height: 1.6em; margin: 0 0 15px 145px; }
#content .posts-blurb .quick-read-more  { margin: 10px 0 5px; }
#content .single-post .posts-blurb .entry-info  { margin: 0; font-size: 10px; color: #666; border: none; }
#content .posts-blurb .entry-info  { margin: 0; font-size: 10px; color: #666; border: none; }
#content .posts-blurb .entry-info abbr  { padding: 0 4px 0 0; text-decoration: none; border: none; }
#content .posts-blurb .entry-info span  { padding: 0 4px; }
#content .posts-blurb .entry-meta	{ float: left; display: block; margin: -25px 0 0; color: #CCC; background: #000; height: 25px; font-weight: 700; opacity: 0.7; }
#content .posts-blurb .entry-meta a:link, #content .posts-blurb .entry-meta a:visited	{ color: #FFF; text-decoration: none; }
#content .posts-blurb .entry-comments { float: right; margin: 5px 5px 0; background: url(/img/comments.gif) no-repeat left center; padding: 0 0 0 12px; }
#content .posts-blurb .blurb-read-more a:link, #content .posts-blurb .blurb-read-more a:visited	{ padding: 5px 10px; margin: 3px 0; font-size: 12px; color: #000; text-decoration: none; border: 1px solid #CCC; font-weight: 700; display: inline-block; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; float: right; }
#content .posts-blurb .blurb-read-more a:hover { background: #383332; color: #FFF; }
#content .posts-blurb .entry-thumbnails-link  { float: left; display: block; background:#ddd; }

#content .posts-blurb .entry-thumbnails, #content .posts-blurb .entry-thumbnails-tn { float: left; margin: 5px 20px 10px 0; padding: 4px; }
#content .posts-blurb .entry-thumbnails, #content .posts-blurb .entry-thumbnails-tn { border: 1px solid #CCC; background: #FFF; width:115px; height:115px; border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; }
#content .posts-blurb .entry-thumbnails, #content .posts-blurb .entry-thumbnails-tn { clear: both; display: inline-block; }
/* "normal" 115x115 thumbnails */
#content .posts-blurb .entry-thumbnails img { width: 115px; height: 115px; }
/* centered "legacy" 70x70 thumbnails */
#content .posts-blurb .entry-thumbnails-tn img { width: 70px; height: 70px; margin:22px 23px 23px 22px; -moz-box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; box-shadow:0px 0px 5px #333; background:#fff; }

#content .posts-blurb .blurb-read-more a:link, #content .posts-blurb .blurb-read-more a:visited	{ 
	background: url(/img/feed-title-white.jpg) top repeat-x #EFEFEF;	/* fallback (Opera) solid background */
  background: -moz-linear-gradient(top, #ffe, #ddd);  /* Mozilla gradient background */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe), to(#ddd));  /* Chrome, Safari gradient background */
  filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#ffffee', EndColorStr='#dddddd', GradientType=0); /* MSIE gradient background */
}
#content .posts-blurb .blurb-read-more a:hover {
  background: #383332;  /* fallback (Opera) solid background */
  background: -moz-linear-gradient(top, #443, #222);  /* Mozilla gradient background */
  background: -webkit-gradient(linear, left top, left bottom, from(#443), to(#222));  /* Chrome, Safari gradient background */
  filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#444433', EndColorStr='#222222', GradientType=0); /* MSIE gradient background */
  border: 1px solid #888;
}

#content .single-post .entry-info	{ padding-bottom: 5px; margin-bottom: 15px; }
#content .single-post .entry-info a:link { color:#222; }
#content .single-post .entry-info a:visited { color:#444; }
#content .commentlist .comment-meta a:link	{ color: #222; }
#content .commentlist .comment-meta a:visited	{ color: #444; }
#content .commentlist .comment-author a:link	{ color: #222; }
#content .commentlist .comment-author a:visited	{ color: #444; }
#content a:link.comment-reply-link, #content a:visited.comment-reply-link { color: #222; }
#content a:hover.comment-reply-link { color: #fff; }
.map_locale { margin-left:20px; }

img.footer-logo { opacity:0.7; float:right; }
img:hover.footer-logo { opacity:1.0; }

#content .tiny { font-size: 80%; }
#content .tiny-grey { font-size: 80%; color:#888; }
.tinydate { font-size: 70%; }
.disabled { font-size: 80%; color:red; font-weight:bold; }
.attribution { clear:both; color:#aaa; font-size:smaller; font-style:italic; }

.alerts li { margin-top:5px; height:50px; }
.alert-date { font-size: 80%; color:#888; }
.alert-blurb { color:#444; font-style:italic; font-size:90%; margin:5px 40px 10px 10px; }

/* .alert-Advocacy-32 { background: url(/img/alert-Advocacy-32.png) no-repeat right center; }
.alert-Deal-32 { background: url(/img/alert-Deal-32.png) no-repeat right center; }
.alert-Deadline-32 { background: url(/img/alert-Deadline-32.png) no-repeat right center; } */

/* "Featured Articles" slideshow */
.featured-article { width: 588px; height: 250px; }
.featured-article img { width: 588px; height: 250px; }
#controls { width: 558px; top: 110px; }
#controls .next { left: 558px; }
.featured  { margin: 0 0 20px 0; overflow: hidden; }
#controls .next  { background: url(../img/next.png) no-repeat; float: right; position: absolute; left: 558px; }
#content .featured-entry { top: -75px; height: 75px; }
#content .featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; font-size: 16px; text-decoration:none; border:none; margin:0; }
#content .featured-entry .entry-summary	{ font-size: 11px; }


/* "Rotating Images Widget" (slideshow) */
#riw_images { position:relative; }
#riw_images DIV { position:absolute; text-align:center; top:0; left:0; z-index:8; opacity:0; filter:alpha(opacity=0); }
#riw_images DIV.active { z-index:10; opacity:1; filter:alpha(opacity=100); }
#riw_images DIV.last-active { z-index:9; }
.riw-widget { margin-left:auto; margin-right:auto; }


#content.content-wide { width:970px; }

/* add border around sidebar widgets and post content */
.widgetcontainer { border:1px solid #aaa; }
#content .single-post { border:1px solid #aaa; }

.pricing-date { font-size:90%; color:#bbb; font-style:italic; line-height:130%; }

/* product grid */
.products-grid { /* background:#eee; */ margin: 0 auto; }
.productgrid-col {}
ul.products-grid { list-style-type: none; margin: 0px; padding: 0px 10px; }
ul.products-grid li { list-style-type: none; width:167px; text-align:center; margin:5px 6px; padding:5px; float: left; font-size:11px; }
ul.products-grid li:hover { background:#e8e8e8; }
ul.products-grid img { /* border:1px solid #ccc; */ }
ul.products-grid .productgrid-pricing { font-size:90%; }
ul.products-grid .productgrid-pricing-savings { background:#ff8; color:red; padding:1px 5px; }

/* product description list */
.products-desclist {}
.products-desclist-col {}
ul.products-desclist { list-style-type: none; margin: 0px; padding: 0px 10px 0px 0px; }
ul.products-desclist li { clear: both; width:580px; list-style-type: none; margin:5px 0 5px 0px; padding:5px 5px 5px 15px; float: left; /*font-size:11px;*/ text-indent:-1em; }
ul.products-desclist li:hover { background:#e8e8e8; }
ul.products-desclist li img { float:right; margin:0 0 10px 20px; }
ul.products-desclist li a { font-weight:bold; }
ul.products-desclist li .products-desclist-title { font-weight:bold; /*font-size:120%;*/ }
ul.products-desclist li .products-desclist-desc { font-size:90%; }
ul.products-desclist img { border:1px solid #ccc; box-shadow: 2px 2px 1px #ccc; -moz-box-shadow: 2px 2px 1px #ccc; -webkit-box-shadow: 2px 2px 1px #ccc; }
ul.products-desclist .products-desclist-pricing { font-size:90%; float:right; }
ul.products-desclist .products-desclist-pricing-savings { background:#ff8; color:red; padding:1px 5px; }
ul.products-desclist .products-desclist-buy { color:#eee; background:#333; margin-left:20px; padding:2px 8px; border:1px solid #ccc;	border-radius: 4px;	-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; }
ul.products-desclist .products-desclist-buy:hover { color:#333; background:#c00; }
ul.products-desclist .products-desclist-buy a { color:#eee; }

.gamelist-img { float:right; margin:0 5px 0 20px; border:1px solid #ccc;	box-shadow: 2px 2px 1px #ccc; -moz-box-shadow: 2px 2px 1px #ccc; -webkit-box-shadow: 2px 2px 1px #ccc; }
.gamelist-table td { background:white; }
.gamelist-table ul { padding-bottom:0; }

.date-modified { font-size:60%; color:#bbb; font-style:italic; line-height:130%; text-align:center; }

.underlined  { padding-bottom:5px; border-bottom:1px dotted #ccc; }
.cell { display:table-cell; padding:0 5px; text-align:center; font-size:80%; }
.red-yellow-button { color:red; font-weight:bold; background:yellow; margin-left:20px; padding:0 7px; white-space:nowrap; border:1px solid #cc0; border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; text-decoration:none; }

/* popup menu */
#pop-nav { /*text-align:right;*/ vertical-align:text-top; width: 11.5em; float:right; background:#ace; border:1px solid #aaa; border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; box-shadow: 1px 1px 1px #ddd; -moz-box-shadow: 1px 1px 1px #ddd; -webkit-box-shadow: 1px 1px 1px #ddfd; margin-right:-5px; }
#pop-nav:hover { background:#8ac; }
#pop-nav .sf-menu, #pop-nav .sf-menu *  { list-style: none; margin: 0; padding: 0; width: 11em; }
#pop-nav .sf-menu ul { position: absolute; left: -999em; width: 11em; z-index: 100; }
#pop-nav .sf-menu ul li { width: 100%; border:1px solid #888; background:#ccc; }
#pop-nav .sf-menu li { float:left; position: relative; padding:3px 5px; }
#pop-nav .sf-menu li:hover { visibility: inherit; background:#888; }
#pop-nav .sf-menu li:hover ul { left: 0; top: 1.6em; z-index: 99; }
#pop-nav .sf-menu a  { display: block; text-decoration: none; /*padding: 1px 4px 2px;*/ color: #444; font-size: 12px; }
#pop-nav .sf-menu ul li  { border: 1px solid #888; margin-top: -1px; }
#pop-nav .sf-menu li:hover { background: transparent; }
#pop-nav .sf-menu ul li  { background: #bbb; color: #FFF; }
#pop-nav .sf-menu ul a:hover, #pop-nav .sf-menu ul li.sfHover, #pop-nav .sf-menu ul li:hover { color: #ddd; background: #aaa; }
#pop-nav .sf-menu li li a  { line-height: 1; height: auto; font-size: 12px; }
/*#pop-nav .sf-sub-indicator  { vertical-align:text-top; / *font-size:14px;* / }*/

/* /info/cl/php  CleversoulGames game display script */
.cl-img { float:right; margin:0 0 10px 15px; text-align:center; }
.cl-img a { color:#888; font-size:smaller; text-decoration:none; }
#content a.cl-buy { background:#c44; border:2px double #844; font-weight:bold; width:100px; padding:2px 10px; color:#fff; text-decoration:none; border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; }
#content a.cl-buy:hover { color:#fcc; }
.cl-attribution { clear:both; color:#aaa; font-size:smaller; font-style:italic; }
.cl-attribution a { color:#aaa; }
.cl-unavailable { text-align:center; color:red; font-weight:bold; }

#content .news-list h4 { /* border-bottom:1px dotted #ccc; */ background:#dde; padding:3px 6px; font-size:130%; border-radius: 2px;	-moz-border-radius: 2px; -khtml-border-radius: 2px; -webkit-border-radius: 2px; }
#content .news-list ul { margin:0; padding:0; margin-top:-20px; }
#content .news-list ul li { list-style-type:none; padding-top:10px; }
#content .news-list-img { float:left; margin:3px 15px 0 10px; -moz-box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; box-shadow:0px 0px 5px #333; }
#content .news-list p:after { content:"."; display:block; visibility:hidden; height:0; clear:both; }
#content .news-list .news-meta { display:block; margin:30px 0 0 125px; border-top:1px dotted #ccc; font-size:90%; padding-top:5px; }
#content .news-list .game-meta { display:block; margin:5px 0 0 125px; border-top:1px dotted #ccc; font-size:90%; padding-top:5px; }
#content .game-list-img { float:left; margin:3px 15px 0 10px; }

.top-margin-none { margin-top: 0; }

/* used for rule example tables */
#content table.examples { margin:0 auto; background:#eee; border-top: 1px solid #999; border-left: 1px solid #999; border-collapse: collapse; /*font-size: 90%;*/ line-height:130%; margin-bottom:10px; }
#content table.examples th, #content table.examples td { border-right: 1px solid #999; border-bottom: 1px solid #999; padding: 2px 5px; }
#content table.examples th { background:#ddd; }
#content table.examples td { text-align:center; }
#content table.examples td img { border:none; }

/* used for "dice" examples */
.dice { width:15px; height:15px; float:left; text-indent: -9000px; -moz-box-shadow:0px 0px 2px #888; -webkit-box-shadow:0px 0px 2px #888; box-shadow:0px 0px 2px #888; margin:1px 2px 1px 1px; }
/* "regular" (black pips) dice */
.d1 { background:url(/img/misc/dice.png) 0px 0px; }
.d2 { background:url(/img/misc/dice.png) -16px 0px; }
.d3 { background:url(/img/misc/dice.png) -32px 0px; }
.d4 { background:url(/img/misc/dice.png) -48px 0px; }
.d5 { background:url(/img/misc/dice.png) -64px 0px; }
.d6 { background:url(/img/misc/dice.png) -80px 0px; }
/* "kismet" (colored pips) dice */
.k1 { background:url(/img/misc/dice.png) 0px -16px; }
.k2 { background:url(/img/misc/dice.png) -16px -16px; }
.k3 { background:url(/img/misc/dice.png) -32px -16px; }
.k4 { background:url(/img/misc/dice.png) -48px -16px; }
.k5 { background:url(/img/misc/dice.png) -64px -16px; }
.k6 { background:url(/img/misc/dice.png) -80px -16px; }

/* external link icons */
a.ext { background: url(/img/ext.png) no-repeat 100% 50%; padding: 0 14px 0 0; display: inline-block; cursor: pointer; vertical-align: bottom; }
a.exta { background: url(/img/exta.png) no-repeat 100% 50%; padding: 0 14px 0 0; display: inline-block; cursor: pointer; vertical-align: bottom; }

a.sidebar-buy { background:#c22; border:2px double #844; font-weight:bold; width:100px; padding:2px 10px; color:#fff; text-decoration:none; border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; }
a.sidebar-buy:hover { color:#fcc; }

/* use extra spacing between list items */
.spaced-list li {margin-top:0.5em; margin-bottom:0.5em;}
.spaced-list li table {margin:0.8em auto;}
