/* 
	Theme Name: Triqui MochiAds Arcade
	Theme URL: http://www.emanueleferonato.com/triqui-mochiads-arcade-theme-for-wordpress-official-page/
	Description: Turns your WordPress blog into a <strong><a href = "https://www.mochiads.com/r/972ae333a3c92a2a">MochiAds</a></strong> arcade theme. For requirements, instructions, bug reporting and updates visit the <a target = "_blank" href = "http://www.emanueleferonato.com/triqui-mochiads-arcade-theme-for-wordpress-official-page/" target = "_blank">official page</a>.
	Author: Emanuele Feronato
	Author URI: http://www.emanueleferonato.com/
	Version: 1.0

*/

/* SPECIAL ATTRIBUTES */

/* the body... */
body {
	background-color:#090909;
    color: #fff4e0;
	background-image:url('images/back.png');
	margin:0;
	padding:0;
    font-family: Verdana, sans-serif;
}
	
/* wrapper - used to manage multiple columns */
#wrap {
	max-width:990px;
	margin:0px auto;
}

/* images */
img { 
     border: 0px;
}

/* special css to clear floating columns - don't touch it */
.clear {
	clear:both;
	padding:0;
	margin:0;
}
	
/* THE HEADER */

/* header*/
#header {
	max-width: 990px;
	height: 45px;
	color: white;
	font:normal 12px verdana;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	border-bottom: 2px solid #c5fd37;
}

/* header paragraph */	
#header p {
	padding: 1px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
}

/* left header sidebar ("triqui" image) */	
.headerleft {
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:37px;
	background-image:url('images/jeopardise.png');
	cursor:pointer;
	background-repeat: no-repeat;
	position:relative;
}

.headercenter
{
	background-color: #C5FD37;
    color: black;
    float: left;
    font-size: 20px;
    height: 45px;
    padding-top: 3px;
    text-align: center;
    width: 380px;
}

/* header right sidebar (blog title and ads) */	
.headerright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font:normal 10px verdana;
}

/* links in the right header sidebar */
.headerright a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
}

/* rollover effect for links in the right header sidebar */
.headerright a:hover {
	color:#c5fd37;
	text-decoration: underline;
}

#texbar { 
	max-width: 990px;
	height: 100px;
	padding: 2px;
	margin:0px auto;
	height:40px;
	height:100px;
}
	
/* NAVBAR - THE CATEGORIES MENU */

/* navbar itself */
#navbar { 
	background-color: #111111;
	border:1px solid #292929;
	max-width: 990px;
	padding: 0px;
	margin:0px auto;
	height:30px;
}

/* navbar list container */	
#nav {
	margin: 0px;
	padding: 3px 0px 0px 10px;
	list-style: none;
}

/* navbar list */	
#nav ul {
	margin: 0px;
	padding: 0px;
}
	
/* navbar link */
#nav a {
	font:bold 10px arial;
	color: #ffffff;
	display: block;
     text-transform: uppercase;
     margin: 5px 5px 0px 0px;
     padding: 1px 4px 5px 4px;
	text-decoration: none;
}

/* navbar link rollover effect */	
#nav a:hover {
	border-bottom:3px solid #c5fd37;
	color:#c5fd37;
}

/* navbar list element */
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
/* GAME BOX */

/* game container */
.game{
	padding:0px;
	width:100px;
	height:126px;
	float:left;
	margin:0 5px 5px 0;
	background:black;
	border:2px solid black;
	overflow:hidden;
	text-align:center;
}

/* game title */
.game h2 {
	font:bold 10px arial;
	text-align:center;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

/* game title link */
.game h2 a {
	color:#ffffff;
	text-decoration:none;
}

/* game sliding content */
.game p {
     margin:0px;
     padding:0px;
}

/* GAME BOX ON ROLLOVER */

/* game container */
.game2 {
	width:100px;
	height:126px;
	padding:0px;
	float:left;
	margin:0 5px 5px 0;
	background:#C5FD37;
	border:2px solid #C5FD37;
	overflow:hidden;
	text-align:center;
	color:#FFF;
}

/* game title */
.game2 h2 {
	font:bold 10px arial;
	text-align:center;
	margin:0px 0px;
	padding:0px;
	text-transform:uppercase;
}

/* game title link */
.game2 h2 a {
	color:#4400C6;
	text-decoration:none;
}

/* game sliding content */
.game2 p {
     /*margin:-28px 0px 0px 0px;*/
     margin:0px;
     padding:0px;
}

/* BLOG CONTENT */

/* error 404 page*/
.error404{
     font:bold 11px verdana;
     color:#ffffff;
     padding:40px;
}

/* the content itself */
#content {
	max-width: 990px;
	margin: 0px auto;
	padding: 0px;
}

/* content in the game page */
#gamecontent{
     max-width:990px;
     padding:0px;
}

/* game title in the game page */
#gamecontent h1{
     font:bold 24px verdana;
     color:#c5fd37;
     padding:5px 0 0 15px;
     margin:10px 0px 0px 0px;
     text-transform:uppercase;
     
}

