/*  
Theme Name: Bill Romanowski
Theme URI: http://www.brandedforsuccess.com
Description: Wordpress theme for Bill Romanowski
Version: 1.0
Author: Christopher Kirk
Author URI: http://www.ckblogs.com/

*/

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */
body {
	padding-left: 30px;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: sans-serif;
}
#wrap {
	width: 100%;
	height: 100%;
}
#navbar {
	background-image: url(images/nav_bkgnd.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	text-align: center;
}
#content {
	background-image: url(images/body_bkgnd.jpg);
	background-repeat: repeat-y;
}
#centerbar {
	padding: 10px;
	color: #000000;
}
.posts {
	width: 450px;
	border-bottom: 2px solid #142744;
}
.posts h2 a {
	color: #142744;
	text-decoration: none;
	font-weight: bold;
}
.posts h2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.posts img {
	border: 1px solid #142744;
}
#header {
	font-family: Aharoni, Tahoma, Arial, Helvetica, sans-serif;
}
/* #header h1 {
	position: relative;
	top: 30px;
	color: #ffffff;
	margin: 0 200px 0 200px;
}
#header h1 a {
	text-decoration: none;
	color: #ffffff;
} */
#blogdesc {
	position: relative;
	top: 105px;
	color: #142744;
	font-family: Aharoni, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
#blogdesc h1{
	float: left;
	font-family: Aharoni, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 20px;
}
#blogdesc h1 a {
	text-decoration: none;
	color: #142744;
}
#blogdesc #desc {
	float: right;
	margin-right: 20px;
}
#navbar {
	text-align: center;
}
#navbar .navbarlist {
	padding-top: 3px;
	color: #142744;
	font-family: Aharoni, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	display: inline;
	padding-left: 15px;
}
#navbar ul li a {
	text-decoration: none;
}
#sidebar {
	margin: 0;
	padding: 0 10px 0 8px;
	color: #ffffff;
}
#sidebar a {
	color: #fed503;
}
#sidebar a:hover {
	color: #f5841f;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	padding-left: 5px;
	margin-bottom: 20px;
}
#sidebar ul li h2 {
	width: 190px;
	height: 34px;
	margin-left: -15px;
	padding-top: 3px;
	font-family: sans-serif;
	font-size: 12pt;
	color: #ffff00;
	background-image: url(images/side_header.png);
	background-repeat: no-repeat;
	text-align: center;
}
#sidebar ul li ul, #sidebar ul li ul li {
	margin: 0;
}
#footercenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#footerright {
	padding-left: 20px;
}
blockquote {
	background-color: #f5841f;
	color: #142744;
	padding: 5px;
	border-top: 4px solid #142744;
	border-bottom: 4px solid #142744;
}
#comments {
	margin: 10px;
	padding: 10px;
	border: 1px solid #142744;
}
#comments ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#comments ol li {
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #000000;
	line-height: 24px;
}
#comments span.comment-author {
	font-weight: bold;
}
#respond {
	padding: 10px;
	background: #f5841f;
}	