/* BASICS */

body  {
	background-color: black;
	font-family: 'Merriweather', serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-image: url('/files/themes/maze.png');	
}

#mobile_menu {
display: none;
}

/* Header */

#header {
	padding: 15px 0px;
	border-bottom: 1px solid #000; 
	background-color: black;
	color: white;
	font-family: 'Oswald', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 50px;
}

#header h1 {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}

#header_contents {
	width: 1260px;
	margin: auto;
}

#site_title {
	float: left;
	padding-right: 12px;
	font-size: 1.5em;
}

#site_description {
	float: left;
	width: auto;
	font-size: 1.2em;
	font-family: 'Shadows Into Light', cursive;
	padding-top: 5px;
}

#site_description_mobile {
	display: none;
}

#menu {
	color: white;
	font-size: 1em;
	background-color: black;
	height: 35px;
	float: right;
	border-bottom-left-radius: 25px;
	padding-left: 25px;
	padding-right: 20px;
}

#header_contents a:link {
	text-decoration: none;
}

/* visited link */
#header_contents a:visited {
}

/* mouse over link */
#header_contents a:hover {
}

/* selected link */
#header_contents a:active {

}

/* Connector Tissue */

#main {
	width: 1220px;
	margin: auto;
	background-color: #1a1a1a;
	background-image: url('/files/themes/middle_grad.png'), url('/files/themes/tasky_pattern_2X.png');
	background-repeat: repeat;
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
}

/* Business Card Effect */
	
#card {
	border-radius: 25px;
	border: 1px solid black;
	width: 480px;
	height: 220px;
	margin-left: 75px;
    transition: all 1s;
	-moz-transform: rotate(-4deg); 
    -o-transform: rotate(-4deg); 
    -webkit-transform: rotate(-4deg); 
    transform: rotate-y(-180deg);
	box-shadow: 0px 0px 3px #000000;
	background-image: url('/files/themes/blank.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#card:hover {
	-moz-transform: rotate(4deg); 
    -o-transform: rotate(4deg); 
    -webkit-transform: rotate(4deg); 
    transform: rotate-y(180deg);
}

#card_picture {
	width: 150px;
	height: 220px;
	float: left;
}

#card_contents {
	float: left;
	height: 220px;
	width: 330px;
	background-color: White;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: 'Maitree', serif;
	background-image: url('/files/themes/gradient.png');
	background-repeat: repeat;
	background-position: bottom right;
}

#card a:link {
	text-decoration: none;
	color: black;
}

#card a:visited {
	text-decoration: none;
	color: black;
}

#card a:hover {
	color: black;
}

#card a:active {
    color: black;
}	

#card_side p {
	padding-top: 20px;
}

#card_side a:link {
	text-decoration: dotted;
	color: white;
}

#card_side a:visited {
	text-decoration: none;
	color: white;
}

#card_side a:hover {
	color: red;
}

#card_side a:active {
    color: white;
}	
	
#card_side {
	float: right;
	color: white;
	width: 595px;
	font-size: 1.4em;
	padding-right: 45px;
	font-family: 'Shadows Into Light', cursive;
	line-height: 140%;
	padding-top: 10px;
}	
	
#card_text {
	padding-left: 20px;
	padding-top: 45px;
}


#card_contents_name {
	font-size: 1.4em;
	margin-bottom: 5px;	
}

#card_contents_job {
	font-size: 1.0em;
	margin-bottom: 20px;
}

.card_contents_link_twitter {
	margin-bottom: 10px;
	background-image: url('/files/themes/twitter.png');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 35px;
	background-size: contain;
}

.card_contents_link_email {
	margin-bottom: 7px;
	background-image: url('/files/themes/email.png');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 35px;
	background-size: contain;
}

/* Full Size Header */

#bigpage {
	background-image: url('/files/themes/blank.png');
	background-repeat: no-repeat;
	background-size: 100% 320px;
}

#bigpage_text {
	color: white;
	width: 1200px;
	margin: auto;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	padding-top: 270px;
	text-shadow: 2px 2px #000000;
	line-height: 270%;
}

#bigpage_text h1 {
	padding: 0;
	margin: 0;
	font-size: 3em;
	font-weight: normal;
}

#bigpage_text h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#bigpage_wrap {

	width: 1260px;
	height: 405px;
	margin: auto;
	background-image: url('/files/themes/blank.png');
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border: 2px solid black;
	box-shadow: 0px 0px 10px #000000;
}	

