/*CSS RESET*/
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%;
	vertical-align: baseline;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../font/OpenSans-Light-webfont.eot');
    src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color:#F2F2F2;
}
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: "" "";
}

strong {
	font-family: 'open_sansbold';
}

em {
	font-style:oblique;
}

p {
	margin:15px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a:link {color:#fff;}
a:hover {color:#FF9;}
/*End RESET - Begin Full Width CSS*/
body {
		background-color:#F2F2F2;
		color:#fff;
		font-size:16px;
		font-family: 'open_sansregular';
		line-height: 24px;
	}

	.wrap {
		margin:0 auto;
		max-width:900px;
	}
	
	#header, #footer, #header-menu {
		float:left;
		padding: 0;
		min-width:100%;
	}
	
	#header {
		background:#163F95;
		margin-bottom: 0.3em;
	}
	
	#header-menu {
		background:#183574;
	}
	
	#header .logo {
		float:left;
	}
	
	#header p {
		float:right;
		width:300px;
		margin:0;
	}
	
	#content {
		padding:15px 0;
		clear:both;
	}


h1 
{
	font-size: 2em;
}

a:hover
{
	text-decoration: none;
}

#confess 
{
	margin: 0;
	padding: 10px;
	width: 567px;
	z-index: 10;
	float:left;
}

#confession 
{

	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #559C12;
	color: #fff;
}

#confess-buttons
{

	padding: 1em;
}

#confess-form 
{
	margin: 0;
	padding: 0px;
	width: 100%;
	z-index: 9;
}

#confess-textarea
{
	margin-top: 1em;
	position:relative;
}

#search-textarea
{
	width: 100%;
}

#column-left
{
	min-width:400px;
	overflow: hidden;
	padding:0;
	clear:left;
}
@media only screen and (max-width: 850px) {
#search
{
	display:none;
}
.logo
{
	margin-left: 1em;
}
}
@media only screen and (max-width: 920px) {
#column-right
{
	width:initial;
}
#main
{
	width:initial;
}
#facebookbox, #search, #freegamesdiv, #chernobyl3D, #stick, #googleplay, #adsense
{
	display:none;
}
.sidebox
{
	margin-left:0;
	margin-top:0;
}
}
@media only screen and (min-width: 921px) {
#column-right
{
	float:right;
	padding:0;
	width:320px;
	color:#a22f08;
}
.sidebox
{
	margin-left:1em;
	margin-top:1em;
}
}
#filters
{
	float:right;
	padding-right:5px;
}

#filters span
{
	padding-right:10px;
	padding-left:10px;
}

#filters-container
{
	z-index:2;
	width:100%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #D58E0B;
	color: #fff;
	height: 25px;
}

#info
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #559C12;
	color: #fff;
}

#info-stream
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #F4B12F;
	color: #fff;
}

#list-link
{
	width: 190px;
	position: relative;
	float:right;
	right:1em;
	display: flex;
}

#list-link a
{
	padding: 0;
	margin:0;
	font-size:1em;
}

#list-link a:hover
{
	color: #183574;
}

#href
{
	width: 100%;
	padding-left:0.5em;
	padding-right:0.5em;
	height:42px;
}

#href:hover
{
	background: white;
	color:#183574;
}

#list-link-text
{
	float:left;
	width: 120px;
	line-height: 17px;
	font-size: 0.9em;
	padding-top: 0.3em;
}

#list-link-icons
{
	float:right;
	padding-top:0.3em;
}

.follow-list
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #F4B12F;
	color: #fff;
}
@media only screen and (min-width: 921px) {
#main 
{
	margin: 0px auto;
	width:900px;
	z-index:9;
	height:100%;
}
}

#make-confess
{
	font-size:1.3em;
}

#sidebar ul li
{
	display: inline-block;
	font-size: 1.2em;
	zoom: 1;
    *display: inline;
}

#sidebar ul li a
{
	padding: 0.5em;
}

#sidebar ul li a:hover
{
	background: #fff;
	color:#183574;
	cursor: pointer;
}

#sidebar ul li.selected a
{
	background: #fff;
	color:#183574;
}

#vedlejsaky
{
	height:59px;
	width:267px;
	margin-left:20px;
	background:url(../images/logo_vedlejsaky.png) no-repeat;
	background-position: top;
	margin-top:0.6em;
}

