/*
Theme Name: FourthLogic
Theme URI: http://www.fourthlogic.com
Description: Custom theme for Fourth Logic blog
Version: 1.0
Author: Annette Gleason [Design] + Matthew Binz [Development]
Author URI: 
Tags: 

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1{
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

h2{
	font-weight: bold;
	font-size: 1.4em;
	margin: 15px 0px 5px 0px;
	padding: 0;
	color: #cfcb2a;
}

h2 a, h2 a:visited{
	font-weight: bold;
	font-size: 1.4em;
	margin: 15px 0px 0px 0px;
	padding: 0;
	color: #cfcb2a;
	text-decoration: none;
}

h3{
	font-weight: normal;
	font-size: 1.3em;
	display: inline;
	margin: 0;
	padding: 0;
}

h4{
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	margin: 0;
	padding: 0;
}

h5{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	color: #323940;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, a:visited {
	color: #873172;
	text-decoration: none;
	border: none;
}

img{
	border: none;
}

#header{
	width: 100%;
	height: 125px;
	background: #323940;
}

#footer{
	width: 100%;
	height: 55px;
	background: #323940;
	clear: both;
	padding: 10px 0px;
}

#footer p {
	color: #bbb;
	float: left;
	margin: 0 0 0 25px;
}

#content{
	width: 100%;
}


#logo{
	height: 100px;
	width: 180px;
	position: absolute;
	left: 50px;
	top: 15px;
	/*background: url('img/fourth_logic_logo.gif') no-repeat;*/
}

#top_nav{
	float: right;
	margin: 15px 15px 0 0;
}

#top_nav li{
	display: inline;
	margin: 0 15px 0 15px;
}

#top_nav a, #top_nav a:visited{
	color: #e0e1e2;
	text-decoration: none;
	font-size: 1.2em;
}

#top_nav a:hover{
	border-bottom: 1px dotted #cfcb2a;
	color: #cfcb2a;
}

#account_nav{
	width: 100%;
	height: 30px;
	background: #cfcb2a;
	position: relative;
	top: 95px;
}

#account_nav h5{
	font-size: 1.4em;
	color: #323940;
	font-weight: normal;
	position: relative;
	top: 8px;
	left: -60px;
}

#account_nav li{
	display: inline;
}

#temp-page-tabs li{
	display: inline;
}

#account_nav a, #account_nav a:visited{
	font-size: 1.1em;
	color: #323940;
	text-decoration: none;
}

#account_nav a:hover{
	border-bottom: 1px dotted #323940;
}

#account_nav .list_separator{
	color: #e0e1e2;
	font-size: 1.4em;
}

#left_col{
	float: left;
	width: 260px;
	margin: 30px 10px 0 0;
}

*:first-child+html #left_col{
	margin: 40px 10px 0 0;
}

html>body #left_col {
	margin: 10px 10px 0 0;
}

#middle_col{
	float: left;
	width: 450px;
	margin: 30px 0 20px 0;
	padding: 5px 15px 20px 10px;
	border-left: 2px solid #d1d1d1;
}

*:first-child+html #middle_col{
	margin: 40px 0 20px 0;
}

html>body #middle_col {
	margin: 5px 0 20px 0;
}

#right_col{
	margin: 30px 0 0 25px;
	float: left;
	width: 200px;
	text-align: left;
	padding: 20px 0;
}

*:first-child+html #right_col{
	margin: 40px 0 0 25px;
}

html>body #right_col{
	margin: 5px 0 0 25px;
}

.post {
	margin: 0 0 40px 0;
	text-align: left;
}

.post hr {
	display: block;
}

.threecol .post {
	margin: 0;
}

.threecol .postmetadata {
	margin: 20px 0 50px 0;
}

.threecol .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.threecol .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	margin: 0;
	padding: 5px 0;
	width: 450px;
	border-top: 1px #666 solid;
	text-align: right;
}

.threecol .entry p {
	font-size: 1.2em;
	color: #888;
}

.threecol .entry {
	line-height: 1.5em;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #888;
}

.rec_comment {
	margin: 8px 0 8px 0;
}
.rec_comment img{
	float: left;
	margin: 2px 5px 2px 0;
}

div#comment-poster {
	padding: 5px 5px 5px 5px;
	border: 2px #d0cc2e solid;
	background-color: #f3f4ce;
	margin: 15px 0px 0px 15px;
	width: 225px;
}

#search-text-box {
	padding: 4px;
	color: #999ca0;
	border: 1px #999ca0 solid;
	width: 180px;
	font-size: 9px;
}

input#comment-post-submit {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e8e897;
	border: 1px #d0cc2d solid;
	padding: 2px;
	font-family: Verdana;
}

div.hackadelic-series-info { 
    margin: 0 1em 1em 1em; 
} 
div.hackadelic-series-info.on-frontpage { 
    margin: -1em 1em 1em 1em; 
}

.hackadelic-sliderPanel { 
    border: 1px solid #ccc; 
    padding: 5px; 
    -moz-border-radius: 1em; -webkit-border-radius: 1em; 
} 
.hidden { display: none } 
.block { display: block } 
 
a.hackadelic-sliderButton { 
    border: 1px solid lightgrey; 
    color: #B3960E; 
    padding: 0 3px; 
    -moz-border-radius: 1em; -webkit-border-radius: 1em; 
} 
a.hackadelic-sliderButton:hover { 
    border: 1px solid #F0F0E0; 
    background-color: #F0F0E0; 
} 
.entry .hackadelic-sliderPanel { 
    background-color: #fcfcfc; 
} 
.textwidget .hackadelic-sliderButton { 
    display: block; 
    text-align: center; 
    margin: .5em; 
} 
.textwidget .hackadelic-sliderPanel { 
    background-color: #F0F0E0; 
}
/* End Structure */