/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom {
   background: transparent url(http://www.snackbar-games.com/wp-content/uploads/2012/11/bkgd2013.png) repeat;
}

/*---:[ custom header image ]:---*/
#header { 
/*   background-image: url('http://www.snackbar-games.com/wp-content/uploads/2012/11/header2013.png') !important;*/
   background-image: none !important;
   background-repeat: no-repeat;
   background-size: 102em 14.6em;
/*   height: 17.6em !important;*/
   border: 0 !important;
   padding: 0;
   height: 14.6em;
   margin-left: -22px;
   margin-top: -20px;
}

#logo a {
   text-indent: 0 !important;
}

#tagline {
   color: #E3EEFF !important;
   font-size: 2.2em !important;
   font-weight: bold !important;
   font-family: 'Droid Sans', sans-serif !important;
   /*background-image: url('http://www.snackbar-games.com/wp-content/uploads/2012/11/tagline_bg1.png') !important;
   background-repeat: repeat-x;*/
   padding-left: 140px;
   /*margin-top: -45px;*/
   margin-bottom: 71px;
}

.headline_meta {
    display:none;
}

.headline_area h1, h2 {
   font-family: 'Varela Round', sans-serif !important;
}

#page {
   background: transparent !important;
}

#content {
   background: #fcf9f5 url('http://www.snackbar-games.com/wp-content/uploads/2012/11/tagline_bg1.png') repeat-x !important;
   min-height: 250em;
}

#content_box {
   background: #72060E url('/wp-content/themes/thesis_18/custom/images/sidebar_bg.png') 675px 0px repeat-y !important;
   margin-top: -40px;
}

.sidebar_list {
   /*padding-left: 2.6em !important;*/
   padding-left: 0 !important;
}

#sidebars {
   padding-top: 10px;
   background: transparent url('http://www.snackbar-games.com/wp-content/uploads/2012/11/sidebar_notch.png') top right no-repeat !important;
}

#sidebars li h3
{
   color: #EB8823 !important;
   font-size: 1.1em !important;
   font-family: 'Varela Round', sans-serif !important;
   text-transform: uppercase;
   padding-left: 2.0em;
}

#sidebars li.recentcomments
{
   color: #FFF !important;
   font-size: 1.0em !important;
   font-family: 'Droid Sans', sans-serif !important;
   float: left;
   padding-left: 2.1em;
   padding-right: 20px;
}

#sidebars li.recentcomments a {
   color: #FFF !important;
}

#footer {
   background: #eb8823 !important;
   /*font-size: 1.4em !important;*/
   font-size: 1.1em !important;
   font-weight: bold !important;
   font-family: 'Droid Sans', sans-serif !important;
   color: #72060E !important;
   text-transform:uppercase;
   border: 0;
   text-align: left;
}

#footer li.widget {
   margin-bottom: 0;
}

#footer a {
   color: #72060E !important;
   border-bottom: 1px solid #72060E;
}

.footer_content {
   /*font-size: 1.4em !important;
   font-weight: bold !important;
   font-family: 'Droid Sans', sans-serif !important;*/
   float: left;
   margin-bottom: 10px;
}

.footer_links {
   padding: 0 !important;
   float: left;
   clear: left;
}

div.post {
   border-bottom: 1px solid #72060E;
   margin-bottom: 26px !important;
}

div.firstpost {
   background: transparent !important;
}

div.lastpost {
   border-bottom: none !important;
   margin-bottom: 0 !important;
}

.post_box, .teasers_box, .full_width #content_box .page {
   padding: 0 2.3em 0 1.1em !important;
   margin: 0 !important;
}

.headline_area h1, .headline_area h2 {
   font-weight: bold;
}

#content > div.post:first-child .headline_area h1, #content > div.post:first-child .headline_area h2 {
   font-size: 3.0em !important;
}

.post_box, .teasers_box {
   border-style: none;
}

p.custom_byline {
   font-size: 1.3em !important;
   font-family: 'Varela Round', sans-serif !important;
   color: #72060E;
   text-transform: uppercase;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearing {
    clear: both;
}

.format_text {
    color: #3F0005 !important;
    font-size: 1.7em !important;
    font-family: Georgia, "Times New Roman", serif !important;
}

a.more-link {
    font-family: 'Varela Round', sans-serif !important;
    color: #EB8823;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold !important;
    font-size: .9em !important;
}

#sidebar_aboutus {
    color: #EB8823 !important;
    font-size: 1.7em !important;
    font-family: 'Varela Round', sans-serif !important;
    text-transform: uppercase;
    padding-left: 1.2em;
    margin-top: -10px;
}

#sidebar_aboutus a {
    color: #EB8823 !important;
}

#sidebar_aboutus img, #sidebar_aboutus a {
    vertical-align: middle;
}

#sidebar_socialicons {
    padding-left: 2.1em;
}

form.search_form {
    padding-left: 2.1em;
    padding-right: 1.9em;
}

#sidebar_socialicons a {
    margin-right: 18px;
}

#sidebar_ad {
    padding-left: 2.1em;
}

.widget_better_rss_widget {
    width: 300px !important;
}

.widget_better_rss_widget h3{
    color: #EB8823 !important;
    font-size: 1.1em !important;
    font-family: 'Varela Round', sans-serif !important;
    text-transform: uppercase;    
}

.widget_better_rss_widget ul li {
    padding-left: 2.1em;
}

.widget_better_rss_widget ul li a{
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-family: 'Droid Sans', sans-serif !important;
    
}

.widget_wp_sidebarlogin
{
    padding-left: 2.1em;
    font-family: 'Varela Round', sans-serif !important;
    color: #EB8823 !important;
}

.widget_wp_sidebarlogin h3 {
    font-size: 1.3em !important;
    font-family: 'Varela Round', sans-serif !important;
    font-variant: normal;
    padding-left: 0em !important;
    color: #EB8823 !important;
}

.widget_wp_sidebarlogin ul.sidebarlogin_otherlinks li
{
    font-size: 1em !important;
    font-weight: bold !important;
    font-family: 'Droid Sans', sans-serif !important;
    color: #EB8823 !important;
}

.widget_wp_sidebarlogin ul.sidebarlogin_otherlinks li a, .widget_wp_sidebarlogin ul.pagenav li a
{
    color: #EB8823 !important;
}

.widget_wp_sidebarlogin form .input
{
    width: 85% !important;
}

.amzn_wdgt input
{
    width: auto !important;
}

.rightbox
{
	float: right;
	width: 250px;
	margin: 10px 0 10px 20px;
	padding: 10px;
	background: #EDEAE6;
    font-size: 0.9em;
    font-family: 'Droid Sans', sans-serif !important;
}

.leftbox
{
	float: left;
	width: 250px;
	margin: 10px 20px 10px 0;
	padding: 10px;
	background: #EDEAE6;
    font-size: 0.9em;
    font-family: 'Droid Sans', sans-serif !important;
}

.rightbox h4, .leftbox h4
{
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif !important;
    font-variant: normal;
    color: #72060E;
}

ul.lcp_catlist li a
{
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif !important;
    font-variant: normal;
    color: #72060E;
}

ul.lcp_catlist li
{
   list-style-type: none;
   padding-bottom: 8px;
}

.alexa_widget
{
  clear: both;
  display: none;
}

.alexa_widget a
{
  border: none !important;
}