/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *









*/

/* General */


html, body {font-family: arial;	font-size: 12px;border: 0;color: #555555; background: #FFFFFF;}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0;	padding: 0;}
p {line-height: 18px;padding: 10px 0;}
h1, h2, h3, h4, h5 {padding: 10px 0;}
ul, ol {list-style: none;padding: 10px 0;}
small {	font-size: 11px;}
code {background: #222;}
a {color: #a8bc70;	text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}
blockquote p {padding: 5px 0;}

/* Align */

.aligncenter {margin: 10px auto 20px auto;display: block;}
.alignleft {margin: 10px 20px 8px 0;float: left;}
.alignright {margin: 10px 0px 8px 20px;float: right;}
.col-left {float: left;}
.col-right {float: right;}

/* PageNavi */

.more_entries {width: 100%;font-size: 12px;font-weight: bold;padding: 5px 0;}
.Nav {clear:both;float: right;}
.Nav a {text-decoration: none !important;}

/* Misc. */

.wrap:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}
.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden}
.fl{float: left}
.fr{float: right}
.ac{text-align: center}
.ar{text-align: right}
img.centered{display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background-color:#EEEEEE;border:1px solid #DDDDDD;	padding:4px 0 5px;text-align:center;}
.wp-caption-text {padding:3px 0 0;font-size:11px;}
.awesome{
background: #b32100 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 7px 12px 8px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-size: 14px;
}

.awesome:hover { 
  background-color: #e33100;
}

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}
.red.awesome {
  background-color: #b32100;
}

.red.awesome:hover { 
  background-color: #e33100;
}

.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}
/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(/images/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(/images/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(/images/marker.png) no-repeat;
}

/* line 1, vendor/assets/stylesheets/jquery.autocomplete.sass */
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background: #000;
  overflow: hidden;
  z-index: 99999;
}

/* line 8, vendor/assets/stylesheets/jquery.autocomplete.sass */
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 15, vendor/assets/stylesheets/jquery.autocomplete.sass */
.ac_results li {
  margin: 0px;
  padding: 5px 5px;
  cursor: default;
  display: block;
  font: menu;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
}

/* line 25, vendor/assets/stylesheets/jquery.autocomplete.sass */
.ac_odd {
  background: #2a2a2a;
}

/* line 28, vendor/assets/stylesheets/jquery.autocomplete.sass */
.ac_over {
  background: #eee;
  color: black;
}
/* Some resets for compatibility with existing CSS */

.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }
/*
Name: DEPTH
Design Studio: Obox Design http://www.obox-design.com/
Version: 1.0
Author: Obox Design
Author URI: http://www.obox-design.com/
*/


