/* 
Theme Name: coc_theme
Theme URI: http://wpthemeland.com/
Description: Care of Creation Theme 1 (Adopts original look. Based on Techland) 
Version: 1.0
Author: FB Gluck
Author URI: http://www.marketthinkonline.com
*/

/* ************************************** */
/* General -- Applies to all divs         */
/* ************************************** */

html, body {
	height:100%;
}
	
body {
	margin: 0 auto;
	padding: 0;
	background-image: url("images/page_background.gif");
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	width: 1007px;
}

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

h2, h3 
{
	font-size:20px;
}

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

blockquote 
{
	background:url(images/blockquote.gif) no-repeat left top;
	margin:1em;
	padding:0 0 0 4em;
	color:#666;
	font-style:italic;
}

#header, #content, #sidebar, #footer, .widget 
{
	overflow:visible;
}

/* ************************************ */
/* Site Images                          */
/* ************************************ */

img 
{
	padding:10px 2px 2px 4px;

}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}

img.wp-smiley 
{
	padding:0;
	border:none;
}


/* ********************************** */
/*          Links                     */
/* ********************************** */

a:link,a:visited {
	color: #141464;
	text-decoration:none;
}

a:hover, a:active {
	color:#48431d;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover{
	color: #141464;
	text-decoration:none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-weight: bold;
}

.clear
{
	clear:both;
}

#main .feed 
{
	background:url(images/icon_feed.gif) no-repeat left;
	margin:0;
	padding:5px 16px;
}

/* ************************************** */
/* Lists					              */
/* ************************************** */

ul
{
	margin:0;
	padding:0 1em;
}

ol 
{
	margin:0;
	padding:0 3em;
}
#content ul li, #hp_left_column ul li 
{
	background:transparent;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 5pt 0pt 10pt;
	padding:10px 10px 10px 10px;
	padding-top: 0px !important
}
/* ************************************** */
/* Site Header and print header       	  */
/* ************************************** */
#printheader { display:none;
	
}

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

/* ************************************** */
/* Top Menu                               */
/* ************************************** */

#menu
{
	background: #48431d;
	width: 640px;
	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;
}

/* ************************************** */
/* Sidebar */
/* ************************************** */

#sidebar 
{
	font-size:12px;
	line-height:16px;
	float: left;
	width: 25%;	
	padding:10px 10px 10px 20px;		
}

#sidebar li {
	margin: 5px 0;
	padding-bottom:0px;
	padding-left:0;
	padding-top:0;
	padding-right:0;
	line-height: 16px;
}


#sidebar li li 
{
	margin:15px 0;
}

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

#sidebar h2 
{
	font-size:1.4em;
	text-transform:uppercase;
	border-bottom:#cdc 1px solid;
	margin:1em 0 0.5em 0;
}
#sidebar ul {
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar form, #sidebar table, #sidebar p, #sidebar ul ul
{
	padding-left:1em;
	margin:0.5em 0;
}

/* ************************************** */
/* Home Page Specific             		  */
/* ************************************** */
#hp_flash_area {
	float:right;
	width: 100%;
	height:250px;
}

#hp_left_column {
	float:left;
	width: 100%;
	padding-right: 4%;
	left: 52%;
	right:50%;
	margin-right: 4px;
	/* border-right:1px solid #ddd; */
	/* background-color:#999900; */
}

#hp_right_column {
	float:right;
	width:46%;
	left: 56%;
	background-color:#FF66CC;
}

/* ************************************** */
/* Content                                */
/* ************************************** */

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

#content_wrapper {
background-image:url(images/content_wrapper_background.gif);
margin:0pt auto;
width:660px;
font-size: .76em;
}

#main {
	width: 640px;
	margin: 0 auto;		
}

#content ul 
{
	line-height:180%;
}

#content ol li {
	line-height: 180%;
	padding: 0em 0em 1em 4em;
}

#content h5 {
/* Allows h5 to be used in Wordpress visual editor */
font-size: .75em;
font-weight:bold;
}

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

/* ********************************** */
/* Footer */
/* ********************************** */
#footer {
	width: 100%;
	margin: 0 auto;
	background: #48431d;
	color:#fff;
	padding:4px 0px;
	text-align:center
	/* float:left; */
}

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

