/*
Theme Name: JC Multimedia
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 1.0
Author: Jeff Clement
Author URI: http://www.jcmultimedia.com
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	background:#7a854b url('images/wallpaper.gif');
	color: #333;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 75%;
}
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .container             { zoom: 1; } /* IE6 */
*:first-child+html .container { zoom: 1; } /* IE7 */
.left { float:left; }
.right { float:right; }
.wrapper {
	text-align: left;
	margin: auto;
	width: 892px;
	padding:20px 0 0 0;
	background:#edcb9b url('images/paper.jpg') repeat-y;
}
a {
	color: #AD2E29;
}
a:hover {
	color: #000;
}
p {
	margin: 12px 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
div#header {
	margin: 0 8px;
	background:#564636 url('images/header-back.jpg') no-repeat;
}
a.logo {
	float:left;
	width:290px;
	height:34px;
	margin:33px 0 0 30px;
}
h1 {
	font-size: 48px;
	color: #666;
}
h1 a {
	text-decoration: none;
	color: #666;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	float:right;
	margin:9px 25px 0 0;
	display: block;
}
ul#navigation li {
	float: left;
}
ul#navigation li ul { display:none; }
ul#navigation li a {
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	text-decoration:none;
	padding:30px 15px;
	display:block;
}
ul#navigation li a:hover,
ul#navigation li.current_page_item a {
	background:#fff url('images/navlink-back.jpg') repeat-x bottom;
	color:#B74805;
}
div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin:0 8px;
	padding:20px 30px;
}
.has-sidebar-right {
	margin-right:270px;
	min-height:400px;
}
#sidebar {
	width:260px;
}
.widget {
	border:5px solid #fff;
	margin:0;
	padding:0;
}
.widget .green {background:#7A854B;}
.widget .beige {background:#C68751;}
.widget .lightGreen {background:#B3AA51;}
.widget .title {
	background:#462F1D;
	padding:4px;
	font-size:17px;
	color:#fff;
	font-weight:normal;
}
.widget .grey {background:#f4f4f4;color:#666;}
.widget .content {
	color:#fff;
	padding:10px;
	line-height:17px;
}
.widget ul{
	list-style:none;
	margin:0;
	padding:0;
	color:#fff;
} 
.widget li {
 	padding:4px 5px 5px 10px;
	margin:0;
	border-top:1px solid #A19D60;
	line-height:normal;
 }
.widget li.current_page_item {
	background:#fff;
}
.widget li.current_page_item a {
	color:#AD2E29;
}
.widget li a { 
	color:#fff; 
	text-decoration:none;
	display:block;
}
.widget li.active {background:#fff;}
.widget li.active a{color:#AD2E29;}
.widget li.active a:hover{color:#AD2E29;}
div#content p {
	line-height: 1.5em;
}
div#page h1 {
	margin:0 8px;
	padding:7px 0 0 30px;
	width:575px;
	height:36px; /* 41px */
	font-size:24px;
	font-weight:normal;
	color:#AD2E29;
	background:url('images/porttitle-back.gif') no-repeat;
}
div.thumbnail {
       float:left;
       width:560px;
}
div.thumbnail p { margin:0; padding:0; }
div.thumbnail img {
	background: #DCA972;
	border: 1px solid #D18F51;
	margin:0;
	padding: 8px;
	width: 540px;
}
div.entry {
	width: 240px;
	float: right;
}
div#content h2 {
	color:#AD2E29;
	font-weight:normal;
        font-size:130%;
}
div#content h3 {
	border-bottom: 1px dashed #836C4E;
	color: #AD2E29;
	padding-bottom: 5px;
	margin-bottom:5px;
        font-size:130%;
	font-weight:normal;
}
div#content h2 a {
	text-decoration: none;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer {
	height:40px;
	background:url('images/footer-back.jpg') no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
div#footer p {
	padding:0 20px;
}
div#footer a {
	color:#DB971A;
	text-decoration: none;
}
div#footer a:hover {
	color: #555;
	text-decoration: underline;
}
div.portfolio {
        margin:0 0 15px 0;
        padding:0 0 15px 0;
        border-bottom:1px dotted #c88d55;
}
div.post:last-child { border:0; }
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.navigation { margin-top:15px; }
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
        color:#AD2E29;
}
div.alignleft a:hover, div.alignright a:hover {
	color:#333;
	text-decoration: underline;
}
div.news-front {
        height:200px;
        overflow-x:hidden;
        overflow-y:auto;
}
div.featured {
	background:#fff;
	padding:15px;
	width:505px;
	color:#666;
}
div.featured h2 { color:#333 !important; }
div.featured .title { color:#AD2E29; }
div.featured img {
	margin:8px 0;
	width:505px;
	height:auto;
}
div.featured h2 { display:inline; }
div.featured p { padding:0;margin:0;}