/*--------------------------------------------------------------------------------------------------------------------------*/
/*- RESET - Courtesy of Eric Meyer's CSS Reset Awesomeness: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ---*/
/*--------------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*--*********************************************************************************--------*/
/*- IE6 WARNING - BEFORE WE DO ANYTHING!! WE NEED TO TELL EVERYONE TO GET RID OF IE 6 -------*/
/*-------------------------------------------------------------------------------------------*/
.no_ie{clear:both; border-bottom: 2px solid #a60000; background: #ffcece; color: #000; font-weight: bold; padding: 10px; text-align:center; }
	.no_ie h1{font-size: 22px; color: #a60000;}
	.no_ie p{margin: 0px; padding: 0px;}
	.no_ie a{color: #a60000; text-decoration: underline;}
	.no_ie a:hover{color: #000;}


/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #ccc;
}

h1, h2, h3, h4, h5, h6{margin: 0; padding: 0px 0px 5px; color: #fff; font-weight: lighter;}

h1 {font-size: 34px; line-height: 32px;}
h2 {font-size: 18px; line-height: 24px;}
h3 {font-size: 16px; line-height: 18px;}
h4 {font-size: 14px; line-height: 16px;}

p{line-height: 1.5; margin-bottom: 12px;}
blockquote, blockquote p{}

form{}
label{}
textarea, input{font-family: Tahoma, Geneva, sans-serif; font-size: 13px;}
input[type=radio]{}
input[type=checkbox]{}
input[type=image]{}
input[type=button]{}
input[type=password]{}


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a.std_link, a{color: #fc5; text-decoration: none;}
a.std_link:hover, a:hover{color: #fec; }
/*a:active{text-decoration: underline;}*/

/*--- Layouts ---*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}



strong{font-weight: bold;}
em{font-style: italic;}

/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/



#content-container{padding: 0 25px; }
.container { width: 980px; margin: auto }

	#post-content{margin-bottom: 30px; background: url(/images/layout/transparent-bg.png) repeat;
		-webkit-border-radius: 8px; border-radius: 8px;}

	#left-column{float: left; width: 580px;}
	#right-column{float: right; width: 360px;}
	#full-width{}


#footer-container{margin-top: 40px; background: url(/images/layout/transparent-bg.png) repeat;}
	.footer-widgets{padding: 30px 0px;}
	.footer-copy{padding: 10px; background: url(/images/layout/transparent-bg.png) repeat;}


/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- PAGE MENU --------------*/
	.page-nav{width: 980px; margin: auto; clear: both; }
		ul.page-nav li.parent-item{float: left; margin-right: 20px; font-size: 14px;}
			ul.page-nav li.parent-item:last-child{ margin-right: 0px;}

			ul.page-nav li.parent-item a.parent-link{display: block; padding: 6px 8px; color: #fff; line-height: normal;
				text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.99);
				-webkit-border-radius: 4px;
				border-radius: 4px;}
			ul.page-nav li.parent-item a.parent-link:hover{}


	/*--------------------------*/
	/*- HEADER ROW -------------*/
	.logo{text-align: left; margin-left: 10px}
		.logo h1{ margin: 0px; padding: 0px;}


	/*--------------------------*/
	/*- CATEGORY MENU ----------*/
	ul#menu{width: 960px; margin: 0px auto 0px; padding: 10px 10px 7px 10px; ;
			}
		ul#menu li.parent-item{float: left; letter-spacing: 1px; position: relative; text-transform: uppercase; font-weight: bold; font-size: 14px; line-height: normal;}
			ul#menu li.parent-item:last-child{}

			ul#menu li.parent-item a.parent-link{display: block; padding: 15px 20px; color: #ccc;
				 }
			ul#menu li.parent-item a.parent-link:hover{}




/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE LAYOUT ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- FEATURE AREA -----------*/
	.feature{clear: both;}
		.feature .left-column{float: left; width: 540px; padding: 20px;}
			.feature .left-column .post{margin-bottom: 25px;}
			.feature .left-column a img{padding: 10px; margin-bottom: 15px; background: url(/images/layout/transparent-bg.png) repeat; border: 1px solid rgba(255, 255, 255, 0.10);}
			.feature .left-column h2{padding: 0px 0px 10px !important;}
				.feature .left-column h2 a{color: #fff;}
					.feature .left-column h2 a:hover{color: #fff; text-shadow: 0px 0px 3pt rgba(255, 255, 255, 0.60);}

			.feature .meta{float: right; display: inline-block; padding: 6px; background: url(/images/layout/transparent-bg.png) repeat; font-style: italic; color: #ccc; font-size: 11px; letter-spacing: 1px;
					border: 1px solid rgba(255, 255, 255, 0.10);
					-webkit-border-radius: 6px;
					border-radius: 6px;}

				.feature .meta li{float: left; margin: 0px 10px;}
					.feature .meta li a{color: #fff;}
					.feature .meta li a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}

		.feature .right-column{float: right; width: 400px;}
			.feature .right-column li{
					border-bottom: 1px solid rgba(0, 0, 0, 0.50);
					border-top: 1px solid rgba(255, 255, 255, 0.10);
					border-left: 1px solid rgba(255, 255, 255, 0.10);}

				.feature .right-column li a{display: block; padding: 20px; background: url(/images/layout/transparent-bg.png) repeat;}
					.feature .right-column li img{float: left; padding: 10px; margin-right: 10px; background: url(/images/layout/transparent-bg.png) repeat; border: 1px solid rgba(255, 255, 255, 0.10);}
					.feature .right-column li span.title{display: block; float: left; width: 210px; margin-bottom: 6px; font-size: 17px; line-height: 20px; font-weight: bold; color: #fff;}
						.feature .right-column li a:hover span.title{text-shadow: 0px 0px 3pt rgba(255, 255, 255, 0.60);}
					.feature .right-column li span.splurb{display: block; float: left; width: 210px; font-size: 12px; line-height: 18px; color: #e4e4e4;}

			.feature .right-column li.active{border-left: none; border-bottom: none;}
				.feature .right-column li.active a{background: none;}
			.feature .right-column li:first-child{border-top: none;}
			.feature .right-column li:last-child{border-bottom: none;}
				.feature .right-column li:last-child a{-webkit-border-bottom-right-radius: 8px; border-bottom-right: 8px;}


	/*--------------------------*/
	/*- PAGINATION -------------*/
	.pagination-container{padding: 10px; background: url(/images/layout/transparent-bg.png) repeat; text-transform: uppercase; color: #ccc; font-size: 11px; letter-spacing: 1px;
			-webkit-border-radius: 8px;
			border-radius: 8px;}

	ul.page_button_content{}
		ul.page_button_content li{float: left; margin-right: 10px;}
		ul.page_button_content li a, ul.page_button_content li span{display: block; padding: 8px; background: url(/images/layout/transparent-bg.png) repeat; text-transform: uppercase; color: #ccc; font-size: 11px; letter-spacing: 1px;
			-webkit-border-radius: 6px;
			border-radius: 6px;}
		ul.page_button_content li a:hover{color: #fff; text-shadow: 0px 0px 3pt rgba(255, 255, 255, 0.60);}

			ul.page_button_content li a.selected-page{margin-top: -1px; font-weight: bold; color: #fff;}
			ul.page_button_content li a.selected-page:hover{background: url(/images/layout/transparent-bg.png) repeat;}




/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/
	.post .copy p{clear: none; margin-bottom: 20px;}
	.post .copy ol, .post .copy ul{list-style: disc; margin: 0px 0px 10px 30px; font-size: 13px; color: #ccc;}
		.post .copy ol li, .post .copy ul li{line-height: 22px; padding-bottom: 10px; font-size: 13px; color: #ccc;}
	.post .copy ol{list-style: decimal;}
	.post .copy code, .post .copy pre{}
	.post .copy img{}
/*  .post .copy h2{line-height: 35px; margin-top: 20px;}*/
	.post .copy h2{margin: 10px 0 14px 0;}
	.post .copy blockquote{padding: 10px; margin-bottom: 15px; background: url(/images/layout/transparent-bg.png) repeat; font-style: italic;
			-webkit-border-radius: 6px;
			border-radius: 6px;}

	/*--------------------------*/
	/*- POST TITLE -------------*/
	#post-content h1 {font-size: 20px; line-height: 18px;}
	#post-content h1 {padding: 18px 24px; margin: 0px;}
		#post-content h1 a {color: #fff;}
		#post-content h1 a:hover {color: #fff; text-shadow: 0px 0px 3pt rgba(255, 255, 255, 0.60);}

	/*--------------------------*/
	/*- POST CONTAINER ---------*/
	.post-container{padding: 20px; margin-bottom: 30px; background: url(/images/layout/transparent-bg.png) repeat;
		-webkit-border-radius: 8px; border-radius: 8px;}
		.post-container .post-image img{padding: 10px; margin-bottom: 10px; background: url(/images/layout/transparent-bg.png) repeat; border: 1px solid rgba(255, 255, 255, 0.10);}

	.post h2, .post h2 a{color: #fff;}
		.post h2 a:hover{
			text-decoration: underline;
		}

	.post .post-image{margin-bottom: 10px;}
	.post .copy{margin-bottom: 10px;}

	.image-right{float: right; width: 200px; margin-right: 20px;}
	.content-left{float: left; width: 290px;}

	.image-left{float: left; width: 200px;}
	.content-right{float: right; width: 290px;}

	/*--------------------------------------------------------*/
	/*- ACTION LINK ------------------------------------------*/
	a.action-link{display: inline-block; padding: 8px; text-transform: uppercase; color: #fff; font-size: 10px; font-weight: bold; letter-spacing: 1px;
			text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.30);
			-webkit-border-radius: 6px;
			border-radius: 6px;}
		a.action-link:hover{}

	/*--------------------------------------------------------*/
	/*- META STYLES ----------------------------------------*/
	.post-container .meta{float: right; display: inline-block; padding: 6px; background: url(/images/layout/transparent-bg.png) repeat; font-style: italic; color: #ccc; font-size: 11px; letter-spacing: 1px;
			border: 1px solid rgba(255, 255, 255, 0.10);
			-webkit-border-radius: 6px;
			border-radius: 6px;}

		.post-container .meta li{float: left; margin: 0px 10px;}
			.post-container .meta li a{color: #fff;}

		.post-page-meta{clear: both; float: none !important;}

h3.section-title{padding: 10px 20px; color: #fff; font-size: 25px; font-weight: bold; text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.99);}


/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comment-container{margin-bottom: 30px; background: url(/images/layout/transparent-bg.png) repeat;
					-webkit-border-radius: 8px; border-radius:8px;}
	.comment{padding: 20px;}

		.comment-avatar{float: left; width: 50px; padding: 8px; margin-left: -40px; background: url(/images/layout/transparent-bg.png) repeat;
						-webkit-border-radius: 6px; border-radius: 6px;}

		.comment-post{float: right; width: 500px; padding-top: 5px;}
			.comment .link { margin-bottom: 15px}
			.comment .link a{color: #fff; font-weight: bold;}

		.comment-date{float: right; padding-top: 10px; font-style: italic; color: #fff; font-size: 11px;}




/*-------------------------------------------------------------------------------------------*/
/*- POST A COMMENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comment-form-content{padding: 20px; margin-bottom: 30px; background: url(/images/layout/transparent-bg.png) repeat;
						-webkit-border-radius: 8px; border-radius: 8px;}
	.comment-form-content .comment_form label{}

	.comment-form-content .comment_form label{clear: left; float: left; width: 70px; padding: 5px 0px; color: #fff; font-size: 15px; font-style: italic;}

	.comment-input{float: left; width: 220px; margin-bottom: 10px;}
		.comment-input input{width: 210px; padding: 5px; background: #fff; border: none;
							-webkit-border-radius: 6px; border-radius: 6px;}

	.wide-comment-input{float: left; width: 98%; margin-bottom: 10px;}
		.wide-comment-input input{padding: 5px; background: #fff; border: none;
							-webkit-border-radius: 6px; border-radius: 6px;}


	.logged-in{clear: left; color: #fff; font-style: italic; font-size: 11px; margin-left: 70px; width: 210px; display: block; height: 26px;}
	.checkbox{clear: left; color: #fff; font-style: italic; font-size: 11px; margin-left: 0px;}

	.textarea{float: right; width: 290px;}
		.textarea label{clear: both;}
		.comment-texarea{clear: both; margin-bottom: 10px;}
			.comment-texarea textarea{width: 280px; height: 200px; padding: 5px; background: #fff; border: none;
										-webkit-border-radius: 6px; border-radius:6px;}

			input.submit_button{clear: both; display: inline-block; padding: 8px; margin-top: 10px; text-transform: uppercase; color: #fff; font-size: 10px; font-weight: bold; letter-spacing: 1px;
								text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.30);
								border-radius:6px}
				input.submit_button:hover{}


/*-------------------------------------------------------------------------------------------*/
/*- GALLERY PAGES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.gallery_list{clear: both;}
	li.gallery_description{float: left; width: 351px; height: 155px; padding: 20px; margin: 0px 1px 1px 0px; background: url(/images/layout/transparent-bg.png) repeat;
							-webkit-border-radius: 8px; border-radius:8px;}
		li.gallery_description p{color: #ccc;}

	li.gallery_image{float: left; width: 155px; height: 155px; padding: 20px; margin: 0px 1px 1px 0px; position: relative;
					background: url(/images/layout/transparent-bg.png) repeat;
					-webkit-border-radius: 8px; border-radius:8px;}
		li.gallery_image a{position: relative; text-decoration: none; display: block; width: 155px; height: 155px; overflow: hidden;}
			li.gallery_image a img{position: absolute; z-index: 1; margin: auto;}
			span.gallery-image-overlay{position: absolute; z-index: 2; top: 0px; left: 0px; width: 155px; height: 155px; background: none; text-indent: -9999px;}
			span.gallery-image-overlay:hover{background: url(/images/layout/transparent-bg-dark.png) repeat; text-decoration: none;}
			span.gallery-image-overlay:hover span.gallery_name{display: block; padding: 10px; z-index: 3; color: #fff; text-indent: 0px; line-height: 19px; font-size: 13px;}
			span.gallery-image-overlay:hover span.gallery_name span.gallery-date{display: block; color: #ccc; font-size: 10pt; font-style: italic;}
			li.gallery_image a:hover, li.gallery_image a span:hover{text-decoration: none;}
	li.image-right{margin-right: 0px;}


/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#archives a{}
#archives a:hover {}
h4.archive_year{padding: 0px 0px 5px; margin: 0px 0px 5px; color: #fff; font-size: 20px; line-height: 24px; text-align: left;}
ul.archives_list{font-size: 14px;}
ul.archives_list li{line-height: 24px; padding: 15px 0px;
					border-bottom: 1px solid rgba(0, 0, 0, 0.50);
					border-top: 1px solid rgba(255, 255, 255, 0.10);}
	.archives_list li .archive-post-image{float: left; width: 45px; height: 45px; margin-right: 20px; overflow: hidden; border: 5px solid #000;}
		.archives_list li .archive-post-image img{display: block; margin: auto;}
	.archives_list li a{color: #fff;}
	.archives_list li a:hover{color: #fc0;}
	.archives_list .date{display: block; margin-right: 20px; font-size: 11px; text-transform: uppercase; color: #fff;}
		ul.archives_list .date sup{position: relative; top: -3px; font-size: 11px; text-transform: lowercase; font-size: 8px;}
		ul.archives_list .label{ display: inline-block; min-width: 80px; font-style: italic;}
		ul.archives_list .label a{color: #ccc; font-weight: bold;}
		ul.archives_list .label a:hover{color: #fff;}

.archives_list li:first-child{border-top: none;}
.archives_list li:last-child{border-bottom: none; margin-bottom: 30px;}


/*-------------------------------------------------------------------------------------------*/
/*- ADVERTS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.adverts{clear: both;}
	.advert{width: 180px; float: left;}
		.advert a{display: block; width: 125px; padding: 20px 0px 0px; margin: auto;}
			.advert li a:hover{}
	.widget_ocmx_small_ad_widget{padding-bottom: 20px;}

.advert-468{float: right; width: 468px; min-height: 60px; padding: 5px; background: url(/images/layout/transparent-bg.png) repeat;
			text-align: center;
			-webkit-border-radius: 4px;
			border-radius: 4px;}

li.large-advert{text-align: center;}
/*  li.large-advert img{ margin: 20px 0px;}*/


/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#right-column h3.widgettitle, #right-column h3.widgettitle a{font-size: 17px; padding: 10px; margin: 0px; background: url(/images/layout/transparent-bg.png) repeat; text-align: left;
															border-bottom: 1px solid rgba(255, 255, 255, 0.20);
															-webkit-border-top-left-radius: 8px; border-top-left-radius: 8px;
															-webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;}
	#right-column h3.widgettitle a{display: block; background: none; margin: 0px; padding: 0px; border: none;}
	#right-column h3 a{color: #fff;}
	#right-column h3 a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}

#right-column ul{}
	#right-column ul li.widget{margin-bottom: 30px; background: url(/images/layout/transparent-bg.png) repeat;
								-webkit-border-radius: 8px; border-radius: 8px;}
		#right-column ul li.widget ul{}

			#right-column ul li.widget ul li, #right-column .textwidget {padding: 10px; line-height: 18px;
																								border-bottom: 1px solid rgba(0, 0, 0, 0.50);
																								border-top: 1px solid rgba(255, 255, 255, 0.10);}

			#right-column ul li.widget ul li:first-child{ border-top: none;}
			#right-column ul li.widget ul li:last-child, #right-column .textwidget, #right-column .search{border-bottom: none;}
				#right-column ul li.widget ul li a{}
					#right-column ul li.widget ul li a:hover{}


	/*--------------------------------------------*/
	/*- SEARCH -----------------------------------*/
	.search-bar{background: #fff; padding: 4px 6px; height: 22px;
		-webkit-border-radius: 4px; border-radius: 4px;}
	.search-form input.search{float: left; width: 270px; margin: 0px !important; padding: 2px 0px !important; background: none; border: none !important; line-height: normal;}
	.search-form input.search_button{float: right; display: block; margin: 0px; padding: 4px 3px; background: none; border: none; color: #fff; text-transform: uppercase; font-size: 10px; line-height: normal;
									background: #000; text-align: center;
									-webkit-border-radius: 3px; border-radius: 3px;}


	/*--------------------------------------------*/
	/*- POPULAR/RECENT POSTS ---------------------*/
	.widget_popular_entries{}
		.widget_popular_entries ul{}
			.widget_popular_entries li{padding-left: 35px !important; position: relative;}
			.widget_popular_entries li a{color: #fff;}
				.widget_popular_entries li a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}
			.widget_popular_entries li p{margin-bottom: 0px; font-size: 11px; font-style: italic;}


	/*--------------------------------------------*/
	/*- POPULAR/RECENT COMMENTS ------------------*/
	.widget_recent_comments{}
		.widget_recent_comments li{
				background: url(/images/comment.svg) 10px 13px no-repeat;
				background-size: 16px;
				padding-left: 35px !important;
			}
			.widget_recent_comments li:last-child{}
			.widget_recent_comments li p{margin-bottom: 0px;}
			.widget_recent_comments li p a{color: #fff; font-size: 11px; font-style: italic;}
			.widget_recent_comments li p a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}

	/*--------------------------------------------*/
	/*- FLICKR -----------------------------------*/
	#flickr_badge_wrapper{ padding-bottom: 10px;}
		#flickr_badge_wrapper .flickr_badge_image{float: left; margin: 10px 10px 0px 10px;}
		#flickr_badge_wrapper .flickr_badge_image a{display: block; padding: 10px; background: url(/images/layout/transparent-bg.png) repeat; border: 1px solid rgba(255, 255, 255, 0.10);}
		#flickr_badge_wrapper .flickr_badge_image a:hover{border: 1px solid rgba(255, 255, 255, 0.40);}


	/*--------------------------------------------*/
	/*- TWITTER ----------------------------------*/
	ul#twitter_update_list li{background: url(/images/layout/twitter-icon.png) 10px 13px no-repeat; padding-left: 35px !important; position: relative;}
		ul#twitter_update_list li a{display: block; clear: both; width: 90px; padding: 4px 6px; margin-top: 10px; background: url(/images/layout/transparent-bg.png) repeat;  font-size: 11px; font-style: italic; color: #fff;
									-webkit-border-radius: 6px;	border-radius: 6px;}
		ul#twitter_update_list li span a{display: inline-block; width: auto; margin: 0px; padding: 0px; position: relative; left: 0px; font-size: inherit; background: none;}
		ul#twitter_update_list li a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}


	/*--------------------------------------------*/
	/*- ARCHIVES ---------------------------------*/
	.widget_archives{font-size: 14px; line-height: 22px;}
	.widget_archives ul, .widget_archives ul li{}
		.widget_archives a{display: block; font-style: italic; color: #fff;}
		.widget_archives ul.month span{color: #fff; float: right;}
		.widget_archives a.selected{font-weight: bold;}
			.widget_archives a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}

		.widget_archives ul.year{float: left; width: 100px; margin-bottom: 20px;}
		.widget_archives ul.month{float: left; width: 260px; margin-bottom: 20px;}

		.widget_archives ul li{padding: 3px 0px;}

/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.footer-content h2{font-size: 16px; line-height: 20px; font-weight: bold;}

.footer-one{float: left; line-height: 22px;}
.footer-two{float: right; width: 360px; line-height: 22px;}
	.tags a{display: block; float: left; display: block; padding: 3px 8px; margin: 0px 10px 10px 0px; background: url(/images/layout/transparent-bg.png) repeat; text-transform: uppercase; color: #ccc; font-size: 11px; letter-spacing: 1px;
			-webkit-border-radius: 6px;
			border-radius: 6px;}
		.tags a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}


	.footer-copy{padding: 10px 0px;}
		.footer-copy p{float: left; margin: 0px; padding: 0px; color: #ccc; font-size: 11px; font-style: italic;}
		.footer-copy a, .footer-copy p a{color: #fff;}
			.footer-copy a:hover, .footer-copy p a:hover{color: #fff; text-shadow: 0px 0px 2pt rgba(255, 255, 255, 0.90);}
				a.obox-logo{float: right; display: block; width: 185px; height: 16px; background: url(/images/layout/obox-logo.png) top; text-indent: -9999px;}
					a.obox-logo:hover{background: url(/images/layout/obox-logo.png) bottom;}



/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* line 1, app/assets/stylesheets/custom.sass */
.nowrap {
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/custom.sass */
.hoverable {
  display: none;
}

/* line 7, app/assets/stylesheets/custom.sass */
.voting {
  position: relative;
  float: right;
}

/* line 10, app/assets/stylesheets/custom.sass */
.voting span {
  position: relative;
  top: -3px;
  font-style: normal;
  color: #c9ffaf;
}

/* line 16, app/assets/stylesheets/custom.sass */
#header {
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 7px;
  text-align: right;
}

/* line 20, app/assets/stylesheets/custom.sass */
#header, #header a {
  color: #fff;
}

/* line 22, app/assets/stylesheets/custom.sass */
#header a {
  text-decoration: underline;
  margin-left: 10px;
}

/* line 26, app/assets/stylesheets/custom.sass */
#left-column .hoverable {
  display: none;
  position: relative;
}

/* line 30, app/assets/stylesheets/custom.sass */
.post-container .hoverable {
  margin-right: 3px;
  top: -4px;
}

/* line 35, app/assets/stylesheets/custom.sass */
#left-column .comment-container .comment-post {
  position: relative;
}

/* line 37, app/assets/stylesheets/custom.sass */
#left-column .comment-container .hoverable {
  position: absolute;
  top: -1px;
  right: 0;
}

/* line 42, app/assets/stylesheets/custom.sass */
table {
  width: 100%;
  color: #ccc;
  border-collapse: collapse;
}

/* line 46, app/assets/stylesheets/custom.sass */
table a {
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/custom.sass */
table th {
  background: #000;
  padding: 10px;
  text-align: left;
}

/* line 52, app/assets/stylesheets/custom.sass */
table td {
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 56, app/assets/stylesheets/custom.sass */
table td img {
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/custom.sass */
table tr.even td {
  background: url(/images/layout/transparent-bg.png) repeat;
}

/* line 63, app/assets/stylesheets/custom.sass */
table .wide {
  padding: 0;
  width: 170px;
}

/* line 67, app/assets/stylesheets/custom.sass */
.nobr {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 70, app/assets/stylesheets/custom.sass */
.tar {
  text-align: right;
}

/* line 73, app/assets/stylesheets/custom.sass */
.fr {
  float: right;
}

/* line 76, app/assets/stylesheets/custom.sass */
.fl {
  float: left;
}

/* line 79, app/assets/stylesheets/custom.sass */
#forums .fr, .lp .fr {
  font-size: 24px;
  text-shadow: 0 0 4px #000;
  position: relative;
  top: 5px;
}

/* line 85, app/assets/stylesheets/custom.sass */
.comment-post, .post-container .body p {
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/custom.sass */
.comment-body img {
  max-width: 500px;
}

/* line 93, app/assets/stylesheets/custom.sass */
.chat_line img {
  max-width: 420px;
}

/* line 96, app/assets/stylesheets/custom.sass */
.rank-meta {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 102, app/assets/stylesheets/custom.sass */
.pagination-container {
  margin-bottom: 30px;
}

/* line 106, app/assets/stylesheets/custom.sass */
#full-width table td {
  padding: 15px;
}

/* line 110, app/assets/stylesheets/custom.sass */
table.lp td {
  padding: 15px;
}

/* line 113, app/assets/stylesheets/custom.sass */
.pale {
  color: #ccc;
}

/* line 115, app/assets/stylesheets/custom.sass */
.pale a {
  color: #ccc;
}

/* line 118, app/assets/stylesheets/custom.sass */
.avatar {
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
}

/* line 127, app/assets/stylesheets/custom.sass */
.lp h3 {
  padding-top: 10px;
}

/* line 129, app/assets/stylesheets/custom.sass */
.lp h3 .fr {
  padding-top: 7px;
}

/* line 133, app/assets/stylesheets/custom.sass */
li.chat_line {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 135, app/assets/stylesheets/custom.sass */
li.chat_line p {
  margin-bottom: 0;
}

/* line 139, app/assets/stylesheets/custom.sass */
li.chat_line:first-child {
  border-top: none;
}

/* line 141, app/assets/stylesheets/custom.sass */
li.chat_line:last-child {
  border-bottom: none;
}

/* line 143, app/assets/stylesheets/custom.sass */
li.chat_line .icon_avatar {
  position: absolute;
  left: 130px;
}

/* line 146, app/assets/stylesheets/custom.sass */
li.chat_line .user {
  float: left;
  width: 120px;
  text-align: right;
}

/* line 150, app/assets/stylesheets/custom.sass */
li.chat_line .body {
  margin-left: 150px;
  min-height: 22px;
}

/* line 155, app/assets/stylesheets/custom.sass */
#left-column ul li.widget {
  margin-bottom: 30px;
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 162, app/assets/stylesheets/custom.sass */
.large-advert ul {
  padding: 15px;
}

/* line 164, app/assets/stylesheets/custom.sass */
.large-advert ul li {
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 170, app/assets/stylesheets/custom.sass */
#right-column ul li.widget.images ul li {
  padding: 15px;
}

/* line 172, app/assets/stylesheets/custom.sass */
#right-column ul li.widget.images ul li .lightbox img, #right-column ul li.widget.images ul li .face, #right-column ul li.widget.images ul li .google_group {
  padding: 15px;
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 177, app/assets/stylesheets/custom.sass */
#right-column ul li.widget.images ul li .google_group {
  color: #000;
}

/* line 179, app/assets/stylesheets/custom.sass */
#right-column ul li.widget.images ul li .google_group_inner {
  background: #fff;
  padding: 10px;
}

/* line 183, app/assets/stylesheets/custom.sass */
.date_selector {
  position: static;
  padding: 16px;
}

/* line 187, app/assets/stylesheets/custom.sass */
.date_select_widget {
  padding: 15px;
}

/* line 189, app/assets/stylesheets/custom.sass */
.date_select_widget .date_select_widget_inner_wrapper {
  padding: 15px;
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 196, app/assets/stylesheets/custom.sass */
.next .awesome {
  display: block;
  margin: 0 5px;
  width: auto;
  text-align: center;
}

/* line 204, app/assets/stylesheets/custom.sass */
#left-column .comment_form label {
  width: 100%;
}

/* line 206, app/assets/stylesheets/custom.sass */
#left-column .comment_form .comment-input {
  width: 100%;
  float: none;
}

/* line 209, app/assets/stylesheets/custom.sass */
#left-column .comment_form textarea {
  height: 133px;
}

/* line 212, app/assets/stylesheets/custom.sass */
.formError {
  padding: 0 0 5px 0;
  color: #fa5;
}

/* line 216, app/assets/stylesheets/custom.sass */
#left-column .checkbox-label {
  display: inline;
  width: auto;
  float: none;
}

/* line 221, app/assets/stylesheets/custom.sass */
.checkbox {
  margin: 15px 0 10px 0;
}

/* line 224, app/assets/stylesheets/custom.sass */
#error {
  background: #fc0;
  padding: 10px;
  color: red;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 232, app/assets/stylesheets/custom.sass */
#left-column .bio {
  padding-top: 10px;
}

/* line 234, app/assets/stylesheets/custom.sass */
#left-column .bio p {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/custom.sass */
.role {
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 5px;
}

/* line 245, app/assets/stylesheets/custom.sass */
.banned {
  background: #f00;
  color: #000;
}

/* line 249, app/assets/stylesheets/custom.sass */
.nmargin {
  margin: -10px;
}

/* line 252, app/assets/stylesheets/custom.sass */
table.hstats {
  font-family: arial, sans-serif;
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
  margin-bottom: 10px;
}

/* line 258, app/assets/stylesheets/custom.sass */
table.hstats td {
  border-radius: 10px;
  text-align: center;
  max-width: 0px;
  padding: 10px;
  background: url(/images/layout/transparent-bg.png) repeat;
}

/* line 264, app/assets/stylesheets/custom.sass */
table.hstats td, table.hstats td a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 5px #333;
}

/* line 270, app/assets/stylesheets/custom.sass */
table.hstats td .value, table.hstats td a .value {
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

/* line 274, app/assets/stylesheets/custom.sass */
table.hstats td .name, table.hstats td a .name {
  font-size: 14px;
  margin-top: 3px;
}

/* line 277, app/assets/stylesheets/custom.sass */
table.hstats td a:hover {
  text-shadow: 0 0 3px #fff;
}

/* line 282, app/assets/stylesheets/custom.sass */
ul#status li {
  width: 335px;
}

/* line 284, app/assets/stylesheets/custom.sass */
ul#status li .value {
  font-size: 40px;
  margin-top: 1px;
}

/* line 289, app/assets/stylesheets/custom.sass */
ul#numbers li.definitions {
  height: 70px;
}

/* line 292, app/assets/stylesheets/custom.sass */
ul.sidenotes li {
  background: url(/images/star.png) no-repeat 0px 5px;
  line-height: 22px;
  padding: 0px 0px 0px 20px;
  display: block;
}

/* line 298, app/assets/stylesheets/custom.sass */
.letters {
  margin-left: 10px;
}

/* line 300, app/assets/stylesheets/custom.sass */
.letters a {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  padding-right: 4px;
}

/* line 304, app/assets/stylesheets/custom.sass */
.letters a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

/* line 308, app/assets/stylesheets/custom.sass */
.moderator-options {
  display: none;
}

/* line 312, app/assets/stylesheets/custom.sass */
#page-nav-container-for-letters ul {
  padding: 10px 0;
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 320, app/assets/stylesheets/custom.sass */
.phrases-col {
  width: 280px;
  margin-right: 50px;
}

/* line 324, app/assets/stylesheets/custom.sass */
#phrases-col-2 {
  margin-right: 0;
}

/* line 327, app/assets/stylesheets/custom.sass */
ul.page_button_content {
  width: auto;
}

/* line 329, app/assets/stylesheets/custom.sass */
ul.page_button_content li .gap {
  position: relative;
  top: 8px;
  margin-top: 2px;
  padding: 1px;
}

/* line 335, app/assets/stylesheets/custom.sass */
.quote {
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

/* line 341, app/assets/stylesheets/custom.sass */
#voteable_phrases {
  width: 472px;
  line-height: 22px;
  margin-top: 5px;
  font-weight: bold;
}

/* line 346, app/assets/stylesheets/custom.sass */
#voteable_phrases a {
  text-shadow: 0 0px 2px #444;
}

/* line 349, app/assets/stylesheets/custom.sass */
.quote {
  line-height: 22px;
}

/* line 352, app/assets/stylesheets/custom.sass */
.ad468 {
  margin-bottom: 20px;
}

/* line 356, app/assets/stylesheets/custom.sass */
#left-column blockquote {
  font-style: normal;
}

/* line 359, app/assets/stylesheets/custom.sass */
.quote p {
  margin-bottom: 0;
}

/* line 362, app/assets/stylesheets/custom.sass */
.post .copy blockquote p {
  margin-bottom: 0;
}

/* line 365, app/assets/stylesheets/custom.sass */
.chat_line {
  position: relative;
}

/* line 367, app/assets/stylesheets/custom.sass */
.chat_line .chatlinetime {
  display: none;
  position: absolute;
  right: 5px;
  padding: 0 5px;
  background: url(/images/layout/transparent-bg.png) repeat;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 377, app/assets/stylesheets/custom.sass */
.favorable.favorite .favor {
  display: none;
}

/* line 381, app/assets/stylesheets/custom.sass */
.favorable.not_favorite .unfavor {
  display: none;
}

/* line 384, app/assets/stylesheets/custom.sass */
.voted_up, .voted_down {
  display: none;
}

/* line 387, app/assets/stylesheets/custom.sass */
.global-post-votal-show {
  display: none;
}

/* line 391, app/assets/stylesheets/custom.sass */
.voteable-container.voteable .look {
  display: none;
}

/* line 393, app/assets/stylesheets/custom.sass */
.voteable-container.voteable .post-votal-show {
  display: none;
}

/* line 397, app/assets/stylesheets/custom.sass */
.voteable-container.not_voteable .vote {
  display: none;
}

/* line 399, app/assets/stylesheets/custom.sass */
.voteable-container.not_voteable .post-votal-hide {
  display: none;
}

/* line 403, app/assets/stylesheets/custom.sass */
.not_logged_in .login_requireable {
  display: none;
}

/* line 406, app/assets/stylesheets/custom.sass */
.notice {
  background: url(/images/layout/transparent-bg.png) repeat;
  color: #fc5;
}

/* line 410, app/assets/stylesheets/custom.sass */
.strong {
  background: #000;
  padding: 2px 4px;
}

/* line 414, app/assets/stylesheets/custom.sass */
.alert {
  background: #f00;
  color: #fff;
  padding: 2px 5px;
  padding-bottom: 0px;
}

/* line 419, app/assets/stylesheets/custom.sass */
.alert p {
  padding-bottom: 5px;
}

/* line 423, app/assets/stylesheets/custom.sass */
.warn p {
  background: black;
  color: orange;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
}

/* line 429, app/assets/stylesheets/custom.sass */
.post-container .meta li.flag a {
  background: black;
  color: red;
}

/* line 433, app/assets/stylesheets/custom.sass */
.flag_form {
  display: none;
  position: relative;
  top: -10px;
  width: 510px;
  background: white;
  border: 5px solid red;
  padding: 10px;
  float: none;
  margin-bottom: 10px;
}

/* line 443, app/assets/stylesheets/custom.sass */
.flag_form form {
  text-align: center;
}

/* line 445, app/assets/stylesheets/custom.sass */
.flag_form .reason {
  color: red;
  text-align: center;
}

/* line 448, app/assets/stylesheets/custom.sass */
.flag_form .note {
  margin-top: 5px;
  color: #000;
  font-size: 11px;
}

/* line 452, app/assets/stylesheets/custom.sass */
.flag_form .note a, .flag_form .note a:hover {
  color: red;
  text-decoration: underline;
}

/* line 456, app/assets/stylesheets/custom.sass */
.wide-comment-input {
  width: 100%;
}

/* line 462, app/assets/stylesheets/custom.sass */
#right-column .widget .footer {
  background: url(/images/layout/transparent-bg.png) repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 470, app/assets/stylesheets/custom.sass */
.thumbs {
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 2px;
}

/* line 473, app/assets/stylesheets/custom.sass */
.thumbs img {
  margin: 1px;
  float: left;
}

/* line 479, app/assets/stylesheets/custom.sass */
.widget_popular_entries li {
  background: url(/assets/star-b14d6621a0b71315c32241d911be0331932189ee2e4056255aaf68e3ea14780e.svg) 10px 11px no-repeat;
  background-size: 16px;
}

/* line 483, app/assets/stylesheets/custom.sass */
#nav {
  margin-bottom: 30px;
  border-radius: 8px;
}

/* line 486, app/assets/stylesheets/custom.sass */
#nav h1 {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background: url(/images/layout/transparent-bg.png);
  font-size: 26px;
  padding: 20px;
}

/* line 492, app/assets/stylesheets/custom.sass */
#nav h1 a {
  color: #fff;
}