#bigpage_wrap_dots {
	background-image: url('/files/themes/dots.png');
	background-repeat: repeat-x;
}

#bigpage_wrap a:link {
	text-decoration: none;
	color: white;
}

/* visited link */
#bigpage_wrap a:visited {
	text-decoration: none;
	color: white;
}

/* mouse over link */
#bigpage_wrap a:hover {
	text-decoration: none;
	color: white
}

/* selected link */
#bigpage_wrap a:active {
	text-decoration: none;
	color: white;
}

/* Connective Tissue */

#mainpanel_wrapper {
	background-image: url('/files/themes/black_paper.png');
}

/* Main Content */

#content_wrapper {
	background-color: white;
	width: 1260px;
	margin: auto;
	box-shadow: 0px 0px 10px #000000;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;

	background: url('/files/graphics/verticalline_dark.png') top right repeat-y, white;
	background-position: 830px 0px;

}

#content {
	padding-top: 35px;
	padding-left: 30px;
}











#games_window {
margin-top: 25px;
background-image: url('http://www.richardcobbett.com/files/graphics/leatherseams.jpg');
background-repeat: repeat;
background-position: center center;
}

.chains {
height: 50px;
background-image: url('http://www.richardcobbett.com/files/graphics/chain1.png'), url('http://www.richardcobbett.com/files/graphics/chain1.png');
background-position: 0px 0px, 0px 100px;
background-repeat: no-repeat;
width: 1000px;
margin: auto;
}

.content_block_wrapper {

	width: 1260px;
	margin: auto;
	xbox-shadow: 0px 0px 5px #000000;
	xborder-top-left-radius: 25px;
	xborder-top-right-radius: 25px;
	padding-bottom: 15px;
	margin-top: 25px;
	font-family: 'Oswald', sans-serif;
}

.content_block {

}

.content_block_wrapper_blank {
	width: 1260px;
	margin: auto;
	box-shadow: 0px 0px 5px #000000;

}


.woodbar {
background-image: url('http://www.richardcobbett.com/files/graphics/wood_1.png');
height: 10px;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
-webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,1);
box-shadow: 0px 0px 24px -4px rgba(0,10,0,1);

}

/* Full Size Header */

.post {
	margin-bottom: 20px;
}

#content img {
margin-top: 15px;
}

.post_meta {
	background-color: #ececec;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	border-left: 10px solid #b0b0b0;
	border-bottom-right-radius: 25px;
	margin-bottom: 25px;
	margin-left: -35px;
}

.post_meta_date {
	background-image: url('/files/themes/calendar.png');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 15px;
	padding-left: 30px;
}

.post_meta_comments {
	background-image: url('/files/themes/comments.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-right: 15px;
	background-size: contain;
	float: left;
}

.post_meta_filing {
	background-image: url('/files/themes/folder.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: contain;
	float: left;
	width: 450px;
}

.post_header_box {
		background-image: url('/files/themes/blank.png');
		width: 775px;
		background-size: 775px 249px;
		background-repeat: no-repeat;
		padding-top: 204px;
		border-top-left-radius: 25px;
		padding-bottom: 5px;
}

#content_left {
	width: 775px;
	float: left;
}

#content_left p {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 1.05em;
	line-height: 140%;
}

.caption {
	background-color: black;
	color: white;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-right-radius: 25px;
	margin-bottom: 15px;
}



#content_left a:visited {

	color: black;
}

#content_left a:hover {
	color: red;
}

#content_left a:active {
    color: black;
}	

#sidebar_right a:link {
	text-decoration: none;
	color: black;
}

.post_header  {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	background-color: white;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	border-top-right-radius: 25px;
	margin-left:-1px;
}

blockquote{background:#f9f9f9;border-left:1em solid #eee;margin:1.5em 1em;padding:.5em 1em;quotes:"\201C""\201D";}
blockquote:before{color:#808080;content:open-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}
blockquote :first-child{display:inline;}
blockquote :last-child{margin-bottom:0;}

blockquote {
	padding-top: 15px;
}

blockquote cite {
	padding-left: 75px;
}

blockquote cite:before {
	content: "- "
}

/* Sidebar */

#sidebar_wrapper {
	padding-top: 35px;
	background-color: white;
	width: 428px;
	float: right;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px dashed #ebebeb;
	
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100&1+0,0.51+100;White+3D+%231 */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,0.77) 47%, rgba(237,237,237,0.51) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,0.77) 47%,rgba(237,237,237,0.51) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,0.77) 47%,rgba(237,237,237,0.51) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#82ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
}

