/* default styles */
.nopaddnomarg {
padding:0;
margin:0;
list-style: none;
}



body {
font-family:Arial, serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
color: #333;
background: url(images/mooning.png);
}
a {
color:#333;
}
a:hover {
color:#666;
cursor: pointer;
}
hr{
margin-top:35px;
border:0;
border-top:1px dotted #ccc;
width:620px;
color:#fff;
clear:both;
}
#wrapper {
width:960px;
margin: 25px auto;
padding: 0 30px;
overflow: auto;
background: #fff;
min-height: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
#header {
float:left;
width: 100%;
margin: 15px 0 30px;
border-bottom: 1px dotted #ccc;
}
#headerHome {
float:left;
width: 100%;
margin: 15px 0 30px;
border-bottom: 1px dotted #fff;
}
#logo {
float:left;
width:auto;
padding:18px 0 34px 0;
}
#logo a {
color:#ff2b06;
font-size:60px;
font-weight:600;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
}
#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}
#nav {
float:right;
margin: 50px 0px;
width: 286px;
}
#nav ul {
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
display:block;
padding:6px 12px;
font: normal 12px/1 Arial, sans-serif;
color: #ddd;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

#nav li a:hover {
background: rgba(0,0,0,.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 1px 3px 20px rgba(0,0,0,.2);
-moz-box-shadow: inset 1px 3px 20px rgba(0,0,0,.2);
box-shadow: inset 1px 3px 20px rgba(0,0,0,.2);
color: #fff;
}

#blurb {
text-align: center;
height:auto;
width:100%;
float:left;
padding:0 0 30px;
margin: 0 0 40px;
font-size:26px;
font-weight:400;
line-height:135%;
border-bottom: 1px dotted #ccc;
color: #999;
}
#blurb:hover {

}
#content {
width:680px;
float:left;
padding:0 0 20px 0;
overflow:hidden;
}

#content p {
margin: 16px 0;
}

.post {
padding:0;
text-align: justify;
}
.post p {
margin: 16px 0;
}
.post em{
font-style:italic;
}
.post h2 {
background-color: #eaeaea;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eaeaea));
background-image: -webkit-linear-gradient(top, #eee, #eaeaea);
background-image: -moz-linear-gradient(top, #eee, #eaeaea);
background-image: -ms-linear-gradient(top, #eee, #eaeaea);
background-image: -o-linear-gradient(top, #eee, #eaeaea);
background-image: linear-gradient(top, #eee, #eaeaea);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5x;
-webkit-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #666;
font: normal 13px/1 Arial, sans-serif;
padding: 6px 10px 7px;
text-align: center;
text-shadow: 0 1px 1px #fff;
}
.post h1, .post h1 a{
font-family: Arial, sans-serif;
font-size:24px;
margin: 0;
font-weight:bold;
line-height:34px;
color: #333;
}

.post h3 {
font-weight: bold;
}

.post h3, .post h4 {
display: block;
height: 20px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
 /*list-style:none; */
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family: Arial, sans-serif;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family: Arial, sans-serif;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family: Arial, sans-serif;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family: Arial, sans-serif;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family: Arial, sans-serif;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family: Arial, sans-serif;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
#sidebar {
width:250px;
float:right;
margin:0 0 25px 0;
overflow:hidden;
}
#sidebar h3 {
font-weight: bold;
font-size: 18px;
color: #333;
margin: 0 0 8px;
}
#sidebar .block ul {

}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ccc;
}
#sidebar .block li a {
font-size:13px;
font-weight:normal;
padding:2px 0 2px 8px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}

#sidebar .titleOnImage li {
    color:#fff;
    padding:0px 10px;
    text-shadow: 2px 2px 6px #666666;
}

#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

#footer a {
color: #fff;
}

#footer a:hover {
color: #c4dbe4;
}	

#footer {
font-size:0.9em;
width: 100%;
float:left;
text-align:center;
padding: 20px 0;
margin: 0;
border-top: 1px dotted #ccc;
color: #fff;
}

#footer ul{
float: right;
display: inline-block;
}

.copyright {
float: left;
color: #666;
padding: 5px 0 0 0;
}

.socialmedia  {
float: right;
display: inline-block;
}

/* custom styles (Tommy) */

form {
width: 300px;
padding: 10px;
margin: -10px 0 0 0;
}

