/*
Theme Name: Blue Swirl
Theme URI: http://wwww.undergroundwebdesigns.com
Description: A blue artsy theme. Ideal for a simple personal blog.
Version: 1.0
Author: Alexander Willemsma
Author URI: http://www.undergroundwebdesigns.com
Tags: blue, fixed width, two columns, widgets

	Based on:
	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

*/



body {
	background-color: #F5F5F5;
	width: 889px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #208CE9;
}
a:hover {
	color: #48494A;
}
#header {
	background-image: url(images/header.gif);
	height: 138px;
	width: 849px;
	padding-top: 30px;
	padding-left: 40px;
	font-style: italic;
	color: #48494A;
	margin: 0px;
	overflow: hidden;
}
#header h1 {
	font-size: 2.5em;
	margin: 0px;
	padding-top: 15px;
}
#header #tagline {
	text-align: right;
	margin-right: 30px;
}
#header a {
	color: #48494A;
	text-decoration: none;
}
#header a:hover {
	color: #252526;
}
#content-container {
	background-color: #48494A;
	width: 872px;
	border: 3px solid #0057C4;
	margin-left: 3px;
	padding: 3px;
}
#menu-bar {
	width: 97%;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 7px solid #7EAFC5;
	color: #000000;
	background-color: #F5F5F5;
	height: 20px;
	overflow: hidden;
}
#menu-bar ul {
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu-bar ul li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	
}
#content {
	float: left;
	width: 570px;
	border: 7px solid #7293A2;
	margin-top: 8px;
	background-color: #F5F5F5;
	padding: 15px;
}
#content h1, #content h2 {
	color: #48494A;
}
#sidebar {
	width: 210px;
	float: right;
	margin-top: 8px;
	background-color: #F5F5F5;
	border: 7px solid #7293A2;
	padding: 10px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
#sidebar > ul {
	list-style: none;
	padding: 0px;
}
#comment-box {
	margin: 5px;
}
.commentlist {
	list-style: none;
	padding-left: 10px;
}
.avatar {
	display: block;
	margin-right: 5px;
	float: left;
}
.comment-text {
	display: block;
	width: 515px;
	float: right;
}
.comment-text p:first-child {
	margin-top: 0px;
}
.comment-divider {
	width: 50%;
}
#footer {
	margin-top: 15px;
	font-style: italic;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}

/* Image styles: */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	border: 1px solid #7293A2;
	text-align: center;
	background-color: #F5F5F5;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