#sidebar_right {
	width: 370px;
	float: right;
	padding-right: 30px;
}

.portfolio_icon {
	background-image: url('/files/themes/blank.png');
	background-size: cover;
	height: 125px;
	width: 116px;
	margin-right: 9px;
	margin-bottom: 10px;
	float: left;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

#content_left h3 {
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
	font-weight: 600;
	color: black;
	padding: 0;
	margin: 20px 0px 25px 0px;
	letter-spacing: 90%;
	
	border-left: 10px solid #942525;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -35px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(90deg, #eeeeee, #ffffff);
	
}

#sidebar_right_content h3 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

.sidebar_header {
	background-color: #bebebe;
	border-top-right-radius: 25px;
	padding-left: 10px;
}

.sidebar_post {
	background-image: url('/files/themes/blank.png');
	width: 370px;
	background-repeat: no-repeat;
	background-size: 370px 119px;
	margin-bottom: 15px;
	padding-top: 90px;
}

.sidebar_post_header {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	background-color: white;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	padding-left: 10px;
	border-top-right-radius: 25px;
	border-left: white 1px solid;
	margin-bottom:-1px;
	margin-left:-1px;
}

#sidebar_right a:visited {
	text-decoration: none;
	color: black;
}

#sidebar_right a:hover {
	color: red;
}

#sidebar_right a:active {
    color: black;
}	
	
.category {
	padding-left: 95px;
	background-repeat: no-repeat;
	background-size: 90px 30px ;
	margin-bottom: 10px;
	padding-top: 3px;
	height: 30px;
	width: 90px;
	float: left; 
}	

/* Footer */

#footer {
	height: 50px;
}

#footer_wrapper {
	width: 1255px;
	margin: auto;
	padding-top: 10px;
}	
	
#footer_left {
	padding-left: 25px;
	float: left;
	color: white;
}

#footer_right {
	padding-right: 25px;
	float: right;
	color: white;
}
		
#footer a:link {
	text-decoration: none;
	color: white;
}

#footer a:visited {
	color: white;
}

#footer a:hover {
	color: white;
}

#footer a:active {
	color: white;
}

#thin_header {
	height: 125px;
	background-size: auto, cover;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom middle, top left;
}

#thin_image {
	height: 125px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 1260px;
	margin: auto;
	background-image: cover;
	box-shadow: 0px 0px 10px #000000;
}

#thin_header h1 {
	padding: 0;
	margin: 0;
	padding-left: 30px;
	font-size: 3em;
	font-weight: normal;
	color: white;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px #000000;
	line-height: 270%;
}

#menu a:link {
	text-decoration: none;
	color: white;
}

/* visited link */
#menu a:visited {
	color: white;
}

/* mouse over link */
#menu a:hover {
	color: gold;
}

/* selected link */
#menu a:active {
	color: white;
}
	
.post_header_wrap a:link {
	text-decoration: none;
	color: black;
}

.post_header_wrap a:visited {
	text-decoration: none;
	color: black;
}

.post_header_wrap a:hover {
	text-decoration: none;
	color: red;
}

.post_header_wrap a:active {
	text-decoration: none;
    color: black;
}

.archive_entry {
	margin-bottom: 15px;
}

.archive_entry_pic {
	background-image: url('http://www.richardcobbett.com/files/graphics/tt3.jpg');
	background-size: cover;
	width: 102px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}


.archive_entry_text {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: normal;
}

.archive_entry_date {
float: right;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: 200;
	color: #979797;
}

.archive_entry_date a:link {
	text-decoration: none;
	color: #979797;
}

.archive_entry_date a:visited {
	text-decoration: none;
	color: #979797;
}

.archive_subheader {
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	padding-bottom: 10px;
	color: #535353;
}

.comment {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.comment_image {
	float: left;
	margin-top: 15px;
	width: 70px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-position: top left;
}

.comment_text {
	float: right;	
	width: 690px;
}

.content_bubble {
	background-image: none;
	height: 135px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	float: left;
	border-bottom-right-radius: 25px;
	margin-bottom: 20px;
}

.content_bubble_text {
	float: left;
	width: 600px;
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 25px;
}

.content_bubble_text h4 {
	font-family: 'Slabo 27px', serif;
	font-size: 24px;
	font-weight: 600;
	color: black;
	padding: 0;
	margin: 0;
}

p.content_bubble_text a:hover {
	color: black;
}



#sidebar_screens { 
	text-align: center;
	padding-top: 25px;
}

