/*
Theme Name: TodayWasAwesome
Theme URI: http://todaywasawesome.com
Description: Simple, minimalistic with all the focus on the content
Version: 1.0
Author: Dan Garfield
Author URI: http://todaywasawesome.com
*/

body {
	margin: 0;
	background-color: #F5F5F5;
}

img, img a{
	border: none;
}
.alignright {
	margin: 0 0 10px 10px;
	float:right;
}
.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}
/*header */
header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-color: #383838;
	background-position: 0px;
	display: block;
	height: 32px;
	width: 800px;
	margin: 0 auto;
}

#header {
	background-color: #383838;
	width: 100%;
}

#bin {
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	background-position: 0 -2px;
	background-color: #F5F5F5;
}

#dropcontainer {
	position: absolute;
	top: 32px;
	width: 100%;
}

/* Menu */
div.menu {
	width: 877px;
	display: block;
	margin: 0 auto;
}
div.menudrop {
	background-color: #383838;
	width: 100%;
	display: block;
	/*margin-top: -1000px; */
	display: none;
	/*position: absolute;
	top: 55px;*/
	z-index: 50;
}
nav {
	width: 900px;
	margin: 0 auto;
	display: block;
}

div.navcol {
	background-color: #383838;
	width: 280px;
	margin: 10px;
	float: left;
	display: block;
}

div.navcol h3 {
	color: #F3F6FA;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 26px;
	font-style: normal; 
}

div.navcol p, div.navcol{
	color: #B5B5B5;
	font-family: 'Lucidia Grande', Geneva, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

div.navcol a {
	color: #77A6D3;
}

div.navcol ul {
	border-top: 0px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin: 0;	
}

div.navcol ul li{
	display: block;
	font-size: 11px;
	width: 98%;
	line-height: 2em; 
	padding: 2px 0;
	margin-left: 0;
	color: #77A6D3;
	border-bottom: 2px dotted #45474A;	
	font-weight: normal;
}

div.wp-caption {
	padding: 0 0 0 50px;
}
p.wp-caption-text {
	padding: 1em 0;
	text-align: center;
	width: 100%;
	background-color: #EFEFEF;
	margin: 0;
}

div.navcol ul li a{
	font-weight: normal;
}

#navbutton a{
	background-image: url('images/pull.png');
	background-position: 0px -10px;
	background-repeat: no-repeat;
	padding: 0 0 0 50px;
	float: right;
	width: 156px;
	height: 45px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	z-index: 50;
}

#navbutton a:hover{
	background-position: 0px -4px;
}

#navbutton a:link {color: #77A6D3; text-decoration: none;}
#navbutton a:visited {color: #77A6D3; text-decoration: none;}
#navbutton a:active {color: #77A6D3; text-decoration: none;}

a:link {color: #77A6D3; text-decoration: none; font-weight: bold;}
a:visited {color: #77A6D3; text-decoration: none; font-weight: bold;}
a:active {color: #77A6D3; text-decoration: none; font-weight: bold;}

div.clear {
	clear: both;
}

/* Features */
.featurebox {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 1;
}
#features {
	width: 800px;
	margin: 0 auto;
	background-color: #F5F5F5;
}

div.fbox {
	float: left;
	padding: 10px;
	width: 140px;
	border: 0px solid #383838;
	display: block;
	overflow: hidden;
	text-align: center;
}
.fbox:hover {
	background-color: #EBEBEB;
}

.fbox img{
	width: 130px;
	margin: 0 5px;
}

/* Content */
div.content {
	width: 700px;
	margin: 300px auto 0 auto;
	border: 40px solid white;
	background-color: #fffefc;
}

article {
	margin: 0 0 60px 0;
	display: block;
	border-bottom: 2px solid #EFEFEF;
}

article h2.posttitle, article h1.posttitle {
	font-size: 60px;
	line-height: 48px;
	font-family: Arial Black, Helvetica, Arial, Sans;
	width: 550px;
	margin: 0 0 20px 0;
}

article h3, article h4, article h5, article h6 {
	padding: 0 0 0 50px;
	line-height: auto;
}

article h2 a:link {color: #000;}
article h2 a:visited {color: #000;}
article h2 a:active {color: #000;}
article h2 a:hover {color: #77A6D3;}
article h1 a:link {color: #000;}
article h1 a:visited {color: #000;}
article h1 a:active {color: #000;}
article h1 a:hover {color: #77A6D3;}
section h2 {
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 0 50px;
}

section {
	width: 650px;
}
section p, section ul {
}

code {
	background-color: #EBEBEB;
	display: inline;
}

.meta {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	
}

/*comments */
div.comment, .dsq-post-area {
	background-color: #383838;
	padding: 10px 20px;
	color: #FFFFFF;
	width: 600px;
	margin: 0 auto;
}

.comment textarea, .comment input {
	background-color: #EBEBEB;
	font-size: 1.1em;
	width: 70%;
	margin: 2px auto;
	border: none;
}

.comments, .dsq-comment {
	background-color: #EBEBEB;
	border-bottom: 2px dotted white;
	padding: 10px 20px;
	width: 600px;
	margin: 0 auto;
}

#dsq-content {
width: 600px;
margin: 0 auto;
}

li.dsq-comment {
	list-style-type: none;
}

#dsq-comments {
	padding: 0;
}

ul.dsq-login-buttons, ul.dsq-login-buttons li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	padding: 0;
}

input.labelHighlight {
	color: #848484;
}

div.comment_title {
	font-size: 1.2em;
}
div.comment_date {
	color: #504F4F;
	font-size: 0.8em;
}

div.comment_content {
}

input.comment_submit {
	width: 300px;
}

/*footer */
#before-footer {
	/*background-image: url('images/footer-top.png');
	background-repeat: no-repeat;
	background-position: 0 3px;*/
	display: block;
	height: 33px;
	width: 800px;
	margin: 0 auto;
}
#profile {
	display: block;
	padding: 10px 0 30px;
	width: 850px;
	margin: 0 auto;
}
div.bigtext {
	margin: 40px 0 0 0;
	font-size: 36px;
	color: #FFFFFF;
	width: 820px;
}
span.bigtext {
	color: #77A6D3; 
	font-size: 1.2em;
}

footer {
	background-color: #383838;
	width: 100%;
	display: block;
}

dt {font-size: 1.1em; margin: 10px 0 0 0; }
dd {color: #555;}