input, textarea {
width: 280px;
padding: 10px;
border:1px solid #dedede;
margin: 8px 0;
font-size:0.9em;
color:#3a3a3a;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

textarea {
height: 150px;
font: 15px/1.5 Arial, sans-serif;
}

#submit {
width: 100px;
float: right;
cursor: pointer;
}

.cboxPhoto {
max-width: 800px;
}

.cboxElement img {
display: none;
position: absolute;
width: 308px;
height: 228px;
float: right;
top: 0;
margin: 239px 0 0 357px;
padding: 6px;
border: 1px solid #ccc;
}

.cboxElement p {
margin: 0px auto;
}

.placeholder {
margin: 30px 0 0 0;
width: 320px;
height: 240px;
border: 1px dashed #ccc;
display: block;
}

.placeholder a {
position: absolute;
display: block;
background: rgba(0,0,0,0.6);
color: #fff;
margin: 180px 96px 0;
padding: 4px 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.placeholder a:hover {
}

#login h1 a { 
background-image: url("http://www.m2h.nl/wp-content/themes/clean-home/images/logo.png") !important; 
background-size: auto !important;
height: 100px !important; 
}

.left {
float: left;
}

.right {
float: right;
}

.col {
width:323px;
margin: 0 0 0px;
}

.fullcol {
width: 666px;
margin: 0 0 20px;
}

.col h5, .fullcol h5 {
font-weight: bold;
font-size: 18px;
padding: 0 0 10px;
color: #333;
}

.col li a {
font-weight: normal;
padding: 0 0 4px 0;
}

.category {
padding: 0;
}

.category li {
background: #ccc;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eaeaea));
background-image: -webkit-linear-gradient(top, #eee, #eaeaea);
background-image: -moz-linear-gradient(top, #eee, #eaeaea);
background-image: -ms-linear-gradient(top, #eee, #eaeaea);
background-image: -o-linear-gradient(top, #eee, #eaeaea);
background-image: linear-gradient(top, #eee, #eaeaea);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #555;
-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
padding: 10px;
margin: 0 0 20px;
font: normal 18px/2 Arial, sans-serif;
color: #fff;
text-shadow: 0 0 3px #000;
}

.category li:hover {
-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
border: 1px solid #888;
}

.category h3 {
text-transform: uppercase;
font: normal 12px/1 Arial, sans-serif;
margin: 0 6px 8px 46px;
color: #666;
text-align: right;
}

.category img {
position: absolute;
margin: -15px 0 0 6px;
}

.specs {
overflow: hidden;
margin: 0px 0;
margin-top:10px;
padding: 0;
font: 13px/2 Arial, sans-serif;
}

.specs table {
border-collapse:collapse;
border-top: 1px dotted #ccc;
width: 100%;
}

.specs tr {
border-bottom: 1px dotted #ccc;
}

.bold {
font-weight: bold;
width: 130px;
}

.website {
white-space: nowrap;
text-overflow: string;
width: 190px;
display: block;
border: 0;
overflow: hidden;
}

.button {
background-color: #eaeaea;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eaeaea));
background-image: -webkit-linear-gradient(top, #eee, #eaeaea);
background-image: -moz-linear-gradient(top, #eee, #eaeaea);
background-image: -ms-linear-gradient(top, #eee, #eaeaea);
background-image: -o-linear-gradient(top, #eee, #eaeaea);
background-image: linear-gradient(top, #eee, #eaeaea);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #666;
font: normal 13px/1 Arial, sans-serif;
padding: 7px 10px 6px;
text-align: center;
text-shadow: 0 1px 1px #fff;
}

.button:hover {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #efefef));
background-image: -webkit-linear-gradient(top, #f5f5f5, #efefef);
background-image: -moz-linear-gradient(top, #f5f5f5, #efefef);
background-image: -ms-linear-gradient(top, #f5f5f5, #efefef);
background-image: -o-linear-gradient(top, #f5f5f5, #efefef);
background-image: linear-gradient(top, #f5f5f5, #efefef);
border: 1px solid #ddd;
}

.download {
width: 100px;
padding-left: 35px;
margin: 7px;
text-align: left;
line-height: 12px;
font-size: 10px;
background-repeat: no-repeat;
background-position: left;
}

.download-buttons {
overflow: hidden;
margin: 24px 0 0;
}

.download a {
color: #666;
}

.download a:hover {
color: #666;
border: 0;
}

.apple, .apple:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/apple_logo.png);
}

.appstore, .appstore:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/apple_logo.png);
}

.itunes, .itunes:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/itunes_logo.png);
}

.googleplay, .googleplay:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/googleplay_logo.png);
}

.windows, .windows:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/windows_logo.png);
}

.windows-phone, .windows-phone:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/windows-phone_logo.png);
}

.bb, .bb:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/bb_logo.png);
}

.steam, .steam:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/steam_logo.png);
}

