/*   
Theme Name: Easy View
Description: A clean, white theme focused on typography and simplicity.
Tags: white, fixed-width, two-columns, right-sidebar
Author: Karthik Viswanathan
Author URI: http://www.lateralcode.com
Version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	background: white;
	text-align: justify;
	background: #fff url(images/top.jpg) top repeat-x;
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Serif;
}

a {
	color: #EB5E5E;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

a:hover {
	border-bottom-style: none;
	background: #ececec;
}

h1, h2, h3 {
	font-weight: normal;
	padding-bottom: 10px;
}

p {
	padding-bottom: 24px;
}

ol, ul {
	padding: 10px 30px;
}

img {
	border: 1px solid black;
}

blockquote{
	padding: 0 40px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo {
	height: 35px;
	padding-top: 35px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ececec;
}

#logo h1 {
	float: left;
	font-size: 40px;
}

#logo a {
	color: #49a8d9;
	border-bottom: none;
}

#logo a:hover {
	background: transparent;
	border-bottom: 1px solid #49a8d9;
}

#logo p {
	float: right;
	color: #49a8d9;
	padding-top: 10px;
}

#logo a#rss {
	display: block;
	margin-top: 35px;
	width: 48px;
	height: 48px;
	background: url(images/rss.png) no-repeat;
}

#logo a#rss:hover {
	border: none;
}

#search-form {
	width: 290px;
	margin: 0 auto;
	margin-top: -10px;
}

.field {
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Serif;
	font-size: 14px;
	line-height: 23px;
}

.field, #submit {
	border: 1px solid #ccc;
}

.field:hover, #submit:hover {
	border-color: #b8b8b8;
}

.field:focus, #submit:focus {
	border-color: #a8a8a8;
}

input.field {
	width: 200px;
	height: 12px;
	padding: 5px 3px;
	background: url(images/input-top.jpg) repeat-x;
}

textarea.field {
	width: 388px;
	height: 192px;
	padding: 4px 6px;
	background: #fff url(images/text-bg.jpg) bottom repeat-x;
}

#submit {
	width: 70px;
	height: 24px;
	background: url(images/input-top.jpg) repeat-x;
}

#menu {
	padding-top: 10px;
	border-bottom: 1px solid #ececec;
	line-height: 17px;
}

#menu ul {
	display: inline;
	height: 30px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 0;
}

#menu li {
	padding: 0 15px;
	margin-left: 10px;
	text-align: center;
	display: inline;
	border: 1px solid #ececec;
	border-bottom: none;
}

#menu li:first-child {
	margin-left: 230px;
}

#menu li:hover {
	border-color: #b8b8b8;
}

#menu li#current_page_item {
	border: 1px solid #b8b8b8;
	border-bottom: 1px solid white;
}

#menu li a {
	text-transform: uppercase;
	font-size: 13px;
	border: none;
}

#main {
	margin-top: 30px;
	width: 75%;
	float: left;
}

.post {
	background: url(images/post-top.jpg) top right no-repeat;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	background-color: transparent;
	border-bottom: none;
}

.post-info {
	color: gray;
	padding-bottom: 15px;
}

.post-author {
	color: gray;
	border-top: 1px dashed #e7e7e7;
}

.heading {
	padding-bottom: 30px;
}

.result {
	padding-bottom: 30px;
}

.comment-label {
	display: block;
}

.submit-comment {
	border: 1px solid #e7e7e7;
	background: #f2f2f2;
	padding: 3px 4px;
}

div.aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 18px;
	padding: 0 4px 5px;
}

#sidebar {
	margin-top: 32px;
	float: right;
	width: 23%;
	text-align: left;
}

#sidebar ul {
	list-style-image: url(images/list-image.jpg);
}

#sidebar li {
	padding-bottom: 10px;
}

#clear {
	clear: both;
}

#footer {
	height: 50px;
	padding-top: 30px;
	text-align: center;
	background: url(images/bottom-stripe.jpg) bottom repeat-x;
}