/*   
Theme Name: ComputerGames.ro v1.1 Responsive
Theme URI: http://ComputerGames.ro
Description: Responsive ComputerGames.ro
Author: azd
Author URI: http://valentinu.ro
Version: 1.0
License:
License URI:
Tags: white
*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

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, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img,
object,
embed {max-width: 100%;}
html {overflow-y: scroll;overflow-x:hidden;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: 700; 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; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}
input[type="radio"] {vertical-align: middle;}
input[type="checkbox"] {vertical-align: middle;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
a {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	color: #0E598B;
}
a:hover, a:active {
	color: #345A72;
}
small {font-size: 85%;}
strong, th {font-weight: 700;}
td, td img {vertical-align: top;} 
/* Make sure sup and sub don't screw with your line-heights
        gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}
/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}
/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}
/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
img.size-full, img.size-large, img.header-image, img.wp-post-image {
    height: auto;
    max-width: 100%;
}


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
body {
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
    /*background: url(images/bg.png) repeat;*/
	background: url("images/DPGL_season2_website_bg_2207.png") no-repeat top center fixed #000;
   
}

/* we like off-black for text */
body, select, input, textarea { 
	color: #333;
}

/* Headings & Buttons
-------------------------------------------------------------------------------*/

h1 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 35px;    
}
h2 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
}
h3 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
}
h4 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.bar {
    background: none repeat scroll 0 0 #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    margin-top: -2px;
    border-radius: 3px;
    font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.bar:hover {
    background: none repeat scroll 0 0 #FF2200;

}
.bar a {
    text-decoration: none;
    color: #fff;
}
.cgshop img {
    width: 100%;
    height: auto;
}
.cgshop a {
    text-decoration: none;
    font-size: 20px;
}

/* And here begins the CG
-------------------------------------------------------------------------------*/

#header {
    /*margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;*/
	width:980px;
	margin:10px auto;
    height: 100px;
}
#header .logo {
    background-image: url(images/sprite.png);
    background-position: -10px -10px;
    background-repeat: no-repeat;
    display: block;
    width: 230px;
    height: 75px;
    float: left;
    margin-right: 20px;
    text-indent: -9999px;
	overflow: hidden;
}
#header .advertise {
    float: right;
    width: 728px;
    height: 90px;
    display: block;
    border: 1px solid #ccc;
    background: #eee;
}
#nav-menu {
    background: #000;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40px;    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.nav-menu {
}
.nav-menu ul {
    list-style: none;
}
.nav-menu li a {
    color: #ddd;
    float: left;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-menu li a:hover {
    color: #fff;    
    background: #F26B0C;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.searchbtn {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -154px;
    background-color: #555;
    position: absolute;
    right: 0;
    padding-left: 22px;
    font-family: 'Oswald',sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    height: 26px;
    width: 60px;
    padding: 10px 10px 10px 35px;
    border-radius: 0 4px 4px 0;
}
.searchbtn a {
    color: #999;
    text-decoration: none;
}
.searchbtn:hover {
    color: #fff;
    background-color: #222;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -154px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
}
#searchtop {
    background: #333333;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #999999;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 8px;
    width: 150px;	
	transition:all 1s;
	-webkit-transition:all 1s;
}
#searchtop:focus {
	width: 220px;
	background: #ddd;
	color: #333;
}
.searchselect {
    float: left;
    padding: 10px;
    width: 50%;
}
.searchselect label {
    color: #f2f2f2;
    margin-right: 5px;
    font-size: 14px;
}
.shows {
    background-color: #444;
    border-radius: 4px 4px 4px 4px;
    height: 24px;
    margin-bottom: 10px;
    margin-top: -4px;
    padding: 10px;
    position: relative;
}
.showhs {
    background-color: #444;
    border-radius: 4px 4px 4px 4px;
    height: 24px;
    margin-bottom: 10px;
    margin-top: -4px;
    padding: 10px;
    position: relative;
}
.searchbar {
    color: #999;
    font-family: 'Oswald',sans-serif;
    margin-left: 7px;
    padding: 1px 1px 1px 4px;
    width: 55%;
    border: none;
    font-weight: 300;
}
#cauta {
    background:#85C110;
    border: medium none;
    color: #FFFFFF;
    font-family: ARIAL;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 11px;
    width: 61px;
}
.selection {
    width: 35%;
    color: #000;
    font-family: 'Oswald',sans-serif;
    padding: 1px 1px 1px 4px;
}
.forum  {
    background: url(images/forum.png) no-repeat 5px 5px #95C435;
    border-radius: 4px 4px 4px 4px;
    color: #f2f2f2;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px 10px 5px 32px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.forum:hover {
    background: url(images/forum.png) no-repeat 5px 5px #6A9710;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: #fff;
}
.forum a {
    text-decoration: none;
    color: #eee;
}
.shop{
    background: url(images/shop.png) no-repeat 5px 5px #C83B22;
    border-radius: 4px 4px 4px 4px;
    color: #f2f2f2;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px 10px 5px 32px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.shop:hover {
    background: url(images/shop.png) no-repeat 5px 5px #95220E;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: #fff;
}
.shop a {
    text-decoration: none;
    color: #eee;
}
#center {
    float: left;
    width: 450px;  
    background: #fff;
    box-shadow: 0px 2px 3px #999;
    margin-bottom: 10px;
	margin-right: 15px;
}
#center iframe {
	max-width: 100%;
}
#downloads {
    background: #fff;
    box-shadow: 0 0 3px #CCCCCC;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
    width: 960px;
}
#downloads h2 {
    color: #F26B0C;
    font-weight: 400;
    line-height: 35px;
}
#downloads p {
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    margin-bottom: 10px;
}
#downloads .container {
    float: left;
    margin-right: 10px;
    width: 310px;
}
#downloads .container h4 {
    background: #333;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#downloads .pop {
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #89BE1F;
    font-size: 20px;
    font-weight: bold;
    list-style: decimal inside none;
    padding: 5px;
    position: relative;
}
#downloads .list {
    width: 1000px;
    overflow: hidden;
}
#downloads .pop a {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
.hsize {
    color: #555555;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}
#page {
    width: 660px;
    float: left;
    margin-bottom: 20px;
}
#right {
    width: 300px;
    float: left;
    margin-left: 20px;
}
.left-column {
    width: 200px;
    float: left;
    overflow: hidden;
}
.left-column h3 {
    background-image: url(images/sprite.png);
    background-position: -8px -237px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #999;
    color: #F26B0C;
    font-weight: 400;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 28px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 0 1px 0 #fff;
}
#footer {
    clear: both;
    background: #333;
    padding: 10px;
    font-size: 12px;
}
#footer .content {
    color: #F2F2F2;
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;

}
.taglist {
    border-top: 1px solid #555555;
    margin-top: 15px;
}
.taglist a {
    text-decoration: none;
    color: #666;
}
.taglist a:hover {
    color: #999;   
}
.footer-menu {
    color: #666666;    
    margin-bottom: 10px;
    margin-top: 5px; 
}
.footer-menu a {
    color: #F26B0C;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;  
}
.footer-menu a:hover {
    text-decoration: underline;
}
#pagewrap {
    margin: 0px auto;
    width: 980px;
	background: url(images/bg.png) repeat;
	overflow: hidden;
	padding: 0 7px;
	position:relative;
	z-index: 2;
}
.bookmarks {
    position: fixed;
    top: 40%;
    left: -12px;
    z-index: 1000;
}
.bookmarks a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; 
}
.forumcg {
    background: #F26B0C;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    padding: 10px 10px 10px 20px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); 
    margin-bottom: 5px;
}
.shopcg {
    background: #89BE1F;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    padding: 10px 10px 10px 20px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); 
    margin-bottom: 5px;
}
.pgltv {
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    padding: 10px 10px 10px 20px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);    
}
.dreamh {
	background: #FF1600 url(images/dh.png) 14px 8px no-repeat;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 30px;
    padding: 5px;
    text-indent: -999px;
    width: 70px;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
}
.rslides {
    height: 250px;
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    background: #000;
}
.rslides .titles {
    position: absolute;
    top: 20px;
    margin-right: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.rslides h3 a {
    color: #F26B0C;
    text-decoration: none;
}
.rslides h3 a:hover {
    text-decoration: underline;
}
.rslides h3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
}
.rslides .subtitle {
    color: #ddd;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 300;

}
.rslides .scom {
    position: absolute;
    right: 15px;
    bottom: 7px;
    padding-left: 18px;
    background-position: -10px -206px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    font-weight: 700;
    color: #F26B0C;
}
.rslides .scom a {
    text-decoration: none;
    color: #F0F0F0;
    font-size: 11px;
    text-shadow: 0px 1px 2px #333;
}
.rslides .scom a:hover {
    text-decoration: underline;
}
.centered-btns_tabs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    border: 1px solid #999999;
    width: 9px;
}
.centered-btns_tabs {
    bottom: 7px;
    left: 10px;
    position: absolute;
    z-index: 2;
}

