/*
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Translator: Mohammad Keshvary
Translator URI: http://keshvary.com
Tags: white, grid, whitespace, minimal, clean, widgets
*/

h1 {
	font-size: 1.8em;
    font-family:Verdana;
}
h2 {
  font-family:sans-serif;
}
#wrapper {
	text-align: right;
}
#mainColumn {
	float: right;
    	width: 460px;
}
.secondaryColumn {
	float: right;
    width: 200px;
    }
    #masthead h1 {
	float: right;
}
#blogLead img {
	float: left;
}
#authorIntro { float: left; }
.nav li {
  border-left: 1px solid #ccc;
	float: right;
}
.nav li.searchField {
	float: left;
    padding: 0px 5px;
    }

.widgetContainer {
    padding: 0 30px 0 0;
}

.commentlist .comment-author img.avatar {
	float: right;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat ;
	padding-right: 18px;
}