/* line 495, app/assets/stylesheets/custom.sass */
ul#menu {
  margin: 0;
  width: auto;
  padding: 0;
}

/* line 500, app/assets/stylesheets/custom.sass */
#navsmallscreen {
  background: url(/images/layout/transparent-bg.png);
}

/* line 502, app/assets/stylesheets/custom.sass */
#navsmallscreen h1 {
  font-size: 18px;
  padding: 5px 20px;
}

/* line 505, app/assets/stylesheets/custom.sass */
#navsmallscreen h1 a {
  color: #fff;
}

/* line 509, app/assets/stylesheets/custom.sass */
#menuitems ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  background: #000;
}

/* line 514, app/assets/stylesheets/custom.sass */
#menuitems ul > li a {
  color: #fc8;
  padding: 10px 20px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 522, app/assets/stylesheets/custom.sass */
#menusmallscreen {
  margin: 0;
  width: auto;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  font-size: 24px;
}

/* line 534, app/assets/stylesheets/custom.sass */
.comment-avatar img, .avatar img {
  width: 50px;
  height: 50px;
}

/* line 538, app/assets/stylesheets/custom.sass */
ul li.widget.large-advert > ul > li > div {
  margin: 5px 0;
}

@media only screen and (min-width: 630px) {
  /* line 542, app/assets/stylesheets/custom.sass */
  .smallscreen {
    display: none;
  }
  /* line 545, app/assets/stylesheets/custom.sass */
  #logo.bigscreen {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(/images/logo150px.png) no-repeat;
    background-size: 500px;
    height: 150px;
  }
}

