/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family:arial, trebuchet, verdana;
vertical-align: baseline;
}
input:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/*STYLE GENERAL*/
html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
}

a {
	text-decoration:none;
	color:#3b2800;
}

a:hover {
	text-decoration:underline;
}

body {
    background: url("img/bckg.jpg") no-repeat scroll center 0 ;
    margin: 0;
}

h1 {
    color: #3B2800;
    float: right;
    font-size: 19px;
    font-weight: bold;
    margin: 5px 20px 0 0;
    text-transform: uppercase;
}

h2 {
	width:400px;
	float:left;
	display:inline;
	color:#3b2800;
	text-transform:uppercase;
}

#header {
    background: url("img/banner.jpg") no-repeat transparent;
    height: 254px;
    margin: 0 auto;
    width: 950px;
}

#breadcrumb {
    color: #3b2800;
    display: inline;
    float: left;
    height: 37px;
    margin: 10px 0 0;
    width: 950px;
}

#breadcrumb-content {
    display: inline;
    float: left;
    padding: 7px 16px 3px 10px;

}

#breadcrumb-content h1 {
    display: inline;
    float: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 7px 7px;
    text-transform: none;
}

#home_div {
    display: inline;
    float: left;
    height: 207px;
    width: 950px;
	text-decoration:none;
}

#page-title {
	font-size:10px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#site-description, #category-description {
    background: url("img/description_bckg.jpg") repeat-x scroll 0 0 transparent;
    color: #3B2800;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0;
    min-height: 55px;
    padding: 7px 10px 9px 8px;
    width: 680px;
}

#content {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	background: url('img/content_bckg.jpg') repeat;
}

#colleft {
    display: inline;
    float: left;
    width: 220px;
}

#nav-top {
    background: url("img/nav_top.png") no-repeat scroll 2px 0 transparent;
    display: inline;
    float: left;
    height: 61px;
    margin: 20px auto 0;
    width: 230px;
}

#nav-top p {
    color: #3B2800;
    font-size: 21px;
    font-weight: bold;
    margin: 12px 0 0 88px;
    text-transform: uppercase;
}

#nav-bottom {
    background: url("img/nav_bottom.png") no-repeat scroll 19px 0 transparent;
    display: inline;
    float: left;
    height: 50px;
    width: 220px;
}

#nav, #secondary-nav {
    background: url("img/nav_bckg.png") repeat-y scroll 0 0 transparent;
    display: inline;
    float: left;
    margin: 0 0 0 20px;
    width: 200px;
}

#nav li, #secondary-nav li {
    color: #3B2800;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 34px;
    margin: 0 0 2px 2px;
    padding: 0 0 0 24px;
    text-transform: uppercase;
    width: 171px;
}

#secondary-nav {
	height:35px;
}

#secondary-nav li {
    line-height: 35px;
    padding: 0 14px 0 10px;
}

#nav a {
	text-decoration:none;
}

#nav li:hover, #secondary-nav li:hover {
	background-color:#3b2800;
	color:#FFF;
}

#nav #current {
	font-style:italic;
	background-color:#3b2800;
	color:#FFF;
}

#nav #current:hover {
	color:#FFF;
}


.external-links {
    border-right: 1px solid #604100;
    display: inline;
    float: left;
    font-size: 14px;
    height: 195px;
    line-height: 22px;
    margin: 4px 0 0 7px;
    width: 320px;
}

.external-links p {
	text-transform:uppercase;;
}

#colright {
    display: inline;
    float: left;
    margin: 20px 0 0 20px;
    width: 710px;
}

.add-336x280 {
    display: inline;
    float: left;
    height: 280px;
    width: 336px;
}

.add-160x600 {
    display: inline;
    float: left;
    height: 600px;
    margin: 25px 0px 20px 20px;
    width: 160px;
}

.add-468x60 {
    display: inline;
    float: left;
    height: 60px;
    margin: 56px auto 20px 147px;
    width: 468px;
}

.thumbnails {
    overflow: hidden;
    width: 723px;
}

.thumbnails a:hover{
	background: url('img/thumb_bckg.png') no-repeat;
	text-decoration:none;
}

