@charset "utf-8";
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f8f9 !important;
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #111111;
	
}
html, body {height: 100%}

h1, h2 {font-weight: bold; font-size:13px; text-align:center;}


#container {
	margin:0 auto;
	width:942px;
	min-height:100%; /* real browsers */
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #2b2b2b;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    font-family: 'Proxima', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 25px !important;
    text-transform: uppercase;
    width: auto !important;
    height: 60px !important;
}
input, select, textarea {
    font-size: 11px;
    font-weight: 300;
    padding: 20px !important;
    width: 40% !important;
    margin: 10px !important;
}

#header {
	width: 100%;
	margin: 0px auto;
}


.clear {clear: both;}

#site-pic {
	width: 360px;
	float: left;
	border: 1px solid #000;
	margin-top:20px;
	margin-left:30px;
}

#right-info {
	float: right;
	width: 50%;
	margin-top:20px;
	margin-right:30px;
}

#exit a {
    color: #cd239d !important;
    text-decoration: underline;
}

#explicit {
	text-align:center;
	text-transform: uppercase;
    margin: 0 auto;
    padding: 40px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

#disclosure {
      width: 100%;
    height: 400px;
    position: relative;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #f7f8f9;
    border: 1px solid #2b2b2b;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    line-height: 24px;

}

#site-description {
	font-size: 12px;
	text-align:center;
}

#emailenter {
	padding-top:40px;
	margin: 0 auto;
}


.warning {
    background: #2b2b2b;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
#enter {
	margin-top:40px;
	margin-left:10px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-align: center;
	height:53px;
	width:473px;
    background: url('http://www.jamesdeenblog.com/wp-content/images/enter.png');
    -moz-text-shadow: 0px 1px 1px #d789c6;
	-webkit-text-shadow: 0px 1px 1px #d789c6;
	text-shadow: 0px 1px 1px #d789c6;
}

#enter a {
	text-decoration: none !important;
	font-size:24px;
	letter-spacing:0.05em;
    color:#111;
    margin-top:20px;
    padding:13px 0;
    display:block;
    font-weight: normal;
}
#enter a:hover {
	color:#111;
	background: url('http://www.jamesdeenblog.com/wp-content/images/enterhover.png') no-repeat;
	 
}
#exit a:hover {
	color: #111111;
}

#exit {
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

#exit a {
	color: #0000f8;
	text-decoration: underline;
}

#blog-posts {
	width: 100%;
	margin: 28px 12px 0px 14px;
	text-align: left;
}

.blog-post {
    float: left;
    height: 114px;
    margin: 0px 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 220px;
}
.blog-post img {
border:2px solid #e9e9e9;
}

.blog-post img:hover {
	border: 2px solid #94fa02;
}

#home {margin-left: 25px !important;}

#footer {
	position:relative;
	width: 1000px;
	background: url('http://www.jamesdeenblog.com/wp-content/images/agefooter.jpg') repeat-y;
	text-align: center;
	margin:-180px auto 0px;
	height:180px;
	font-size: 13px;
	clear:both;
}

#official img{
	height: 130px;
	width: 300px;
	margin: 4px auto 4px;
}

#twitter {
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	letter-spacing:0.03em;
}


#left {
	float: left;
}

#right {
	float: right;
}
