@charset "utf-8";



       /*   External Style Sheet for Califur.com 2010 V2.0                 */
      /*    Design, code & graphics by Black Tie Future & Calimouse,      */
     /*     subsidiaries of Tied Up Spider Web Design.                   */
    /*      [BlackTieFuture.com] [CaliMouse.somewhereproductions.com]   */
   /*                  [http://TiedUpSpider.com/]                      */



body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Container includes banner width with caption, all other divs do not include caption width */
#container {
	width: 1300px; }

#banner {
	width: 1300px;
	height: 287px; }

#navigation {
	width: 1170px;
	height: 36px;
	background-color: #800101;
	padding-top: 10px;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px; }

#navigation a:link {
	color: #FFFFFF; }

#navigation a:visited {
	color: #FFFFCC;
	font-weight: bolder; }

#comicnav {
	width: 1170px; }

#credit {
	text-align: right; }

/* Paragraph head */
.policy {
	text-decoration: underline;
	font-weight: bold; }

ul {
	list-style: square; }

.guest {
	list-style: none; }

/* [Staff] */
#stafflist {
	list-style: square;
	font-size: 12px; }

#item {
	color: #CC0000;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
	line-height: 10px; }

strong {
	font-style: italic; }

/* Question [FAQ] */
.q {
	color: #9999FF;
	font-weight: bold;
	text-indent: 5px; }

/* Answer [FAQ] */
.a {
	font-weight: normal;
	text-decoration: none; }

h2 {
	margin-left: 7px; }

h3 {
	font-variant: small-caps;
	padding-top: 17px; }

a:link {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: 0px; }

a:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: 0px; }

a img {
	border: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin: 0; }

/* Main content div -- body of pages */
#content {
	width: 1177px;
	color: #ffffff;
	padding-left: 0px; }

/* copyright div, also used for format dividing lines */
#copy {
	width: 1177px;
	text-align: center;
	color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3F0000;
	padding-top: 5px; }

/* IT IS EXTREMELY IMPORTANT THAT THE FOLLOWING CODE REMAINS UNCHANGED */
/*[147]*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px; }

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px; }

#lefty {
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px; }
	
#righty {
	color: #ffffff;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 550px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #3F0000; }
/*[/147]*/

/* Production notes */
/* If you work on this file, please use comments on ALL changes you make, including new tags, altered tags, etc. */
/* Please also leave a short sig, so others working on this file know who to contact about certain changes */
/* NOTE: As of 10-01-09, all non-sigged attributes by R James Coberly, sole proprietor of Black Tie Future Web Design */


/*END*/

