/*  
Theme Name: Simple Foundation
Theme URI: http://www.wpthemes.ca/themes/simple-foundation/
Description: A wordpress theme by Ash Haque
Version: 1.1
Author: Ash Haque
Author URI: http://www.ashhaque.com/
*/

/*
The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by-sa/3.0/

Basically, you may:
- Use it on your own website, either for personal or commercial projects
- Edit, modify, and/or redestribute this theme as long as the two* links 
(theme page, and authors website) in the footer are retained

You may not:
- Resell this theme
- Remove the two* links (theme page, and authors website) in the footer

*If you modify the theme heavily to the point where it looks nothing
like the original theme, you may remove the link to the theme page, but
I ask you to keep the second link intact (authors website).
*/

/*
1. CSS Reset
2. Main Structure
3. Global Elements
4. Header
5. Navigation
6. Content
7. Comments
8. Sidebar
9. Footer
10. Forms
11. Miscellaneous
*/

/*============================================
	1: CSS Reset
==============================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
	}
a {
	cursor: pointer;
	}
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;
	}
/*============================================
	2: Main Structure
==============================================*/
body {
	background: #666;
	font: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
#wrapper {
	background: #fff url('images/mainbackgroundlow.png') no-repeat  top center;
	width: 1036px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
#header {
	padding: 0px;
	}
#header-pre {
	float: right;
	background: #fff;
	text-align: right;
	padding: 27px 36px 0px 0px;
	}
#header-clicky {
	}
#header-navigation {
	width: 600px;
	margin: 10px 0px 0px 25px;
	float: left;
	}
#donate-button {
	margin: 20px 27px 0px 0px;
	padding: 0px;
	width: 360px;
	float: right;
	}
#main {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 90px 0px 0px 0px;
	}
#content {
	background: #fff;
	padding: 10px;
	margin: 0px 10px 10px 25px;
	width: 577px;
	float: left;
	border: #888 solid 1px;
	}
#content-footer {
	background: #fff;
	padding: 10px;
	margin: 20px 10px 10px 25px;
	width: 577px;
	clear: left;
	float: left;
	border: #888 solid 1px;
	}	
#content-footer-column {
	background: #fff;
	padding: 10px;
	width: 150px;
	float: left;
	}
#sidebar {
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0px 27px 25px 0px;
	width: 333px;
	float: right;
	border: #888 solid 1px;
}
#sidebar-headline {
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0px 27px 25px 0px;
	width: 333px;
	float: right;
	border: #888 solid 1px;
}
#sidebar-image {
	background: #fff;
	padding: 0px;
	margin: 0px 27px 25px 0px;
	width: 353px;
	float: right;
	border: #888 solid 1px;
}
#footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	}
/*============================================
	3: Global Elements
==============================================*/
a {
	color: #06c;
	text-decoration: none;
	}
blockquote {
	border-left: 3px solid #eee;
	padding-left: 10px;
	}
pre {
	margin-bottom: 1.5em;
	}
code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
	}
hr {
	display: none;
	}
/*============================================
	4: Header
==============================================*/
.site-title a {
	color: #06c;
	font: bold 2.8em 'Trebuchet MS';
	}
.site-description {
	font: 1.4em Arial;
	}
#header-pre p {
	background: #08c;
	color: #fff;
	font: 0.8em Helvetica;
	text-align: right;
	padding: 2px 5px 2px 5px;
	}
#header-pre a {
	color: #fff;
	}
#header-pre a:hover {
	color: #f33;
}

/*============================================
	5: Navigation
==============================================*/
#navigation {
	width: 100%;
	overflow: hidden;
	margin: 0px 0 0;
	padding-left: 0;
	}
#navigation li {
	display: inline;
	font: 0.9em Georgia;
	text-transform: none;
	}
#navigation li a {
	background: #fff;
	margin: 2px 2px 2px 0px;
	display: block;
	padding: 10px 30px;
	float: left;
	border: #888 solid 1px;	
	}
#navigation li a:hover {
	text-decoration: underline;
	}
#navigation li.home a {
	padding-left: 0;
	}
#navigation li.subscribe a {
	float: right;
	padding-right: 0;
	}
/*============================================
	6: Content
==============================================*/
.content-title {
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
	background: #fcfcfc;
	color: #138;
	font: 1.1em Georgia;
	text-transform: uppercase;
	text-align: center;
	}
.post {
	padding-bottom: 50px;
	font: 1.0em Helvetica;
	}
.post-title {
	color: #138;
	font: 1.1em Georgia;
	font-weight: bolder;
	display: block;
	}
.post-title a {
	color: #333;
	display: block;
	}
.post-date {
	margin-top: 5px;
	padding-bottom: 15px;
	font: 0.8em Helvetica;
	text-transform: uppercase;
	}
.post-info {
	margin-top: 2.0em;
	font-size: 1.2em;
	text-align: center;
	}
.post-entry {
	width: 100%;
	overflow: hidden;
	}
.post-entry p, .post-entry blockquote {
	margin-bottom: 1.5em;
	}
.post-entry p {
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	}
.post-entry p a {
	text-decoration: underline
	}
.post-entry p a:visited {
	text-decoration: none;
	}