.centered-btns_here a {
    background: #F26B0C;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    border: 1px solid #ddd;
}
.centered-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 250px;
	text-shadow: 0 -1px 1px #000000;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    opacity: 0.8;
    margin-right: 8px;
    margin-bottom: 5px;
}
.rslides img:hover {
    opacity: 0.6;
}
.carousel {
    position: relative;
}
.homecate {
    text-transform: uppercase;
    font-size: 11px;
}
.homecate a {
   color: #89BE1F;
   text-decoration: none;
   font-weight: bold;
}
#categories {
    background: #FAFAFA;
    box-shadow: 0 1px 2px #cccccc;
    font-size: 10px;
    font-weight: bold;
    height: 55px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #666;
}
#categories li a {
    line-height: 1px;
    padding-top: 38px;
    text-decoration: none;
    text-transform: uppercase;
}
#categories li a:hover {
    color: #F26B0C;
    text-decoration: underline;
}
#categories ul {
    list-style: none;
}
#categories li {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
#categories .stirih {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: 24px -340px;
    display: block;    
    width: 100px;
    border-right: 1px solid #ddd;
    text-align: center;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .gaming {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: 25px -379px;
    display: block;    
    width: 100px; 
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .mobile {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: 24px -425px;
    display: block;    
    width: 100px;
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .hardware {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -50px -345px;
    display: block;    
    width: 100px; 
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .software {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -122px -344px;
    display: block;    
    width: 100px;
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .general {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -51px -392px;
    display: block;    
    width: 100px; 
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .esport {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -121px -386px;
    display: block;    
    width: 100px; 
    text-align: center;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 0 #FFFFFF;
}
#categories .rss {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -49px -429px;
    display: block;    
    width: 100px; 
    text-align: center;
}
#categories .cgforum {
    background: #F26B0C;
    float: right;
    font-size: 20px;
    padding: 14px 10px;
    text-decoration: none;
    color: #fff;
}
#categories .jocurisms {
    background-color: #89BE1F;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -8px -471px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #333;
    font-size: 11px;
    padding: 7px 7px 7px 35px;
    position: absolute;
    right: 9px;
    text-decoration: none;
    text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    top: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#categories .jocurisms:hover {
    background: #FF2200 url(images/shop.png) no-repeat 7px 5px;
    color: #fff;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out; 
}
#content {
    background: #FFFFFF;
    padding: 15px;
    position: relative;
}
#content .entry-title {
    color: #111;
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
}
#content .entry-subtitle {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px;
}
#content .photo {

    overflow: hidden;
    position: relative;
}
#content .photo img {
    width: 100%;
}
#content .entry {
    font-size: 14px;
    margin-top: 10px;  
}
#content .entry p iframe {
    max-width: 100%;
}
#content .entry p:first-of-type {
	font-size: 15px;
	margin-bottom: 20px;
}
#content .entry li {
    list-style: inside square;
}
#content .entry table {
    /*margin-bottom: 15px;*/
	width: 100%;
	/*text-align:center;*/
}
#content .entry td {
    /*border: 1px solid #CCCCCC;*/
    font-weight: normal;
    padding: 5px;
    vertical-align: middle;
}
.gallery-item {
	float: left;
    margin-top: 10px;
    text-align: center;
    width: 33.3% !important;
}
#content .entry p {
    /*padding-bottom: 20px;*/
    padding: 10px 0;
}
#content .entry a {
    text-decoration: none;
    font-weight: 700;
}
#content .entry a:hover {
    text-decoration: underline;
}
#content .entry blockquote {
    background-color: #FAFAFA;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -2px -938px;
    border-bottom: 2px solid #CCCCCC;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    padding: 5px 10px;
}
#content .tags {
    color: #999999;
    font-size: 12px;
}
#content .tags a {
    text-decoration: none;
    color: #666;
}
#content .tags a:hover{
    text-decoration: underline;
}
.comunicatshow {
    color: #999999;
    font-style: italic;
    margin-bottom: 20px;
}
.comunicatshow p {
    padding-bottom: 20px;
}
.comunicat {
    width: 200px;
}
.promoshop {
    background-color: #eee;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -224px -201px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px 5px 30px;
    box-shadow: 0 1px 2px #ddd;
}
.promoshop a {
    font-weight: bold;
    text-decoration: none;
}
.promoshop a:hover {
    text-decoration: underline;
}
.related {
    margin-top: 20px;
}
.related li {
    float: left;
    width: 50%;  
    overflow: hidden;
    background: #fff;
}
.related li .img {
    background: #000000;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.related li .img img {
	width: 100%;
	height: auto;
}
.related li .img h2 {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: 400;
}
.related li .img h2 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 2px 3px #000;
}
.related li .img img {
    opacity: 0.5;    
}
.related li .img img:hover {
    opacity: 0.7;
}
.alsoread {
    border-bottom: 1px solid #999;
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    box-shadow: 0 1px 0 #FFFFFF;
}
.gameinfo {
    background-color: #333;
    background-image: url(images/sprite.png);
    background-position: -144px -146px;
    background-repeat: no-repeat;
    border-top: 3px solid #F26B0C;
    padding: 10px;
    text-align: center;
}
.gameinfo a {
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.gameinfoshow {
    background: #fff;
    padding: 20px 5px 5px;
    overflow: hidden;
    position: relative;
}
.gameinfoshow p {
    font-size: 12px;
}
.gameinfoshow p a {
    text-decoration: none;
    font-weight: 700;
}
.gameinfoshow .gamename {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
}
.gameinfoshow .gamename a {
    text-decoration: none;
    color: #000;
}
.gameinfoshow .gamebox {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.gamedetails {
    overflow: hidden;
}
.gamedetails h1 {
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.gdetails {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px; 
}
.gdetails p {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.reviewinfo {
    background: #fff;
    padding: 20px 5px 5px;
    overflow: auto;
    position: relative;
}
.reviewinfo p {
    font-size: 12px;
}
.reviewinfo p a {
    text-decoration: none;
    font-weight: 700;
}
.reviewinfo .gamename {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
}
.reviewinfo .gamename a {
    text-decoration: none;
    color: #000;
}
.reviewinfo .gamebox {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.gamereview {
    background: #E7E7E7;
    height: 100px;
    position: relative;
}
.reviewscore {
    background: none repeat scroll 0 0 #F26B0C;
    color: #F2F2F2;
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    padding: 5px;
    position: absolute;
    right: 10px;
    height: 44px;
    text-align: center;
    top: 30px;
    width: 56px;
}
.readreview {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 66px;
    text-transform: uppercase;
}
.arrow-down {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -95px -110px;
    display: block;
    height: 23px;
    left: 4%;
    position: absolute;
    top: -8px;
    width: 50px;
}
.advertside {
    display: block;
    width: 298px;
    height: 248px;
    background: #EEEEEE;
    border: 1px solid #ccc;
    /*overflow: hidden;*/
}

#advert160 {
    display: block;
    width: 160px;
    height: 600px;
    background: #EEEEEE;
    border: 1px solid #ccc;
    /*overflow: hidden;*/
	margin:0 auto;
	text-align:center;
}
#breadcrumbs {
    font-size: 11px;
    margin-bottom: 10px;
    color: #999;
    text-shadow: 0 1px 2px #FFFFFF;
    font-family: arial, helvetica, sans-serif;
}
#breadcrumbs a {
    text-decoration: none;
    font-weight: 700;
    color: #333;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
.theinfo {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    width: 100%;
}
.theinfo .event-title {
    color: #F26B0C;
    font-size: 30px;
    margin-left: 10px;
    text-shadow: 0 2px 3px #000000;
}
.theinfo p {
    color: #FFFFFF;
    margin-left: 10px; 
    text-shadow: 0 1px 2px #000;
}
.theinfo a {
    color: #f2f2f2;
    font-weight: 700;
}
.pages {
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
}
.pages a {
    text-decoration: none;
    color: #ff2200;
}
.pages a:hover {
    text-decoration: underline;
}
.stuff {
    margin-bottom: 10px; 
}
.stuff h4 {
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 23px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.stirilist {
    border-bottom: 1px dashed #CCCCCC;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    padding-bottom: 10px;
}
.stirilist h1 {
    font-size: 14px;
    font-weight: 400;
}
.stirilist h1 a {
    color: #000000;
    text-decoration: none;
}
.stirilist h1 a:hover {
    text-decoration: underline;
}
.videolist {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    list-style: none outside none;
    overflow: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    clear: both;
	background-color: #ddd;
}
.videolist:hover {
    background-color: #eee;
}
.videolist a {
    font-size: 13px;
    font-weight: 400; 
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.videolist a:hover {
    text-decoration: underline; 
}
.video-title {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 10px;
}
.video-date {
    color: #999999;
    margin-left: 10px;
}
.videopage {
    overflow: auto;
}
.video-first {
    background: #333;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 5px solid #F26B0C;
    padding: 10px;
}
.video-details {
    color: #999;
    font-size: 11px;
}
.video-details a {
    text-decoration: none;
    color: #999;
}
.video-first h1 {
    font-size: 22px;
}
.video-first h1 a {
    text-decoration: none;
    color: #f2f2f2 !important;
}
.video-first h1 a:hover {
    text-decoration: underline;
}
.imgvideo-first {
    width: 45%;
    margin-right: 10px;
    float: left;
    height: auto;
    position: relative;
}
.imgvideo {
    width: 15%;
    margin-right: 10px;
    float: left;
    height: auto;
    position: relative;
}
.video-list {
    overflow: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #fff;
}
.video-list h1 {
    font-size: 16px;
    font-weight: 400;
}
.video-list h1 a {
    color: #333;
    text-decoration: none;
}
.video-list h1 a:hover {
    text-decoration: underline;
}
.event-link {
    margin-bottom: 10px;
    margin-left: -15px;
    padding: 3px 5px 3px 10px;
}
.event-link a {
    background: #1F7AA1;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    font-weight: 700;
    padding: 3px 10px;
    margin-left: -10px;
    text-decoration: none;
}
.eventbg {
    background: #f2f2f2 url(images/event.jpg) no-repeat;
    width: 100%;
    min-height: 250px;
    display: block;
}
.distribuitorbg {
    background: #f2f2f2 url(images/generalbg.jpg) no-repeat;
    width: 100%;
    min-height: 250px;
    display: block;  
}
#contactform {
    background: #EEEEEE;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
}
#cp_message {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-family: 'Open Sans',Helvetica,Arial,Serif;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 10px;
    width: 95%;
}
#cp_ans {
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-family: 'Open Sans',Helvetica,Arial,Serif;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 8px;
    width: 15%;
}
#cp_subiect {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}
.review-pic {
    max-height: 250px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.review-pic h1 {

}
.review-pics {
    opacity: 0.6;
}
.review-box-shot {

}
.review-date {

}
.share {

}
.social-buttons { display: block; list-style: none; padding: 0;}
.social-buttons > li { display: block; margin: 0; padding: 10px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url(images/social-sprite.png) 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }
 
.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }
 
.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Coloana Centru Start
-------------------------------------------------------------------------------*/
.meta {
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
    font-size: 11px;
    margin-bottom: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
	padding-bottom: 3px;
}
.post {    
    border-bottom: 8px solid #E8E8E8;
    padding: 10px 10px 10px;
    position: relative;
    overflow: auto;
}
.post .pic {
    display: block;
}
.post .pic img {
    box-shadow: 0 2px 3px #333333;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    /*width: 180px;*/
}
.post h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}
.post h2 a {
    text-decoration: none; 
    color: #333;
}
.post h2 a:hover {
    text-decoration: underline;
}
.post .entry a {
    text-decoration: none;
    color: #666;
}
.post .entry {
    color: #666;
}
.commentcnt {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -282px;
    padding-left: 20px;
	float: right;
}
.commentcnt a {
    color: #F26B0C;
    text-decoration: none;
}
#newz {
    position: relative;
}
#newz h3 {
    font-weight: 400;
    padding-left: 10px;
}
#newz h3 a {
    text-decoration: none;
    color: #FFFFFF;
}
#newz h3 a:hover {
    text-decoration: underline;
}

