/*  
Theme Name: Dark Colors
Theme URI: http://www.wpthemes.ca/themes/dark-colors/
Description: A wordpress theme by Ash Haque
Version: 1.0
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: #111;
	font: 62.5%/100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 25px 0 40px;
	color: #bbb;
	text-align: center;
	}
#wrapper {
	background: #222;
	border: 1px solid #444;
	width: 760px;
	padding: 15px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	margin-bottom: 15px;
	}
#main {
	background: #292929;
	border: 1px solid #333;
	border-width: 1px 0;
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	}
#content {
	width: 490px;
	float: left;
	padding-left: 20px;
	}
#sidebar {
	width: 200px;
	float: right;
	padding: 0 20px 30px 0;
	}
#footer {
	background: #292929;
	border: 1px solid #333;
	border-width: 1px 0;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	clear: both;
	}
/*============================================
	3: Global Elements
==============================================*/
a {
	text-decoration: none;
	}
blockquote {
	padding-left: 15px;
	}
pre {
	margin-bottom: 1.5em;
	}
code {
	font: "Courier New", Courier, mono;
	}
hr {
	display: none;
	}
/*============================================
	4: Header
==============================================*/
.site-info {
	padding: 20px 20px 10px 20px;
	}
.site-title a {
	color: #fff;
	font: bold 2.8em 'Trebuchet MS';
	}
.site-description {
	color: #eee;
	font: 1.4em Arial;
	}
/*============================================
	5: Navigation
==============================================*/
#navigation {
	overflow: hidden;
	width: 100%;
	margin: 15px 0 0;
	padding: 0 0 1px 0;
	background: #333;
	}
#navigation li {
	display: inline;
	font: 1.1em Arial;
	text-transform: uppercase;
	}
#navigation li a {
	display: block;
	padding: 15px 25px;
	margin-left: 1px;
	float: left;
	color: #ccc;
	}
#navigation li.choose-layout a {
	margin-top: 10px;
	padding: 5px 5px 2px 5px;
	float: right;
	}
#navigation li a:hover,  #navigation li.current_page_item a {
	background: #222;
	color: #ccc;
	}
#navigation li.subscribe a {
	float: right;
	padding-right: 0;
	}
/*============================================
	6: Content
==============================================*/
.content-title {
	display: block;
	padding: 10px 0;
	margin-bottom: 25px;
	background: #333;
	border: 1px solid #444;
	color: #aaa;
	font: 2.0em Arial;
	text-transform: uppercase;
	text-align: center;
	}
.post {
	padding-bottom: 3.0em;
	}
.post-title {
	color: #333;
	font: 2.0em Arial;
	display: block;
	}
#content h2, .post-title a {
	display: block;
	}
.post-date {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	}
.post-info {
	margin-top: 1.0em;
	font-size: 1.1em;
	background: #333;
	border: 1px solid #444;
	padding: 5px 0 15px 20px;
	}
.post-info a {
	color: #fff;
	}
.post-info span {
	display: block;
	width: 89%;
	padding: 12px 0 12px 30px;
	border-bottom: 1px solid #444;
	}
.post-info span.post-category {
	background: url(images/icon-folder.png) center left no-repeat;
	}
.post-info span.post-comments {
	background: url(images/icon-comments.png) center left no-repeat;
	}
.post-info span.post-feed {
	background: url(images/icon-folder-feed.png) center left no-repeat;
	}
.post-entry {
	width: 100%;
	overflow: hidden;
	}
.post-entry p, .post-entry blockquote {
	margin-bottom: 1.5em;
	}
.post-entry p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	}
.post-entry p a {
	text-decoration: underline
	}
.post-entry p a:visited {
	text-decoration: none;
	}
.post-entry p a:hover {
	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 {
	line-height: 1.4em;
	margin: 0.8em 0 0.8em 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;
	}
/*============================================
	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: 15px;
	}
ol.trackbacklist {
	padding-bottom: 20px;
	}
ol.commentlist li.comment-item {
	overflow: hidden;
	margin-bottom: 25px;
	}
ol.commentlist p, ol.commentlist ol, ol.commentlist ul, ol.commentlist blockquote {
	margin-bottom: 1.5em;
	}
ol.commentlist li.comment-item .comment-text {
	border-top: 1px solid #444;
	background: url(images/bg-comment.gif) top left repeat-y;
	padding: 12px 12px 1px 12px;
	}
ol.commentlist li.comment-item .comment-info {
	padding-top: 10px;
	background: url(images/bg-comment-info.gif) top left no-repeat;
	}
#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-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: 30px;
	}
#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.5em;
	}
#sidebar h3 {
	font: 1.4em Arial;
	margin-bottom: 1.0em;
	border-bottom: 2px solid #292929;
	padding: 5px 10px;
	color: #fff;
	}
#sidebar ul li a {
	display: block;
	line-height: 1.4em;
	padding: 0.5em 0;
	border-bottom: 1px solid #333;
	}
#sidebar ul li a:hover {
	color: #ccc;
	border-bottom: 1px solid #444;
	}
#sidebar ul li.sidebar-item p {
	line-height: 1.8em;
	}
#sidebar ul li.sidebar-item ul {
	margin-bottom: 0;
	}
#sidebar ul li.sidebar-item ul li ul li {
	padding-left: 1.5em;
	}
/*============================================
	9: Footer
==============================================*/
#footer p {
	font-size: 1.2em;
	}
#footer a {
	color: #fff;
	}
#footer img {
	margin: 0 7px -3px 3px;
	}
.footer-credits {
	width: 67%;
	padding-left: 2%;
	float: left;
	}
.footer-standards {
	width: 27%;
	padding-right: 2%;
	float: right;
	text-align: right;
	}
.footer-xhtml {
	margin-right: 7px;
	}
/*============================================
	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: #ccc;
	display: block;
	padding: 1.0em 0 3.0em;
	}
.permalink-nav a {
	padding: 0 0 2.0em;
	}
	
/*  
Dark Green Styles
*/

#header {
	background: #329832 url(images/bg-header-green.png) top left repeat;
	}
a {
	color: #329832;
	}
blockquote {
	border-left: 3px solid #329832;
	}
#content h2, .post-title a {
	color: #329832;
	}
.post-entry p a:hover {
	background: #329832;
	}
ol.commentlist li.author .comment-text {
	border-top: 1px solid #329832;
	background: url(images/bg-comment-green.gif) top left repeat-y;
	}
ol.commentlist li.author .comment-info {
	background: url(images/bg-comment-info-green.gif) top left no-repeat;
	}
#sidebar h3 {
	background: #329832;
	}

#s {
  width: 140px;
}

pre {
overflow: auto;
}

pre code {
line-height: 1.2em;
}

.widget_rss h3 a {
color: #fff;
display: inline !important;
clear: none !important;
}

.alignright {
  float: right;
  margin-left: 10px;
  min-height: 1%;
  display: inline-block;
}

.alignleft {
  float: left;
  margin-right: 10px;
  min-height: 1%;
  display: inline-block;
}

.alignright:after, .alignleft:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

pre {
line-height: 1.5em !important;
}