.thumbnail {
	background: url('img/thumb_bckg.png') no-repeat;
    display: block;
    float: left;
    height: 226px;
    margin: 0 14px 14px 0;
    width: 223px;
}

.thumbnail-image {
    border: 1px solid #3b2800;
    margin: 27px 0 0 24px;
}

.thumbnail-title {
    color: #3B2800;
    font-size: 11px;
    margin: 4px 0 0 16px;
    text-align: center;
    width: 190px;
}

.link-to-category {
    display: inline;
    float: right;
    margin: 6px 20px 0 0;
	font-size:14px;
}

.add-728x90 {
    height: 90px;
    margin: 0 auto 30px;
    width: 728px;
}

#footer {
    background: url('img/game_info_bckg.jpg') repeat-x;
    clear: both;
    float: left;
    height: 260px;
    position: relative;
    width: 950px;
}

#infos-miscellaneous {
	bottom:0px;
    padding-bottom: 10px;
    height: 43px;
    position: absolute;
    width: 950px;
    border-top: 1px solid #604100 ;
}

#infos-miscellaneous p {
    margin: 17px auto 0 200px;
}

#facebook, #twitter, #google {
    float: left;
    margin: 20px 12px 0 0px;
}

#twitter {
	margin-right:0px;
}

#game-block {
    display: inline;
    float: left;
    width: 700px;
	margin:20px 0px 0px 0px;
}

#game-top {
    display: inline;
    float: left;
    height: 60px;
    width: 700px;
}

#slider-wrapper {
    background: url("slider.png") no-repeat scroll 0 4px transparent;
    float: right;
    height: 45px;
    margin: 20px 250px 0 0px;
    width: 205px;
}

#social-wrapper {
    display: inline;
    float: left;
    margin: 0px 0px 0px 10px;
}

#game {
    padding: 0 0 5px;
    text-align: center;
    width: 700px;
}

#game-info {
	background: url('img/game_info_bckg.jpg') repeat-x;
    float: left;
    font-size: 14px;
    padding: 0 0 20px;
    position: relative;
    width: 700px;
    height: 240px;
}

#game-title {
	line-height:22px;
}

#game-title h1 {
    clear: both;
    display: block;
    float: none;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

#game-left {
    display: inline;
    float: left;
    line-height: 19px;
    margin: 10px 10px 0;
    width: 480px;
}

#game-right {
    display: inline;
    float: left;
    margin: 20px 0 0;
    width: 200px;
}

.back-link {
    background: url("img/sprite.png") no-repeat scroll 0 -299px transparent;
    bottom: 10px;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0;
    padding-left: 29px;
    position: absolute;
    line-height: 13px;
}

#game-description p {
	line-height:19px;
	font-size:12px;
}

#game-thumb {
    border: 1px solid;
    display: inline;
    float: left;
    height: 110px;
    width: 150px;
    margin: 0px 0px 0px 28px;
}

#voting {
    display: inline;
    float: left;
    height: 60px;
    margin: 10px 0 0;
    width: 200px;
}

#note {
    display: inline;
    float: right;
    font-family: arial;
    font-size: 12px;
    margin: 0 10px 0 0;
    width: 200px;
}

#note-buttons {
    display: inline;
    float: left;
    margin: 55px 0 0 70px;
    width: 130px;
}

#note-gauge {
    display: inline;
    float: right;
    margin: 12px 18px 0px 0px;
    width: 135px;
}

#gauge-wrapper {
	background-color:#990000;
	border:1px solid #666;
	font-size:0px;
	width:133px;
	height:5px;
}

#gauge-fill {
	background-color:#1B671C;
	height:5px;
}

div#button_like, div#button_unlike {
	float:left;
	margin:0px;
}

div#button_like a {
	background:transparent url('img/sprite.png') no-repeat scroll -1px -5px;
	width:auto;
	height:24px;
	color:#fff;
	text-decoration:none;
	float:left;
	display:inline;
	padding:10px 10px 0 40px;
}

div#button_like a:hover {
	color:#fff;
}

div#button_like.active a:hover, div#button_like.hover a {
	background:transparent url('img/sprite.png') no-repeat scroll -1px -59px;
}

