/*

Theme Name: Kema

Theme URI: n/a

Description: Kema blog template

Author: Poles Apart Design

Author URI: http://www.polesapartdesign.com





/*-----------Main--------------*/

*{
	margin:0;
	padding:0;
}

a {
    color: #163b68;
    text-decoration: none;
}
a:hover {
    color: #f92b31;
    text-decoration: none;
}

a.current, .current a {
    color:#F92B31;
}

body {
	font: 11px Arial, Sans-Serif;
	background: #fff;
	margin: 0px;
	padding: 0px;
    color: #163B68;
}

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0;
}

#header {
	width: 100%;
    border-bottom:3px solid #163B68;
    height:105px;
}

#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	}

#header #header_right {
	float:right;
	width: 202px;
    text-align: right;
	font-size: 1.2em;
    height: 105px;
	padding: 0;
}

#header #header_left {
	float:left;
	width: auto;
	text-align: left;
	font-size: 1.2em;
    padding-top: 27px;
}



#subscribe {
	text-align: right;
}



#wrapper {

	width: 950px;
    float: left;

}



#content {
	float: left;
	line-height: 1.8em;
	margin: 20px 0 0;
    padding: 0 10px;
    width: 550px;
}



#sidebar {
	float: right;
	width: 190px;
	margin-left: 0px;
	padding-top: 20px;
    font-size: 12px;
}

#sidebarLeft {
    width:190px; 
    float: left;
    padding-top: 20px; 
    font-size: 12px; 
}

#footer {
	width: 100%;
	clear: both;
    margin: 20px 0 0;
    border-top:3px solid #163B68;
    padding: 10px 0;
    font-size: 11px;
}



#footer a, #footer a:hover, #footer a:visited {

	text-decoration: none;

}

.footer_left {
	float: left;
}



.footer_right {
	float: right;
}

.footer_right ul li {
    float: left;
}





/*-------------Post-------------*/

.more a {
    font-weight: bold;
    border-bottom: 1px dotted #bdbdbd;
    background-color: #f1f1f1;
    font-size: 11px;
    width: auto;
}


.post {
    width: 550px;
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
}
.post .entry, .post .entrytext{
    margin-bottom: 20px;
}

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.0em;
    text-align: left;
    font-weight: normal;
    color: #163b68;
    font-family: HelveticaNeueLT-Roman, HelveticaNeue-Roman, Helvetica, Arial, Verdana, sans-serif;
}

.post h3.archive-post-title {
    font-size: 1.1em;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 1.0em;
    text-align: left;
}
.post .entry{
    background: url(images/bkg-post-bottom.gif) no-repeat left bottom;    
}

.post p {
	padding: 10px 0px 0;
}

.post a {
    text-decoration: underline;
    font-weight: bold;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}


.post li {
	padding: 2px 0 2px 0;
}

.entry {
    padding-bottom: 20px;
}



.entrytext .postmetadata {
	margin-top: 20px;
}

.postmetadata {
	border-top: 1px solid #ccc;
	padding-top: 2px;
    text-align: right;
    width:550px;
    color: #666;
    width: 550px;
    font-size: 11px !important;
    line-height: normal !important;
}
.post .postmetadata a {
    text-decoration: none;
    font-weight: normal;
}
.postmetadata li {
    float: left;
}

.postmetadata alt {
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.share-this {
    margin: 10px 0;
}

.navigation {
	display:block;
    font-weight: bold;
   /* border-top: 2px solid #dee2e8;*/
}


.navigation .alignleft {
    background: url(images/left-nav-arrow.gif) no-repeat left center;
    padding-left: 15px;
}

.navigation .alignright {
    background: url(images/right-nav-arrow.gif) no-repeat right center;
    padding-right: 15px;
}


#nav {
    height : 45px;
    width: 950px;
    float: left;
    border-bottom:1px solid #d5dbe2;
}
#nav .subtitle {
    float:left;
    padding: 8px 0 0;
    text-align: center;
}

#nav .subtitle h1{
    font-size: 25px;
    color:#F92B31;
    font-weight: normal;
    font-family: arial, sans-serif;
}

