/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	: eyarok
	Style URI	:
	Version		:
	Comments	:
*/

body 
{
    margin:0 auto;
        background-color:White;
}

body {
    font-family: Arial, Sans-serif;
	}

strong, em, b, i {
    font-family: Arial, Sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Arial, "Courier New", monospace;
	}

h1.blog-title {
	letter-spacing: inherit; /* was -1px */
}

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	letter-spacing: inherit; /* was -1px */
}

#primary .hentry .entry-head .metalink {
	letter-spacing: inherit; /* was -1px */
}

li.byuser {
	background: transparent;
	color: #0F6939;
}

li.bypostauthor {
	background: transparent;
	color: #3AB44A; 
}

.itemslist 
{
    background-color:#eaf4db;
    margin-right:20px;
    margin-top: 20px;
    padding:0px;
    float:right;
    width:180px;
}

.item 
{
    padding:5px 10px 6px 10px;
}

.item a
{
    font-size:14px;
    color:#0f6939;
    text-decoration:underline;
}

.itemslist .selected 
{
    background-color:#3ab44a;
}

.itemslist .selected a
{
    color:White;
}

#primary 
{
    float:none;
    width:600px;
    padding:0;
}

#postscontent 
{
    float:left;
    width:360px;
    padding:0;
}
  
.letternav 
{
    padding:10px 0;
}
    
.navletter 
{
    font-size:36px;
    padding-right:10px;
}  

.entry-title a
{
    font-size:24px;
    color:#3ab44a !important;
}  

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote 
{
    font-size:13px;
    margin:5px 0 0 25px;
    color:Black;
    line-height:1.5em;
    text-align:right;
}

.entry-trips 
{
    margin-top:20px;
}

.entry-trip 
{
    margin-top:30px;
}

.trip-image 
{
    float:right;
    margin-left:10px;
}

.trip-image img
{
    width:100px;
    height:70px;
}

.trips-title 
{
    color:White;
    background-color:#aad56f;
    font-size:14px;
    padding:9px 10px;
    font-weight:bold;
}

.entry-trips h3 a 
{
    color:#3ab44a;
    font-size:18px;
    text-decoration:underline;
}

.cats 
{
    color:#3ab44a;
    font-size:11px;
    line-height: 2em;
}

.cats a 
{
    color:#3ab44a;
    font-size:11px;
    text-decoration:underline;
}

.hentry 
{
    position:static;
    text-align:right;
}

.letternav 
{
    text-align:center;
}

#footer, #mainstrip 
{
    width:924px;
    margin:0 auto;
}

body 
{
    text-align:right;
}