/*  
Theme Name: ItsDelicious
Theme URI: http://deliciousghost.com
Description: Theme based off of <a href="http://komirad.com/procut" title="ProCut">ProCut</a> by <a href="http://komirad.com" title="komirad">Komirad</a>.
Version: 1
Author: C. Heckman
Author URI: http://culturefilter.com
*/
@charset "utf-8";

body {
background: url(../../../backgroundandlogo/bkg_02.jpg)fixed;
background-color: #191919;
}
#wrapper {
	margin: 0px 0px 0px 40px;
	width: 900px;
	text-align: left;	
}
#header {
margin: 10px 0 10px 40px;
}
#main #navLink a{
	font-family: Verdana, Sans-serif;
	color: #ff0096;
	text-decoration: none;
        font-size: 10px;
}
#main #navLink a:hover{
	color: #ff0096;

}
#main #contentArea {
	float: left;
	width: 580px;
	margin: 0px 10px 0 0;
       
}

#main #sideBar {
	width: 200px;
	float: left;
	display: inline;

}
#main #sideBar h2{
	font: italic 12px Georgia, serif;
	font-weight: Normal;
	color: #1f1f1f;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #sideBar h2 a {
	color: #A0A69F;
	text-decoration: none;
}
#main #sideBar h2 a:hover {
	text-decoration: underline;
	color: #ff0096;

}
#main #sideBar ul{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
#main #sideBar ul li{
	margin-bottom: 8px;
}
#main #sideBar ul li ul{
	padding-left: 0px;
	margin-left: 0px;
}
#main #sideBar ul li ul li{
	font-family: Verdana, sans-serif;
	font-size: 1wpx;
	line-height: 12px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
}
#main #sideBar ul li ul li a{
	color: #666;
    text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;

}
#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: #ff0096;


}
.post {
	
}

.postholder {
	background: #fff;
	padding: 14px 14px 5px 14px;
	margin-bottom: 3px;
        border-bottom: 1px #DDDDDD dashed;
}

.post .entry img {
	margin: 0px 12px 0px 0px;
	border: none;
	text-align: center;
}

.post .entry {
        font-family: Verdana, sans-serif;
	font-weight: Normal;
	color: #00000;
	font-size: 11px;
        line-height: 14px;

}
.post a{
	text-decoration: none;
	color: #ff0096;
}

.post a:hover{
color: #ff0096;
}
.post .posttitle a {
	text-decoration: none;
	font: italic 22px/22px Georgia, serif; 
	color: #000;
	display: block;
}

.post .posttitle a:hover {
	color: #000000;
	text-decoration: none;
}

.postmetadata {
	background: #fff;
	padding: 0px 14px 5px 14px;
	font: normal 10px/12px Verdana, Sans-serif;
        color: #000000;
	margin-bottom: 45px;
        border-bottom: 1px #DDDDDD dashed;
}


.postmetadata a {
	font-family: Verdana, Sans-serif;
	color: #676767;
	text-decoration: none;
        font-size: 10px;


}



.postmetadata a:hover {
	color: #ff0096;
	text-decoration: none;
}

#footer{
	width: 900px;
	clear: left;
	padding-top: 6px;
}
#footer, #footer a{
	color: #00000;
	font-family: Verdana, Sans-serif;
	text-decoration: none;
        font-size: 12px;
}
#footer #themeData {
	float: left;
	font-size: 10px;
	padding-top: 2px;
}
#footer  #copyright {
	
}

.postcommentdata {
	background: #fff;
	padding: 7px 14px 7px 14px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
}

.postcommentdata a {
        font: italic 12px Georgia, serif;
	font-weight: Normal;
	color: #ff0096;

}

#commentDiv{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#commentDiv a{
	
color: #ff0096;
	text-decoration: none;
}
#commentDiv #commentform textarea#comment{
	width: 500px;
}
#commentDiv #comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentDiv #commentform 
{
	margin:10px 0;	
}
#commentDiv .commentnum 
{
	font-size:1em;
	font-weight:normal;	
	margin:0 5px 0 0;
}
#commentDiv .commentlist {
	margin: 1em 0;
	padding: 0;
        list-style-type: decimal;
}
#commentDiv .commentlist li 
{
	border-bottom: 1px #DDDDDD dashed;


}
#sidebar #searchform #s {
    width: 90px;
    height: 12px;
    padding: 1px;
    }

#searchform input#s sidebarsubmit {display: none;}
#searchform input#s {margin-left:0px;}
}