/*
Theme Name: WOWBlog
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

*/

/* Begin Typography & Colors */
body 
{
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #191919;
	text-align: center;
	margin: 0 0 -10px 0;
	padding: 0;
	background-image:url(http://www.dixonschwabl.com/blog//wp-content/themes/WOWBlog/images/bgSwirl.png) !important;
}

.clearfix 
{  display:inline-block; }

.clearfix:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}


#page 
{ text-align: left; }
	
h1 a:hover, h2 a:hover, h3 a:hover {
	color:rgb(70,22,107);
	text-decoration: none;
	}
	
a, h2 a, h3 a {
	color:rgb(70,22,107);
	text-decoration: none;
	}
	
a:hover {
	color:##333333;
	text-decoration: underline;
	}
	
#bgSwirls {
	background-image: url('images/bgSwirl.png');
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	height:395px;
	width:750px;
	z-index:-1;
	}

#bgSwirls_ween {
	background-image: url('images/bgSwirl_ween.png')!important;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	height:395px;
	width:750px;
	z-index:-1;
	}
#ween{background-image:url(images/bgSwirl_ween.png); position:absolute; top:0px; left:0px;}


#frameHeader {
	background: url('images/blog_frameHead.png') no-repeat;
	height:140px;
	width:995px;
	margin:20px 0 0 100px;
	*margin-left:30px;
	position:absolute;
	z-index:1000;
	*left:70px;
	_left:60px;
	*position:relative;
	}
	
#homeLinkDiv {
	position:relative;
	/*bottom: 22px;*/
	height: 256px;
	width: 560px;
	*left: 0px;
	}
	
#logoLinkDiv {
	margin: -250px 0 0 760px;
	height: 100px;
	width: 300px;
	*margin-left:780px;
	}
	
#userInfo {
	float:right;
	margin:27px 45px 0 0;
	font-size:8pt;
	_margin-right:25px;
	color:#FFF;
}

#userInfo .yellow {
	color:rgb(232,167,19);
	margin:0px 3px;
	}
	
#userInfo a{
	color:#FFF;
	text-decoration:none;
	}
	
#userInfo a:hover{
	color:#FFF;
	text-decoration:underline;
	}

#userInfo-left {
	background: url('images/login-left.jpg') no-repeat;
	padding:10px 4px;
	float:left;
	}
	
#userInfo-center {
	background: url('images/login-center.jpg') repeat-x;
	padding:3px 6px 3px 7px;
	float:left;
	}

#userInfo-right {
	background: url('images/login-right.jpg') no-repeat;
	padding:10px 5px;
	float:left;
	}
	
	
/*Tab nav on top right styles*/
#tabNavContainer {
	z-index:1001;
	height:32px;
	position:absolute;
	width:346px;
	margin:-3px 0 0 700px;
	text-align:center;
	color:#fff;
	line-height:11px;
	*margin:-163px 0 0 700px;
	}
	
#tabNavContainer span{
	display:block;
	}
	
#tabNavContainer .redTab {
	background: url('images/redNavTab.png') no-repeat;
	float:left;
	height:34px;
	width:136px;
	padding-top:6px;
	}
	
#tabNavContainer .purpTab {
	background: url('images/purpNavTab.png') no-repeat;
	float:left;
	height:34px;
	width:105px;
	padding-top:6px;
	}

#tabNavContainer .redFill {
	height:25px;
	width:127px;
	margin-left:5px;
	}
	
#tabNavContainer .purpFill {
	height:25px;
	width:94px;
	margin-left:5px;
	}

#tabNavContainer .smallType {
	font-size:7pt;
	}
	
#tabNavContainer .largeType {
	font-size:8pt;
	}
	
#tabNavContainer a {
	color:#fff! important;
	text-decoration:none! important;
	}
	
#tabNavContainer a:hover {
	color:#E8A713! important;
	text-decoration:none! important;
	}
/*End tab styles*/

#contentContainer {
	background: url('images/blog_frameStrip.png') repeat-y;
	margin-left:100px;
	_margin-left:90px;
	_margin-top:-0px;
	}
	
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

#sidebar .widget{
	background: url("images/sectionTitle.png") no-repeat;
	width:243px;
	color:rgb(70,22,107);
	padding:0 7px;
	margin-bottom:20px;
	font-weight:bold;
	}
	
#sidebar a {
	text-decoration:none;
	}
	
#sidebar a:hover {
	text-decoration:underline;
	}
	
#sidebar .widget .post {
	margin:0;
	text-align:left;
	}
	
