/*
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/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/

h2 {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

h4 a:link {
	color: #000000;
	}
h4 a:hover {
	text-decoration:underline;
	}
h4 a:visited {
	color: #000000;
	}

h3 #comments {
	color: white;
	}

h4 {
	background: url(/images2/headerbg.png) repeat-x #ffcc03;
	color: #000000;
	font-size:1.2em;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}


h5 a:link {
	color: #ffffff;
	}
h5 a:hover {
	text-decoration:underline;
	}
h5 a:visited {
	color: #ffffff;
	}

h5 {
	background-color: red;
	color: #ffffff;
	font-size:1.2em;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}


body {
background: url(images2/bg_main.jpg);
font-size: .8em;
font-family: verdana, arial;
margin: 0px;
padding: 0px;
color: #FFFFFF;
}

a:link {
color: #2BDE00;
text-decoration: none;
margin-top: 10px;
}

a:visited {
color: #2BDE00;
text-decoration: none;
margin-top: 10px;
}

a:hover {
text-decoration: underline;
}

.contentbox-centered a:link {
color: yellow;
}

.contentbox-centered a:visited {
color: yellow;
}

.contentbox a:link {
color: yellow;
}

.contentbox a:visited {
color: yellow;
}

.newsbox a:link {
color: #009933;
}

.newsbox a:visited {
color: #009933;
}

#navbar a:link {
color: white;
}

#navbar a:visited {
color: white;
}

#navbar a:hover {
text-decoration: underline;
}


img {
border: 0px;
}

#wrapper {
width:900px;
background: #333333;
margin: 0px auto 0px auto;
overflow: hidden;
}

#info-box {
height:50px;
margin-top:10px;
margin-right:5px;
margin-left:5px;
padding: 5px;
}

#welcome-message {
font-size: .8em;
text-align: bottom;
}

#login-box {
font-size: .8em;
margin-right: 16px;
margin-top: -3px;
float: right;
height: 100%;
}

#main-header {
height: 150px;
background: url(images2/headerimg1.jpg) no-repeat right;
overflow: hidden;
position: relative;
right: 0px;
}

#main-header2 {
height: 100%;
background: url(images2/headerimg3.jpg) repeat-x right;
}

#navbar {
color: #FFFFFF;
font-size: 1.4em;
font-family: arial;
position: relative;
left: 150px;
bottom: 50px;
margin-bottom: -35px;
}

#left-column {
width: 220px;
margin: 0px 10px 0px 10px;
float:left;
}

#middle-column {
margin: 0px 240px 0px 240px;
min-width: 380px;
/* min-height: 600px; */
}

#right-column {
width: 220px;
margin-right: 10px;
float: right;
}

.boxbg {
background: url(images2/headerbg.png) repeat-x #FFFE00;
border: 1px white solid;
padding: 5px;
margin-bottom: 10px;
}

h2 {
margin-bottom: 10px;
margin-top: 5px;
font-weight: 400;
}

h3 {
color: black;
margin-bottom: 10px;
margin-top: 5px;
font-weight: 400;
font-size:1em;
}

.info {
font-weight: bold;
margin-bottom: 10px;
}

.emergencybox {
background: #ffbbbb;
color: red;
border: 1px red dashed;
padding: 3px;
font-size: .9em;
overflow: auto;
margin-bottom: 10px;
}

.newsbox {
background: #CCCCCC;
color: #000000;
border: 1px black solid;
padding: 3px;
font-size: .9em;
overflow: auto;
}

.contentbox {
background: #666666;
color: #FFFFFF;
border: 1px black solid;
padding: 3px;
font-size: .9em;
}

.contentbox-centered {
background: #666666;
color: #FFFFFF;
border: 1px black solid;
font-size: .9em;
margin: 0px auto 0px auto;
padding:2px;
overflow: auto;
}


.featured-comic {
width: 234px;
margin: 5px auto 5px auto;
}

.follow-icon-first {
width: 80px;
height: 80px;
margin: 5px;
}

.follow-icon {
width: 80px;
height: 80px;
}

.affiliate {
margin: 0px auto 0px auto;
}

.staff-profile-box {
background: #CCCCCC;
margin-bottom: 10px;
padding: 5px;
color: black;
border: 1px solid black;
}

.staff-profile-avatar {
text-align: right;
}

a.staff-profile:link {
color: yellow;
}

a.staff-profile:visited {
color: yellow;
}

a.staff-profile:hover {
text-decoration: underline;
}

#footer {
clear: both;
width: 95%;
margin: 0px auto 0px auto;
padding: 100px 0px 25px 0px;
}

#vmiddle {
min-height: 800px;
}

.narrowcolumn {
width: 650px;
float: right;
padding-right: 10px;
}

.widecolumn {
width: 650px;
float: right;
padding-right: 10px;
}

ul, li {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}