/*   
Theme Name: evolution
Theme URI: http://www.evolution-nextstep.net
Description: A simple, clean two-column layout, no graphics, easily modified.
Author: j.d.
Author URI: http://www.evolution-nextstep.net
Version: 5.0
.
Released under the Creative Commons share alike/noncommercial license.
.
*/
/* Global tags */
body
{
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 9pt;
	line-height: 130%;
	margin: 0;
	padding: 0;
}
a {
	color: #556AD2;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #CAD401;
	font-weight:bold;
	text-decoration: none;
}
h2 {
	font-family: "Century Gothic", sans-serif;
	}
img {
	margin: 0 5px;
	border: none;
	}
blockquote {
	font-size: 9pt;
    background: #cbd0fb;
	border: 1px dotted #555;
	padding: 0px 8pt;
}

/* structural elements */
#searchbar {
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	background-color: #cbd0fb;
	border-bottom: 1px solid #000;
	padding: 5px 20px 5px 5px;
	text-align: right;
}
#main {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 416px;
	float: left;
}
#breadcrumb {
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
 	background-color: #cbd0fb; 
	width: 428px;
	padding: 10px 10px 7px 10px;
	margin: 10px 0 0 25px;
	border: 1px dotted #767676;
}
#content {
	margin: 10px 0 0 25px;
	padding: 5px 15px 10px 10px;
	width: 416px;
	border: 5px solid #cbd0fb;
	text-align: justify;
	}
#sidebar {
	margin: 10px 0 20px 476px;
	padding: 10px;
}
#masthead {
	padding: 10px;
	width: 244px;
	height: 197px;
	background-repeat: no-repeat;
	background-position: center;
	border: 5px solid #cbd0fb;
}
.sidebox {
	margin-top: 10px;
	padding: 10px;
	width: 244px;
	border: 5px solid #cbd0fb;
	text-align: right;
	}
#footer {
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	background-color: #cbd0fb;
	border-top: 1px solid #000;
	padding: 5px 5px 4px 5px;
	clear: both;
	text-align: center;
}

/* Specific classes for the post bodies, etc. */
.title, #sidebar h2
{
	font-family: "Century Gothic", sans-serif;
	margin: 0;
	padding-bottom: 2px;
}
#sidebar h2 {
	border-bottom: 1px solid #000;
	}
.sidebox ul, .newsitem {
	list-style: none;
	margin: 2px 0;
	padding: 0;
	}
#sidebar #searchform {
	padding: 10px;
	width: 244px;
	margin-top: 10px;
	border: 5px solid #cbd0fb;
	text-align: center;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
.fix {
	clear: both;
	}
.postmetadata {
	text-align: right;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.dateline {
	color: #556AD2;
	font-family: "Century Gothic", sans-serif;
	border-bottom: 1px solid #556AD2;
	margin-bottom: 9pt; 
	padding-bottom: 3px;
	}

/* Comments-related elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentspopup {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
}
.commentlist li {
	width: 380px;
	padding: 0 8pt;
}
.bluebox {
	background-color: #D4DBFF;
	border-bottom: 1px solid #556AD2;
	border-top: 1px solid #556AD2;
	padding: 8pt;
}

/* If you don't use the calendar, delete this section */
#wp-calendar {
	empty-cells: show;
	font-size: 10px;
	margin: 10px auto;
	width: 90%;
	height: 90%;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	text-transform: lowercase;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	text-transform: lowercase;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	font-family: "Century Gothic", sans-serif;
	color: #999;
	font-size: 12px;
	text-align: right;
	text-transform: lowercase;
}
#wp-calendar td {
	color: #444;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
