/* 
Theme Name: coc_theme_2
Theme URI: http://wpthemeland.com/
Description: Care of Creation Theme 2 (Based on Techland. Implements new look) 
Version: 1.0
Author: FB Gluck
Author URI: http://www.marketthinkonline.com

** For this theme, see additional stylesheet: hpage.css **
*/

html, body {
	height:100%;
	}
body {
	padding: 0;
	background-image: url("images/page_background.gif");
	font-size:76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	/* include the following to ensure IE8 centers the presentation */
	width:100%;
	position:absolute;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}

#superwrapper {
	width:800px;
	margin: 0 auto;
	position:relative;
	text-align:left;
}

#bodyshadowleft {
	position:relative;
	float:left;
	width:10px;
	min-height:100%;
	left:173px;
	top:0px;
	/* background-color:#999999; */
	background-image: url(images/bodyshadow_left.gif);
	background-repeat:repeat-y; */
	}

#bodyshadowright {
	position:relative;
	float:left;
	width:10px;
	min-height:100%;
	left:813px;
	top:0px;
	background-image: url(images/bodyshadow_right.gif);
	background-repeat:repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Arial, Serif;
	font-weight:normal;
	line-height:1.4em;
	color:48431d;
}

p, ul, ol, blockquote {
	line-height: 180%;
}

h2
{
	font-size:20px;
}


.post-content h2 {
	margin-bottom:10px;
}

h3	{
	font-size:18px;	
}

h4	{
	
	font-size:16px;
}


blockquote 
{
	background:url(images/blockquote.gif) no-repeat left top;
	margin:1em;
	padding:0 0 0 4em;
	color:#666;
	font-style:italic;
}
img 
{
	padding:2px;
	border:#ccc 1px solid;
}
img.alignleft 
{
	float:left;
	margin:0 1em 1em 0;
}
img.alignright 
{
	float:right;
	margin:0 0 1em 1em;
}

span.image_link a{
	border-bottom:none;
	text-decoration:none;
	}

img.leading_letter {
	float:left;
	border:none;
	margin:0 5 5 0;
}

a:link,a:visited {
	color: #141464;
	border-bottom: #141464 thin dotted;
	text-decoration:none;
}

a:hover, a:active {
	color:#48431d;
	text-decoration: none;
	border-bottom:#48431d thin solid;
}
img.wp-smiley 
{
	padding:0;
	border:none;
}
.clear
{
	clear:both;
}
#main .feed 
{
	background:url(images/icon_feed.gif) no-repeat left;
	margin:0;
	padding:5px 16px;
}
ul
{
	margin:0;
	padding:0 1em;
}
ol 
{
	margin:0;
	padding:0 3em;
}

#content_wrapper {
	background-image:url(/wp-content/themes/coc_theme_2/content_wrapper_background.png);
	background-repeat:repeat-y;
}


#content ul li 
{
	list-style:none;
	/*background:url(images/bullet.gif) no-repeat left 3px ; */
	margin:0;
	padding:0 20px 14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

#content ul li ul li

{
	list-style-type:circle;
	margin-left: 15px;
	padding-left: 0px;
	
}

#header {
	text-align:right;	
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}

#header h1 {
	padding: 20px 10px 5px;
	font-size:1.8em;
	font-variant:small-caps;
}

#header h2 {
	padding: 0 10px;
	font-size:1em;
}
#menu
{
	background: #48431d;
	/* width: 100%; */
	height:28px;
	line-height:28px;
	margin:0 auto;
	padding:0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 2px 18px 0;
	border-right: 1px solid #363;
	border-bottom:0px;
	text-decoration: none;
	color:#ddd;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #141434;
	color:#fff;
	background-color: #99CC00;
}

#menu #rss a {
	float: right;
	padding-left: 50px;
	background: url(images/rss.gif) no-repeat 16px 50%;
	border: none;
	border-left: 1px solid #363;
}

#menu #rss a:hover {
	background-color:#141434;
}
/* Content */

#main {
	width: 100%;
	margin: 0 auto;		
}

#content {
	float: right;
	width: 68%;
	padding: 20px 15px;	
}

#sidebar 
{
	font-size:0.9em;
	float: left;
	width: 25%;	
	padding: 10px;		
}

#sidebar a {
	text-decoration:none;
	border: none;
}

#sidebar a:hover {
	border-bottom:thin dotted;		
}

#sidebar li.current_page_item
{
	font-weight: bold;
}

#sidebar li.page_item {
	padding-bottom:10px;
	line-height:14px;
}

/* Content > content */

#content .post 
{
	margin-bottom:1em;
	padding-bottom:2em;	
}
#content .posted
{
	margin:0;
	padding:0;
	font-size:0.9em;
	letter-spacing:1px;
	font-variant:small-caps;
	color:#888;
	font-family:Trebuchet MS, Verdana, Arial, Serif;
}
#content .post-meta
{
	color:#999;
	font-size:0.9em;
	clear:both;
	border-top:#ddd 1px solid;
	padding-bottom:1em;
	
}
#content .comments
{
	float:right;
	background:url(images/icon-comments.gif) no-repeat left;
	padding-left:15px;
	
}
#content .category
{
	background:url(images/icon-category.gif) no-repeat left;
	padding-left:12px;	
}
#content h2.pagetitle 
{
	margin:0 0 1em 0;
	padding:0;
}
/* Content > sidebar */
#sidebar h2 
{
	font-size:1.4em;
	text-transform:uppercase;
	border-bottom:#cdc 1px solid;
	margin:1em 0 0.5em 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar form, #sidebar table, #sidebar p, #sidebar ul ul
{
	padding-left:1em;
	margin:0.5em 0;
}
#sidebar li {
	margin: 5px 0;
	padding:0;
}
#sidebar li li 
{
	margin:10px 0;
}
/* Footer */

#footer {
	margin: 0 auto;
	background: #48431d;
	color:#fff;
	padding:10px;
	text-align:center;
}

#footer p {
	margin: 0;
	padding:0;	
}
#footer p.credits 
{
	font-size:0.9em;
}
#footer * 
{
	color:#fff;
}
#footer a:hover 
{
	border-bottom:#fff 1px solid;
}
/************************************************
*	Comments									*
************************************************/
	
#content .commentlist 
{
	margin:0;
	padding:0;
	border-top:#ccc 1px dotted;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom: #ccc 1px dotted;	
}
.commentlist li.alt 
{
    background:#f5f5f5;    
}
.commentlist li .cmtinfo 
{
	font-size:0.9em;
	margin:0;
	padding:0;	
	text-align:right;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	float:left;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}
input.textbox
{
	border:#ccc 1px dotted;
	background:#f5f5f8;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	margin:2px 0;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px dotted #ccc;	
	background:#f5f5f8;
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:visable;
}