div#button_like.voted a {
	background:transparent url('img/sprite.png') no-repeat scroll -1px -110px;
}

div#button_unlike a {
	background:transparent url('img/sprite.png') no-repeat scroll -364px -5px;
	width:43px;
	height:34px;
	float:left;
	display:inline;
}

div#button_unlike.active a:hover, div#button_unlike.hover a {
	background:transparent url('img/sprite.png') no-repeat scroll -364px -59px;
}

div#button_unlike.voted a {
	background:transparent url('img/sprite.png') no-repeat scroll -364px -110px;
}

#facebook-block {
    display: inline;
    float: left;
    margin: 14px 0 0 0px;
}

#related-games {
    display: inline;
    float: left;
    font-size: 13px;
    margin: 0 0 20px;
    width: 700px;
}

.related-games-column {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 344px;
}

.related-game {
    background: url("img/related_game_bckg.jpg") repeat-x scroll 0 0 transparent;
    height: 42px;
    margin: 5px;
    width: 340px;
}

.related-game:hover {
    background: url('img/related_game_bckg_hover.jpg') repeat-x;
}

.related-game img {
	float:left;
	display:inline;
}

.related-game p {
    padding: 8px 0 0 66px;
}

#pirate-games {
    background-color: #FDE3AE;
    border: 2px solid #3B2800;
    color: #3B2800;
    line-height: 22px;
    margin: 20px 0 0 25px;
    padding: 10px 10px 15px;
    width: 665px;
}

/*STYLE LIKE/UNLIKE*/

#thanks {
	font-weight:bold;
	float:left;
	display:inline;
	text-transform:uppercase;
	width:82px;
	color:#da5098;
	margin:17px 0px 0px 0px;
}

.addthis_toolbox {
	width:138px;
	height:18px;
	float:left;
	display:inline;
	margin:24px 0px 0px 145px;
}

.best {
	display:none;
}

.cc {
    background: url("img/sprite.png") no-repeat scroll 0 -262px transparent;
    height: 30px;
    margin: 10px 0 0 4px;
    padding-bottom: 3px;
    width: 123px;
	float:left;
	display:inline;
}

/*STYLE LANG CHOOSER*/
#langs_chooser_position {
    display: block;
    float: right;
    height: 30px;
    margin: 14px 5px 0;
    position: relative;
    width: 185px;
}

#langs_chooser_position span {
    background: url("img/sprite.png") no-repeat scroll 0 -155px transparent;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#langs_chooser_position span:hover{
	color:#ccc;
	text-decoration:none;
}

#langs_chooser_position a {
	text-decoration:none;
	font-style:uppercase;
	color:#fff;
}

#langs_chooser a {
	text-decoration: none;
	font-size:14px;
	line-height:20px;
}

#langs_chooser a:hover {
	color:#feffc7;
}

#langs_chooser {
    background-color: #3B2800;
    border: 1px solid #FEFFC7;
    display: none;
    left: -760px;
    list-style: none outside none;
    padding: 8px 0;
    position: absolute;
    text-decoration: none;
    top: -235px;
    width: 948px;
}

.lang_wrapper {
    color: #888888;
    display: inline;
    float: left;
    font-size: 14px;
    height: 203px;
    margin: 0 10px;
    text-align: justify;
    width: 100px;
}
/*STYLE SLIDER*/
.disabled {
	background:transparent url('slider-disabled.gif') no-repeat scroll left top;
	width:178px;
	height:27px;
}

.dynamic-slider-control {
	position :relative;
	cursor :default;
}

.horizontal {
	width : 174px;
	height : 27px;
}

.dynamic-slider-control input {
	display : none;
}

.dynamic-slider-control .handle {
	position :absolute;
	font-size :1px;
	overflow :hidden;
	cursor :default;
}

.dynamic-slider-control.horizontal .handle {
    background: url("img/sprite.png") no-repeat scroll -3px -220px transparent;
    height: 36px;
    width: 43px;
}

.dynamic-slider-control .line {
	position :absolute;
	font-size :0.01mm;
	overflow :hidden;
	height:8px;
}

.dynamic-slider-control.horizontal .line {
	height:17px;
}

.dynamic-slider-control .line div {
	width:1px;
	height:3px;
}