/* line 553, app/assets/stylesheets/custom.sass */
.hidden {
  display: none;
}

/* line 557, app/assets/stylesheets/custom.sass */
#menu-trigger, #menu-trigger :focus {
  outline-color: transparent;
}

/* line 560, app/assets/stylesheets/custom.sass */
.search_wrapper {
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

/* line 565, app/assets/stylesheets/custom.sass */
.search_wrapper:last-child {
  margin-bottom: 0;
}

/* line 567, app/assets/stylesheets/custom.sass */
.search-bar {
  padding: 10px;
}

/* line 570, app/assets/stylesheets/custom.sass */
.bigavatar img {
  width: 100%;
  max-width: 580px;
}

/* line 575, app/assets/stylesheets/custom.sass */
.options {
  float: right;
  margin-top: -3px;
}

/* line 579, app/assets/stylesheets/custom.sass */
.mobileoptions {
  line-height: 3;
}

/* line 582, app/assets/stylesheets/custom.sass */
#chat_lines .icon_avatar img, #members img.icon_avatar {
  width: 20px;
  height: 20px;
}

/* line 586, app/assets/stylesheets/custom.sass */
#chat-bar {
  margin-bottom: 10px;
}

/* line 588, app/assets/stylesheets/custom.sass */
#chat-bar .search {
  padding: 0;
}