.vdoverylay {
    position: relative;
    overflow: hidden;
}
.vdoverylay img {
    width: 100%;
    height: auto;
}
.playbtn {
    background-image: url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -4px -511px;
    height: 45px;
    left: 45%;
    position: absolute;
    top: 45%;
    width: 50px;
}
.playbtn:hover {
    background-image: url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -67px -511px; 
}
.wplaybtn {
    background-image: url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -4px -511px;
    height: 45px;
    left: 128px;
    position: absolute;
    top: 45%;
    width: 50px;
}
.wplaybtn:hover {
    background-image: url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -67px -511px; 
}
.morenewz {
    clear: both;
    font-family: 'Oswald',sans-serif;
    overflow: auto;
}
.morenewz li {
    background: #F7F8E0;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    list-style: none outside none;
    overflow: auto;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.morenewz li a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.morenewz li:hover {
    background: #E9EBAB;
}
.morenewz li a:hover {
    text-decoration: underline;
}
.ytsub {
    padding: 5px;
}
.searchpage {
    overflow: auto;
}
.searchpage h2 {
    border-bottom: 1px solid #F26B0C;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    overflow: auto;
    text-transform: uppercase;
}
.searchpage h3 {
    background: #333333;
    color: #F26B0C;
    font-size: 20px;
    font-weight: 400;
    padding: 3px;
    text-align: center;
    text-transform: uppercase; 
}
.searchterm {
    margin-bottom: 20px;
}
.navigation {
    background: #F7F8E0;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}
.navigation a {
    text-decoration: none;
    color: #ff4400;
}
.navigation a:hover {
    text-decoration: underline;
}
.navigation .next-posts {
    float: right;
    margin-right: 7px;
}
.navigation .prev-posts {
    float: left;
    margin-left: 7px;
}
.searchscore {
    float: left;
    height: 52px;
    margin-right: 10px;
    position: relative;
    width: 50px;
}
.scoresearch {
    background: #F26B0C;
    color: #FFFFFF;
    bottom: 0;
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    height: 42px;
    position: absolute;
    text-align: center;
    width: 50px;
}
.scoremore {
    background: #000000;
    bottom: 37px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}
.stiri {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #fff;
    overflow: auto;
    color: #999;
}
.stiri h1 {
    font-size: 15px;
    font-weight: 400;
}
.stiri h1 a, .stiri a {
    text-decoration: none;
    color: #000;
}
.stiri h1 a:hover {
    text-decoration: underline;
}
.downloads {
    padding-bottom: 10px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -8px -678px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #fff;
    overflow: auto;
    color: #999;
    padding-left: 50px;
}
.downloads a {
    text-decoration: none;
}
.downloads a:hover {
    text-decoration: underline;
}
.downloads h1 {
    font-size: 15px;
    font-weight: 400;
}
.downloads h1 a {
    text-decoration: none;
    color: #000;
}
.downloads h1 a:hover {
    text-decoration: underline;
}
.imagini {
    padding-bottom: 10px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -8px -742px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #fff;
    overflow: auto;
    color: #999;
    padding-left: 50px;
}
.imagini a {
    text-decoration: none;
}
.imagini a:hover {
    text-decoration: underline;
}
.imagini h1 {
    font-size: 15px;
    font-weight: 400;
}
.imagini h1 a {
    text-decoration: none;
    color: #000;
}
.downloads h1 a:hover {
    text-decoration: underline;
}
.searchdetails {
    font-size: 12px;
}
.searchdetails a {
    color: #F26B0C;
    text-decoration: none;
    font-weight: 700;
}
.leftimgs {
    float: left;
    margin-right: 10px;
}
.rightimgs {
    float: right;
    margin-left: 5px;
}
.thecategory {
    background: #89BE1F;
    left: 15px;
    padding:5px;
    position: absolute;
    top: 0;
}
.thecategory a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.thecategory a:hover {
    text-decoration: underline;
}
#giveawaysubmit {
    background: #89BE1F;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #F2F2F2;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#giveawayresult {
	font-size: 25px;
	padding: 5px;
	font-weight:bold;
	background: #f2f2f2;
	text-align: center;
	margin-top: 20px;
}
/* Coloana Centru End
-------------------------------------------------------------------------------*/
/*******************************************************************************/

/* Coloana Stanga Start
-------------------------------------------------------------------------------*/

#leftnews {
    margin-top: 10px;
    padding: 2px 2px 10px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    box-shadow: 0 1px 0 #fff;
}
#leftnews img {
    border: 1px solid #CCCCCC;
    background: #fff;
    width: 100%;
}
#leftnews h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
#leftnews h2 a {
    text-decoration: none;
}
#leftnews h2 a:hover {
    text-decoration: underline;
}
#leftnews .entry {

}
#leftnews .entry a {
    text-decoration: none;
    color:  #444444;
}
#left .list {
    list-style: square inside none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Oswald',sans-serif;
}
#left .list a {
    padding-bottom: 5px;
    font-weight: 400;
    text-decoration: none;
}
#left .list a:hover {

    text-decoration: underline;
}
/* Coloana Stanga End
-------------------------------------------------------------------------------*/
/*******************************************************************************/

