/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Viking Etiquet
   Zachary Beschler
   6-10-2007
   2-14-2008 */

html, body {
	margin: 0;
	height: 100%;
}

body {
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000000;
	text-align: center;
}

body, div, span, p, table, td {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

a:link, a:hover, a:active, a:visited {
	color: #B3B3B3;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}

/* ... */

.table {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

.container {
	width: 800px;
	height: 100%;
	text-align: left;
}

.top {
	width: 100%;
	height: 150px; /* old: 122px; */
	background-image: url('/images/banner-spikes.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu {
	width: 100%;
	height: 30px;
	background-image: url('/images/topnavbar.gif');
	background-repeat: no-repeat;
}

.menulinks {
	text-align: center;
}

.topnavlinks {
	height: 30px;
	margin: 0 auto;
}

.topnavlinks td {
	padding: 0 15px;
}

.topnavlinks a:link, .topnavlinks a:hover, .topnavlinks a:active, .topnavlinks a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.structure {
/*	height: 100%;
*/}

.wedge {
	height: 12px;
}

.leftnav {
	width: 204px;
	line-height: 12pt;
/*	height: 100%;
*/}

.leftnavbg {
	width: 204px;
/*	height: 100%;
*/	background-image: url('/images/leftnav-25(70)-trans.gif');
	background-repeat: repeat-y;
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

.leftnavlinks {
	width: 204px;
/*	height: 100%;
*/}

.leftnavlinks a {
	color: #000000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

.leftnavlinks td {
	padding: 12px 14px;
	text-align: right;
}

.spike {
	width: 44px;
	padding: 0 3px;
}

.content {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.words {
	width: 100%;
	text-align: left;
	padding: 0;
}

.foot {
	width: 100%;
	padding: 0 0 12px 0;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.footbox {
	width: 700px;
	color: #FFFFFF;
	background-color: #222222;
	padding: 4px;
	margin: 0 auto;
}

.inputb, .inputf, .textareab, .textareaf, .smallinputb, .smallinputf {
	font-family: Arial;
	font-size: 8pt;
	padding: 2px 3px;
}

.inputb, .smallinputb, .textareab {
	color: #B3B3B3;
	border: 1px solid #B3B3B3;
}

.inputf, .smallinputf, .textareaf {
	color: #000000;
	border: 1px solid #000000;
}

.inputb, .inputf {
	width: 165px;
}

.textareab, .textareaf {
	width: 241px;
}

.smallinputb, .smallinputf {
	width: 80px;
}

/* WORDPRESS STYLES */

h1, h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
	color: #808080;
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 19pt;
	margin: 0;
	text-decoration: none;
}

h2, .postmetadata {
	color: #808080;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 8pt;
	margin: 0;
}

.entry p {
}

.entrypagination {
	width: 100%;
	text-align: center;
	margin: 15px;
}

.entrypagination a:link, .entrypagination a:hover, .entrypagination a:active, .entrypagination a:visited {
	font-size: 14pt;
	margin: 0 10px;
}