.rss {
    margin: 15px 0;
} 
.rss h3 {
    border-top:3px solid #98A8BE;
}
.rss .feed-rss {
    margin: 10px 0;
}
.rss div.feed-rss p {
    background: url(images/icon-rss.gif) no-repeat left top;
    padding: 0 0 0 25px;   
    height:20px;
}

.rss .feed-email {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.rss .feed-email p.email {
    background: url(images/icon-email.gif) no-repeat left top;
    padding: 0 0 0 25px;   
    height:20px;
}
.rss .feed-email form p {
    margin-top: 5px;
}
#nav .search {
    margin-top: 10px;
    float: right;
}

.alignleft {

	float:left;

	text-align:left;

}

.alignright {

	float:right;

	text-align:right;

}



#content .pagetitle {
	font-size: 25px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
	margin-bottom: 15px;
    font-weight: bold;
    color: #F92B31;
    line-height: 25px;
}
#content .pagetitle a{
    color: #F92B31;
    text-decoration: none;
}


blockquote {

	margin: 10px 0 10px 0;

	padding: 5px 10px 5px 10px;

	background: #D7E1FF;

	border-top: solid 1px #ccc;

	border-bottom: solid 1px #ccc;

}

code{

	font:1.2em 'Courier New',Courier,Fixed;

	display:block;

	overflow:auto;

	text-align:left;

	margin: 10px 0 10px 0;

	padding: 5px 10px 5px 10px;

	border-top: solid 1px #ccc;

	border-bottom: solid 1px #ccc;

}

a img {
	border: 0;
}

/*--------------Sidebar------------*/

#sidebarLeft h3 {
    padding: 5px 0;
	border-bottom: solid 1px #ccc;
    font-size: 15px;
}
#sidebar h3 {
    padding: 5px 0;
    font-size: 15px;
}

#sidebar ul li, #sidebarLeft {
	line-height:1.6em;
}

#sidebarLeft .sidebar_left ul {
    border-top:3px solid #98A8BE;
}

#sidebarLeft .sidebar_left ul li{
    border-bottom:1px solid #BDC6D1;
    border-top:1px solid #FFFFFF;
    padding: 3px 0 3px 3px;
    background-color: #EAECF0;
}

#sidebar .sidebar_right ul.section  {
	border:1px solid #BDC6D1;
    margin-bottom: 15px;
    padding: 0 3px 5px;
    border-top:3px solid #98A8BE;
}

#sidebar .sidebar_right ul.section-top  {
    border:1px solid #BDC6D1;
    margin-bottom: 15px;
    padding: 0 3px 0;
    font-size:13px;
}

#sidebar .sidebar_right {
    width:190px;
	float: right;
}

#sidebar .pages {
    font-weight: bold;
}
#sidebar .pages ul.section-top li a{
    background: url(images/bkg-right-arrow.gif) no-repeat right center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 3px 0 ;
}
#sidebar .pages ul.section-top li a:hover{
    background: url(images/bkg-right-arrow-hover.gif) no-repeat right center;
    display: block;
}

#sidebar .sidebar_right ul li.recent-posts-list{
    border-top: 1px solid #ccc;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold; 
    margin-left:3px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-top: 8px;
}
#sidebar .sidebar_right ul li.recent-posts-list span{
    font-weight: normal;
}
#sidebar .section .tags {
    border-top: 1px solid #ccc;
}
#sidebar li.arrow a{
    background: url(images/bkg-right-arrow.gif) no-repeat right center;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    padding: 3px 0 ;
    text-transform: uppercase;
}
#sidebar ul li.arrow a:hover{
    background: url(images/bkg-right-arrow-hover.gif) no-repeat right center;
    display: block;
}

#sidebar .right-ad {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}


/* ------------------------Page Specific ------------------------*/

ul.car-list {
    padding-left: 20px;
}

ul.author-posts {
    padding-left: 0;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}
.author-post-cat a {
    text-decoration: none;
    font-weight: normal;
}
ul.author-posts .recent-date {
    font-size: 11px;
}
ul.author-bios {
    padding-left: 0;
}
ul.author-bios li {
        margin-bottom: 20px;
}
/*--------------Comments--------------*/


