/*

Theme Name: 'Ferdog'
Theme URI: http://ferdog.com/theme
Description: 'The theme used on Ferdog.com'
Author: 'Mike Ferry'
Author URI: 'http://www.ferdog.com'
Version: 1.0



*/







/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */







/* Colors */

body {
	background: #eee;
	color: #333;
}

#comment {
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
}

#comments_template {
	background: #fff;
	border: 1px solid #ddd;
}

#header h1 a {
	color: #333;
}

.post {
	background: #fff;
	border: 1px solid #ddd;
}

.post h2 a {
	color: #333;
}

.post .read-more a {
	color: #999;
}

.post img {
	background: #ddd;
}

#search #search-box {
	background: #999;
	border: 1px solid #999;
}

#search #search-box:focus {
	background: #fff;
}

#navigation ul li a {
	color: #333;
}

/* End Colors */







/* Fonts */

h1, h2, h3, h4 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

h1 { font-size: 3em; }
h4 { font-size: 1.1em; }

p {
	font: .9em 'Lucida Grande',Georgia,'Times New Roman',Times,serif;
	line-height: 2em;
}

.post h2 {
	font-size: 2em;
}

.post h2 a {
	text-decoration: none;
}

.post .read-more a {
	text-decoration: none;
}

#header h1 a {
	text-decoration: none;
}

#navigation {
	font: 1em 'Lucida Grande',Georgia,'Times New Roman',Times,serif;
}

#navigation ul li {
	text-transform: uppercase;
}

#navigation ul li a {
	text-decoration: none;
}

/* End Fonts */







/* Positioning */

#comment {
	padding: 10px;
}

#comments_template {
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	margin: 20px 0 0 0;
	*/padding: 10px 30px;*/
}

.post {
	margin: 0 0 40px 0;
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post h2 {
	margin: 0 0 30px 0;
}

.post p {
	margin: 0 0 30px 0;
}

.post p:last-child {
	margin: 0;
}

.post .read-more {
	clear: both;
	text-align: right;
}

.post img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

#main {
	margin: 0;
}

#navigation {
	/*border-bottom: 3px dashed #ddd;*/
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#navigation ul {
	text-align: right;
}

#navigation ul li {
	display: inline;
	margin: 0 0 0 20px;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
}

#search #search-box {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* End Positioning */

#comments_template ol.comments li {
	background: #eee;
}

#comments_template ol.comments li {
	padding: 20px;
	margin: 10px 0;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments_template ol.comments li img {
	float: left;
}

#comments_template .main_comment {
	margin: 0 0 0 120px;
}

#comments_template .main_comment p {
	margin: 20px 0 0 0;
}

#commentform input {
	background: #fff;
	border: 1px solid #ddd;
}

#commentform input {
	padding: 5px;
}

#commentform #submit {
	background: #eee;
	border: 2px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #666;
}

#commentform #submit {
	font-size: 1.2em;
}

#commentform #submit {
	padding: 10px;
}