.post-entry p a:hover {
	background: #06c;
	color: #fff;
	}
.post-entry h3 {
	font: bold 1.5em Arial;
	margin-bottom: 1.0em;
	}
.post-entry ul, .post-entry ol {
	font-size: 1.2em;
	margin-bottom: 2.0em;
	}
.post-entry ul li, .post-entry ol li {
	margin: 1.0em 0 1.0em 3.5em;
	}
.post-entry ul li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	}
.post-entry ul li {
	margin-left: 3.0em;
	padding-left: 0.5em;
	list-style-type: circle;
	}
.post-entry ol li {
	list-style-type: decimal;
	}
.post-entry code {
	font-size: 1.5em;
	}
/*============================================
	6.5: Content Extras
==============================================*/
#content-footer-column p {
	font: 1.0em Georgia;
	line-height: 24px;
	color: #000;
	}
#content-footer-column a {
	font: 1.0em Helvetica;
	color: #666;
	}
#content-footer-column a:hover {
	color: #33f;
	}
/*============================================
	7: Comments
==============================================*/
.comments-closed {
	font-size: 1.2em;
	padding-bottom: 50px;
	}
#comments, #respond {
	font-size: 1.2em;
	}
#comments h3, #respond h3 {
	font: 1.8em Arial;
	margin-bottom: 10px;
	}
ol.commentlist {
	padding-bottom: 30px;
	}
ol.trackbacklist {
	padding-bottom: 20px;
	}
ol.commentlist li.comment-item {
	padding: 20px 15px;
	overflow: hidden;
	}
ol.commentlist li.alt {
	background: #f8f8f8;
	}
ol.commentlist li.author {
	border-left: 5px solid #ddd;
	}
ol.commentlist p, ol.commentlist ol, ol.commentlist ul, ol.commentlist blockquote {
	margin-bottom: 1.5em;
	}
#comments .comment-text ol li {
	list-style-type: decimal;
	margin: 0 0 1.0em 3.5em;
	}
#comments .comment-text ul li {
	list-style-type: circle;
	margin: 0 0 1.0em 3.0em;
	padding-left: 0.5em;
	}
.comment-info a:hover {
	background: #f8f8f8;
	}
.comment-author a {
	color: #06c;
	}
.comment-date, .comment-date a {
	color: #666;
	}
ol.commentlist p {
	line-height: 1.5em;
	}
ol.trackbacklist li {
	padding: 0 0 1.5em 50px;
	}
.trackback-link {
	display: block;
	padding-top: 8px;
	}
.trackback-url {
	display: block;
	padding: 8px 0;
	}
#respond {
	padding-bottom: 50px;
	}
#respond h3 {
	margin-bottom: 1.0em;
	}
#respond p {
	margin-bottom: 1.0em;
	}
#respond label {
	display: block;
	padding-bottom: 0.5em;
	}
.commentform-input, .commentform-textarea {
	width: 99%;
	padding: 2px 0;
	margin-bottom: 10px;
	}
.commentform-button {
	padding: 2px 5px;
	}
/*============================================
	8: Sidebar
==============================================*/
#sidebar ul li.sidebar-item {
	font-size: 1.1em;
	margin-bottom: 2.0em;
	}
#sidebar h3 {
	font: 1.1em Helvetica;
	font-weight: bolder;
	}
#sidebar ul li a {
	display: block;
	padding: 0.5em 0;
	line-height: 1.0em;
	}
#sidebar ul li a:visited {
	color: #036;
	}
#sidebar ul li a:hover {
	color: #000;
	}
#sidebar ul li.sidebar-item p {
	line-height: 1.3em;
	}
#sidebar ul li.sidebar-item ul {
	margin-bottom: 0;
	}
#sidebar ul li.sidebar-item ul li ul li {
	padding-left: 1.5em;
	}
.recent-posts {
	font: 0.9em Helvetica;
	font-weight: bolder;
	line-height: 1px;
	}
.recent-posts-continue {
	font: 0.8em/1.0em Helvetica;
	margin-bottom: 10px;
	}
.recent-posts-content {
	font: 0.8em/1.0em Helvetica;
	line-height: 13px;
	margin: 0px 0px 10px 0px;
	}
/*============================================
	9: Footer
==============================================*/
#footer p {
	color: #888;
	font-size: 0.8em;
	}
.footer-credits {
	margin: 0 0 0 30px;
	width: 600px;
	float: left;
	}
.footer-standards {
	margin: 0 30px 0 0;
	width: 333px;
	float: right;
	text-align: right;
	}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #000;
	
}
/*============================================
	10: Forms
==============================================*/
.search-input {
	width: 96%;
	padding: 3px 2px 2px 2px;
	font-size: 1.2em;
	}
/*============================================
	11: Miscellaneous
==============================================*/
.navigation {
	overflow: hidden;
	width: 100%;
	font: 1.2em Verdana;
	}
.navigation .previous-entries {
	float: left;
	width: 49%;
	}
.navigation .next-entries {
	float: right;
	width: 49%;
	text-align: right;
	}
.navigation a {
	color: #666;
	display: block;
	padding: 1.0em 0 5.0em;
	}
.permalink-nav a {
	padding: 0 0 3.0em;
	}