#comments-box {
    background-color: #F1F1F1;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}
#comments {

	font-size: 1.6em;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;

}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}



ol.commentlist {

	list-style-type : none;

	font-size: 1.2em;

}



ol.commentlist li {

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #ccc;

}



ol.commentlist li.alt {

	margin-bottom: 10px;

	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;

}



#comment_title {

	margin-bottom: 5px;
    font-size: 11px;

}



#commentform {

	margin-bottom: 20px;

}



#commentform p {

	margin-bottom: 10px;

}



#commentform textarea {

	width:99%;

	padding:2px;

	font-size: 12px;

	background-color: #fff;

	border: 1px solid #ccc;

	}
    
/*--------------Forms-------------*/



#searchform input.textbox{
	width: 138px;
    background: #fff url(images/bkg-text-input.gif);
    border: none;
    height: 20px;
    padding: 3px 0 0 2px;
    float: right;
}
#searchform input.submit {
background: url(images/btn-search.gif);
border: none;
width:23px;
height: 23px;
padding: 0;
float: right;
cursor: pointer;
}

#searchform td {
    padding: 0;
    margin: 0;
    border: 0;
}

#searchform-long input.textbox-long{
    width: 300px;
    background: #fff url(images/bkg-text-input-lg.gif);
    border: none;
    height: 20px;
    padding: 3px 0 0 2px;
}

.textbox-gen {
    border:1px solid #ccc;
    color:#163B68;
}

.textbox-gen2 {
height:20px;
width:180px;
padding:2px 2px 0 2px;
    border:1px solid #ccc;
    color:#163B68;
}
.submit-gen {
    border-left:1px solid #bdc6d1;
    border-right:1px solid #c1cddc;
    border-top:1px solid #bdc6d1;
    border-bottom:1px solid #c1cddc;
    background: url(images/bkg-button.gif) no-repeat 0 0;
    height: 25px;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
    font-size: 11px;
    color:#637A97;
}
/*-------------General------------------*/

ul li, ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
}

ol {

margin: 0;

padding: 0;

list-style-image:none;

list-style-position:outside;

list-style-type:decimal;

}

.black {
    color: #000;
}

.clearboth {

clear:both;

}

.clearright {

    clear: right;

}

.clearleft {

    clear: left;

}

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.clearfix {

    display: inline-block;

}



html[xmlns] .clearfix {

    display: block;

}



* html .clearfix {

    height: 1%;

}

small, .small {

font-size:11px !important;

line-height:normal !important;

}

.left, .alignleft {

float: left;

}

.alignleft {

margin: 0 5px 5px 0;

}

.alignright {

margin: 0 0 5px 5px;

}

.right, .alignright {

float: right;

}

.talignleft {

text-align: left;

}

.talignright {

text-align: right;

}

.center {

    text-align: center;

}



.inline li {

display: inline;

float: left;

}

.marginT {

margin-top:10px;

}

.marginTB {

margin-top:10px;

margin-bottom:10px; 

}



.marginB {

margin-bottom:10px;

}

.marginL {

margin-left:10px;

}

.marginR {

margin-right:10px;

}

.marginLR {

margin-left: 10px;

margin-right: 10px;

}

.padR {

padding-right:10px;

}

.padL {

padding-left:10px;

}

.padLR {

padding-right:10px;

padding-left:10px;

}

.padT {

padding-top:10px;

}

.padB {

padding-bottom:10px;

}

.padTB {

padding-bottom:10px;

padding-top:10px;

}

.divider {

padding: 0 5px; 

}   

.top{

padding: 5px 0;

clear:both;

background-image: url(images/up-arrow.gif);

background-position: right 5px;

background-repeat: no-repeat;

text-align: right;

width:100%;

height: 18px;

}

.strong {

font-weight: bold;

}

.italic {

font-style: italic;

}

/*-------------Headings-------------*/

h1, h2, h3, h4, h5 {
    color: #163B68;
    font-family: arial, helvetica, verdana, sans-serif;
}

h1 {
    font-size: 2.0em;
    line-height: 1.0em;
	font-weight: bold;
}

h2 {
    font-size: 1.4em;
	font-weight: bold;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.0em;
}



