/*
Theme Name: Element
Theme URI: http://www.goelement.com
Description: The Element blog theme at www.goelement.com 
Version: 1.0
Author: Troy Foley and Paul Dax
Author URI: http://www.goelement.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/


/* global typography */
a { border:none; color:#FFF; text-decoration:underline; }
a:hover { color:#ccdc39; text-decoration:none; }
h1,
h2,
h3 { color:#009cec; }
img { border:none; }

/*===START SECTION 1 - the main containers===*/
body {
	background:#006ca4 url(/images/bg/body.jpg) center top no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#wrapper {
	width: 800px;
	margin: 12px auto 20px auto;
	padding: 0px;
	position:relative;
}
#header {
	background:url(/blog/wp-content/themes/element/images/bg/stroke.jpg) center bottom no-repeat;
	height: 130px;
	width: 800px;
	margin: 0 0 10px;
	position:relative;
}
#main {
	width: 800px;
}
#content {
	width: 535px;
	padding: 10px;
	float: left;
	font-size:1.2em;
	line-height: 1.4em;
}

#sidebar {
	background: url(/blog/wp-content/themes/element/images/bg/sidebar.gif) top left no-repeat;
	width: 230px;
	float: right;
	margin: 25px 5px 0 0;
	padding:0 0 25px 5px;
}
#footer {
	background:url(/blog/wp-content/themes/element/images/bg/stroke.jpg) center top no-repeat;
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 1.0em;
	margin:10px 0 0;
	padding: 10px 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 10px 10px 20px 0;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	color:#1dabf4;
	font-size: 1.1em;
}
#content .underpost a {
	color:#1dabf4;
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
h2.pagetitle,
h2.widgettitle { font-size:0.9em; letter-spacing:2px; text-transform:uppercase; }
h2.pagetitle strong { color:#1dabf4; }
h2.widgettitle { padding:10px 0 0; }

#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}

#content p { margin:0 0 12px 0; padding:0; }

#footer p { margin:0; padding:0; text-transform:uppercase; }

#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color:#ccdc39;
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	bottom:0;
	left:0;
	position:absolute;
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: block;
	float:left;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	color:#FFF;
	display:block;
	font-size:1.1em;
	text-decoration: none;
	text-transform:uppercase;
	padding: 6px 12px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0 0 8px 0;
	padding: 0 8px 16px 12px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul { margin:0; padding:0; }
#sidebar ul ul li {
  margin: 2px 0 2px 16px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	color:#009cec;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.5em;
	margin: 0 0 8px;
	padding: 0;
}

.post h2 a,
.post h3 a { text-decoration:none; }

.post h3 {
	color:#009cec;
  font-size: 1.4em;
  margin: 0;
  padding: 0 0 6px;
  text-transform:uppercase;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	background:#00699f;
	color:#009cec;
	width: 60px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.entry-month {
	font-size: 12px;
	letter-spacing:4px;
	width: 60px;
	text-align: center;
	margin: 7px 0 0 0;
	padding:0 0 0 2px;
	font-weight: bold;
	text-transform:uppercase;
}
.entry-day {
	 color:#1dabf4;
	font-size: 28px;
	text-align: center;
	width: 60px;
	font-weight: bold;
	margin:0 0 16px;
}
/*===END SECTION 7===*/

.entry { display:inline; float:left; padding:8px 0; position:relative; width:400px; }

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 8px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/

#tag_cloud a { display:block; float:left; padding:0 16px; position:relative; }

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	
