/*  
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
==============================================*/
#wordpress html, * { 
	margin: 0; 
	padding: 0;
	}
#wordpress a {
	cursor: pointer;
	font-weight: normal;
	}
#wordpress a img { 
	border: 0;
	}
#wordpress a:active, #wordpress a:focus {
	outline: none;
	}
/*h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
	font-align: left;
	}*/
#wordpress ul, #wordpress ol, #wordpress dl, #wordpress li, #wordpress dt, #wordpress dd {
	list-style: none;
	line-height: 1.6em;
	}
#wordpress form, #wordpress fieldset {
	border: 0;
	}	
#wordpress legend { 
	color: #000;
	}
#wordpress select {
	margin: inherit;
	}
#wordpress table {
	border-collapse: collapse;
	border: 0;
	}
#wordpress td, #wordpress th, #wordpress caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	}
	
/*============================================
	2: Main Structure
==============================================*/
#wordpress body {
	background: #fff;
	font: 75%/100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}
#wordpress #wrapper {
	width: 725px;
	margin: 0;
	text-align: left;
	}
#wordpress #header {
	padding: 20px 0 15px;
	}
#wordpress #main {
	width: 100%;
	overflow: hidden;
	padding-top: 0;
	border: 0;
	}
#wordpress #content {
	width: 425px;
	padding-right: 40px;
	float: left;
	}
#wordpress #sidebar {
	width: 250px;
	float: right;
	padding-bottom: 30px;
	}
#wordpress #footer {
	width: 100%;
	padding: 60px 0 100px;
	overflow: hidden;
	clear: both;
	}
/*============================================
	3: Global Elements
==============================================*/
#wordpress a {
	background-color: none;
	color: #06c;
	text-decoration: none;
	}
#wordpress a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;	
}
#wordpress blockquote {
	border-left: 3px solid #eee;
	padding-left: 10px;
	}
#wordpress pre {
	margin-bottom: 1.5em;
	}
#wordpress code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
	}
#wordpress hr {
	display: none;
	}
/*============================================
	4: Header
==============================================*/
#wordpress .site-title a {
	color: #06c;
	font: bold 2.8em 'Trebuchet MS';
	}
#wordpress .site-description {
	font: 1.4em Arial;
	}
/*============================================
	5: Navigation
==============================================*/
#wordpress #navigation {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
	padding-left: 0;
	}
#wordpress #navigation li {
	display: inline;
	font: 1.1em Arial;
	text-transform: uppercase;
	}
#wordpress #navigation li a {
	display: block;
	padding: 15px 25px;
	float: left;
	}
#wordpress #navigation li a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;
}
#wordpress #navigation li.home a {
	padding-left: 0;
	}
#wordpress #navigation li.subscribe a {
	float: right;
	padding-right: 0;
	}
/*============================================
	6: Content
==============================================*/
#wordpress .content-title {
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
	background: #fcfcfc;
	color: #333;
	font: 2.0em Verdana;
	text-transform: uppercase;
	text-align: center;
	}
#wordpress .post {
	padding-bottom: 25px;
	}
#wordpress .post-title {
	color: #333;
	font: 1.5em Arial;
	/*display: block;*/
	}
#wordpress .post-title a {
	color: #333;
	display: block;
	font-weight: normal;
	}
#wordpress .post-date {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 0.9em;
	text-transform: uppercase;
	}
#wordpress .post-info {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
	color: #777;
	background-color: #F8F8F8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#wordpress .post-entry {
	width: 100%;
	overflow: hidden;
	}
#wordpress .post-entry p, #wordpress .post-entry blockquote {
	margin-bottom: 1.5em;
	}
#wordpress .post-entry p {
	font-family: 'Verdana,Arial,Helvetica,sans-serif'
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	}
#wordpress .post-entry p a {
	font-weight: normal;
	text-decoration: none;
	}
#wordpress .post-entry p a:visited {
	text-decoration: none;
	}
#wordpress .post-entry p a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;
	}
#wordpress .post-entry h3 {
	font: bold 1.5em Arial;
	margin-bottom: 1.0em;
	}
#wordpress .post-entry ul, #wordpress .post-entry ol {
	font-size: 1.2em;
	margin-bottom: 2.0em;
	}
#wordpress .post-entry ul li, #wordpress .post-entry ol li {
	margin: 1.0em 0 1.0em 3.5em;
	}
#wordpress .post-entry ul li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	}
#wordpress .post-entry ul li {
	margin-left: 3.0em;
	padding-left: 0.5em;
	list-style-type: circle;
	}
#wordpress .post-entry ol li {
	list-style-type: decimal;
	}
#wordpress .post-entry code {
	font-size: 1.5em;
	}
#wordpress .post-entry .sociable ul li {
	display: inline;
	margin: 0.15em;
}
/*============================================
	7: Comments
==============================================*/
#wordpress .comments-closed {
	font-size: 1em;
	padding-bottom: 50px;
	}
#wordpress #comments, #wordpress #respond {
	font-size: 1em;
	}
