/*
Theme Name: GamblingWPThemes
Theme URI: http://www.free-wordpress-theme.net/
Description: My theme
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout,ads ready, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background: #000;
	color: #007da5;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	text-align: left;
	padding: 0;
	width: 1000px;
	background: #000 url(images/background.jpg) left top repeat;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#00a4d6;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color: #00a4d6;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#00a4d6;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#00a4d6;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#00a4d6;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#00a4d6;
	}

a, a:visited{
	color: #00a4d6;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width: 445px;
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	background:#00222d;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 500px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px 35px;
	padding: 0 0 10px 0;
    	font-weight: bold;
	text-align: right;
	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #cbe9fc;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 10px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	background: #287996;
	margin: 9px 0 0 0;
	position: absolute;
	padding: 2px;
	border-top: 1px solid #001a2a;
	border-right: 1px solid #001a2a;
	border-left: 1px solid #003d52;
	border-bottom: 1px solid #003d52;
	color: #cbe9fc;
	font-weight: bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*===================================================================
	Menu bar (pages menu)
=====================================================================*/

#menu{
	width: 1000px;
	float: left;
	background: url(images/menu.jpg) top left repeat-x;
	border-top: 1px solid #003046;
	border-bottom: 1px solid #001a2a;
	}

ul#menuback {
	float: left;
	list-style: none;
	background: #000 url(images/menubg.jpg) top no-repeat;
	width:800px;
	margin:0;
	overflow: auto;
	padding: 0;
	}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	margin: 0;
	}

ul#menuback li#shutter1 {
	background: url(images/home.jpg) no-repeat;
	}

ul#menuback li#shutter2 {
	background: url(images/gallery.jpg) no-repeat; 
	}

ul#menuback li#shutter3 {
	background: url(images/money.jpg) no-repeat;
	}

ul#menuback li#shutter4 {
	background: url(images/contact.jpg) no-repeat;
	}

ul#menuback li a.link {
	width: 200px;
	height: 100px;
	display: block;
	background: url(images/window.png) no-repeat bottom center;
	text-indent: -9999px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/over.png) bottom no-repeat;
	width: 1000px;
	height: 118px;
	margin: 0px;
	padding: 0;
	float: left;
	border-top: 1px solid #00425c;
	}

@media screen and (-webkit-min-device-pixel-ratio:0){
#header {
	height: 115px;
	}
}

#description {
	float: left;
	margin:20px 0 0 50px;
	padding: 0;
	color: #b7b6b6;
	text-align: left;
	}

#top{
	width: 1000px;
	height: 100px;
	float: left;
	background: url(images/top.png) bottom no-repeat;
	margin:-70px 0 0 0;
	}

#searchh {
	width:213px;
	height: 45px;
	background: url(images/search.png) top no-repeat;
	border: none;
	color: #484848;
	font-size: 12px;
	text-align: center;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 10px 23px 0 0;
	padding: 30px 60px 0 20px;
	float: right;
	}


/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top repeat-y;
	width:1000px;
	margin:0;
	float: left;
	}

#content {
	width:960px;
	margin:0 19px 0 21px;
	padding: 0 0 20px 0;
	float:left;
	overflow: hidden;
	}

/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	float: left;
	margin: 0;
	text-align: justify;
	font-size:14px;
	padding: 0;
	}

#solopost{
	width: 500px;
	float: left;
	margin: 0 10px;
	background: #001a2a;
	padding: 5px 5px 10px 5px;
	}

#spdl{
	width: 500px;
	float: left;
	margin: 5px 0;
	}

#social{
	width: 385px;
	float: left;
	padding: 0 0 0 15px;
	}

#pagepost{
	float: left;
	padding: 0 10px;
	}

#ask{
	width: 340px;
	float: left;
	margin: 5px 0;
	background: url(images/ask.png) left no-repeat;
	padding: 40px 10px 20px 150px;
	}

#archive{
	float: right;
	width: 280px;
	margin: 5px 0;
	background: url(images/archive.png) right no-repeat;
	padding: 20px 150px 20px 0;
	}

.postsmall{
	width: 310px;
	height: 350px;
	float: left;
	margin: 0 0 10px 7px;
	background: #001a2a;
	padding: 0 0 5px 0;
	overflow: hidden;
	}

