/*  
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";

p img {
	padding: 0;
	max-width: 100%;
	}

/*	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{ border: 0;}

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
	}

body{
	background: #f3edf9 url('images/bg.jpg') repeat-x;
	margin: 0;
}

#header {
	width: 906px;
	height: 83px;
	float: left;
	background: url('images/header.jpg');

}
#wrapper {
	left: 50%;
	position: absolute;
	margin-left: -453px;
	width: 906px;
	float: left;
	text-align: left;	
}

#main{
		background: url('images/main.jpg');	
		width: 906px;
		float: left;
}

#main #navLink a{
	text-decoration: none;
	color: #8d8dff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #contentArea {
	float: left;
	width: 650px;
	margin-left: 25px;
	padding-top: 10px;
}

#main #sideBar {
	width: 168px;
	float: right;
	display: inline;
	margin-right: 20px;
	padding-top: 4px;
}
#main #sideBar h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #sideBar ul{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
#main #sideBar ul li{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#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: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
	border: none;
}
#main #sideBar ul li ul li a{
	color: #8d8dff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
}
#main #sideBar ul li ul li.recentcomments a{
	display: inline;
}
* html #main #sideBar ul li ul li a{
	width: 190px;
	margin-top: -8px;
}
#main #sideBar ul li ul li a:hover{
	color: #666;
	margin-left: 5px;
}
#header #headLeft {
	padding-right: 10px;
	padding-top: 40px;
	text-align: center;
	float: left;
	width: 505px;
	background-color: #FAFAFA;
}

.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 3em 0;
}

.post .entry {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;
}
.post a{
	text-decoration: none;
	color: #8d8dff;
}
.post a:hover{
	text-decoration: underline;
}
.post .posttitle a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #8d8dff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.post .posttitle a:hover {
	background-color: #F0F0F0;
}
.post .post-info, .post .postmetadata {
	font-size: 10px;
}
.postmetadata{
	border-top: 1px dashed #e0e0e0;
}
#footer{
	width: 906px;
	height: 29px;
	float: left;	
		background: url('images/footer.jpg');
}
#footer  #copyright {
	color: #666;
	margin-left: 25px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin: 0px;
}
#commentDiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentDiv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}