/*
Theme Name: Field of Vision
Theme URI: http://wordpressbar.com/nature-themes/field-of-vision/
Version: 1.0.0
Author: Leo Mysor
Author URI: http://wordpressbar.com/
Description: This is a nice nature theme, bring a wonderful feel of Spring. Theme designed by <a href="http://wordpressbar.com/">WordPressBar.com</a> (a.k.a. WPB).
Tags: green, nature, fixed width, left sidebar, threaded comments, two columns, widget ready, pagenavi, w3c validated, options page
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	background: #bdd0d8 url(images/bg.jpg) top center no-repeat;
}

h1, h2, h3, h4, h5, h6, p, fieldset {
	margin: 10px 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

acronym, abbr, span.caps {
	border-bottom: 1px dotted #666;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

blockquote {
	margin: 10px 50px 10px 30px;
	padding: 1px 20px;
	color: #000;
	border-left: 5px solid #666;
	background: #e9ffb2;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

a {
	color: #48a;
}

a:hover {
	text-decoration: none;
	color: #269;
}

img, a img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
	color: #1980af;
}

dd {
	padding-left: 20px;
}

dl {
	margin: 10px 20px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	clear: both;
	height: 0;
	margin: 10px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 20px;		
}

tr {
	background: #fff;
}

tr.altrow {
	background: #f9f9f9;
}

caption, th, td {
	text-align: left;
}

th {
	color: #555;
	background: #e0e0e0;
	padding: .6em 1em;	
  	border: 1px solid #d0d0d0;	
}

td {
	border: 1px solid #efefef;	
	padding: .5em 1em;	
}

ol {
	list-style: decimal;
	margin: 10px 0;
}

ul {
	list-style: disc;
	margin: 10px 0;
}

li {
	margin-left: 30px;
}

code, pre, address {
	font-family: 'Lucida Console', 'Consolas', 'Courier New', Courier, Monospace, mono;
	margin: 10px;
	padding: 6px 15px;
	text-align: left;
	display: block;
	white-space: pre;
	color: #fff;
	background: #000;
	border: 3px solid #aaa;
	font-size: 12px;
}

input[type=text], select, textarea, button {
	margin: 10px 0;
	padding: 2px;
	color: #696969;
	font-size: 12px;
  	border: 1px solid #d4d4d4;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input[type=text] {
	width: 200px;
}

input[type=text]:focus, select:focus, textarea:focus {
	color: #000;
	background: #fffeee;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

textarea {
	width: 400px;
}

.clearfix {
	clear: both;
}

#framer {
	background: url(images/footer.jpg) bottom center no-repeat;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}


/* Header */

#header {
	height: 400px;
	padding: 0 24px;
	overflow: hidden;
}

#titles {
	clear: both;
	height: 64px;
	padding: 0;
	overflow: hidden;
}

#header h1 {
	font-size: 32px;
	line-height: 64px;
	padding: 0 0 0 30px;
	margin: 0;
	float: left;
}

#header h1 a {
	text-decoration: none;
	color: #de99ae;
}

#header h1 a:hover {
	color: #fff;
}

#header h2 {
	color: #555;
	font-size: 16px;
	padding: 0;
	margin: 5px 0;
}

/* Navigation */

#navigation {
	height: 36px;
	font-weight: bold;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#navigation ul li {
	float: left;
	font-size: 14px;
	height: 36px;
	padding: 0 0 0 20px;
	background: url(images/button-l.jpg) no-repeat;
	margin: 0;
}

#navigation ul li a {
	text-decoration: none;
	font-size: 14px;
	height: 36px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(images/button-r.jpg) top right no-repeat;
	outline: none;
	color: #266;
}

#navigation ul li a:hover {
	color: #f8f8f8;
}

#navigation ul li.current_page_item, #navigation ul li.rssfeed, #navigation ul li.twitter {
	background: url(images/button-cl.jpg) no-repeat;
}

#navigation ul li.current_page_item a, #navigation ul li.rssfeed a, #navigation ul li.twitter a {
	background: url(images/button-cr.jpg) top right no-repeat;
	color: #269;
}

#navigation ul li.rssfeed, #navigation ul li.twitter {
	float: right;
}

/* Search Form */

#searchform {
	margin: 0;
	padding: 6px 8px 0;
	height: 36px;
	width: 220px;
	float: right;
	background: url(images/search.jpg) no-repeat;
}

