/*
	Easy-Kubrick for Blosxom,
	Version : 1.0
	Created : 25. March 2005 by Michael (calleia.com)
	Note: I made no changes to the CSS, only the flavour.

	Based on the version for Textpattern 
	created by Sivert (sivni.com)
	
	The original Kubrick Template was
	created by Michael Heilemann.
	You can get it here: http://binarybonsai.com/kubrick/
 
    $Id: style.css,v 1.12 2010/11/09 18:04:41 caran Exp $
*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h1
{
	margin-top: 20px;
}

h2
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

h3
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h4
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}


quote
{
	font-style: italic;
}
small
{
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

b {
	color: #333333;
}

pre.code, code
{
	font-family: 'Lucida Console', monaco, Courier, 'Courier New', monospace;
	font-size: .90em;
	letter-spacing: -0.01em;
	background-color: #dff1f5;
	color: #023177;
}

code
{
	padding: 2px 2px;
}

pre.code
{
	padding: 7px 7px 20px 11px; 
	margin: 2px 0px 0px 0px;
	width: 95%;
	border: #346EC4;
	border-left-color: #7087D0;
	border-top-color: #7087D0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	cursor: crosshair;

/* More pre code tips - http://www.sohtanaka.com/web-design/styling-pre-tags-with-css-code-block/ */
	overflow: auto;		/* scrollbar if code exceeds width */
	overflow-Y: hidden;	/* Hide vertical scroll created by IE */
}

/* Note: Use the <ins> tag for system-generated output */
pre.code ins
{
	color: #333333;
	text-decoration: none;
}

pre.code b, code b {
	color: #023177;
}

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

a:visited 
{
	color: #5c67ac;
}

a:hover 
{
	color: #bf5c30;
	text-decoration: underline;
}

#head
{
	background-color:#73a0c5;
	height: 140px;
	margin: 0px;
	padding: 10px;
}

#head h1
{
	color:#fff;
	font-family: "Courier New", Courier, fixed;
	font-size: 56px;
	padding: 0 0 0 20px;
	margin: 50px 0 15px 0;
}

#head h2
{
	color:#fff;
	font-family: "Courier New", Courier, fixed;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

#head a
{
	text-decoration: none;
	color: #ffffff;
}

#nav, #nav ul {
    margin: 0; padding: 0;
    font-family: verdana, arial;
    line-height: 100%;
    letter-spacing: 0.01em;
	list-style: none;
	}

#nav {
	float: right;
	margin-top: 10px;
	}

#nav li
{
   float: left;
   width: 125px;
   white-space: nowrap;
   font-size: 11px;
   font-weight: bold;
   background-color: #f0c080;
   border: 1px solid;
   border-color: #fff #333 #333 #fff;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    }
#nav a:hover {
    background-color: #a61300;
    color: #fff;
    }

/*
 * Use left to move drop-down out of view, and then back again
 * Thanks http://www.htmldog.com/articles/suckerfish/dropdowns/
 */

#nav li ul {
	position: absolute;
	width: 110px;
	left: -999px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	border:1px solid #959596;
	background-color:#fff;
}

#left
{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 510px;
}

#right
{
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
	width: 190px;
	/*margin-left: 5px; */
	/*margin-right: 10px;*/
	/*padding-top: 10px;*/
	font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#foot
{
	clear: both;
	margin-top: 5px;
	padding:10px;
	text-align: center;
	background-color:#eee;
}

.story {
	border-bottom: 3px #73a0c5 double;
	margin: 0px;
	padding: 0px;
	}

ul.categoryz {
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
}

ul.categoryz ul {
padding-left: 25px;
list-style: circle;
}

.seemore {
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}

div.imgright {
	clear: left;
	border-top: 3px double black;
	}
div.imgright img {
	padding: 10px 0px 10px 10px;
	float: right;
	}

div.imgleft {
	clear: right;
	/* border-top: 3px double black; */
	}
div.imgleft img {
	padding: 10px 10px 10px 0px;
	float: left;
	}

div.comments {
	border-top: dotted blue 1px;
}

#fantasysports {
	width: 153px;
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 3px;
}

#fantasysports ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#fantasysports ul li {
	border-top: 1px solid #333333;
	margin-bottom: 4px;
	font-weight: bold;
}

#fantasysports li.bball a {
	background: url( /images/bball.gif ) no-repeat 120% 50%;
}

#fantasysports li.footb a {
	background: url( /images/footb.gif ) no-repeat 150% 30%;
}

#fantasysports li.bask a {
	background: url( /images/bask.gif ) no-repeat 130% 0%;
}

#fantasysports li.ncaa a {
	background: url( /images/ncaa.gif ) no-repeat 220% 30%;
}

#fantasysports li.hockey a {
	background: url( /images/hockey.gif ) no-repeat 140% 50%;
}

#fantasysports ul li a {
	display: block;
	text-decoration: none;
	padding-left: 3px;
	height: 30px;
	line-height: 30px;
}

#fantasysports ul a:hover {
	background-color: #f0c080;
}

/* Styles used for pokerhand.pl plugin */
pre.poker {
	color: #666666;
	}

.pokeruser {
	color: #990000;
	font-weight: bolder;
	}

.redcard {
	font-size: 15px;
	color: #cc0000;
	font-weight: bolder;
	}
.blackcard {
	font-size: 15px;
	color: #000000;
	font-weight: bolder;
	}

/* postbox - put a border around some text */
.postbox {
    border: 4px double black;
    padding: 5px 5px 5px 5px;
    margin: 0 10px 5px 10px;
}

