/*
Theme Name: Delete Raiments
Theme URI: http://delete-raiments.com
Description: Built on Thematic Theme</a>
Author: Richard O'Brien
Author URI: http://obrienware.com
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#main {
	padding: 20px 0 22px;
}
body, input, textarea {
	font-family: Sans-serif, Arial, Helvetica;
}

.entry-meta, .entry-utility {
	font-family: Georgia, Times;
}

.main-aside{
	font-family: Trebuchet MS, Tahoma, Sans-serif, Arial, Helvetica;
}

.main-aside h3 {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.xoxo {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.entry-title {
	font-weight: normal;
	letter-spacing: -1px;
}

#blog-title a:hover, 
#siteinfo a:hover, 
.entry-meta a:hover, 
.entry-utility a:hover, 
.entry-title a:hover
{
	color: #050;
}
.aside a:hover 
{
	color: #fff;
}

#access {
	border: 0;
}

#branding {
	background: #fff url(images/header_top.jpg) no-repeat scroll left center;
	padding: 0;
	height: 215px;
	overflow: hidden;
}

#blog-title {
	position: relative;
	left: 630px;
	top: 50px;
	font-size: 20pt;
}

#blog-description {
	position: relative;
	left: 630px;
	top: 40px;
}

.menu {
	height: 2.4em;
	background: #060 url(images/menu-bg.gif) repeat-x scroll left center;
	padding-left: 20px;
	border: 1px solid #060;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sf-menu li {
	background: transparent;
}
.sf-menu, .sf-menu a {
	border: 0;
}
.sf-menu a, .sf-menu a:visited {
	color: #fff;
}
.sf-menu a:hover {
	color: #fff;
	background: #070;
}

#primary {
	margin: 0;
	padding: 0;
	border: 0;
}
.panel-head {
	height: 20px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: #fff url(images/panel-head.png) no-repeat 0 0;
}
.panel-foot {
	height: 20px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: #fff url(images/panel-foot.png) no-repeat 0 0;
}
.panel-border {
	width: 300px;
	margin: 0;
	padding: 0;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	background: transparent url(images/panel-bg.png) no-repeat scroll 0 bottom;
}
.panel-body { 
	width: 300px;
	margin: 0;
	padding: 0;
	background: transparent url(images/panel-bg-repeat.png) repeat-y 0 0;
	color: #fff;
}
.panel-body a {
	color: #fff;
}
.panel-body input {
	border: 1px solid #060;
}
.category-pic {
	float: left;
	margin: 0 10px 10px 0;
	border:1px solid #000;
}
h2 { clear: none; }
.post-meta {
	font-size: 10pt;
}
.post-meta-key {
	font-weight: bold;
	color: #050;
}