/* Sidebar Begin
-------------------------------------------------------------------------------*/

#sidebar {
    float: left;
    width: 300px;
    margin-left: 15px; 
}
#sidebar .widget {
    margin-bottom: 10px;
}
#sidebar h4 {
    border-bottom: 1px solid #999999;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 1px 0 #fff;
}
.calendar {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -10px -312px;
    padding-left: 25px;
}
#right .widget {
    margin-bottom: 10px;
}
#right h4 {
    border-bottom: 1px solid #999;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 1px 0 #fff;
}
.toppost {
    background: #333333;
    border-top: 1px solid #999999;
    color: #999999;
    font-size: 11px;
    list-style: none outside none;
    min-height: 40px;
    overflow: auto;
    padding: 10px 5px 3px 10px;
    position: relative;
}
.bht5 {
    background: #666;
}
.cmtbg {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -10px -106px;
    display: block;
    float: left;
    height: 38px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    margin-top: 2px;
    padding-bottom: 8px;
}
.cmtbg a {
    color: #fff;
    font-size: 15px !important;
    text-decoration: underline !important;
}
.rightdet {
    bottom: 3px;
    color: #F26B0C;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.rightdet a {
    color: #000;
}
.toppost a {
    font-family: 'Oswald',sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.toppost a:hover {
    text-decoration: underline;
}
#reviews {
    height: 100px;
    margin-bottom: 1px;
    overflow: hidden;
}
#reviews .pic {
    background: #000;
    position: relative;

}
#reviews .pic img {
    opacity: 0.5;
	width: 100%;
}
#reviews .pic img:hover {
    opacity: 0.8;
}
#reviews h2 {
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 4px;
}
#reviews h2 a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    text-shadow: 0 2px 2px #000000;
}
#reviews h2 a:hover {
    text-decoration: underline;
}
#reviews .score {
    background: #F26B0C;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    font-weight: 400;
    left: 9px;
    line-height: 36px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 52px;
}
#reviews .nota {
    background: #000000;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    left: 9px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 7px;
    width: 62px;
}
.rcomments {
    border-bottom: 1px dashed #ccc;
    color: #666666;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 10px;
}
.rcomments p {
    font-weight: 300; 
}
.rcavatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    padding: 3px;
    width: 40px;
}
.recommauth {
    color: #000;
    font-weight: 400;
}
.rcomments a {
    text-decoration: none;
    font-weight: 400;
}
.rcomments a:hover {
    text-decoration: underline;
}
.newsletter {
    background: #1F7AA1;
    padding: 10px;
    font-size: 12px;
}
.newsletter p {
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 2px #666666;
}
.emailbar {
    color: #999999;
    float: left;
    font-weight: 700;
    margin-right: 5px;
    padding: 6px;
    width: 65%;    
    border: medium none;
}
.buton {
    border: medium none;
    color: #F2F2F2;
    font-weight: 700;
    padding: 5px;
}
.latest {
    overflow: hidden; 
}
.latest .articol {
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.latest .articol h3 {
    font-weight: 400;
    font-size: 13px;
}
.latest .articol h3 a {
    text-decoration: none;
}
.latest .articol h3 a:hover {
    text-decoration: underline;
}
.latestpic {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 6px;
    padding: 3px;
    /*width: 100px;*/
}
.lcomm a {
    font-size: 11px;
    text-decoration: none;
    color: #999;
}
.lcomm a:hover {
    text-decoration: underline;
}
.result {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 8px solid #EBEBEB;
    padding: 10px; 
}
.result li {
    list-style: inside square;
}
.result ul {
    margin-bottom: 20px;
}
.result h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -9px -798px;
}
.lansari {
    overflow: auto;
}
.lansari li {
    background: #DDDDDD;
    border-color: #FFFFFF #999999 #999999;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-weight: 400;
    list-style: decimal inside none;
    padding: 5px 5px 5px 10px;
}
.lansari li:hover {
    background: #ccc;
}
.lansari a {    
    font-size: 15px;
    text-decoration: none;
}
.lansari p {
    font-size: 11px;
    color: #000000;
    font-weight: 300;

}
.gameinfo-review {
    padding: 2px 0 55px;
    position: relative;
}
.gameinfo-review p {
    font-size: 13px;
}
.dlresults {
    background-color: #eee;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -3px -618px;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 10px;
    clear: both;
}
.dlresults:hover {
    background-color: #E5E5E5;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -3px -618px;
}
.dlresults a {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;    
}
.dlresults a:hover {
    text-decoration: underline;
}
.dlresults h1 {
    font-size: 15px;
}
.dlresults h1 a {
    color: #000;
}
.gameresults {
    background-image: url(images/sprite.png);
    background-position: -1px -841px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 10px;
    clear: both;
}
.gameresults:hover {
    background-color: #E5E5E5;
    background-image: url(images/sprite.png);
    background-position: -1px -843px;
    background-repeat: no-repeat;
}
.gameresults a {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;    
}
.gameresults a:hover {
    text-decoration: underline;
}
.readmore-review {
    background: #F26B0C;
    border-radius: 3px 3px 3px 3px;
    bottom: 10px;
    padding: 5px;
    position: absolute;
    right: 10px;
}
.readmore-review a {
    text-decoration: none;
    color: #f2f2f2;
}
.stuff {

}
.stuff h3 {
    background: #333333;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
}
.gameinfo-img {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    padding: 3px;
    width: 80px;
}
gameinfo-rv {

}
.gameinfo-stirilist {
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px 0;
    list-style: none;
}
.gameinfo-stirilist a {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.gameinfo-stirilist a:hover {
    text-decoration: underline;
}
.newlink, .att {
    background: #F7F8E0;
    padding: 10px;   
    font-weight: 700;
    color: #000;
    border: 1px solid #F26B0C;
    margin-bottom: 10px;
}
.dlbuton {
    background-color: #89BE1F;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -1px -888px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
}
.dlbuton:hover {
    background-color: #ff5500;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -1px -880px;
    color: #f2f2f2;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
}
.dlbuton a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    color: #000;
}
.dldesc {
    padding-top: 5px;
}
.dlleft {
    float: left;
    margin-right: 5px;
    width: 45%;
}
.dlleft h3 {
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase; 
}
.dlleft p {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    margin-bottom: 5px;
    padding-bottom: 5px; 
}
.dlright {
    float: right;
    width: 50%;
    color: #888;
}
.dlright p {
    padding-bottom: 20px;

}
.first-widget-video {
    background: #111; 
}
.view-widget-title {
    padding-bottom: 7px;
    padding-left: 7px;
    color: #ddd;
}
.view-widget-title a {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #F26B0C;
}
.view-widget-title a:hover {
    text-decoration: underline;
}
.vimg {
  position: relative;  
}
.vimg img {
    width: 100%;
    height: auto;
}
.homevideolist {
    overflow: auto;
}
.homevideolist h3 {
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.hvideo {
    background: none repeat scroll 0 0 #F7F8E0;
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    list-style: none outside none;
    overflow: auto;
    padding: 5px;
}
.leftvimg {
	float:left;
	margin-right: 5px;
	padding-top: 4px;
}
.hvideo p, .view-widget-title p {
    font-size: 11px;
}
.hvideo:hover {
    background: #FDFFC3;
}
.hvideo a {
    text-decoration: none;    
    font-weight: bold;
}
.hvideo a:hover {
    text-decoration: underline;
}
/* Sidebar End
-------------------------------------------------------------------------------*/
/*******************************************************************************/
.branding {
	background: url(images/branding.png) no-repeat;
    display: block;
    height: 601px;
    margin: 0 auto -550px -172px;
    overflow: hidden;
    width: 1323px;
}
.wp-caption {

}
.wp-caption-text  {

}
.sticky  {

}
.gallery-caption {

}
.bypostauthor  {

}
.alignright  {
float:right;
margin-left:10px;
}
.alignleft  {
float:left;
margin-right:10px;
}
.aligncenter  {

}
.tinynav { 
    display: none 
}
.hs { 
    display: none 
}
.verde {
    background: #89BE1F;
}
.albastru {
    background: #1F7AA1;
}
.negru {
    background: #333;
}
.eroare {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-top: 10px;
}
.subcategories {    
    overflow: auto;

}
.infoutile {
    list-style: square inside;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;  
}
.infoutile a {
    text-decoration: none;
}
.infoutile a:hover {
    text-decoration: underline;
}
.subcategories h2 {
    background: #333;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}
.subcategories p {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    padding: 3px;
}
.subcategories li {
    background-color: #DDDDDD;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -562px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #F26B0C;
    list-style: none;
    font-weight: 400;
    font-family: 'Oswald',sans-serif;
    padding: 7px 7px 7px 30px;
}
.subcategories li:hover {
    background-color: #eee;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -7px -562px;
}
.subcategories li a {
    text-decoration: none;  
}
.stiri .entry-review {     
    color:#555;
}
.stiri .entry-review a {
    text-decoration: none;
}
/*Comentarii*/

.commentdiv {
    margin-top: 20px;
}
.commentdiv h2 {
    border-bottom: 3px solid #1F2830;
    color: #3E7FA9;
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
ol.commentlist {
    list-style:none outside none;
    margin-top:20px;
    width: 100%;
}

ol.commentlist li.comment {
    margin-bottom: 15px;
    word-wrap: break-word;
	overflow: hidden;
}
ol.commentlist li.comment p {
    color: #000000;
	padding-bottom: 10px;
    text-shadow: 0 1px 2px #FFFFFF;    
}
ol.commentlist li.comment div.vcard cite.fn {
    font-style:normal;
    font-weight:700;
    color: #000;
}

ol.commentlist li.comment div.vcard cite.fn a.url {
    text-decoration:none;
    color:#ff6600;
}

ol.commentlist li.comment div.vcard img.avatar {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 6px;
    margin-top: -3px;
    padding: 2px;
}

ol.commentlist li.comment div.comment-meta {
    font-size:10px;
    margin-bottom:20px
}

ol.commentlist li.comment div.comment-meta a {
    color:#999;
    text-decoration: none;
}
.comment-author {
    font-size: 12px;
}

ol.commentlist li.comment div.reply a {
    color: #000000;    
    font-weight: 700;    
    text-decoration: none;
}

ol.commentlist li.comment ul.children {
    list-style:none;
    margin:10px 0 0
}

ol.commentlist li.comment ul.children li.depth-2 {

    margin:0 0 10px 10px
}

ol.commentlist li.comment ul.children li.depth-3 {

    margin:0 0 10px 10px
}

ol.commentlist li.comment ul.children li.depth-4 {

    margin:0 0 10px 10px
}

ol.commentlist li.thread-alt {
    margin-top:10px
}

ol.commentlist li.thread-even {
    border-bottom:1px dashed #999;
    padding-bottom:15px
}

ol.commentlist li.thread-odd {
    border-bottom:1px dashed #999;
    padding-bottom:15px
}

.comment-awaiting-moderation {
    font-size:12px;
    font-weight:700;
    color:#B45F04
}
ol.commentlist .pingback {
    color: #999999;
    font-size: 12px;
    margin-bottom: 15px;
}
ol.commentlist .pingback a {
    text-decoration: none;
    color: #333;
}
ol.commentlist .pingback .byuser {

}
#comments {
    margin-bottom: 20px;
}
#respond {
    margin-top: 50px;
    margin-bottom: 20px;
}

#respond a {
    text-decoration:none;
    font-weight:700;
    color:#1F2830
}
#reply-title {
    border-bottom: 1px solid #999;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 1px;
    position: relative;
    text-shadow: 0 1px 3px #FFFFFF;
    text-transform: uppercase;
    box-shadow: 0 1px 0 #fff;
}
.required {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.nrcmt {
    border-bottom: 1px solid #999;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 1px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 1px 3px #FFFFFF;
    box-shadow: 0 1px 0 #fff;
    margin-top: 25px;
}
.addcomment {
    bottom: 2px;
    color: #FF4400;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: none;
}
.comment-notes {
    margin-bottom: 10px;
    font-size: 11px;
    color: #777;
}
#commentform {
    font-family:'Open Sans', Helvetica, Arial, Serif;
    font-size:12px;
}
#commentform label {
    display: none;
}

