/*
Theme Name:   Ferox basic
Theme URI:    http://thisisgrey.com
Description:  Basic and nice
Version:      2
Author:       ThisisGrey
Author URI:   http://www.thisisgrey.com
*/
/*============================================
	1: CSS Reset
==============================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
}
a img, iframe { 
	border: 0;
}
a:active, a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%;
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend { 
	color: #000;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
p img {
	padding: 0;
	max-width: 100%;
}
/*============================================
	2: Main Structure
==============================================*/
body {
	background: #fff;
	background-image:url(images/background.png);
	font-size: 62.5%;
	font-family: "Courier New", Courier, mono;;
	color: #333;
	text-align: center;
}
p, ul, ol { 
	font-size: 1.3em;
	line-height: 1.5em;
    margin-bottom: 1em;
}
pre{
	font-size: 1.3em;
	line-height: 1.5em;
    margin-bottom: 1em;
}
a { 
	color: #3FA55F; 
	text-decoration: underline;
}
blockquote { 
	padding: 10px 10px 1px 15px;
	font-style: italic;
	background-color: #FFF5AF;
	margin-bottom: 1em;
}
blockquote p{
	margin-bottom: 1em;
}
ul {
    list-style-type: square;
    margin-left: 1em;
}
ol {
    margin-left: 1em;
}
h1 {
	margin-bottom: 0.1em;
    font-size: 2.9em;
}
h2 {
	margin-bottom: 0.2em;
    font-size: 2.2em;
}
h3 {
	margin-bottom: 0.3em;
    font-size: 1.5em;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-family: "Courier New", Courier, mono;;
}
h1, h2, h3, a{
	text-decoration: none;
}
.container {
	background-color:#FFF;
	height: 100%;
    margin: 0 auto;
    padding: 0 2em 0 2em;
    width: 850px;
}
/* HEADER */
.header {
    padding: 2em 0 1em 0;
    border-bottom: 1px solid #A3A3A3;
    text-align:left;
}
.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/ferox-basic/images/search.gif') 0 14px no-repeat;
    float:right;
}
.search input {
    width:150px;
}
/* POSTS */
.post {
    text-align:left;
    width: 100%;
    padding: 1em 0 0 0;
    border-bottom: 1px solid #A3A3A3;
}
.postnavigator {
    width: auto;
	padding: 1em 0 1em 0;
}
.postnavigator p{
	text-align:center;
	margin-bottom: 0em;
}
.metainfo {
    float:left;
    width: 15em;
	font-size: 0.9em;
	padding-right: 5px;
}
.content {
    padding-left:15em;
    width: auto;
    text-align:left;
}
/* COMMENTS */
.comment_input { 
	width: 100% !important; 
}
#comments_form{
    padding: 1em 0 0 0;	
}
/* FOOTER */
.footer {
	height: 8em;
    border-top: 1px solid #A3A3A3;
    text-align: center;
}
.footer ul {
	margin-bottom: 0.3em;
	font-size: 1.1em;
}
.footer li {
	margin: 0;
	display: inline;
}