/*
Theme Name: WordPress Green Jelly
Theme URI: http://wordpress.org/
Description:
Version:
Author:
Author URI:
Tags:
*/

/* Begin Typography & Colors */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #ffffff;
}
A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

A IMG { border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, P, UL, OL {
	padding: 0;
	margin: 0;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

#page {
    margin: auto;
    text-align: left;
    width: 680px;
}
#header {
    background: url("public/images/pictures/banner-image.gif") no-repeat 220px 0;
    width: 100%;
}
#header A.logo {
    float: left;
    margin: 13px 0 0 0;
    line-height: 0%;
}
#header IMG.welcome-to-the-blog {
    float: left;
    display: inline;
    margin: 132px 0 0 13px;
}
.left-col {
    background: url("public/images/bg/dotted-border.gif") repeat-x 0 205px;
    width: 453px;
    float: left;
    height: 208px;
}
.right-col {
    background: url("public/images/bg/dotted-border-dark.gif") repeat-x 0 205px;
    width: 210px;
    float: right;
    height: 208px;
}
.search-form {margin: 173px 0 0 0;}
.search-form INPUT {
    float: left;
    color: #595858;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    width: 165px;
    border: none;
    background: none;
}
.search-form BUTTON {
    float: right;
    color: #b1d135;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
/*  Content  */
#content H2 {
    font-size: 24px;
    color: #757575;
    padding-bottom: 12px;
    background: url("public/images/bg/dotted-border.gif") repeat-x left bottom;
    margin: 12px 0 0 0;
}
#content .main-content H2 {margin-top: 22px;}
#content P {
    font-size: 14px;
    color: #595858;
    padding-bottom: 15px;
}
.main-content UL LI, .main-content OL LI {
	font-size: 14px;
    color: #595858;
	margin-left: 20px;
}
#content A {color: #B1D135;}
#content H2 A {color: #757575;}
#content H3 {
	font-size: 20px;
    color: #757575;
    padding-bottom: 12px;
	margin-top: 10px;
}
.main-content {
    width: 453px;
    float: left;
	padding-bottom: 20px;
}
.main-content TEXTAREA {
	font-size: 14px;
    color: #595858;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 380px;
}
.post {
    width: 100%;
    float: left;
}
.post SMALL {
    font-size: 12px;
    color: #999999;
}
.post IMG.alignleft {
    float: left;
    display: inline;
    margin: 0 8px 15px 0;
}
.postmetadata {
    background: #f8f8f8 url("public/images/bg/dotted-border.gif") repeat-x left top;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.postmetadata A {
    font-size: 14px;
    color: #b1d135;
    float: left;
    margin: 0 10px 0 10px;
    display: inline;
}
.postmetadata .right-text-links A {float: right;}
.postmetadata A.align-right {float: right;}
.share-icons {
    margin: 8px 0 0 0;
    width: 100%;
    float: left;
}
.share-icons UL LI {
    display: inline;
    float: left;
    list-style: none;
    margin-right: 4px;
}
/*  Sidebar  */
.sidebar {
    width: 210px;
    float: right;
	padding-bottom: 20px;
}
.sidebar UL {
    background: url("public/images/bg/dotted-border.gif") repeat-x left bottom;
    padding-bottom: 15px;
    margin-top: 12px;
}
.sidebar UL LI {
    list-style: none;
    line-height: 18px;
}
#content .sidebar .menu UL LI A {color: #757575;}
#content .sidebar .menu UL LI.current_page_item  A {color: #b1d135;}
.sidebar UL LI A {
    color: #b1d135;
    font-size: 14px;
}
.sidebar UL.social-icons {
    background: none;
    float: left;
}
.sidebar UL.social-icons LI {
    display: inline;
    margin-left: 6px;
    width: auto;
    float: left;
}
.sidebar UL.social-icons LI.first {margin-left: 0px;}
.main-content INPUT#submit {
	font-size: 14px;
    color: #595858;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	color: #B1D135;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;

}
#content .sociable-hovers  {opacity: 1; filter: none;}
#content .sociable img {width: 24px; height: 24px;}
#content div.sociable {
	margin: 8px 0 0 0;
	width: 100%;
	float: left;
}
#content LABEL {font-size: 14px;}
#content .res-search H3{padding-bottom: 0px; margin-top: 20px;}
.comments-area {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
}
.main-content OL.commentlist LI {
	margin-left: 0;
	list-style: none;
	background: #F8F8F8 url("public/images/bg/dotted-border.gif") repeat-x left bottom;
    padding: 15px 10px 0px 10px;
}
#content .main-content OL.commentlist LI H4 {
	color:#595858;
	font-size:15px;
}