#author {
    border:1px solid #D2D2D2;
    box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
    font-size:12px;
    margin-right:1%;
    width:50%;
    margin-bottom: 5px;
    color:#666;
    font-family:'Open Sans', Helvetica, Arial, Serif;
    padding:8px
}

#email {
    border:1px solid #D2D2D2;
    box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
    font-size:12px;
    width:50%;
    margin-bottom: 5px;
    color:#666;
    font-family:'Open Sans', Helvetica, Arial, Serif;
    padding:8px
}
#url {  
    border:1px solid #D2D2D2;
    box-shadow:0 1px 5px rgba(0,0,0,0.1) inset;
    font-size:12px;
    margin-bottom: 5px;
    width:50%;
    color:#666;
    font-family:'Open Sans', Helvetica, Arial, Serif;
    padding:8px
}
#commentform textarea {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-family: 'Open Sans',Helvetica,Arial,Serif;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 10px;
    width: 95%;
}
#submit {
    background:#F26B0C;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}
#submit:hover {
    background: none repeat scroll 0 0 #FF2200;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.news {
    margin-bottom: 10px;  
}
.news h2 {
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}
.newscat {
    margin-bottom: 15px;
    overflow: auto;
    text-transform: uppercase;
}
.newscat li {
    color: #999999;
    float: left;
    list-style: square inside none;
    margin-right: 10px;
    margin-top: 5px;
}
.newscat li a {
    color: #F26B0C;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: none;
}
.hot {
    margin-bottom: 20px;
    overflow: auto;
}
.hot h4 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.main-news {
    width: 50%;
    float: left;
    margin-right: 10px;
}
.entry-main-news {
    background: #f2f2f2;
    padding: 5px;
}
.entry-main-news h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.entry-main-news h3 a {
    text-decoration: none;
    color: #000;
}
.entry-main-news h3 a:hover, .top-news li h2 a:hover, .newscat li a:hover {
    text-decoration: underline;
}
.entry-main-news a {
    text-decoration: none;
    color: #666;
}
.top-news {
    float: right;
    width: 47%;    
}
.top-news li {
    overflow: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.top-news li h2 {
    font-size: 18px;
    font-weight: 400;
}
.top-news li h2 a {
    text-decoration: none;
    color: #000;
}
.top-news li a {
    text-decoration: none;
    color: #666;
}
.latest-news h3 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
}
.latest-news {
    position: relative;
    overflow: auto;
}
.latest-news .rss {
    background: #1F7AA1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 2px;
}
.first-post {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 10px;
}
.first-post-img {
    overflow: auto;
    width: 100%;
}
.top-hot-pic {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 80px;
}
.first-post h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 10px;
}
.postlist h1 {
    font-size: 20px;
    font-weight: 400;
}
.first-post h1 a {
    text-decoration: none;   
} 
.postlist h1 a {
    text-decoration: none; 
     color: #333;
} 
.first-post h1 a:hover, .postlist h1 a:hover {
    text-decoration: underline;
}
.news-entry a {
    text-decoration: none;
    color: #666;
}
.postlist {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 10px; 
    position: relative;
}
.news-entry {
    margin-bottom: 10px;
}
.post-list-img {
    float: left;
    width: 30%;
    margin-right: 10px;
    border: 1px solid #999;
    margin-top: 5px;
}
.review-details {
    color: #999;
    font-size: 11px;
}
.review-details a {
    text-decoration: none;
    
}
/* rec registration page */
.rec {
	background: #000 url(images/rec.png) no-repeat;
	position: relative;
}
.rec  h3 {
    color: #F2F2F2;
    font-size: 37px;
    text-align: center;
	text-shadow: 0 0 3px #000000;
}
.rec  h2 {
    color: orangered;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 2px #000000;
}
.rec  h5 {
    color: #F2F2F2;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: -20px;
    margin-top: 15px;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
}
.rec h4 {
    color: #DDAC22;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: -28px;
    padding-left: 14px;
    text-align: center;
    text-shadow: 0 1px 3px #000000;
}
#registerform {
    background: rgba(0, 0, 0, 0.3);
    color: #F2F2F2;
    margin: -10px 10px 10px;
    padding: 10px;
}