.wooglie, .wooglie:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/wooglie_logo.png);
}

.web, .web:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/web_logo.png);
}

.linux, .linux:hover {
background-image:url(http://www.m2h.nl/wp-content/themes/clean-home/images/linux_logo.png);
}

.mobile, .mobile:hover {
background-image:url(http://ww.m2h.nl/wp-content/themes/clean-home/images/mobile_logo.png);
}

.game-excerpt {
display: none;
text-overflow: ellipsis-word;
overflow: hidden;
font: normal 12px/1.75 Arial, sans-serif;
text-shadow: 0 0 0;
background: rgba(0,0,0,.5);
margin: 0 -10px;
padding: 6px 10px;
height: 40px;
}

.game-content {
overflow: hidden;
width: 670px;
margin: 0;
padding: 0;
display: block;
float: left;
}

.ribbon a{text-decoration:none;}
.category a{text-decoration:none;}
.recent-posts-3 a{text-decoration:none;}
.noUnderLine a{text-decoration:none;}


.ribbon {
	padding: 10px 20px 10px 12px;
	position: absolute;
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#666));
	background: -webkit-linear-gradient(top, #777, #666);
	background: -moz-linear-gradient(top, #777, #666);
	background: -ms-linear-gradient(top, #777, #666);
	background: -o-linear-gradient(top, #777, #666);
	background-image: -ms-linear-gradient(top, #777 0%, #666 100%);
	
	-webkit-box-shadow: inset 0 0 20px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 20px rgba(255,255,255,.1);
	box-shadow: inset 0 0 20px rgba(255,255,255,.1);
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	border-top: 1px solid #777;
	border-left: 1px solid #555;
   }   
.ribbon:after {
	content: '';
	display: block;
	z-index: -1;
   }
.ribbon .ribbon-content:after {
	border-color: #333 transparent transparent transparent;
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -1em;
	content: '';
   }
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
   }
   
#search {
border: 1px solid red;
}

#search input {
width: 200px;
}

.submit {
width: 100px;
margin: -15px 0 0 0;
background-color: #eaeaea;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eaeaea));
background-image: -webkit-linear-gradient(top, #eee, #eaeaea);
background-image: -moz-linear-gradient(top, #eee, #eaeaea);
background-image: -ms-linear-gradient(top, #eee, #eaeaea);
background-image: -o-linear-gradient(top, #eee, #eaeaea);
background-image: linear-gradient(top, #eee, #eaeaea);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #666;
font: normal 13px/1 Arial, sans-serif;
padding: 7px 10px 6px;
text-align: center;
text-shadow: 0 1px 1px #fff;
float: right;
}

.searchbar {
padding: 5px;
}

.formpje {
margin-top: -46px;
}

/* media queries */

@media (max-width: 1050px) {
html, body { background: #fff !important; }
#sidebar { display: none; }
#header { width:680px; }
	#nav { margin: 68px -18px 0 0; width: auto; }
	#nav li a { color: #666; text-shadow: 0 0 0 white; }
#wrapper { width:680px; margin: 0 auto; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.cboxElement img { margin: 214px 0 0 357px; }
#supersized { display: none; }
#footer { width: 680px; }
#content { width: 680px; }
.ribbon { position: inherit; border:0; background:0; -webkit-box-shadow: 0 0 0 0;	-moz-box-shadow: 0 0 0 0;	box-shadow: 0 0 0 0; }
.ribbon:after, .ribbon .ribbon-content:after, .ribbon .ribbon-content:after { display: none; }
#nav li a:hover { background-color: #eaeaea;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #eee, #eaeaea);background-image: -moz-linear-gradient(top, #eee, #eaeaea);background-image: -ms-linear-gradient(top, #eee, #eaeaea);background-image: -o-linear-gradient(top, #eee, #eaeaea);background-image: linear-gradient(top, #eee, #eaeaea);border-top: 1px solid #ddd;border-left: 1px solid #ddd;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;margin: -1px;border-radius: 5px;-webkit-box-shadow: inset 0 1px 0 0 white;box-shadow: inset 0 1px 0 0 white;color: #333;}