/* --------------------------------------
Theme Name: 92offsuit: Black/Red
Theme URI: http://www.92offsuit.com/
Description: This new design reverts to a more traditional blog format.
Version: 3.0
Author: Simon Cable
Author URI: http://www.92offsuit.com/
--------------------------------------- */

/* Basic Page Structure
--------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #333333;
	color: #cccccc;
}

#page {
	background: #222222;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	text-align: left;
	margin: 0px auto;
	padding: 0px 2px 0px 2px;
	width: 1016px;
}

#header {
	background: #cccc99 url(images/header.jpg) no-repeat top left;
	padding: 0;
	margin: 0;
	height: 125px;
	width: 100%;
}
	
#content {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 1px;
  padding: 0px 0px 0px 0px;
  width: 694px;
  float: left;
}
#misc {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 1px;
  padding: 0px 0px 0px 0px;
  width: 680px;
  float: left;
}

#content h1 {
	margin-top: 2px;
	margin-left: -2px;
	margin-bottom: 1px;
	width: 693px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	background: #444444 url("images/date_bullet.jpg") 0.4em no-repeat;
	color: #cccccc;
	letter-spacing: 5px;
	text-indent: 25px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
}

#content h2 {
	margin-top: 2px;
	margin-left: -2px;
	width: 689px;
	height: 17px;
	padding: 2px;
	background-color: #d23e3f;
	color: #ffffff;
	font-family: Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-indent: 22px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: center;
}

#content h3 {   /* for other page headers, eg, "Search Results" */
	margin-top: 2px;
	margin-left: 0px;
	width:689x;
	height: 17px;
	padding: 2px;
	background-color: #444444;
	color: #ffffff;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: center;
}

#content h4 {
	margin-top: 2px;
	margin-left: 0px;
	width: 689px;
	height: 17px;
	padding: 2px;
	background-color: #d23e3f;
	color: #ffffff;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: center;
}

#sidebar {
	margin-top: 2px;
	padding: 10px;
	width: 155px;
	background-color: #333333;
	border-left: 2px solid #999999;
	float: left;
}

#ads {
  margin-top: 2px;
  background-color: #666666;
  width: 140px;
  float: right;
  color: #000000;
}  

#ads h2 {
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

#ads a, a:visited {
	color: #d23e3f;
	border: none;
	text-decoration: underline;
}

#ads a:hover {
	color: #000000;
}

#footer {
	background: #333333;
	padding: 0 0 0 1px;
	margin: 0px;
	width: 1015px;
	clear: both;
}

#content .byline {
	font-family: Tahome, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase
}

#content a, a:visited {
	color: #ffffff;
	border: none;
	text-decoration: underline;
}

#content a:hover {
	color: #999999;
}

.postmetadata {
	text-align: left;
	background: #222222 url("images/meta_bullet.jpg") 0 .5em no-repeat;
	text-indent: 20px;
	text-transform: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #cccccc;
	font-size: 12px;
}
.postmetadata a {
	font-weight: normal;
	color: #ffcc00;
}
.postmetadata a:visited {
	font-weight: normal;
	color: #cccccc;
}
.postmetadata a:hover {
	font-weight: normal;
	color: #ffffff;
}

.postdata { /* for the post summary on single-post pages */
	background: #333333;
	padding: 5px;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	color: #cccccc;
	font-size: 12px;
}


/* Global Stylings
--------------------------------------------------------------------- */

a, a:visited{
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

cite { /* for the name on individual comments */
	text-decoration: none;
	color: #d23e3f;
}

.description {
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	text-align: center;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #6f0000;
}

.post {
	margin: 0 0 10px;
  padding: 0px 2px;
	text-align: left;
}

.entry {
      padding: 0px 20px;
      text-align: justify;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

hr {
	display: none;
}


/* Begin Header Info
--------------------------------------------------------------------- */

#headerimg {
	margin: 0;
	height: 127px;
	width: 100%;
}

/* css-based image map for the navigation links */
#hotspot a {
  position: absolute;
  height: 80px;
  width: 180px;
  margin-top: 20px;
  text-decoration: none;
  border-bottom: none;
 }
 
#hotspot a i {
	visibility: hidden; 
}

a#home {
	margin-top: 25px;
        height: 20px; 
}
a#about{
	margin-top: 55px;
        height: 15px;
}
a#fopt{
	margin-top: 70px; 
        height: 15px;
}
a#contact{
	margin-top: 85px; 
        height: 15px;
}


/* Begin Sidebar
--------------------------------------------------------------------- */
	
#sidebar h2 {
	width: 100%;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	color: #cccccc;
  margin: 5px 0 0;
	padding: 0;
	border-bottom: 1px solid #d23e3f;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  border-top: none;
}	

#sidebar a, a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

#sidebar ul, #sidebar ul ol {
	margin: 10px;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* Begin Comments
--------------------------------------------------------------------- */

#commentform p {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
}

#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 650px;
	padding: 2px;
}

#commentform #submit {
	margin: 2px;
	float: left;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 11px Tahoma, Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 0px 10px 3px;
	border-bottom: 1px solid #444444;
	list-style: none;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	

/* Begin Footer 
--------------------------------------------------------------------- */

#footer p {
	margin: 0;
  font-size: 10px;
	padding: 10px;
	text-align: center;
}

#footer a, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}


/* Begin Images
--------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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 {
	float: right;
}
	
.alignleft {
	float: left
}

/* Forms
--------------------------------------------------------------------- */
#searchform {
	margin: 0px auto;
	padding: 5px 3px; 
	text-align: left;
}

#searchform #s {
	width: 100px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

/* Every-Poker.com Ad
--------------------------------------------------------------------- */
#ads #ep {
	width: 123px;
	height: 249px;
	background-color: #FFFF99;
	font-family: arial;
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #004400;
	padding: 2px;
	text-align: justify;
        margin: 10px auto;
}
#ads #ep a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