#sidebar .widget li{
	display:inline;
	list-style-type:none! important;
	}
	
#sidebar .widget ul{
	list-style-type:none! important;
	}
	
#sidebar .widget {
	font-size:8pt;
	}
	
#sidebar .widget .recent-post {
	padding-bottom:10px;
	}

#sidebar .posts .post {
	padding-bottom:20px;
	}

#sidebar .wp-polls-ul li
{
	display:block;	
}

#featured_posts a {
	padding-bottom:10px;
	display:block;
}
#featured_posts img {
	padding:0;
}

.feat
{
	height:136px;
	width:244px;
	border:1px solid #000;
	margin-top:5px;
	cursor:pointer;
	background-repeat:no-repeat;
}

.thread-alt {
	background-color: #f8f8f8;
}

.commentlist .thread-alt {
	background-color: white;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.commentlist .depth-1 {
border: none;
}

#respond {
	background: url("images/comment_header.png") no-repeat;
	width:573px;
	margin-left:-6px;
}

#respond h2 {
	color:#FFF;
	font-size:10pt;
	padding: 10px 25px;
	margin:0;
	}
	
#respond .notLoggedIn {
	margin-left:7px;
}

.even, .alt {
	padding:10px;
	border-left: 1px solid #ddd;
}
	
#footer {
	background: transparent url("images/blog_frameStrip.png") repeat-y;
	margin-left:100px;
	width:993px;
	height:60px;
	*height:50px;
	_height:96px;
	_margin-left:90px;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	margin:0;
	}

.profilecolumn h3 {
	color:#46166B;
	}
	
.profilecolumn h2 {
	color:#46166B;
	display:inline;
	margin-top:10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.postmetadata {
	width:100%;
	font-size:8pt;
	}

.postmetadata-right {
	float:right;
	text-align:right;
	max-width:275px;
	}
	
.postmetadata-left {
	float:left;
	text-align:left;
	max-width:275px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#content a {
	color:#333333;
	border-bottom: 1px dotted #555;
	text-decoration:none;
	}
	
#content a:hover {
	color:#000;
	border-bottom: 1px solid #555;
	text-decoration:none;
	}
	
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	color:rgb(70,22,107);
	text-decoration: none;
	border:none;
	}
	
 #content h1 a, #content h2 a, #content h3 a{
	color:rgb(70,22,107);
	text-decoration: none;
	border:none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Member styles */
#member-list
{
	float:left;
	width:560px;
	margin-left:90px;
	font-size:10pt;
	font-weight:bold;
}

#member-list .member
{
	float:left;
	width:183px;
	height:183px;
	text-align:center;
}

#member-list .member a:hover
{
	text-decoration:none;
}

#member-list h2
{
	margin-bottom:20px;
}

/* Begin Structure */


#page {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width: 1090px;
	}

#header {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	height: 266px;
	width: 1090px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 90px;
	margin: 0;
	width: 560px;
	_width: 555px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 90px;
	margin: 0;
	width: 820px;
	}
	
.profilecolumn {
	width:450px;
	padding: 0 0 20px 20px;
	}
	
.profilecolumn p
{
	margin:0px 0px 10px 0px;
}
	
#profilePicColumn {
	float:left;
	padding:6px 0 0 90px;
	height:110px;
	width:110px;
	}

#content .post {
	margin: 0 0 20px;
	text-align: justify;
	}

#content .post img{
	border:none;
	}
#content .entry .wp-caption {
	max-width:557px;
	}
	
#content .entry img {
	max-width:545px;
	}

#content hr {
	display: block;
	border:thin solid #E8A713;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	color:#FFF;
	font-size:10pt;
	padding: 11px 20px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 11px 0 5px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
#respond h3 {
	color:#46166B;
	margin:0px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 10px 0 0 0;
	display: block;
	}
	
.gravatar-img img
{
	height:60px;
	width:60px;
}

.gravatar-img
{
	float:left;
	padding-right:10px
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px 20px;
	width: 245px;
	float: right;
	margin:0px 30px 0px 0px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	/*margin-bottom: 60px;*/
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Profile Form */
#profileForm .qText{
	color:#46166B;
	font-weight:bold;
	font-size:10pt;
	}
#profileForm select {
	width:100%;
	}

#profileForm textarea {
	width:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	}
	
#profileForm .question	{
	padding-top:20px;
	}

#profileForm .bigTA{
	height:150px;
	}
	
#profileForm .smallTA{
	height:50px;
	}
/* End Profile Form*/