/* line 591, app/assets/stylesheets/custom.sass */
#chat-bar, #autocomplete {
  padding: 15px;
  background: url(/images/layout/transparent-bg.png) repeat;
  border-radius: 8px;
}

/* line 597, app/assets/stylesheets/custom.sass */
#autocomplete .search-bar {
  padding: 10px;
}

/* line 602, app/assets/stylesheets/custom.sass */
.smallscreen .next {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* line 609, app/assets/stylesheets/custom.sass */
.letters {
  font-size: 24px;
}

/* line 611, app/assets/stylesheets/custom.sass */
.letters a {
  display: block;
  padding: 10px;
}

/* line 615, app/assets/stylesheets/custom.sass */
.search-form input.search {
  width: 100%;
}

/* line 618, app/assets/stylesheets/custom.sass */
#submenu {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 8px 0 0;
}

/* line 621, app/assets/stylesheets/custom.sass */
#submenu ul {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 625, app/assets/stylesheets/custom.sass */
#submenu ul li {
  float: left;
}

/* line 627, app/assets/stylesheets/custom.sass */
#submenu ul li a, #submenu ul li span {
  display: block;
  padding: 15px 10px;
}

/* line 630, app/assets/stylesheets/custom.sass */
#submenu ul li span {
  color: #fff;
}

