/*
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

*/

ul.addtoany_list li a { padding: 0 !important; }

/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	background: #000 url('http://www.theflawk.com/images/top-grad.jpg');
        background-repeat: repeat-x;
        color: #eee;
        /* color: #333; */
	text-align: center;
	}

#page {
        background-color: #000000;
	text-align: left;
	}

#header {
        margin: 0 0 0 0px;
        padding: 0 0 0 0px;
	background-color: #000000;
	}

#headerimg 	{  
	height: 67px; 
	width: 950px;
        margin: 0 0 0 0px; 
        padding: 0 0 0 0px;
	} 

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.singlecolumn .entry, .narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #333;
	border: 1px solid #666;
	}

#footer {
        clear: both;
	background: #000000 url('http://www.theflawk.com/images/footer-dex.jpg') repeat-x top; 
	border: none;
        color: #fff;
        height: 234px;
        clear: both;
	}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h2 {
	font-size: 1.6em;
	}

h8 {
font-size: 1.7em;
color: #FFCC66;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
line-height: 28px;
}

h1.pagetitle, h2.pagetitle {
	font-size: 1.6em;
	}

.narrowcolumn h1 a:hover, .narrowcolumn h2 a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h1 a, h2 a, h3, h3 a, h3 a:visited {
	color: #FFCC66;
	}

h2, h2 a, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}


.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #FFCC66;
	text-decoration: none;
	}

a:hover {
	color: #FFCC66;
	text-decoration: underline;
	}

.navigation a {
	color: #FFCC66;
	font-weight: bold;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px; 
	}

#page {
	background-color: #000000;
	margin: 0px auto;
	padding: 0 0 0 0px;
	width: 950px;
	}

#header {
	margin: 0 0 0 0px; 
	padding: 0 0 0 0px; 
	background: #000 url('http://www.theflawk.com/images/top-grad.jpg');
	height: 0px; 
	width: 950px;
        height: 67px;
	}

#headerimg {
	margin: 0 0 0 0px;
        padding: 0 0 0 0px;
	height: 97px;
	width: 100%;
	}



.narrowcolumn {
        float: right;
        padding: 15px 10px 10px 10px;
	margin: 0px 0px 10px 0;
	width: 671px;
        background-color: #000;
        background-repeat: no-repeat;
	}

.singlecolumn {
        float: right;
        padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0;
	width: 671px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border: solid 1px #ccc;
        background: #FFF;
        background-repeat: no-repeat;
	}

.widecolumn {
        float: left;
        padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 125px;
	width: 700px;
        border: solid 1px #ccc;
        background-color: #333;
        background-repeat: no-repeat;
	}

.post {
	margin: 0 10px 20px 10px;
	text-align: justify;
        border-bottom: dotted 1px #CCCCCC;
        padding: 0 10px 20px 10px;
	}

.post hr {
	display: block;
	}

.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: left;
	text-align: center;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1, h2 {
	margin: 25px 0 5px 0px;
	text-align: left;
	}

h1.pagetitle, h2.pagetitle {
	padding: 0 20px 0 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
	}
/* End Headers */



/* Begin Images */
.entry img {
        border: solid 7px #fff;
        margin: 10px 10px 10px 0px;
}

p img {
	max-width: 100%;
	padding: 0;
	}

/*	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.mine {
        padding: 0px;
}

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 {
	}

.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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: disc outside;
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar #twitter_update_list li {
	padding-bottom: 5px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	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 textarea {
	width: 98.5%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 10px;
	list-style: none;
	border: 1px solid #666;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentsdiv{
	margin: 0 10px 20px 10px;
        padding: 0 10px 20px 10px;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
        margin-bottom: 10px;
	font-size: 1.1em;
	padding: 40px 10px 20px 30px;
	width: 200px;
        background-color: #000;
        background-repeat: no-repeat;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 60px;
	}

/* End Various Tags & Classes*/

/* NELSONS ADDED NAVIGATION */

#navbar {
    	font-family:Arial, Helvetica, sans-serif;
    	font-size:1.6em;
    	font-weight:bold;
    	height:51px;
    	margin: 0px;
        float: right;
}


#navbar li {
    	text-align: center;
    	list-style:none;
    	display:inline;
}

#navbar a {
    	color:#FFFFFF;
    	text-decoration:none;
    	padding:15px 20px 15px 20px;
    	float:left;
}


#navbar a:hover { 
    	color:#fecc66;
    	background: #000 url('http://www.theflawk.com/images/bg-button.jpg') fixed top;   
    	padding:15px 20px 15px 20px;
}

#navbar a:active {
    	color:#FFFFFF;
}

#buttonbox { 
    	height: 36px;
    	margin: 0px 0 0 0;
    	padding: 0 0 0 0;
    	width: 950px;
}

#buttonboxIE { 
    	margin: 0px 0 0 0;
}

#bigbuttons {
    	clear: both;
    	margin: 0px 0 0 0;
    	padding: 0 0 0 0;
    	width: 980px;
    	height: 203px;
}

.cssbutton{
	background-color: #fff;
	border: 1px #333333 outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: bold 100% Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
	color: black;
}

.cssbutton:hover{
	border-style: inset;
	background-color: #eeeeee;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
	color: black;
}

h5 {
        color: #FFCC66;
        font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
        font-weight: bold;
}

#footer a {
	color:#FFCC66;
	text-decoration:none;

}

#footer a:hover { 
	color:#fffff;
	text-decoration: underline;
}

#footer {
font-size: 11px;
}

#sidebar .pagebar {

display: none;
}
/* END OF NELSONS ADDED NAVIGATION */