#sidebar_screens img {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}


#previous_post {
float: left;
width: auto;
}

#next_post {
float: right;
width: auto;
}

#post_navigation {
border-top: 1px solid grey;
margin-top: 15px;
padding-top: 15px;
}



#biobox {
	border: 1px solid #c09f67;
	color: #c09f67;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url('/files/themes/bioblock.png');
	background-position: top left;
	background-repeat: no-repeat;
	}

#biobox_pic { 
	width: 80px;
	height: 80px;
	border: 1px solid #c09f67;
	float: left;
	margin: 5px;
	margin-right: 15px;
	background-image: url('/files/themes/bioblock_pic.jpg');
	}

#biobox_text {
	width: 640px
	float: right;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px 10px;
	margin-left: 10px;
}

#biobox_text p {
	padding-top: 0;
	margin-top: 0;
}

#biobox a:link {
	text-decoration: none;
	color: #c09f67;
	font-weight: bold;
}

#biobox a:visited {
	text-decoration: none;
	color: #c09f67;
}

#biobox a:hover {
	text-decoration: none;
	color: red;
}

#biobox a:active {
	text-decoration: none;
    color: black;
}

#content_left img {
	width: 775px;
	height: auto;
}

.image_size_reset img {
	width: none;
}

.dialog_box {
	float: left;
	padding-left: 10px; 
	width: 650px;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 1.05em;
	line-height: 140%;
}

.dialog_box_icon {
	float: left;
	padding-bottom: 7px;
}

.dialog_box_icon img {
	width: 75px;
	height: 75px;
}


.codex_archive_big {
border: none;
margin-bottom: 10px;
}

.codex_archive_small {
	float: left;
	width: 775px;
}

.codex_archive_date {
float: right;
text-align: right; 
width: 100px;
color: #bebebe;
}

#quote_footer {
	background-color: #cacaca; 
	filter: grayscale(100%);
	background-image: url('/files/themes/whitebg.png'), url('http://www.richardcobbett.com/files/graphics/tl_1.jpg');
	background-position: top left, center center;
	background-size: normal, contain;
	background-repeat: repeat-x, no-repeat; 
	width: 1260px; 
	margin: auto;
	line-height: 140%;
	border-top: 1px solid #bbbbbb;
}

.footer_inserts {
	width: 350px;
	margin: 10px 35px;
	float: left;
}

.sidebar_nice {
border-bottom: dashed 1px #bebebe;
padding-bottom: 5px;
margin-bottom: 5px;
line-height: 140%;
}

#bioblock_wrapper {
width: 340px; float: right; margin-left: 35px;
}

#bioblock_pic {
border: 1px solid black; background-image: url('/files/graphics/biob.jpg'); height: 245px; width: 340px; float: right;
}

#bioblock_caption {
float: right;
text-align: right;
background-color: black;
color: white;
padding: 7px 0px;
padding-right: 17px;
width: 325px;
border-bottom-left-radius: 15px;
margin-bottom: 10px;
}

.bioblock_screenshot {
width: 157px;
height: 90px;
border: 1px solid black;
float: right;
padding:0;
margin: 0;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
}

#content_left a:link {
	text-decoration: none;
	border-bottom: 1px dotted grey;
	color: black;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
		padding-top: 100px;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.thumbnail {
	width: 200px;
	height: auto;
	float: left;
}

.arrow-bottom a:link {
    display: inline-block;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 133.5px 0 133.5px;
    border-color: #474747 transparent transparent transparent;
}

.arrow-bottom a:visited {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 133.5px 0 133.5px;
    border-color: #474747 transparent transparent transparent;
}

.arrow-bottom a:hover {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 133.5px 0 133.5px;
    border-color: red transparent transparent transparent;
}