#searchform .screen-reader-text {
	left: -9999px;
	position: absolute;
}

#s {
	margin: 0 4px 0 0;
	padding: 3px 2px;
	width: 160px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 16px;
	line-height: 14px;
	background: none;
	color: #ddd;
	vertical-align: middle;
	border: none;
	float: left;
}

#searchsubmit {
	vertical-align: middle;
	background: none;
	color: #e3f5ff;
	border: none;
	padding: 2px;
	float: left;
	cursor: pointer;
}


/* Mainframe */

#container {
	width: 960px;
	overflow: hidden;
	padding-bottom: 150px;
}

/* Content */

#content {
	padding: 20px 0 0;
	width: 650px;
	float: left;
	overflow: hidden;
}

.post {
	padding: 0 20px 10px;
	width: 610px;
	overflow: hidden;
}

h2.posttitle {
	font-size: 24px;
	margin-top: 0;
	color: #136475;
	padding: 1px 1px 1px 36px;
	background: url(images/ptitle.gif) no-repeat;
}

h2.posttitle a {
	text-decoration: none;
}

h2.posttitle a:hover {
	text-decoration: underline;
}

.postmeta {
	margin: 5px 0;
	font-size: 11px;
}

.postmeta a {
	font-weight: bold;
}

.entry {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

.notfound {
	padding: 100px 0;
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}

.notfound p {
	margin: 0;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	padding: 20px 24px;
	overflow: hidden;
}

/* PageNavi*/

.wp-pagenavi {
	padding: 5px 20px;
	height: 15px;
	font-weight: bold;
	text-align: center;
	clear: both;
	font-size: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	background: #f9f9f9;
	border: 1px solid #aaa;
	color: #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.wp-pagenavi a:hover {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	background: #f9f9f9;
	border: 1px solid #333;
	color: #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.wp-pagenavi span.current {
	padding: 2px 4px;
	margin: 2px;
	background: #9dcb52;
	border: 1px solid #7ca83e;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	background: #d4dada;
	border: 1px solid #b5baba;
	color: #9ca0a0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding: 20px 10px 0 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding-bottom: 20px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 16px;
	font-style: italic;
	height: 20px;
	line-height: 18px;
	color: #666;
	margin: 0;
	padding: 0 0 0 30px;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding: 0 20px 0 30px;
}

#sidebar ul ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	background: url(images/sidebar.gif) left center no-repeat;
}

#sidebar ul ul li a {
	font-weight: bold;
}

.widget_tag_cloud div {
	padding: 0 20px 0 30px;
}


/* Calendar */

#wp-calendar {
	empty-cells: show;
	padding: 10px auto 0;
	width: 100%;
	margin: 0;
}

#wp-calendar caption {
	text-align: center;
	padding: 10px;
	width: 100%;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}

#wp-calendar tr {
	background: none;
}

#wp-calendar td, #wp-calendar th {
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
	border: none;
	background: none;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #156973;
	color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	text-align: center;
	font-size: 11px;
	padding: 2px 10px;
	display: inline-block;
}


/* Comments */

h3#comments, #respond h3 {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
	clear: both;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

#commentform label {
	font-size: 11px;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

#commentform p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 15px;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform #submit {
	margin: 0 5px 5px auto;
	font-size: 12px;
	float: right;
}

#respond {
	color: #666;
	overflow: hidden;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cancel-comment-reply-link {
	font-size: 10px;
	font-weight: bold;
}

.comments-navi {
	padding: 0 20px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.commentlist {
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 10px 0 0;
	clear: both;
	_display: inline-block;
}

.commentlist li ul li { }

.commentlist p {
	margin: 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #9c9c9c;
	padding: 2px;
	margin-right: 8px;
	background: #fff;
}

.commentlist li a {}

ul.children {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.children li {
	background: url(images/reply.gif) 4px 0px no-repeat;
	padding: 0 0 0 24px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

p#comments {
	text-align: center;
}

.comment-author, .comment-meta {
	line-height: 18px;
}

.commentmetadata {
	display: block;
	font-weight: normal;
}

.depth-1 {
	padding: 10px;
	border: 3px double #8ce;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}

.thread-alt {
	background-color: #f6f6f6;
}

.thread-even {
	background-color: #fbfbfb;
}


/* Footer */

#footer {
	height: 32px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	color: #ddd;
	padding: 0 20px 0 0;
	margin: 0;
}

#footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #e3f5ff;
}


/* Images */

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
