/*
Theme Name: Earthlycalm
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/



/* Links */
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
}
a {
	color: #339900;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: none;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0px;
}
h1 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
/* Other Html Elements */
.titles {
	font-weight: normal;
	border-bottom-width: 0;
	font-size: 16px;
	text-decoration: none;
	underline: none;
}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: underline;
	underline: none;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 0;
}
.titles a:hover{
	text-decoration: none;
	underline: none;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 0;
}
pre, blockquote {
	padding: 5px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.post-wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
pre:hover, blockquote:hover {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}
pre {
}
code {
	color: #779900;
	font-family: Consolas, Verdana, "Courier New", Sans-Serif;
}
ul, ol {
	line-height: 2.0em;
}
ul {
	list-style-image: url(images/bullet.gif);
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #333333;
	cursor: help;
}
del {
	text-decoration: line-through;
	color: #999999;
}
ins {
	text-decoration: none;
	color: #009977;
}
/* Structure */
#sidebar {
}
#extras {
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 10px 10px;
	background-color: #eeeeee;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Content */
.more-link{
	font-weight:bold;
	font-size:12px;
}
.innerContentLine {
	height: 3px;
	background-color: #339900;
}
.leftContent {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-left: 1px solid #cccccc;
}
.rightContent {
	padding:10px;
	border-right: 1px solid #cccccc;
}
.post-title a {
	font-size:16px;
	font-weight:bold;	
	border-bottom-width: 0;
}
.post p {
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.post img {
	margin-left:5px;
	margin-right:5px;
}
.post ul{
	list-style-type: square;
	list-style-image: none;
}
.post p.img img {
	border: 1px solid #d0d0d0;
	background-color: #eeeeee;
}
.post-footer {
	font-size: 12px;
	color: #888888;
	padding:0px;
}
.post-footer a:hover{
	background-color: #CAFFB0;
	color: #339900;
}
/* Sidebar */
.sideblock {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.sideblock ul {
}
.sideblock h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top:0px;
}
#calendar_wrap{
	margin-left:25px;
	margin-top:10px;
}
#sidebar dt {
	margin: 0;
	padding-top: 5px;
	font-weight: bold;
	color: #666666;
}
#sidebar dd {
	margin: 0 0 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
}
#sidebar dd a:link {
	border-bottom-width: 0;
	font-weight: normal;
	border-bottom: none;
	text-decoration: none;
}
#sidebar dd a:visited {
	border-bottom-width: 0;
	font-weight: normal;
	border-bottom: none;
	text-decoration: none;
}
#sidebar dd a:hover, #sidebar dd a:active {
	border-bottom: none;
	text-decoration: none;
}
/* Extras */

#extras h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #555555;
}
#friends {
	float: left;
	width: 150px;
	margin-left: px;
	margin-right: 10px;
}
#links {
	float: left;
	width: 275px;
	margin-right: 50px;
}
#about {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#friends ul {
	padding-left: 20px;
}
#links dl, #links dt, #links dd {
	margin: 0;
	padding: 0;
}
#links dt {
	font-weight: bold;
	padding-top: 5px;
}
#links dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}
/* Comments Styling */
#commentlist li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
#commentform {
	padding:10px;
	background-color: #ffffff;
	width: 285px;
	border: 1px solid #cccccc;
}
#commentform textarea {
	background-color: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background-color: #ffffff;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background-color: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background-color: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background-color: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input {
	margin-bottom: 3px;
}
.footerTable{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	}
.date {
	background: url(images/date.gif) no-repeat;
	height: 41px;
	margin-right: 10px;
	width: 41px;
	text-align: center;
}
.date .month {
	display: block;
	color: #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #ffffff;
	font-size: 20px;
	padding-top: 0px;
	text-align: center;
	margin-top: -5px;
	font-weight:bold
}
#left {
	width: 60px;
	float: left;
}
.slogan {
	font-size: 13px;
	color: #FFFFFF;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}

.topMenu {
	color: #333333;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 25px;
}
.topMenu a {
	color: #339900;
	text-decoration: underline;
}
.topMenu a:hover {
	color: #339900;
	text-decoration: none;
}
.topMenu a:visited {
	color: #339900;
}

.copyrightDiv {
    background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 25px;
	width: 100%;
	text-align: center;
}
.copyrightDiv a {
	color: #339900;
	text-decoration: underline;
}
.copyrightDiv a:hover {
	color: #339900;
	text-decoration: none;
}
.copyrightDiv a:visited {
	color: #339900;
}
.counterDiv{
	font-family: Arial, Helvetica, sans-serif;
	height: 77px;
	color: #333333;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}
.counterDiv a {
	color: #339900;
	text-decoration: underline;
}
.counterDiv a:hover {
	color: #339900;
	text-decoration: none;
}
.counterDiv a:visited {
	color: #339900;
}