#wordpress #comments h3, #wordpress #respond h3 {
	font: 1.8em Arial;
	margin-bottom: 10px;
	}
#wordpress ol.commentlist {
	padding-bottom: 30px;
	}
#wordpress ol.trackbacklist {
	padding-bottom: 20px;
	}
#wordpress ol.commentlist li.comment-item {
	padding: 20px 15px;
	overflow: hidden;
	}
#wordpress ol.commentlist li.alt {
	background: #f8f8f8;
	}
#wordpress ol.commentlist li.author {
	border-left: 5px solid #ddd;
	}
#wordpress ol.commentlist p, #wordpress ol.commentlist ol, #wordpress ol.commentlist ul, #wordpress ol.commentlist blockquote {
	margin-bottom: 1.5em;
	}
#wordpress #comments .comment-text ol li {
	list-style-type: decimal;
	margin: 0 0 1.0em 3.5em;
	}
#wordpress #comments .comment-text ul li {
	list-style-type: circle;
	margin: 0 0 1.0em 3.0em;
	padding-left: 0.5em;
	}
#wordpress .comment-info a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;
	}
#wordpress .comment-author a {
	color: #06c;
	}
#wordpress .comment-date, #wordpress .comment-date a {
	color: #666;
	}
#wordpress ol.commentlist p {
	line-height: 1.5em;
	}
#wordpress ol.trackbacklist li {
	padding: 0 0 1.5em 50px;
	}
#wordpress .trackback-link {
	display: block;
	padding-top: 8px;
	}
#wordpress .trackback-url {
	display: block;
	padding: 8px 0;
	}
#wordpress #respond {
	padding-bottom: 50px;
	}
#wordpress #respond h3 {
	margin-bottom: 1.0em;
	}
#wordpress #respond p {
	margin-bottom: 1.0em;
	}
#wordpress #respond label {
	display: block;
	padding-bottom: 0.5em;
	}
#wordpress .commentform-input, #wordpress .commentform-textarea {
	width: 99%;
	padding: 2px 0;
	margin-bottom: 10px;
	}
#wordpress .commentform-button {
	padding: 2px 5px;
	}
/*============================================
	8: Sidebar
==============================================*/
#wordpress #sidebar ul li.sidebar-item {
	font-size: 1.1em;
	margin-bottom: 2.0em;
	}
	
#wordpress .sidebar-item {
	margin-bottom: 20px;
	}
	
#wordpress #sidebar h3 {
	font: 1.4em Arial;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #ccc;
	}
#wordpress #sidebar ul li a {
	padding: 0;
	line-height: 1.1em;
	}
#wordpress #sidebar ul li a:visited {
	color: #036;
	}
#wordpress #sidebar ul li a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;
}
#wordpress #sidebar ul li.sidebar-item p {
	line-height: 1em;
	}
#wordpress #sidebar ul li.sidebar-item ul {
	margin-bottom: 0;
	}
#wordpress #sidebar ul li.sidebar-item ul li {
	list-style: none;
}
#wordpress #sidebar ul li.sidebar-item ul li a {
	padding-left: 0em;
}
#wordpress #sidebar ul li.sidebar-item ul li ul li a {
	margin-left: 0.5em;
}
/* Buggy as in 'Invalid HTML' Sidebar */
#wordpress #sidebar li a:hover {
	background: none;
	color: #17518C;
	text-decoration: underline;
	}
#wordpress #sidebar li.sidebar-item ul li {
	list-style: none;
}
#wordpress #sidebar li.sidebar-item ul li ul li a {
	margin-left: 0.5em;
}
#wordpress #sidebar li.sidebar-item ul li ul ul li a {
	margin-left: 1em;
}
#wordpress #sidebar li.sidebar-item.widget_ara_collapsiblearchive ul li ul li a {
	margin-left: 0;
}
#wordpress #sidebar li.sidebar-item.widget_ara_collapsiblearchive ul li ul li a span {
	padding-left: 1em;
}
#wordpress #sidebar li.sidebar-item.widget_ara_collapsiblearchive ul li ul ul li a {
	margin-left: 2em;
}
/*============================================
	9: Footer
==============================================*/
#wordpress #footer p {
	font-size: 1.2em;
	}
#wordpress .footer-credits {
	width: 69%;
	float: left;
	}
#wordpress .footer-standards {
	width: 29%;
	float: right;
	text-align: right;
	}
/*============================================
	10: Forms
==============================================*/
#wordpress .search-input {
	width: 96%;
	padding: 3px 2px 2px 2px;
	font-size: 1em;
	}
/*============================================
	11: Miscellaneous
==============================================*/
#wordpress .navigation {
	overflow: hidden;
	width: 100%;
	font: 1.2em Verdana;
	}
#wordpress .navigation .previous-entries {
	float: left;
	width: 49%;
	}
#wordpress .navigation .next-entries {
	float: right;
	width: 49%;
	text-align: right;
	}
#wordpress .navigation a {
	color: #666;
	display: block;
	padding: 1em 0 1em;
	}
#wordpress .permalink-nav a {
	padding: 0 0 3.0em;
	}
