/*
 * Theme Name: Flying Machetes
 * Theme URI: http://www.nomachetejuggling.com
 * Description: Based on fluid-blue by Srini G, this theme creates a tabbed category interface for easily dividing a blog into sections.
 * Version: 0.1
 * Author: Rod Hilton
 * Author URI: http://www.rodhilton.com
 * */

/* HTML Tags */

body {
	margin:0;
	background:#fff;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#258;
	text-decoration:none;
}


a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#27a;
  text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

img {
	border:0;
	margin:5px;
}

input {
	border:1px solid #aaa;
	font-size:1.2em;
}

textarea {
	border:1px solid #aaa;
	font-size:12px;
}

pre {
	font-size:12px;
}

code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}


/* Layout */

#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	margin:0 5%;
	padding-right:360px;
}

#content{
	float:left;
	width:96%;
	border-right:360px solid #eee;
	margin-right:-360px;
	padding:20px 4% 20px 0;
}

#sidebars{
	float:left;
	width:360px;
	margin:0 -400px 0 0;
	background:#eee;
}

.sidebar {
 float: left;
 padding: 20px;
 font-size: 85%;
}

#sidebar-left {
 width: 180px;
 padding-right:0px;
}

#sidebar-right {
 width: 120px;
 padding-left: 20px;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #555;

}

/* Header */

#header {
	margin:0;
	padding:2em 0;
	height:4.8em;
	background:#237ab2;
}

#headertitle {
	float:left;
	position:absolute;
	top:2.4em;
	left:5%;
}

#headertitle h1 {
	margin:0;
}

#headertitle h1 a {
	background:transparent;
	color:#fff;
}

#headertitle h1 a:hover {
	text-decoration:none;
}


#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}


/* Top navigation */

#navcontainer {
	background-color: #68C;
	border-bottom:1px solid black;
	margin: 0;
}

#navlist {
	padding: 0.5em 0;
	margin-left: 0;
	margin: 0 0 0 5%;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;;
}

#navlist li a {
	padding: 0.5em 0.5em;
	margin-left: 3px;
	border: 1px solid #226;
	border-bottom: none;
	background-color: #46a;
	text-decoration: none;
	color: white;
	text-transform:uppercase;
	letter-spacing: .11em;
}

#navlist li a:link { 
	color: white; 
}

#navlist li a:hover {
	color: #000;
	background: #d8d8d8;
	border-color: black;
}

#navlist li.current-cat a {
	background: white;
	border-bottom: 1px solid white;
	color: black;
	border: 0.1em solid black;
	border-bottom: 0.1em solid white;
	font-weight: bold;
}

#navlist li.page_item a {
	border: none;
	background-color: transparent;
	color: #eee;
}

#navlist li.page_item a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: white;
}

#navlist li.page_item:after {
	content: " \0020 | \0020";
	background:transparent;
	color:#eee;
}

#navlist li.current_page_item a {
	font-weight: bold;
	border-bottom: 1px solid white;
}

#navlist li.current_page_parent a, #navlist #list_with_children li.current_page_item a {
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
}

/* Sub Navigation (when there are child pages) */

#subnavcontainer {
	background-color: #eef1fa;
	border-bottom:1px solid #4466aa;
	margin: 0;
}

#subnavlist {
	padding: 0.4em 0;
	margin-left: 0;
	margin: 0 0 0 1%;
}

#subnavlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#subnavlist li a {
	padding: 0.4em 0.4em;
	margin-left: 5px;
	border-bottom: none;
	text-decoration: none;
	color: #4466aa;
	letter-spacing: .06em;
}

#subnavlist li a:link { 
	color: #6688cc; 
}

#subnavlist li.page_item a {
	border: none;
	background-color: transparent;
	color: #black;
}

#subnavlist li.page_item a:hover {
	text-decoration: underline;
	color: #4466aa;
}

#subnavlist li.current_page_item a {
	font-weight: bold;
	color: black;
	background: white;
	border-bottom: 1px solid white;
	border-left: 1px solid #4466aa;
	border-right: 1px solid #4466aa;
}


/* Sidebar Formatting */

.sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}

.sidebar ul ul {
	font-size:1em;
}

.sidebar ul li {
	margin:0 0 2em 0;
}

.sidebar ul ul {
	margin:0;
	padding:0;
}

.sidebar li li {
	margin:0.1em 0;
}

.sidebar li li li {
	padding-left:10px;
}

.sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}

/* Footer */

#footer { 
	text-align:center;
	font-size:1em;
	background:#165279;
	color:#eee;
}

#footer a {
	color:#aac;
}


/* Post */

.post {
	margin:0 0 2em 0;
	clear:both;
}
.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}

.post li li {
	font-size:1em;
}

.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}

.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}


.postentry h1 {
  font-size: 1.7em;
  margin: 1em 0 .5em 0;
}


.postentry h2 {
  font-size: 1.5em;
  margin: 1em 0 .5em 0;
}


.postentry h3 {
  font-size: 1.4em;
  margin: 1em 0 .5em 0;
}


.postentry blockquote {
 padding: 1em !important;
}

.postentry blockquote p {
 margin: 0;
} 

.postentry a {
	border-bottom:1px solid #ddd;
}

.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/* Comments */

#comments { }

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}

.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}

/* Other Shit */

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.wpcf7 table {
 width: 600px;
}

.wpcf7 #labels {
 width: 150px;
}

.wpcf7 #fields {
 width: 450px;
}

.wpcf7 td {
 padding: .2em;
 margin: .2em;
 background-color: #eee;
 text-align: right;
 vertical-align: top;
 
}

.wpcf7 input, .wpcf7 textarea {
 width: 100%;
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.wpcf7 input[type="submit"] {
 width: auto;
}

.crosspost {
 border: 1px solid #aaa;
 width: 60%;
 margin: 2em auto;
 text-align: center;
 font-size: .9em;
 padding: 1em;
 background-color: #eee;
}

.crosspost p {
 margin: 0;
 text-align: center;
 display: inline;
}