.thumb{
	height: 240px;
	float: left;
	overflow: hidden;
	}

.info{
	font-weight: bold;
	margin: 0 0 0 5px;
	}

.details{
	font-style: oblique;
	color: #00acde;
	}

.adsense{
	width: 300px;
	height: 345px;
	float: left;
	margin: 0 0 10px 7px;
	background: #001a2a;
	padding: 5px;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

#solopost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	padding-left: 10px;
	text-indent: 5px;
	}

#solopost li {
	margin: 7px 0 8px 10px;
	}

#solopost ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#solopost ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	width: 964px;
	float: left;
	background: url(images/sidebar.png) top repeat-y;
	padding: 0 18px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	}

#inner{
	width: 961px;
	float: left;
	background: #003d52 url(images/inner.png) top repeat-x;
	padding: 100px 0 0 3px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	}

#tagcloud{
	width: 940px;
	margin: 0 0 0 18px;
	float: left;
	}

#tagcloud a, #tagcloud a:visited{
	color: #368fb3;
	text-decoration: none;
	}

#tagcloud a:hover{
	color: #00a4d6;
	}

#rss{
	position: absolute;
	background: url(images/rssboat.png) top no-repeat;
	margin: -110px 0 0 831px;
	}

#twitter{
	position: absolute;
	background: url(images/twitterbird.png) top no-repeat;
	margin: -142px 0 0 229px;
	}

#bottle{
	position: absolute;
	margin: -70px 0 0 495px;
	}
	

.side{
	width: 308px;
	float: left;
	margin: 10px 0 10px 7px;
	background: url(images/pbody.png) top repeat-y;
	padding: 0;
	border:1px solid #004256;
	}

.side h2 {
	background: #002e46;
	border-bottom:1px solid #000a0d;
	border-top:1px solid #003d52;
	width: 288px;
	padding: 10px;
	text-align: center;
	color: #00a4d6;
	margin: 0;
	}

.side li{
	list-style-type: none;
	}

.side ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

.side ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.side ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.side ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.side ul li {
	height:100%;
	line-height:18px;
	}

.side p {
	padding: 7px 10px;
	margin:0;
	
	}

.side table {
	width:100%;
	text-align:center;
	}	

.side ul li {
	list-style-type: none;
	}

.side ul li a:link, .side ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #368fb3;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	display:block;
	border-bottom:1px solid #000a0d;
	border-top:1px solid #003d52;
	margin: 0;
	}

.side ul li a:hover {
	background:#001a2a url(images/bullet.png) left no-repeat;
	color:#3883a5;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies{
	width: 420px;
	float: right;
	overflow: hidden;
	margin: 0 10px 0 0;
	}

#respond{
	float:left;
	padding: 0 0 30px 0;
	margin: 0px;
	}

h3.comments{
	font-size: 18px;
	text-align: center;
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	color: #277b9a;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	background: url(images/cite.png) top left no-repeat;
	list-style:none;
	margin-bottom:14px;
	float: left;
	padding: 30px 0 0 0;
	}

.commentlist cite {
	background: #001a2a;
	border-bottom: 2px solid #00212a;
	float: left;
	width: 400px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 16px Georgia, "Times New Roman", Times, serif;
	}

.commentlist .time {
	background: url(images/time.png) bottom left no-repeat;
	padding-left:20px;
	}

.commenttext {
	background: #002e46;
	float: left;
	width: 400px;
	padding: 0 10px;
	display:block;
	font-style:normal;
	margin: 0;
	color: #277b9a;
	}

#commentform input {
    	background: #cbe9fc;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 0px 1px 5px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
	background: #cbe9fc;
	color: #000;
	width: 380px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 5px;
	float: left;
	background: #004256;
	width: 60px;
	height: 28px;
	border-top: 1px solid #001a2a;
	border-right: 1px solid #001a2a;
	border-left: 1px solid #003d52;
	border-bottom: 1px solid #003d52;
	color: #277b9a;
	font-weight: bold;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	width:980px;
	float:left;
   	padding: 10px;
	margin: 0;
	clear: both;
	text-align: center;
	}


/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