/* line 632, app/assets/stylesheets/custom.sass */
#submenu ul li.fr {
  float: right;
}

/* line 635, app/assets/stylesheets/custom.sass */
#topbar {
  text-align: right;
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 4px 0;
}

/* line 640, app/assets/stylesheets/custom.sass */
#profilemenu {
  float: right;
  background: url(/images/layout/transparent-bg.png) repeat;
  padding: 5px 15px 10px 15px;
  border-radius: 0 0 4px 4px;
  text-align: right;
}

/* line 646, app/assets/stylesheets/custom.sass */
#profilemenu a {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

/* line 650, app/assets/stylesheets/custom.sass */
#profilemenu a:hover {
  text-decoration: underline;
}

/* line 652, app/assets/stylesheets/custom.sass */
#profilemenu a.unread {
  color: #fc5;
}

/* line 656, app/assets/stylesheets/custom.sass */
#submenu li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 660, app/assets/stylesheets/custom.sass */
#submenu li a:hover {
  color: #fec;
}

/* line 665, app/assets/stylesheets/custom.sass */
#submenu ul {
  display: none;
}

/* line 669, app/assets/stylesheets/custom.sass */
#submenu-alt ul {
  display: none;
}

/* line 673, app/assets/stylesheets/custom.sass */
ul#menu li.parent-item a.parent-link {
  color: #fff;
  text-shadow: 0px 0px 2px #111;
  margin-right: 4px;
}

