/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #1c1c1b;
}

body {
	background: #111 url(../images/bg.jpg);
	color: #222;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3 {
	background: #b7b6b6;
	color: #fff;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
}

h2, h3 {
	color: #606060;
}

p {
	margin-bottom: 10px;
	text-align: left;
}

a {
	color: #4967ad;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-align: center;
}

a.readMore {
	background: url(../images/read-more.jpg) no-repeat;
	display: block;
	color: #606060;
	float: right;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 15px 0 0 10px;
	text-align: center;
	text-shadow: #fff 0px 1px 1px;
	width: 72px;
}

a.readMore:hover {
	text-decoration: none;
}

a.visit {
	background: url(../images/visit.jpg) no-repeat;
	display: block;
	color: #fff;
	float: right;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
	width: 92px;
}

a.visit:hover {
	text-decoration: none;
	text-align: center;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 1023px;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 154px;
	position: relative;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: 45px;
	left: 30px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.jpg) repeat-x;
	height: 45px;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li.last {
	background: none;
	padding-right: 0;
}

#menu a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 27px;
}

#menu a:hover,
#menu li.active a {
	background: url(../images/menu-hover.jpg) no-repeat 50% 2px;
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	min-height: 200px;
	padding: 25px 18px;
}

#contentBottom {
	background: url(../images/content-bottom.png) no-repeat;
	height: 48px;
}

.box {
	overflow: hidden;
}

/* MAIN */
#main {
	float: left;
	margin-right: 20px;
	width: 461px;
}

#main h2 {
	background: url(../images/h2-main.png) no-repeat;
	color: #fff;
}

#main h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* BOXES */
#main .boxContainer {
	background: #fff;
	border: 1px solid #eae8e7;
	margin-bottom: 20px;
	padding: 1px;
	text-align: center;
}

#main .boxContainer2 {
	background: #fff;
	border: 1px solid #eae8e7;
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 15px;
	padding-top: 1px;
	text-align: center;
}

#main .box {
	background: #eeeded;
	overflow: hidden; /* clearing the floats */
	padding: 20px 15px;	
}

#main img.logo {
	background: #fff;
	border: 1px solid #eae8e7;
	padding: 1px;	
}
	
#main .stars {
	padding: 5px 0;
	text-align: center;
}	
	
#main .stars li {
	display: inline;
}

/* rates box */
#main .rates {
	float: left;
	width: 116px;
}

/* info box */
#main .info {
	float: right;
	overflow: hidden;
	width: 270px;
}


/* PAGINATION */
#main .boxContainer.pagination {
	margin-top: -19px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#main .boxContainer.pagination .box {
	padding: 10px 20px;
	text-align: right;
}

#main .boxContainer2.pagination {
	margin-top: -19px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#main .boxContainer2.pagination .box {
	padding: 10px 20px;
	text-align: right;
}

.pagination li {
	display: inline;
	padding: 0 1px;
}	

.pagination a {
	color: #111;
	padding: 0 3px;
}

.pagination li.active a {
	color: #a61628;
}

.pagination li.textNav a {
	color: #a6a6a6;
}
	
/* SIDEBAR LEFT */
#sidebarLeft {
	float: left;
	margin-right: 20px;
	width: 205px;
}

#sidebarLeft h2 {
	background: url(../images/h2-sidebar-left.jpg) no-repeat;
	text-shadow: #fff 0px 1px 1px;
}

#sidebarLeft .box {
	background: url(../images/sidebar-left-box.jpg) repeat-y;
	padding: 15px;
	text-align: center;
}

#sidebarLeft .boxBottom {
	background: url(../images/sidebar-left-box-bottom.jpg) no-repeat;
	height: 3px;
	margin-bottom: 20px;
}

#sidebarLeft table {
	margin-bottom: 10px;
	width: 100%;
}

#sidebarLeft th {
	color: #a61628;
	font-weight: bold;
	padding: 1px 1px;
}

#sidebarLeft td {
	border-bottom: 1px dotted #949494;
	padding: 4px 1px;
}

#sidebarLeft .last td {
	border: none;
}

#sidebarLeft .right {
	text-align: right;
}

/* categories */
#sidebarLeft .box.categories {
	padding: 0 0 10px 0;
}
#sidebarLeft .categories li {
	background: #ececec;
}

#sidebarLeft li.even {
	background: #dadada;
}

#sidebarLeft .categories a {
	background: url(../images/categories-link.png) no-repeat 12px 50%;
	color: #606060;
	display: block;
	padding: 10px 5px 10px 35px;
}

#sidebarLeft .categories li.active a {
	background: url(../images/categories-link-active.png) no-repeat 12px 50%;
	font-weight: bold;
}

/* SIDEBAR RIGHT */
#sidebarRight {
	float: left;
	width: 275px;
}

#sidebarRight h3 {
	background: url(../images/h3-sidebar-right.jpg) no-repeat;
	text-shadow: #fff 0px 1px 1px;
}

#sidebarRight h4 {
	border-bottom: 3px solid #f5ca00;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 1px 4px 1px;
}

/* box */
#sidebarRight .box {	
	background: url(../images/sidebar-right-box.jpg) repeat-y;
	overflow: hidden;
	padding: 15px;
	position: relative;
	z-index: 1;
}

#sidebarRight .boxBottom {
	background: url(../images/sidebar-right-box-bottom.jpg) no-repeat;
	height: 3px;
	margin-bottom: 20px;
}

#sidebarRight .box.topPoker {
	padding: 0;
}

#sidebarRight .box.topPoker a.readMore{
	margin: 0 10px 5px 0;
}

#sidebarRight table {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

#sidebarRight td {
	background: #ececec;
	padding: 6px 0 6px 10px;
	margin-bottom: 5px;
}

#sidebarRight .even td {
	background: #dadada;
}

#sidebarRight img {
	vertical-align: middle;
	text-align: center;
}

#sidebarRight a.viewMore {
	color: #a6a6a6;
	font-size: 11px;
	float: right;
	text-align: right;
}

/* news */
#sidebarRight .news li {
	border-bottom: 1px dotted #949494;
	margin-bottom: 15px;
	text-align: left;
}

#sidebarRight .news li  span a{
	background: url(../images/news-span.jpg) no-repeat;
	color: #a6a6a6;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 23px;
	text-align: left;
}

#sidebarRight .news li p {
	margin-bottom: 10px;
	text-align: left;
}

#sidebarRight .cards {
	background: url(../images/news-cards.jpg) no-repeat;
	height: 97px;
	width: 205px;
	position: absolute;
	bottom: 0;
	right: 2px;
	z-index: -1;
}

#sidebarRight .news2 li {
	border-bottom: 1px dotted #949494;
	margin-bottom: 15px;
	text-align: center;
}

#sidebarRight .news2 li  span a{
	background: url(../images/news-span.jpg) no-repeat;
	color: #a6a6a6;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 23px;
	text-align: center;
}

#sidebarRight .news2 li p {
	margin-bottom: 10px;
	text-align: center;
}


/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: #1c1c1b;
	color: #4a4b4b;
	height: 165px;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}

#footer ul {
	padding: 15px 0;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 14px;
	text-align: center;
}

#footer a {
	color: #4a4b4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#footer p {
	padding: 10px 0;
	text-align: center;
}