/* left part of the game page... contains name, ratings and so on */
.gameleft{
     max-width:500px;
     float:left;
}

/* right part of the container... does not contain anithing at the moment */
.gameright{
     font:normal 11px verdana;
     max-width:480px;
     float:left;
     padding:0px 10px 0px 0px;
     color:#ffffff;
     text-align:right;
}

/* left part of main page... contains game thumbnails */
#contentleft {
	float: left;
	max-width: 670px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* div containing date (not included in my theme), ratings and games played counter */
.date {
     font:normal 11px verdana;
     color:#aaaaaa;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

/* link in the previously explained div */
.date a{
     color:#c5fd37;
}

/* flash container */	
.flash{
     text-align:center;
}

/* container for the adsense ad below the game */
.adsensead{
     text-align:center;
}

/* description of the game */
.description{
     padding:5px;
     color:#ffffff;
     background-color:#111111;
     border:1px solid #292929;
     font:normal 0.9em verdana;
     margin:0px 0px 5px 0px;
}

/* description list style */
.description ul{
     margin: 10px 0px 10px 25px;
	padding: 0px;
	list-style: none;
}

/* description list element style */
.description ul li{
     color:#c5fd37
}

/* description of 2nd child list element style */
.description ul li ul li{
     color:#ffffff;
     line-height:18px;
}

/* description of link in the 2nd child list element style */
.description ul li ul li a{
     color:#c5fd37
}

/* page (example:about) container */
.page{
     max-width:630px;
     background-color:#111111;
     border:1px solid #292929;
     padding:10px;
     font:normal 11px verdana;
     color:#ffffff;
     line-height:18px;
}

/* page link */
.page a{
     color:#c5fd37;
}

/* page title */
.page h1{
     font:bold 18px verdana;
}

/* RIGHT SIDEBAR */

/* sidebar container */	
#r_sidebar {
	float: right;
	width: 320px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

/* sidebar titles */
#r_sidebar h2 {
	color: #c5fd37;
	font:bold 12px arial;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
}

/* sidebar list */
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* sidebar list element */
#r_sidebar ul li{
     border:1px solid #292929;
     margin:0px 0px 5px 0px;
     padding: 0px 5px 0px 5px;
     background-color:#111111;
     font:normal 11px arial;
}

/* sidebar 2nd child list element */
#r_sidebar ul li ul li{
     border:none;
     margin:0px 0px 5px 0px;
     padding: 0px 5px 0px 5px;
     font:normal 11px arial;
     color:#777777;
}

/* sidebar link */
#r_sidebar a{
     color:#ffffff;
     text-decoration:none;
}

/* sidebar link rollover effect */
#r_sidebar a:hover {
	color: #c5fd37;
	text-decoration:underline
}
	
/* FOOTER */

/* footer container */
#footer 
{
    border-top: 2px solid #C5FD37;
	color: #ddd;
	margin: 0px;
	margin:0 auto;
	max-width:990px;
    font-family: Helvetica;
}

/* footer link */	
#footer a{
     text-decoration:none;
     color:#777777;
}

/* footer linl rollover */
#footer a:hover{
     color:#c5fd37;
}

/* container for the list of all games */
.posts_wrapper{
     max-width:990px;
     margin:0px auto;
     padding:0px;
}

/* container for the column with game list */
.footer_posts{
     width:185px;
     float:left;
     margin: 15px 0px 0px 0px;
     padding:0px 5px 0px 7px;
     border-left:1px solid #666666;
}

/* game list style type */
.footer_posts ul{
     list-style: none;
     padding:0px;
     margin:0px;    
}

/* game list element style type */
.footer_posts ul li{
     font:bold 10px arial;
     padding:1px 0px;
}

/* footer copyright */
#copy{
     text-transform:uppercase;
     font:bold 10px arial;
     color:#ffffff;
     text-align:center;
     padding:20px 0px 10px 0px
}

/* footer copyright link */
#copy a{
     color:#c5fd37;
}

/* COMMENTS */

/* comments left sidebar (where you enter the comment */	
#commentleft {
     font:normal 1em verdana;
     color:#ffffff;
	padding: 0px;
	margin: 0px 10% 0px 0px;
	line-height:20px;
	float:left;
	max-width:450px;
    width: 45%;
}

/* comments left sidebar link */
#commentleft a{
     text-decoration:none;
     color:#c5fd37;
}

/* comments left sidebar small text (showing tags) */
#commentleft small{
     color:#777777;
     font:normal 0.9em verdana;
}

/* input texts and textareas */
.texts{
     background-color:#333333;
     border:1px solid #444444;
     width:90%;
     padding:2px;
     font: normal 1em verdana;
     color:#f5f5f5; 
}

/* review title */
#review{
     font:normal 1em verdana;
     color:#c5fd37;
     padding:10px;
     border:1px solid #292929;
     background-color:#111111;
}

