@charset "UTF-8";
/*   
Theme Name: Freaks of Cock
Theme URI: http://freaksofcockcum.com
Description: Freaks of Cock Theme
Author: StudiosPorno
Author URI: http://studiosporno.com
Version: 1.0
*/

/*  DEFAULTS 
	========================================================================== */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video,details,summary {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}
img, object, embed {max-width: 100%;}
html {overflow-y: scroll;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle;}
pre {white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
small {font-size: 85%;}
strong {font-weight: bold;}
td, td img {vertical-align: top;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.chromeframe {position: absolute; top: 0;}


body {
	   font-family: sans-serif;
     
}
body, select, input, textarea {color: #686868;}
@font-face {
	font-family: 'NexaBold';
	src: url('fonts/NexaBold.eot');
	src: url('fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/NexaBold.woff') format('woff'),
		 url('fonts/NexaBold.ttf') format('truetype'),
		 url('fonts/NexaBold.svg#NexaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {color: #000cff;text-decoration: none;}
a:hover {text-decoration: underline;}

::-moz-selection{background: #555; color: #fff; text-shadow: none;}
::selection {background: #555; color: #fff; text-shadow: none;} 

ins {background-color: #ccc; color: #000; text-decoration: none;}
mark {background-color: #ccc; color: #000; font-style: italic; font-weight: bold;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/*  ==========================================================================
	HEADER 
	========================================================================== */
#header {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.22);
	box-shadow: 0 1px 1px rgba(0,0,0,0.22);
	padding: 25px 0 10px;
	text-align: center;
}

#header  h1 a {
    color: #000;
}
	h1 {
		display: inline-block;
		font: bold 54px/1 Nexabold, sans-serif;
		letter-spacing: -3px;
		margin: 0 auto;
		max-width: 1100px;
		text-align: left;
		text-transform: uppercase;
		width: 100%;
		word-spacing: -2px;
	}
		h1 a {
			color: #fff;
		}
#headerSlide {
	display: block;
	padding: 30px 0 20px;
	text-align: center;
	width: 100%;
}
	#headerSlide a {
		display: inline-block;
		font-size: 30px;
		max-width: 698px;
		text-align: center;
		text-decoration: underline;
		width: 100%;
	}
		#headerSlide a:hover {
			text-decoration: none;
		}

	#headerPlayer {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0 auto 10px;
		max-width: 698px;
		text-align: center;
		width: 100%;
	}
	#headerSlide .overlay {
		background: url("images/ico_play.png") no-repeat 0 0;
		display: block;
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -24px;
		margin-left: -24px;
	}
		#headerSlide a:hover .overlay {
			background-position: -48px 0;
		}
	#headerSlide .player {
		background: url("images/player.png") no-repeat 0 0;
		display: block;
		width: 698px;
		height: 31px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
		#headerSlide .player:hover {
			cursor: pointer;
		}


/*  ==========================================================================
	CONTENT 
	========================================================================== */
#wrapper {
 
 	margin: 20px auto;
	width: 1100px;
}


/*  POSTS 
	========================================================================== */
.post {
border-bottom: 1px solid #CCCCCC;
	margin-bottom: 50px;
	width: 825px;
}
h3,
h4 {
	color: #000;
	font: bold 30px/50px Arial, Helvetica, sans-serif;
	height: 50px;
	margin-bottom: 20px;
	padding: 3px 10px 0;
	overflow: hidden;
	text-transform: capitalize;
	width: 825px;
}
	h3 a {
		color: #000;
	}
		h3 a:hover {
			color: #111;
			text-decoration: none;
			text-shadow: 0 1px 1px rgba(255,255,255,0.3);
		}
.post p {
	margin-bottom: 24px;
}


/*  SIDEBAR 
	========================================================================== */
#sidebar {
	float: right;
	margin-left: 20px;
	width: 250px;
}
#sidebar > div {
	margin-bottom: 20px;
}
h4 {
	font-size: 22px;
	padding: 4px 10px 0;
	width: 250px;
}


/*  NAV 
	========================================================================== */
.navigation a {
	background: #f6f6f6;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.22);
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.22);
	color: #5f5f5f;	
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	padding: 10px 20px 8px;
}
	.navigation a:hover {
		background: #f3f3f3;
		-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.6);
		box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.6);
	}
	.navigation a:active {
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
		position: relative;
		top: 1px;
	}



/*  ==========================================================================
	FOOTER 
	========================================================================== */
#footer {
	background-color: #F7F7F7;
    border-top: 1px solid #DFDFDF;
 	padding: 25px 0 10px;
 	text-align: center;
}
	#footer p {
		display: inline-block;
		font-size: 15px;
		max-width: 1100px;
		text-align: left;
		width: 100%;
	}


/* Media queries
-------------------------------------------------------------------------------*/
@media (max-device-width: 480px) {

}