.recstats {
    background: #333333;
    font-size: 12px;
    margin-top: 35px;
    padding: 20px;
}
#cp_answer {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    margin-left: 10px;
    padding: 1px;
    width: 45px;
}
.descrip {
    color: #BBBBBB;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: -14px;
    padding-bottom: 15px;
}
.respondentry {
	padding: 10px;
	margin: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
.respondentry p {
	color: #f2f2f2;
	text-shadow: 0 0 3px #000;
}
.buyticket {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: right;
}
.buyticket a {
    background: none repeat scroll 0 0 #89BE1F;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(225, 225, 225, 0.3) inset;
    color: #F2F2F2;
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #666666;
    text-transform: uppercase;
}
.rectimer {
	background: url(images/recbg.png) no-repeat;
	width: 980px;
	height: 101px;
	display:block;
	position: relative;
}
.tkt {
    background: none repeat scroll 0 0 #89BE1F;
    border-radius: 4px 4px 4px 4px;
    bottom: 9px;
    color: #F2F2F2;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 14px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.haidi {
    color: #EEEEEE;
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 25px;
    text-shadow: 0 0 3px #000000;
    top: 3px;
}
.orangered a {
    background: #F26B0C;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.orangered a :hover{
	background: #ff3300;
}
.theshop {
    background: #F2F2F2;
    clear: both;
    height: 120px;
    padding: 10px;
    position: relative;
}
.bltdh {
    background: url(images/bltdh.png) no-repeat;
    display: block;
    height: 57px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 200px;
}

/* Custom CSS*/
div#brandinglink{height: 1000px;
    left: 50%;
    margin-left: -900px;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 1800px;
	z-index:1;
}
div#leftlink{float:left;}
div#leftlink a, div#rightlink a{display:block;width:400px;height:1000px;}
div#rightlink{float:right;}

