/*
Theme Name: Blue Green
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A great looking theme with a blue/green color scheme.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/************************/
/*     Global Design    */
/************************/
* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #364F45;
}

a:visited {
    text-decoration: underline;
}

a:hover {
    color: #4F7F6B;
}

a:active {

}

body {
    background: #167ab8 url(images/background.png) repeat-x top;
    font-family: Verdana, Arial, sans-serif;
}

.clear {
    clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#container {
    width: 750px;
    margin: auto;
}

#header {
    height: 100px;
	padding-top: 10px;
}

#content {
    width: 550px;
	padding-top: 5px;
    float: right;
	background: #FFF url(images/content_head.png) repeat-x top;
}

#sidebar {
    width: 186px;
    float: left;
}

#footer {
    clear: both;
	margin-top: 25px;
	padding-top: 15px;
	height: 30px;
	background: #70aed4 url(images/bar.png) repeat-x top;
	text-align: center;
	font-size: 80%;
	color: #fff;
}

/************************/
/*     Header Design    */
/************************/
#header #sitename {
	position: relative;
}

#header h1 {
	background: url(images/logo) no-repeat absolute;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-size: 150%;
	font-family: "Trebuchet MS", sans-serif;
}

#header .description {
	position: left;
	right: 0;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
    list-style-type: none;
}

#sidebar ul li {
    background: #FFF url(images/sidebar_header.png) no-repeat top;
    margin-bottom: 10px;
}

#sidebar ul li h2 {
    font-size: 85%;
    height: 19px;
	color: #FFF;
	padding: 7px;
}

#sidebar ul ul {
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
    background: url(images/sidebar_bottom.png) no-repeat bottom;
}

#sidebar ul li li {
    background: none;
    margin: 0;
	padding: 2px;
	font-size: 75%;
}

#sidebar ul li li a {
	background: url(images/bullet.png) no-repeat left;
	padding-left: 20px;
	color: #58a2e7;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#sidebar ul li li a:hover {
	color: #a2cef6;
	text-decoration: underline;
}

#sidebar ul ul ul {
	padding: 0;
	background: none;
}

#sidebar ul li li li {
	font-size: 100%;
}

#sidebar #searchform #s {
	background: url(images/search_background.png) repeat-x;
	border: 1px solid #cdcdcd;
	width: 170px;
	margin-bottom: 3px;
}

#sidebar #searchform #searchsubmit {
	float: right;
	margin-right: 5px;
}
/************************/
/*    Content Global    */
/************************/
.post blockquote {
	padding: 10px;
	font-style: italic;
}

.post ul {
	padding-left: 20px;
}

.post ol {
	padding-left: 25px;
}

.post ol, .post ul {
	font-size: 75%;
	margin-bottom: 20px;
}
/************************/
/*    Content Design    */
/************************/
.bottom {
	background: url(images/bar.png) repeat-x bottom;
	height: 5px;
}

#content .post {
	margin: 20px;
}

.post .post_date {
	float: left;
	width: 25px;
	height: 39px;
	background-image: url(images/date_box.png);
}

.post .post_date em {
	font-style: normal;
	display: block;
	font-size: 75%;
	padding: 2px;
	text-align: center;
}

.post .post_date em.month {
	color: #fff;
	font-size: 65%;
}

.post .post_date em.date {
	color: #94ca3e;
}

.post .title {
	float: left;
	margin-left: 10px;
}

.post .title h2 {
	font-size: 135%;
	font-family: "Trebuchet MS", sans-serif;
}

.post .title .postmetadata {
	font-size: 80%;
}

.post .entry {
	border-top: 1px dashed #a9a9a9;
	padding-top: 5px;
}

.post .entry p {
	margin-bottom: 20px;
	font-size: 75%;
	font-family: "Trebuchet MS", sans-serif;
	color: #a9a9a9;
}

.post .comment {
	font-size: 80%;
}

.post .postmetadata {
	margin: 5px 0;
	font-size: 80%;
}
/************************/
/*    Comment Design    */
/************************/
h3#comments, ol.commentlist, #respond, #commentform {
	margin: 5px 20px;
}

h3#comments, h3#respond {
	font-size: 95%;
	font-family: Arial, sans-serif;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	margin-bottom: 15px;
}

ol.commentlist cite {
	font-size: 80%;
	font-style: normal;
}

small.commentmetadata {
	font-size: 60%;
}

ol.commentlist p {
	font-size: 70%;
}

#commentform input {
	margin-bottom: 3px;
}

#author, #email, #url, #comment {
	border: 1px solid #167AB8;
	padding: 1px;
}

#comment {
	width: 500px;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
    display: block;
    padding-bottom: 30px;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}
/************************/
/*     Footer Design    */
/************************/


