/*  
Theme Name: ProCut
Theme URI: http://komirad.com
Description: A <a href="http://komirad.com/procut" title="ProCut">professional theme</a> by <a href="http://komirad.com" title="komirad">Komirad</a> also known as <a href="http://jclee.name">JC LEE</a>. Support available at <a href="http://komirad.com/forums/index.php?board=3.0">Komirad's Wordpress Themes Support Forum</a>
Version: 1
Author: Komirad (JC LEE)
Author URI: http://komirad.com
*/
@charset "utf-8";

#header {
	border: 0px;
}
#body {
        background: #e2e4e6;
}
#wrapper {
	width: 940px;
	text-align: left;
        background-image: url(http://www.davegkugler.com/media/photoblog/img_background.png);
}
#main #navLink a{
	text-decoration: none;
	color: #FF2B06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main #contentArea {
        border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
        padding-top: 10px;
	float: left;
	display: inline;
	width: 780px;
        background: #FFF;
}

#main #sideBarWrapper {
	width: 160px;
	float: left;
	display: inline;
}
#main #sideBar {
        width: 148px;
}
#main #sideBar h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
        text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 8px;
        margin-left: 0px;
        padding-left: 0px;
}
#main #sideBar ul{
	list-style-type: none;
	margin-top: 0px;
        margin-left: 12px;
        padding-left: 0px;
}
#main #sideBar ul li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
        margin-left: 0px;
        padding-left: 0px;
}
#main #sideBar ul li ul{
	padding-left: 0px;
	margin-left: 0px;
}
#main #sideBar ul li ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 2px;
	border: none;
        margin-left: 0px;
        padding-left: 0px;
}
#main #sideBar ul li ul li a{
	color: #333;
	padding-top: 1px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        margin-left: 0px;
        padding-left: 0px;
}
#main #sideBar ul li ul li.recentcomments a{
	display: inline;
        margin-left: 0px;
        padding-left: 0px;
}
* html #main #sideBar ul li ul li a{
	width: 148px;
        margin-left: 0px;
        padding-left: 0px;
}
#main #sideBar ul li ul li a:hover{
	color: #FF2B06;
}
#header #headSpace{
	height: 50px;
}

.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding:0 0 1em 0;
}

.post .entry {
	text-align: justify;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;
        padding-left: 40px;
        padding-right: 40px;
}
.post a{
	text-decoration: none;
	color: #FF2B06;
}
.post a:hover{
	text-decoration: underline;
}
.post .posttitle a {
	text-decoration: none;
        padding-left: 40px;
	font-weight: bold;
        text-transform: uppercase;
	font-size: 14px;
	color: #FF2B06;
	background-color: #F1F1F1;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.post .posttitle a:hover {
	text-decoration: underline;
}
.post .post-info, .post .postmetadata {
	font-size: 10px;
        margin-left: 40px;
}
#footer{
	width: 920px;
	clear: left;
	height: 11px;
	padding-top: 5px;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#footer, #footer a{
	color: #666;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
        text-transform: uppercase;
}
#footer #themeData {
	float: right;
	font-size: 11px;
	padding-top: 2px;
}
#footer  #copyright {
	text-transform: uppercase;
}
body {
	margin: 0px;
}
#commentDiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentDiv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF2B06;
	text-decoration: none;
}
#commentDiv #commentform textarea#comment{
	width: 500px;
}
#commentDiv #comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentDiv #commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
#commentDiv .commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#commentDiv .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#commentDiv .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#commentDiv .commentlist li.alt 
{
    background:#f9f9f9;    
}
#commentDiv .commentlist li.authorcomment 
{
    border:#fc9 1px solid;      
}
#commentDiv .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#commentDiv .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#commentDiv .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}