/*  
Theme Name: Jacorre Studios Blog
Theme URI: http://www.jacorre.com/design
Description: Jacorre Studios Blog theme designed by <a href="http://www.jacorre.com/design">Jacorre Design Studio</a>.
Version: 3.0
Author: Jacorre Design Studio
Author URI: http://www.jacorre.com/design
*/

#top-bar-wrapper {
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 100px;
}
#logo {
	height: 52px;
	width: 392px;
	position: absolute;
	left: 0px;
	top: 10px;
	background: url(images/logo.png) no-repeat;
}
#nav {
	height: 40px;
	width: 550px;
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
}
#links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#links li {
	display: inline;
	margin-left: 5px;
}
#links li a {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#links li a:hover,
#links li a.active {
	background: #588E03 url(images/button-bg-hover.gif) repeat-x;
	border: 1px solid #588E03;
}
#pattern-left {
	background: url(images/pattern-left.png) no-repeat;
	height: 303px;
	width: 388px;
	position: absolute;
	left: -75px;
	top: 105px;
	z-index: -1;
}
#pattern-right {
	background: url(images/pattern-right.png) no-repeat;
	height: 303px;
	width: 388px;
	position: absolute;
	right: -75px;
	top: 105px;
	z-index: -1;
}
#wrapper {
	width: 980px;
	background: #FFFFFF;
	margin: 20px auto;
	overflow: auto;
}
#header {
	height: 20px;
	background: url(images/bg-header.gif) no-repeat;
}
#page-nav {
        padding: 0 0 20px 0;
        font-size: 95%;     
        clear: left;   
}
#page-nav a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#page-nav a:hover {
	background: #588E03 url(images/button-bg-hover.gif) repeat-x;
        border: 1px solid #588E03;
	color: #ffffff;
}
#page-nav .current {
        background: #ffffff;
        border: none;
	color: #333333;
}
#footer {
	background: url(images/bg-footer.gif) no-repeat;
	height: 20px;
	clear: both;
}
#copyright {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
}
#copyright a {
	color: #FFFFFF;
}
.content-left {
	float: left;
	width: 600px;
	padding: 20px;
}
.sidebar {
	float: left;
	width: 240px;
	padding: 20px;
        margin-left: 20px;
}
.three-col-wrapper {
	width: 960px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
.col-left {
	float: left;
	width: 260px;
	margin-right: 30px;	
	padding: 20px;
}
.col-mid {
	float: left;
	width: 260px;
	margin-right: 20px;
	padding: 20px;
}
.col-right {
	float: right;
	width: 260px;
	padding: 20px;
}

.listing {
	margin: 0px 0px 20px;
	padding: 0px;
}
.listing li {
	margin-bottom: 10px;
	margin-left: 20px;
}
.note {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #efefef url(images/icon-note.gif) no-repeat 15px 10px;
    font-size: 90%;
    color: #454545;
    padding: 10px 10px 10px 60px;
    border: 1px dashed #ccc;
}
.left {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.right {
	float: right;
	width: 250px;
}


body {
	background: #333333 url(images/bg.gif) repeat-x;
	margin: 0px 0px 20px;
	padding: 0px;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: 160% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #09460F;
	border-bottom: 1px solid #09460F;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #09460F;
}
h3 {
	font-size: 120%;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #333333;
}
h4 {
	color: #333333;
	border-bottom: 1px dotted #333333;
	font-size: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #09460F;
}
a:hover {
	color: #588E03;
}
a.button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #FFFFFF;
	background: #588E03 url(images/button-bg-hover.gif) repeat-x;
	border: 1px solid #588E03;
}
fieldset {
	border: 1px solid #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
label
{
	font-weight: bold;
}
.input
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 200px;
	border: 1px solid #000000;
}
.input:focus,
.textarea:focus {
	border: 1px solid #588E03;
}
.textarea
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 200px;
	height: 100px;
	border: 1px solid #000000;
}
.submit-button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.tutorial {
	clear: both;
	width: 606px;
}
.tutorial-left {
	float: left;
	width: 156px;
}
.tutorial-right {
	float: left;
	width: 440px;
        margin: 0 0 0 10px;
}
img.thumb {
	border: 3px solid #000;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.code {
	border: 1px dashed #666666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #CCCCCC;
	padding: 10px;
}
.affiliates {
	float: left;
	width: 90px;
	height: 31px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	display: block;
}
.affiliates img {
	padding: 5px;
}
.message {
	width: 80%;
	border: 1px solid #FEC7C4;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	background: #FDE5E5 url(images/icon-notification.gif) no-repeat 15px 15px;
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	margin: 0 auto 20px auto;
	padding: 20px 20px 20px 60px;
}

.post-info {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius:5px;
        background-color: #dfdfdf;
	font-size: 95%;
	color: #333333;
        padding: 5px;
}
.post-info a {
	font-size: 95%;
	color: #333333;
}
.post-info a:hover {
	color: #666666;
}
blockquote {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
-khtml-border-radius:5px;
	margin: 0 0 60px 0; 
	padding: 0;
}
blockquote p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote.comment {
    color: #ffffff;
	width: 600px;
	background: #09460F;
	padding: 20px;
	position: relative;
}
blockquote.comment a {
        color: #ffffff;
}
.comment .arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-top: 30px solid #09460F;
	border-left: 60px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	position: absolute;
	bottom: -30px;
	right: 20px;
}
blockquote.comment.alt-comment {
	background: #333333;
}
.comment.alt-comment .arrow {
	border-top: 30px solid #333333;
}
.comment .commentator {
    color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: -50px;
}
.comment .commentator a {
	color: #09460F;
}
.comment .commentator a:hover {
    color: #588E03;
}
