/*  
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, * { 
	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;
	}
	
	.alignright{
	float:right;
	margin:3px 0 10px 14px;
}
.alignleft{
	float:left;
	margin:3px 14px 10px 0;
	}
/*============================================
	2: Main Structure
==============================================*/
body {
	background: #0a0a0a url(images/header.jpg) no-repeat 50% 0px;
	font: 62.5%/100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0px;
	color: #bbb;
	text-align: center;
	margin:0px;
	}
	
	#gifts{
	line-height: 23px;	
	
	}
	
	#gifts p{
		font-size:1.6em;
	}

#gifts td {
	font-size: 1.3em;
}

#gifts .item{
	width:100%;
	height:60px;
	float:left;
}
#gifts form {
	float: left;
	margin-left: 10px;
}

#gifts h2{
		font-size:2em;
		color:#0099FF;
		width:750px;
		float:left;
		margin-top:10px;
		margin-bottom:20px;
}

#gifts h3{
		font-size:1.5em;
		color:#FFFFFF;
		width:100%;
		float:left;
		margin-top:10px;
		margin-bottom:20px;
}

#gifts .input{
	border: 1px solid #6699FF;

}

#gifts table{
	float:left;
}

#wrapper {
	width: 860px;
	padding: 0px 15px 15px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	margin-bottom: 10px;
	}
#main {
	background: #111111;
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	}
#content {
	width: 800px;
	float: left;
	padding-left: 20px;
	}
#sidebar {
	width: 200px;
	float: right;
	padding: 0 20px 30px 0;
	}
#footer {
	width: 100%;
	height:50px;
	overflow: hidden;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	}
/*============================================
	3: Global Elements
==============================================*/
a {
	text-decoration: none;
	}
blockquote {
	padding-left: 15px;
	}
pre {
	margin-bottom: 1.5em;
	}
code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
	}
hr {
	display: none;
	}
/*============================================
	4: Header
==============================================*/
.site-info {
	padding: 0px 20px;
	height:200px;
	margin: 0px;
	}
	
.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 75px;
	background-repeat: no-repeat;
	background-position: 810px;
	}
#navigation li {
	display: inline;
	font: 1.1em Arial;
	text-transform: uppercase;
	}
#navigation li a {
	display: block;
	padding: 16px 25px 14px;
	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: url(images/menu_hover.jpg) repeat-x;
	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: #C1E5FF;
	display: block;
	padding: 1.0em 0 3.0em;
	}
.navigation a:hover {
	color: #FFFFFF;
	display: block;
	padding: 1.0em 0 3.0em;
	}

.permalink-nav a {
	padding: 0 0 2.0em;
	}
	
/*  
Dark Green Styles
*/

#header {
	
	}
a {
	color: #4090a6;
	}
blockquote {
	border-left: 3px solid #4090a6;
	}
#content h2, .post-title a {
	color: #4090a6;
	}
.post-entry p a:hover {
	background: #4090a6;
	}
ol.commentlist li.author .comment-text {
	border-top: 1px solid #4090a6;
	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: #4090a6;
	}.fourteen {
	font-size: 14px;
}
.thumbsGallery{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
#photoMenu{
	height:40px;
	float:left;
	width: 800px;
	margin-bottom: 8px;
}
#photoMenu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#photoMenu ul li{
list-style-type:none;
float:left;
margin:0px;
padding:0px;
}
#photoMenu ul li a{
	border-right:1px #999999 solid;
	margin-right: 20px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
}