/* line 678, app/assets/stylesheets/custom.sass */
ul#menu li.parent-item a.parent-link:not(.active) {
  background: url(/images/layout/transparent-bg.png) repeat;
  border-radius: 8px 8px 0 0;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  top: 10px;
}

/* line 685, app/assets/stylesheets/custom.sass */
ul#menu li.parent-item a.parent-link:hover:not(.active) {
  background: url(/images/layout/transparent-bg.png) repeat;
  border-radius: 8px 8px 0 0;
  padding-bottom: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  top: 6px;
}

/* line 695, app/assets/stylesheets/custom.sass */
ul#menu li.parent-item a.parent-link.active {
  color: #fff;
  text-shadow: 0px 0px 3px #111;
}

/* line 700, app/assets/stylesheets/custom.sass */
ul#menu a.active {
  background: rgba(0, 0, 0, 0.7);
}

/* line 704, app/assets/stylesheets/custom.sass */
ul#menu a.active {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

/* line 709, app/assets/stylesheets/custom.sass */
#submenu.definitions .definitions {
  display: block;
}

/* line 712, app/assets/stylesheets/custom.sass */
#submenu.forum .forum {
  display: block;
}

/* line 715, app/assets/stylesheets/custom.sass */
#submenu.chat .chat {
  display: block;
}

/* line 718, app/assets/stylesheets/custom.sass */
#submenu.users .users {
  display: block;
}

/* line 721, app/assets/stylesheets/custom.sass */
#submenu.comments .comments {
  display: block;
}

/* line 725, app/assets/stylesheets/custom.sass */
#submenu-alt.definitions .definitions {
  display: block;
}

/* line 728, app/assets/stylesheets/custom.sass */
#submenu-alt.forum .forum {
  display: block;
}

/* line 731, app/assets/stylesheets/custom.sass */
span.match {
  padding: 2px 4px;
  background: #ccc;
  color: 000;
}

/* line 736, app/assets/stylesheets/custom.sass */
div.search, li.search {
  padding: 15px;
}

/* line 740, app/assets/stylesheets/custom.sass */
ul#members li span {
  position: relative;
  top: -5px;
  left: 5px;
}