/* Social Media */
#social-media-links{width:300px;overflow:hidden;margin-bottom:15px;}
#social-media-links a{display:block;height:38px;width:38px;margin-left:10px;float:left;}

a#facebook-follow{background: url(images/social/facebook.png) no-repeat;}
a#google-plus-follow{background: url(images/social/google-plus.png) no-repeat;}
a#twitter-follow{background: url(images/social/twitter.png) no-repeat;}
a#flickr-follow{background: url(images/social/flickr.png) no-repeat;}
a#instagram-follow{background: url(images/social/instagram.png) no-repeat;}
a#tumblr-follow{background: url(images/social/tumblr.png) no-repeat;}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}

/* Media queries!
-------------------------------------------------------------------------------*/

/* for 980px or less */
@media screen and (max-width: 980px) {
    body {

    }
	div#brandinglink {
		display: none;
	}
    .bookmarks {
        display: none;
    }
	.bltdh {
		display: none; 
	}
    #pagewrap {
        width: 95%; 
    }
    #categories {
        display: none;
    }
    #downloads {
       display: none; 
    }
	.branding {
		display: none;
	}
    #page {
        width: auto;
        float: none;
        margin: 0 0 15px;
    }
    #right {
        width: auto;
        float: none; 
        margin: 0;
    }
    #right .widget {
        width: 50%;
        float: left;
        overflow: hidden;
        margin: 0;
    }
    #right .padding {
        padding: 6px;
        overflow: hidden;
    }
    #footer .content {
        width: auto;
    }
    #footer p {
        text-align: center;
    }
    #center {
        width: 60%;
        float: right;
        margin: 0;
    }
    #header {
        height: 85px;
        width: auto;
    }
    #header .advertise {
        display: none;
    }
    .left-column {
        width: 38%;
        margin: 0;
        overflow: hidden;
    }
    #sidebar {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
   
	.rectimer {
		display: none;
	}
}