/* comments right sidebar (where read reviews) */
#commentright{
     font:normal 1em verdana;
     color:#aaaaaa;
     float:left;
     max-width:500px;
     width: 44%;
}

/* comments right sidebar link */
#commentright a{
     text-decoration:none;
     color:#c5fd37;
}

/* the review itself */
.commentballoon {
	clear: both;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	height:10px;
	background: url(images/comment.png) no-repeat top left;
	
}

/* text inside the review */
.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	max-width: 420px;
	background: #333333;
	line-height:18px;
	
}

/* submit button */
.sub_button{
     background-color:#333333;
     border:1px solid #444444;
     padding:2px;
     font:normal 1em verdana;
     color:#f5f5f5;    
     color:#c5fd37;

}

/* the review itself */
.commentballoon {
	clear: both;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	height:10px;
	background: url(images/comment.png) no-repeat top left;
	
}

/* text inside the review */
.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	max-width: 420px;
	background: #333333;
	line-height:18px;
	
}

/* submit button */
.sub_button{
     background-color:#333333;
     border:1px solid #444444;
     padding:2px;
     font: normal 1em verdana;
     color:#f5f5f5;    
}

.footer-links
{
    margin: 0 auto;
    max-width: 1000px;
}

.footer-links li, .footer-links ul, .footer-links h2
{
    display: inline;
    padding-left: 5px;
}
.footer-links a:link,.footer-links a:visited,.footer-links a:hover
{
    font:normal 0.8em verdana;
    color:#ccc;
}


#banl {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-top-style: none;
    border-top-width: 0;
    color: white;
    height: 600px;
    left: 50%;
    margin-left: -671px;
    padding: 100px 1px 1px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 160px;
    z-index: 1001;
	background-color2:#ccc;
}

#banr {
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-style: none;
	border-top-width: 0;
	color: white;
	height: 600px;
	left: 50%;
	margin-left: 509px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 100px;
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 1001;
	background-color2:#ccc;	
} 



/* ddmenu */
#main-nav {
    width: 100%;
    height: 45px;
    background: #f2f2f2;
}
#main-nav .subnav {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    list-style-type: none;
    background: #fff;
    margin: 0;
    border:solid 1px #eeeeee;
    z-index:5;
    padding:0;
}
#main-nav .subnav li {
    display: block;
    border-bottom: solid 1px #eeeeee;
    margin:0;
}
#main-nav .subnav li a {
    color: #333;
    height:18px;
    padding:10px 0;
    font-size:13px;
}
#main-nav .subnav li a:hover {
    background:#f9f9f9;
}
#nav-primary {
    list-style-type: none;
    margin: 0;
    float: left;
    padding:0;
	position:absolute;
}
#nav-primary li {
    float: left;
    position: relative;
}
#nav-primary li a {
    float: left;
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 33px;
    padding-top: 15px;
    line-height: 16px;
    width: 164px;
    text-decoration:none;
}
#nav-primary li a:hover {
    text-decoration:none;
}
#nav-primary li:hover .subnav {
    display: block;
}
/* end ddmenu */

.content-title, .description h1
{
	font-size:1.3em;
	color: #c5fd37;

}
.description h1 a, .description h1 a:visited
{
	color: #c5fd37;
}
.content-body
{
	color: #eee;
	margin-left: 40px;
	margin-right: 40px;
}

/* MEDIA QUERIES*/
@media only screen and (max-width : 990px),
only screen and (max-device-width : 990px){
	#header {width: 720px;}
	#content {width: 660px; margin: 0 auto;}
}

@media only screen and (max-width : 734px),
only screen and (max-device-width : 734px){
	#header {width: 530px;}
	#content {width: 440px; margin: 0 auto;}
	#swfbox{display:none;}
}

@media only screen and (max-width : 545px),
only screen and (max-device-width : 545px){
	#header {width: 310px;}
	#content {width: 330px; margin: 0 auto;}
	#swfbox{display:none;}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	#header {width: 300px;}
	#content {width: 220px; margin: 0 auto;}
	#swfbox{display:none;}
} 

.playbtn {
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #18ab29;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 2px 1px 2px #000;
    text-align: center;
    font-weight: 600;
}
.playbtn:hover {
	background-color:#5cbf2a;
}
.playbtn:active {
	position:relative;
	top:1px;
}

.col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media only screen and (min-width: 768px) {
  .col.col-50 { width: 49.5%; }
}




.only-desktop { display: none; }
.only-mobile { display: block; }

@media screen and (min-width: 768px) {
	.only-desktop { display: block; }
	.only-mobile { display: none; }
}

@media screen and (max-width: 767px) {
	.only-desktop { display: none; }
	.only-mobile { display: block; }
}

@media only screen and (min-width : 768px),
only screen and (min-device-width : 768px){
	.only-desktop { display: block; }
	.only-mobile { display: none; }
}

@media only screen and (max-width : 768px),
only screen and (max-device-width : 768px){
	.only-desktop { display: none; }
	.only-mobile { display: block; }
}