/* line 745, app/assets/stylesheets/custom.sass */
.user_site {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

/* line 752, app/assets/stylesheets/custom.sass */
.google-sign-in {
  cursor: pointer;
}

/* line 756, app/assets/stylesheets/custom.sass */
.smallscreen .google-sign-in {
  background: #ddd;
  width: 100%;
}

/* line 761, app/assets/stylesheets/custom.sass */
.bigscreen .google-sign-in {
  margin-bottom: 5px;
}

/* line 764, app/assets/stylesheets/custom.sass */
.nextalt {
  float: right;
  margin-bottom: 10px;
  display: table-cell;
  padding: 10px 10px;
  background: url(/images/layout/transparent-bg.png) repeat;
  border-radius: 8px;
}

/* line 771, app/assets/stylesheets/custom.sass */
.nextalt .awesome {
  padding: 13px;
}

/* line 774, app/assets/stylesheets/custom.sass */
.nextalt .google-sign-in {
  border-radius: 8px;
}

/* line 778, app/assets/stylesheets/custom.sass */
#login h1 {
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

/* line 782, app/assets/stylesheets/custom.sass */
#login p, #login h1, #login a {
  color: #1a1a1b;
}

/* line 784, app/assets/stylesheets/custom.sass */
#login small {
  font-size: 9px;
}

/* line 786, app/assets/stylesheets/custom.sass */
#login small a {
  text-decoration: underline;
}

/* line 788, app/assets/stylesheets/custom.sass */
#login form {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 792, app/assets/stylesheets/custom.sass */
#login button {
  padding: 5px;
  border: 1px solid #ddd;
  background-image: linear-gradient(#eee, #fafafa);
  line-height: 1.5;
  text-align: left;
  font-size: 11px;
}

/* line 799, app/assets/stylesheets/custom.sass */
#login button img {
  float: left;
  margin-right: 5px;
}

/* line 804, app/assets/stylesheets/custom.sass */
.read a, .read a:visited {
  color: #ccc;
}

/* line 807, app/assets/stylesheets/custom.sass */
.radio {
  width: 340px;
  background: url(/images/layout/transparent-bg.png);
  padding: 10px;
  border-radius: 8px;
}
@media (max-width: 630px) {
  /* line 2, app/assets/stylesheets/responsive.sass */
  #submenu {
    display: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
    clear: both;
  }
  /* line 10, app/assets/stylesheets/responsive.sass */
  #submenu ul {
    height: auto;
  }
  /* line 13, app/assets/stylesheets/responsive.sass */
  #submenu ul li, #submenu ul li.fr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: none;
  }
  /* line 16, app/assets/stylesheets/responsive.sass */
  #submenu ul li a, #submenu ul li span, #submenu ul li.fr a, #submenu ul li.fr span {
    padding: 10px;
  }
  /* line 19, app/assets/stylesheets/responsive.sass */
  #submenu-alt {
    display: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  /* line 30, app/assets/stylesheets/responsive.sass */
  #nav {
    margin-bottom: 20px;
  }
  /* line 32, app/assets/stylesheets/responsive.sass */
  #nav h1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: -10px;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
  }
  /* line 41, app/assets/stylesheets/responsive.sass */
  #nav h1 img {
    position: relative;
    top: 5px;
  }
  /* line 46, app/assets/stylesheets/responsive.sass */
  #content-container {
    padding: 10px;
    max-width: 580px;
  }
  /* line 49, app/assets/stylesheets/responsive.sass */
  .container {
    padding-left: 10px;
    width: auto;
  }
  /* line 52, app/assets/stylesheets/responsive.sass */
  .post-container {
    margin-bottom: 10px;
    padding: 10px;
  }
  /* line 55, app/assets/stylesheets/responsive.sass */
  #left-column {
    width: 100%;
    max-width: 580px;
  }
  /* line 58, app/assets/stylesheets/responsive.sass */
  #right-column {
    width: 100%;
    clear: both;
    float: none;
    margin: auto;
    padding-top: 10px;
  }
  /* line 64, app/assets/stylesheets/responsive.sass */
  .bigscreen {
    display: none;
  }
  /* line 66, app/assets/stylesheets/responsive.sass */
  .smallscreen {
    display: auto;
  }
  /* line 68, app/assets/stylesheets/responsive.sass */
  .comment-post {
    float: none;
    padding-left: 15px;
    width: auto;
  }
  /* line 72, app/assets/stylesheets/responsive.sass */
  .comment-container {
    margin-bottom: 10px;
  }
  /* line 74, app/assets/stylesheets/responsive.sass */
  .large-advert ul {
    padding: 0;
  }
  /* line 76, app/assets/stylesheets/responsive.sass */
  ul li.widget.large-advert > ul > li > div {
    width: 300px;
    margin: 0;
    overflow: hidden;
  }
  /* line 80, app/assets/stylesheets/responsive.sass */
  #right-column ul li.widget.large-advert > ul > li {
    padding: 0;
  }
  /* line 82, app/assets/stylesheets/responsive.sass */
  #right-column ul li.widget {
    margin-bottom: 10px;
  }
  /* line 84, app/assets/stylesheets/responsive.sass */
  .date_select_widget {
    padding: 0;
  }
  /* line 86, app/assets/stylesheets/responsive.sass */
  .page_button_content {
    margin: auto;
    width: 220px;
  }
  /* line 91, app/assets/stylesheets/responsive.sass */
  ul#numbers li, ul#rankings li, ul#awards li {
    width: 68px;
  }
  /* line 93, app/assets/stylesheets/responsive.sass */
  ul#numbers li .value, ul#rankings li .value, ul#awards li .value {
    font-size: 24px;
  }
  /* line 95, app/assets/stylesheets/responsive.sass */
  ul#numbers li .name, ul#rankings li .name, ul#awards li .name {
    font-size: 12px;
  }
  /* line 99, app/assets/stylesheets/responsive.sass */
  ul#rankings li {
    width: 91%;
  }
  /* line 101, app/assets/stylesheets/responsive.sass */
  ul#rankings li .value {
    font-size: 30px;
  }
  /* line 105, app/assets/stylesheets/responsive.sass */
  ul#awards li {
    width: 68px;
  }
  /* line 107, app/assets/stylesheets/responsive.sass */
  ul#awards li img {
    width: 68px;
  }
  /* line 110, app/assets/stylesheets/responsive.sass */
  .search-form input.search {
    width: 100%;
  }
  /* line 113, app/assets/stylesheets/responsive.sass */
  .topic_metainfo, .topic_metainfo a {
    color: #fff;
    font-size: 11px;
    font-style: italic;
  }
  /* line 118, app/assets/stylesheets/responsive.sass */
  .pagination-container {
    margin-bottom: 10px;
  }
  /* line 122, app/assets/stylesheets/responsive.sass */
  .comment-body img {
    width: 100%;
  }
}

/* line 127, app/assets/stylesheets/responsive.sass */
.youtube.video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

/* line 135, app/assets/stylesheets/responsive.sass */
.youtube.video.widescreen {
  padding-bottom: 57.25%;
}

/* line 137, app/assets/stylesheets/responsive.sass */
.youtube.video.vimeo {
  padding-top: 0;
}

/* line 140, app/assets/stylesheets/responsive.sass */
.youtube.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 148, app/assets/stylesheets/responsive.sass */
  .youtube.video {
    padding-top: 0;
  }
}