span.paper-clip:after {
    width: 11px;
    height: 20px;
    content: " ";
    background: white;
    display: block;
    position: absolute;
    right: 2px;
    top: 5px;
    border-radius: 10px;
    border: 2px solid black;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
span.paper-clip {
    background: white;
    height: 40px;
    width: 15px;
    border-radius: 10px;
    border: 2px solid black;
    display: inline-block;
    position: absolute;
}





.polaroid {
width: 400px;
height: 275px;

background-color: white;
padding: 25px;
background-position: top left;
background-image: url('/files/graphics/mk_1.jpg');

	background-size: cover;
	float: right;
margin-top: 30px;

	font-family: 'Shadows Into Light', cursive;
	color: white;
	margin-bottom: 75px;
	outline: 1px solid transparent;
	backface-visibility: hidden;
	
   -webkit-background-clip:padding-box; /* IOS fix */
    background-clip:padding-box; /* IOS fix */
	
	-moz-box-shadow: 0 0 1px 1px black;-o-box-shadow: 0 0 1px 1px black;-ms-box-shadow: 0 0 1px 1px black;-webkit-box-shadow: 0 0 1px 1px black;box-shadow: 0 0 1px 1px black;
	
}

.polaroid p {
	font-size: 1.2em;
	padding-top: 285px;
}



.frontpage_gamebox {
margin: 0px 13px;
width: 380px;
margin-bottom: 20px;
height: 160px;
float: left; 
border: 2px solid black; 
background-size: cover; -webkit-box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75);
box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75); 
}

.frontpage_gamebox_text {
margin-top: 120px;
padding: 0px 10px;
font-size: 1.3em;
color: white;
text-shadow: 0 0 3px #000000;
}

.gold_head h2 {
padding: 0; 
margin: 0; 
padding-left: 35px; 
font-size: 1.5em; 
padding-bottom: 20px;
padding-top: 15px;
color: gold;
font-family: 'Oswald', sans-serif;
}

#nicethingssaid {
background-color: white;
min-height: 200px;
border: 1px solid black;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
width: 1200px;
margin: auto;
-webkit-box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75);
box-shadow: 4px 6px 17px -6px rgba(0,0,0,0.75);
background-position: left center;
background-size: 50%;
background-repeat: no-repeat;
}

#nicethingssaid a,a:link,a:visited {
color: black;
text-decoration: none;
}

#nicethingssaid_quote {
margin-left: 53%;
margin-right: 30px;
padding-top: 25px;
padding-bottom: 25px;
line-height: 160%;
}

#nicethingssaid cite {
margin-left: 55px;
font-style: normal;
}

#nicethingssaid cite::before {
content: "- ";
}

.whoheckfrontpage {
color: white; 
line-height: 160%; 
width: 650px; 
padding-left: 50px; 
padding-bottom: 0px;
}

.frontpage_minipic {
float: left; 
width: 125px; 
height: 75px; 
background-size: cover; 
background-position: top;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);"
}

.contact_menu {
color: gold;
font-size: 5em;
text-align: center;
letter-spacing: 100px;
margin-bottom: 20px;
}


.contact_menu a:link {
color: gold;
}

.contact_menu a:visited {
color: gold;
}

.contact_menu a:hover {
color: white;
}

.contact_menu a:active {
color: gold;
}

#game_list {
margin: auto; width: 1230px;
}

#mobile_screenshot_block {
	display: none;
}

@media all and (max-width: 1000px) {
	
	#sidebar_right {
		display: none;
	}
	
	#sidebar_right_content {
		display: none;
	}
	
	#sidebar_wrapper {
		display: none;
	}

#header_contents  {
	width: 800px;
	}

#bigpage_wrap  {
	width: 800px;
	height: 200px;
	}

#content_wrapper {
	width: 800px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}

.content_block_wrapper {
	width: 775px;
	}

.content_block_wrapper_blank {
	width: 800px;
	}

#thin_image {
	width: 800px;
	}


#bigpage_text {
	color: white;
	width: 775px;
	margin: auto;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	padding-top: 80px;
	text-shadow: 2px 2px #000000;
	line-height: 270%;
}

#bigpage_text h1 {
	padding: 0;
	margin: 0;
	font-size: 3em;
	font-weight: normal;
}

#bigpage_text h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#site_description {
	display: none;
}

#content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	width: 800px;
	float: none;
	margin: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;


}

#content_wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 0;
	margin-bottom: 45px;
	box-shadow: none;
}

#header_contents {
	width: 500px;
	margin: 0;
	}

#header {
	padding-left: 15px;
	width: 785px;
	margin: auto;
}

#bigpage_wrap {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 255px;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	border: none;
	box-shadow: none;
	background-position: 0px 35px;
}

#bigpage_wrap_dots {
	background: none;
}

#content_left {
	padding-left: 5px;
	padding-right: 15px;
}