/* Media queries!
-------------------------------------------------------------------------------*/
/* for 768px or less */
@media screen and (max-width: 768px) {
    .tinynav {   
		background: #000000 url(images/menu.png) no-repeat 7px 11px;	
        border: medium none;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 3px 3px 3px 3px;
        color: #F2F2F2;
        display: block;
        padding: 10px 10px 10px 44px;
        width: 100%; 
        margin-bottom: 10px;
    }

    #nav-menu { 
        display: none 
    }
}
/* for 600px or less */
@media screen and (max-width: 600px) {
    body {

    }
    #center {
        width: auto;
        float: none;
        margin: 0 0 15px;
    }
    .left-column {
        width: auto;
        float: none;  
    }
    #sidebar {
        width: auto;
        float: none;
        margin: 0;
    }
    .post h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .hs {
        display: block;
    }
    .post .pic {
        width: 140px;
        float: left;
        margin-right: 5px;
        margin-top: 4px;
        height: auto;
    }
    .post h1 {
        font-size: 18px;
        line-height: normal;
    }
    .forum {
        float: none;
        margin-right: 0;
    }
    .shop {
        float: none;
    }
    .rslides .subtitle {
        font-size: 14px;
    }
    .rslides h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .rslides {
        height: 240px;
        width: 100%;
    }
    .rslides li {
        height: 240px;
    }
    #leftnews .entry {
        display: none;
    }
    #leftnews img {
        float: left;
        margin-right: 5px;
        width: 30%;
        margin-top: 3px;
    }
    #leftnews h2 {
        font-size: 16px;
        line-height: normal;   
    }
	.post h2 {
		font-size: 25px;
		line-height: normal;
		margin-bottom: 0;
	}
	.commentcnt, .rslides .scom  {
		display: none;
	}

}

/* Media queries!
-------------------------------------------------------------------------------*/
/* for 480px or less */
@media screen and (max-width: 480px) {

    #sidebar {
        width: auto;
        float: none;
    }
    #header {
        height: 85px;
        width: auto;
    }
    #newz h3 {
        font-size: 17px;
    }
    .post .pic {
        width: 30%;
        float: left;
        margin-right: 5px;
    }
    .post {    
        padding: 5px;
    }

    #sliders .pic h3 a {
        font-size: 25px;
    }
    .stirileft {
        width: auto;
        display: block;
    }
    #sliders .pic h3 a {
        bottom: 10px;
    }
    .rslides {
        height: 175px;
        width: 100%;
    }
    .rslides li {
        height: 175px;
    }
    #sidebar .widget {
        width: 100%;
        float: none;
    }
    #right .widget {
        width: 100%;
        float: none;
    }
    #content .entry-title {
        font-size: 25px;
        line-height: 31px;
    }
    #content .entry-subtitle {
        font-size: 18px;
        line-height: 21px; 
    }    
    .related {
        display: none;
    }
    .dlleft {
        float: none;
        width: 100%;
    }
    .dlright {
        float: none;
        width: 100%; 
    }
    .shows {
        display: none;
    }
    .thecategory {
        display: none;
    }
    .imgvideo-first {
        width: auto;
        float: none;
    }
    .video-first h1 {
        font-size: 18px;
    }
    .top-news {
        float: none;
        width: auto;
    }
    .main-news {
        float: none;
        width: auto; 
        margin-bottom: 10px;
        margin-right: 0;
    }
    .first-post h1 {
        font-size: 20px;
        line-height: normal;
    }
    .postlist h1 {
        font-size: 16px;
        line-height: normal;
    }
    .homecate {
        display: none;
    }
}
/* for 320px or less */
@media screen and (max-width: 320px) {
    body {
        padding: 0;
    }

    .rslides {
        height: 130px;
        width: 100%;
    }
    .rslides li {
        height: 130px;
    }  
}
.fancybox-skin {
	padding: 0 !important;
	background: none !important;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none !important; 
}
.hyperx {
	background: url(images/hyperx_bg.png) no-repeat;
	width: 600px;
	height: 200px;
	display: block;
	box-shadow: 0 0 10px #555;
	border: 1px solid #333;
	padding: 0;
	margin: 0;
	position: relative;
}
.hyperfb{
    bottom: 18px;
    color: #FFFFFF !important;
    left: 178px;
    position: absolute;
    width: 280px; 
}
#boxes, #dialog {
	padding: 0 !important;
}
.debug {
    text-align: right;
    color: #BDBDBD
}

.debug .i {
    font-size: 125%
}

.debug .e {
    display: none;
    font-size: 85%
}

.debug:hover .e {
    display: inline
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear:both;
    display:block !important;
}

.ngg-gallery-thumbnail-box {
    float: left;
}

.ngg-gallery-thumbnail {
    float: left;
    margin-right: 5px;
    text-align: center;
}

.ngg-gallery-thumbnail img {
    background-color:#FFFFFF;
    border:1px solid #A9A9A9;
    display:block;
    margin:4px 0 4px 5px;
    padding:4px;
    position:relative;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #A9A9A9;
}

.ngg-clear {
    clear: both;
    float: none;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
    font-size:0.9em !important;
    clear:both !important;
    display:block !important;
    padding-top: 15px;
    padding-bottom: 2px;
    text-align:center;
}

.ngg-navigation span {
    font-weight:bold;
    margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    border:1px solid #DDDDDD;
    margin-right:3px;
    padding:3px 8px;
    text-decoration: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
    background-color: #0066CC;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser img {
    border:1px solid #A9A9A9;
    margin: 10px 0;
    width: 100%;
    display:block !important;
    padding: 5px;
}

.ngg-imagebrowser-nav {
    padding:5px;
    margin-left:10px;
}

.ngg-imagebrowser-nav .back, .ngg-imagebrowser-nav .next {
    float:left;
    border:1px solid #DDDDDD;
    margin-right:3px;
    padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
    float:right;
}

.ngg-imagebrowser-nav .counter {
    text-align:center;
    font-size:0.9em !important;
}
