/*
Theme Name: Sinister Design template
Theme URI: http://wordpress.org/
Description: Sinister Design Template.
Version: 1.0
Author: Dale R Rogers
Author URI: http://www.dalerrogers.com/
Tags: Three columns, minimalist, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Dale R Rogers,
	whose blog you will find at http://www.dalerrogers.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color: #333333;
        background-image: url(TitleBarB.png);
	background-repeat: no-repeat;
        color: #000000;
	font-family: arial, sans-serif;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        
	}
a:link { color: #C21212; }
a:visited { color: #9C0E0E; }
a:hover { color: #EB2525; }

#header {
		/*background-image: url(TitleBarB.png);
		background-repeat: no-repeat;*/
		margin-left: 0px;
                margin-top: 0px;
                height: 200px;
		clear: both;
		font-size: 1.4em;
		font-weight: bold;
		}
#logo {
		margin-left: 0px; 
                margin-top: -25px;
		border: 0px;
                float: left;
                valign: bottom;

			}
#logo a {
	outline: none;
}
/*Header navigation*/
#header_navMenu {position: relative; top: 125px; margin-left: 125px; }
#header_navMenu li {display: inline; padding: 0px 20px; font-size: .9em;}
#header_navMenu li a {text-decoration: none; font-size: .9em;}
#header_navMenu a:link {color: #C21212;}
#header_navMenu li a:visited {color: #9C0E0E;}
#header_navMenu li a:hover {color: #EB2525;}


/*Content Section*/
#content_wrapper {
		padding: 0px 10px;
		clear: both;

		}
#content-l {
		margin-left: -60px; 
		width: 20%;
		float: left;
		padding: 0px 10px;
		}
#content-l ul li {list-style-type: none;}

#content-c {
		width: 55%;
		float: left;
		padding: 0px 10px;
		border: 2px;
		border-style:solid;
		border-color:#9C0E0E #9C0E0E;
		background-color: #ffffff;
		font-size: .8em;
		min-height: 400px;
}


#content-r {
		width: 20%;
		margin-top: 0px;
		float: right;
		padding: 0px 5px;
		color: #ffffff;
		}
#content-r ul li {list-style-type: none;}

/* Sidebar styling */
.widget {font-size: .9em; padding-bottom: 20px;}

.widget_title{font-size: 1em;}
.text_widget{font-size: 1em; position: relative; margin-left: -30px;
            }
.widget ul li {font-size: 1em; position: relative; margin-left: -40px;
            }
/* footer */
#footer {
	font-size: .8ems;
	color: #999999;
	padding-top: 50px;
	clear: both;
}

#designer {font-size: .7em;}
#designer a {text-decoration: none; color: #666666;}
#designer a:visited { color: #666666;}
