/* 
Theme Name: Simplicity
Theme URI: 
Version:
Description: Simplicity
Author: 
Author URI: 
*/
html {
    height: 100%;
}

body {
    text-align: center;
    font: 12px verdana, arial, sans-serif;
    margin: 0;
}

pre, code, samp {
    font: 1em 'courier new', courier, monospace;
    color: #c60;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #999;
    font-style: normal;
    cursor: help;
}

blockquote {
    padding: 0 15px 0 10px;
    margin: 15px 0 15px 5px;
    text-align: justify;
    color: #555;
    line-height: 1.35;
    font-size: 11px;
    border-left: 5px solid #eee;
}

a {
    color: #b00;
    text-decoration: none;
}
a:hover {
    color: #333;
}

img {
    border: none;
}

#separator {
    clear: both;
}


.center {
    text-align: center;
}

.small {
    font-size: .9em;
}
.smaller {
    font-size: .8em; 
}
.picture-links {
    float: left;
    margin: 2px 10px 5px 0;
}

.picture-right {
    float: right;
    margin: 2px 0 5px 10px;
}

#container {
    width: 780px; 
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
}

#maincontent{
    padding: 10px 0px 10px 0px;
}

/* 2.1 Header */
#header {
		text-align: right;
    height: 18px;
}
#header h1 {
    margin: 0;
    padding: 0 0px;
}

#header a {
    color: #cc0000;
    font: bold 12px arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
}

#breadcrumb {
	height:26px;
	text-transform: capitalize;
}
#sibling_box{
 border:1px dotted #cccccc;
 float:right;
 width:140px;
}

#sibling_box ul{
    list-style: none;
    margin:0px;
    padding: 3px;
}

#sibling_box li {
    line-height: 1.6;
    padding: 0px;
}

#sibling_box a {
	color:#000000;
	text-transform: capitalize;
}

#sidebar {
    width: 160px;
    float: right;
    line-height: 1.55;
    color: #444;
    background: transparent;
    border: 1px solid #ccc;
}

#sidebar .textwidget{
	background-color:#FFF5C0;
	padding:3px;
}

#sidebar2 {
    width: 160px;
    float: right;
    line-height: 1.55;
    color: #444;
    background: transparent;
}

.textwidget{
	background-color:#FFF5C0;
	padding:3px;
}

#sidebar h2 {
    margin: 0px 0px;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    background: url(images/header.gif) repeat;
    display:block;
    background-color:#cccccc;
    color: #444444;
    padding:2px 2px;
    font-size: 11px;
}
#sidebar form {
    margin: 0 0 20px 0;
    padding-top: 2px;
    padding-left: 5px;
}
#sidebar input.searchfield {
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px;
    width: 80px;
    color: #555;
}

#sidebar input.searchbutton {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 3px;
    line-height: 1.2;
}
#sidebar input.searchbutton:hover  {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#sidebar ul {
    list-style: none;
    margin:0px;
    padding: 3px;
}
#sidebar li {
    border-bottom: 0px dotted #cc0000;
    line-height: 1.6;
    padding: 0px;
}
.children ul {
	font-weight:normal;
}
.page_item {
	font-weight:normal;
}
.current-cat{
	font-weight:bold;
}
.current_page_item {
	font-weight:bold;
}

#sidebar ul li a {
    text-transform: lowercase; 
	  display:block;
}
#sidebar ul li a:hover {
    text-transform: uppercase; 
	  display:block;
}

#sidebar li li {
    margin-left: 8px;
}

#category_detail {

}
#category_detail .current-cat{
	font-weight:bold;
}

#category_detail ul,#category_detail li{
	line-height=1.2;
	margin:0px;
	font-weight:normal
}
#category_detail .children li {
	line-height=1.2;
	margin:0px;
	font-weight:normal
}

/* 2.2.2 bodyText */
#bodyText {
    float: left;
    width: 610px;
    padding-bottom: 15px;
    line-height: 1.45;
    color: #444;
    background: transparent;
}
#bodyText p {
    margin-top: 1em;
    margin-bottom: 1.1em;
}

#bodyText a {

}

#bodyText a:hover {
    border-bottom: 1px solid #555;
}

#bodyText h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: .5em;
    padding: 0;
    color: #444;
}

#bodyText h3 {
    font-size: 15px;
    margin: 17px 0 5px 0;
    padding: 0;
    color: #333;
}

#bodyText h4 {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    margin: 17px 0 5px 0;
}

#bodyText h2 a, #bodyText h2 a:hover {
    border-bottom: none;
}

#bodyText h2.comment-title {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.1;
}
#bodyText .comment-info, #bodyText .comment-info2 {
    font-size: 11px;
    color: #555;
    line-height: 1.2;
    text-transform: lowercase;
}
#bodyText .comment-info2 {
    margin-bottom: 30px;
    padding: 2px 0;
}

#bodyText #comment-info-box {
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
    background: #eee;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

#commentform {
    border: 1px solid #ddd;
    background: #eee;
    padding: 15px;
}

#commentform textarea, #commentform input {
    border: 1px solid #ccc;
    font: normal 1em arial, sans-serif;
    padding: 2px;
    color: #555;
}
#commentform textarea {
    width: 450px;
}
#commentform textarea:hover, #commentform textarea:focus, #commentform #author:hover, #commentform #author:focus, #commentform #email:hover, #commentform #email:focus, #commentform #url:hover, #commentform #url:focus {
    border: 1px solid #900;
}

#commentform #submit {
    margin-top: 2px;
    padding: 0 5px;
}

#commentform #submit, #commentform .ed_button {
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
    margin-right: 1px;
    font-size: 1em;
}
#commentform #submit:hover, #commentform .ed_button:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#commentlist li {
    border-bottom: 1px solid #eee;
}

.commenter-info {
    text-transform: lowercase;
    margin-bottom: 3px;
}

#footer {
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    color: #555555;
}
#footer p {
		font-size:10px;
    margin: 0;
}

#ed_toolbar input {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

.pagebar .this-page {
    font-weight: bold;
}

#bodyText .pagebar a {
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
}

#bodyText .pagebar a:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}