#content_left h3 {
	margin-left: 0;
}

#menu {
	border-bottom-left-radius: 0px;
	float: none;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
	width: 785px;
	
}

#thin_header {
	float: none;
	width: 800px;
	margin: auto;
}

#thin_image {

	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: none;
	width: 800px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;


	
}

#thin_header h1 {
	padding-left: 10px;
	line-height: 100%;
	padding-top: 15px;
	width: 700px;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding: 0;
}



#content_left {
	width: 785px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	
}

#content {
	padding-left: 7px;
	padding-right: 5px;
}

#content_left h3 {
	width: 700px;
}

#content_left p {
	padding-right: 10px;
}

#bigpage {
	background: none;
	background-repeat: no-repeat;
	width: 800px;
}

#footer {
	  display: none;
}

.gamebox_2 {
	display: none;
}

.gamebox_5 {
	display: none;
}

#game_list {
	width: 800px;
}


#card_contents {
display: none;
}

#card {
display: none;
}

.frontpage_gamebox {
margin: 5px 4px;
}

#card_side {
	clear: both;
	float: none;
	width: 700px;
	margin: auto;
}

#card_side p {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#main {
	width: 700px;
	background-color: black;
	background-image: none;
}

#main_wrapper{
	width: 785px;
}

#wrapper {
background-image: none;
}

#nicethingssaid {
background-size: 0px;
padding: 0px;
width: 775px;
background-color: transparent;
color: white;
border: none;
}

.nicethings {

}

.contact_menu {
width: auto;
margin: auto;
letter-spacing: 0px;
padding-bottom: 20px;
}

.contact_menu a {
	margin: 0px 30px;
}

.polaroid {
display: none;
}

.whoheckfrontpage {
	width: 750px;
}

.arrow-bottom {
	margin-top: 25px;
}

#bigpage_wrap.frontpage_hero {
	height: 265px;
	background-size: contain;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background-position: 0px 35px;
}

#bigpage_text.frontpage_hero {
	  padding-top: 105px;
	  padding-left: 25px;
}

#bigpage {
	background-size: 0;
}

#nicethingssaid_quote {
	margin: 0;
	padding-left: 75px;
	padding-bottom: 25px;
	padding-top: 0px;
	width: 660px;

}


#nicethingssaid_quote p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}


#site_description_mobile {
	display: inline;
	float: left;
	width: auto;
	font-size: 1.2em;
	font-family: 'Shadows Into Light', cursive;
	padding-top: 5px;
}

#mobile_screenshot_block {
	display: inline;
}


}


#gamepage_wrapper {
	width: 640px;
	float: left;
}

#gamepage_quote {
font-size: 18px;
color: white; 
line-height: 180%; 
width: 70%; 
margin: auto; 
padding-top: 15px; 
font-size: 125%;
text-style: italic;
}

.gamepage_quote_main {
color: #CFCFCF;

}

.gamepage_quote_source {
padding-left: 50px;
}

.gamepage_header {
padding: 0; 
margin: 0; 
font-size: 1.5em; 
color: gold;
font-family: 'Oswald', sans-serif;
padding-left: 0; 
padding-bottom: 0; 
padding-top: 15px;
margin-bottom: 0px;"
}

.gamepage_strap {
line-height: 160%; 
font-family: 'Oswald', sans-serif; 
padding-top: 0px; 
margin-top: 0px;
}

.game_description {
	color: white;
	line-height: 160%;
}

.game_info {
width: 520px;
float: right;
margin-top: -25px;
}


.newcontact_menu {
color: gold;
float: right;
font-size: 1.5em;
width: auto;
letter-spacing: 20px;
padding-right: 20px;
}

.newcontact_menu a:link {
color: gold;
}

.newcontact_menu a:visited {
color: gold;
}

.newcontact_menu a:hover {
color: white;
}

.newcontact_menu a:active {
color: gold;
}


.new_content_bubble {

}


.new_content_bubble_pic {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	float: left;
	height: 95px;
	width: 95px;
	border-radius: 5px;
}

.new_content_bubble_text {
	padding: 0;
	margin: 0;
	width: 400px;
	float: right;
}

.new_content_bubble_text p {
padding: 0;
margin: 0;
}

.new_content_bubble_text h4 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	line-height: 100%;
	color: gold;
	line-height: 140%;
	padding-bottom: 10px;
}

.new_content_splitter {
color: gold;
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid gold;
	padding-bottom: 20px;
}