.spacer
{
	margin-bottom: 2em;
}

.spacer2
{
	margin-bottom: 1em;
}

#freegames
{
	height:36px;
	width:250px;
	margin-left:25px;
	background:url(../images/logo_freegamesmax.png) no-repeat;
	background-position: top;
}

#stream 
{
	float: left;
	margin: 0;
	padding: 0;
}

#context
{
	margin-bottom: 1em;
	padding: 0px;
	color: #fff;
	height: 95px;
	float:right;
	width:470px;
	background: #fff;
}

#tail1 
{
	position:absolute;
	top:-15px;
	left:12px;
	width:0;
	height:0;
	border-color: transparent transparent #fff transparent;
	border-width:8px;
	
	border-style:solid;
	z-index: 110;
}

#tail2 
{
	position:absolute;
	top:-14px;
	left:12px;
	width:0;
	height:0;
	border-color: transparent transparent #ffffff transparent;
	border-width:8px;
	border-style:solid;
	z-index: 120;
}

.nav-active
{
	border-right: 3px solid white;
	background-color: white; 
}

.nav-active a 
{
	color:black; 
}

.nav-active a:hover 
{
	color:black; 
}

.nav-item
{
	margin: 0;
	padding: 0;
	text-align:center;
}

.nav-link
{
	display: block;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.nav-link img
{
	border: 1px solid #0f6681;
}

.noresize
{
	resize:none; 
	height:20px;
}

.post
{
	margin-bottom: 1em;
	z-index:9;
}

.post-body
{
	margin-left:110px;
	background: white;
	font-size: 80%;
	font-family: 'open_sanssemibold';
}

.post-body:hover
{
	background-color: #fcfcfc;
}

.post-left
{
 	max-width:75px;
 	margin:0px;
 	padding:0px;
 	float:left;
 	z-index:3;
}

.post-left-pic
{
	border: 10px solid #A8A8A8;
	width: 75px;
	height: 75px;
	background: #A8A8A8;
}

.adsense-pic
{
	border: 10px solid #A8A8A8;
	width: 75px;
	height: 75px;
	background: #A8A8A8;
	float: left;
}

.post-more
{
	margin: 0;
	padding: 20px 30px 30px 30px;
	color: #fff;
	display: none;
	min-height:150px;
}
.authorinfo{
	font-size:0.8em;color:#999999
}
.authorinfo a{
	color:#333
}
.authorinfo a:hover{
	color:#F60
}
.pridat {
	display: inline-block;
	position:relative;
	top:4px;
}
.authorinfo_more {
	display: inline;
}
.post-stats-cell
{
	padding-left: 7px;
}

.post-stats
{
	text-align: right;
	margin-top:8px;
	float:right;
	cursor:pointer;
	font-size:1.3em;
}

.post-stats a
{
	text-decoration: none;
}

.post-stats tr:hover 
{ 
	background-color: white; 
}

.post-text
{
	margin: 0;
	padding: 2em;
	font-size:1.2em;
	cursor: pointer;
	color: #4d4d4d;
}

.sidebar-nav-container
{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	display: block;
}

.sidebar-topborder
{
	border-top: 1px solid #0f6681;
}

.sidebox
{
	z-index: -1000;
	margin-bottom:1em;
	padding-top:1em;
	padding-bottom: 1em;
	background: #8C0891;
	color: #fff;
}
.sidebox2
{
	z-index: -1000;
	margin-bottom:1em;
	margin-left:1em;
	margin-top:1em;
	color: #fff;
}

#stick
{
	width: 320px;
	margin-bottom:1em;
	padding-bottom: 1em;
}

.demo_container
{
	width:100%;
	margin:0 auto;
}
#search
{
	width: 300px;
	height: 100px;
	text-align:center;
	float: right;
}

#search input.icon-search
{

	height: 40px;
    width: 40px;
    border: 0 none;
    cursor: pointer;
}

.activevote
{
	font-style:italic;
}

.fb-like
{
	float: right;
	margin-top:10px;
	width:165px;
	display: inline-block;

}
.fb_iframe_widget_fluid{
	width: auto !important;
}
#cse-search-results iframe {
	width:580px;
	height:1025px;
}