@charset "utf-8";
/* 
* This stylesheet applies to the Harbour theme for Wordpress
* Designed and developed by Saddam Azad. http://azadcreative.com
* 
* This is a legal intellectual property of Saddam Azad, licensed to the buyer of the Theme 
*	for personal and/or commercial use.
* May be modified by the license holder.
* May not be redistributed or resold
*
* This is the blue colour Scheme. Only theme-specific styles go here. 
* See style_screen.css for reference
*/

body {
	background: url(../images/theme_black/background.jpg) top left repeat-x;
    }
	body#home {
		background: url(../images/theme_black/background_home.jpg) top left repeat-x;
		}
#globalWrapper {
	background: url(../images/theme_black/footer.png) bottom left repeat-x;
	}
		
	#layoutWrapper {
		background: url(../images/theme_black/bg_contentWrapper.jpg) top right no-repeat;
		}
		#home #layoutWrapper {
			background: url(../images/theme_black/bg_contentWrapper_home.jpg) top right no-repeat;
			}
	#layoutWrapper #contentWrapper {}
	#layoutWrapper #contentWrapper #content {
			background: url(../images/theme_black/bg_content.jpg) top left no-repeat;
			min-height:660px;
            }
			#home #layoutWrapper #contentWrapper #content {
				background: url(../images/theme_black/bg_content_home.jpg) top left no-repeat;
				}

/**  =TYPOGRAPHY **/
/* The Titles on front page */
	#content .blogPosts h2 a:link,
	#content .blogPosts h2 a:visited {
		color: #1686a7;
		text-decoration: none;
		}
	#content .blogPosts h2 a:hover {
		color: #ff3b08;
		}
		
	#content .blogPosts .item h1 {
		color: #1686a7;
		}


/**  =LAYOUT STYLES **/
/*
*  The Header
*  Contains the Branding and Navigation
*/
#header #branding a {
	color: #ffffff;
	}
	#header #navigation ul li {
		padding: 0 3px 0 0;
		}
	#header #navigation ul li a {
		padding: 0 5px 0 0;
		}
		#header #navigation ul li a span {
			padding: 9px 3px 8px 8px;
			}
	
	#header #navigation ul li.current_page_item a,
	#header #navigation ul li a:hover {
		background: url(../images/theme_black/navigation_right.jpg) bottom right no-repeat;
		}
		#header #navigation ul li.current_page_item a span,
		#header #navigation ul li a:hover span {
			background: url(../images/theme_black/navigation_left.jpg) top left no-repeat;
			}

/*
*  The Hero on the front page
*/
#hero h1 {
	color: #ffffff;
	}
	#hero a:link,
	#hero a:visited {
		background: url(../images/theme_black/hero.png) top left no-repeat;
		color: #ffffff;
		}
	#hero a:hover {
		background: url(../images/theme_black/hero.png) bottom left no-repeat;
		color: #ffffff;
		}
	
/*
*  The Content
*/
#content .blogPosts {
	margin: 8px 9px 0 7px;
	border: 1px solid #ffffff;
	background: #ffffff url(../images/theme_black/bg_blogPosts.jpg) top left repeat-x;
	min-height:500px;
	}
	#content a:link,
	#content a:visited {
		color: #0052cc;
		text-decoration: none;
		}
	#content a:hover {
		color: #0078ff;
		text-decoration: none;
		}
		
		#content .blogPosts #pagination a:link,
		#content .blogPosts #pagination a:visited {
			background: #efefef;
			color: #989898;
			}
		#content .blogPosts #pagination a:hover {
			background: #1686a7;
			color: #fff;
			}
 		/* The page titles on Search Results, Archive and Category pages */
		#content .blogPosts h2.pageTitle,
		#content .blogPosts .archivesMonth h2,
		#content .blogPosts .archivesCategory h2 {
			color: #1686a7;
			}
	
	/* Comments */
	
	#content #comments .commentsInfo,
	#content #commentForm .commentFormHeader {
		background: url(../images/theme_black/commentHeader.jpg) top left no-repeat;
		}
	
	#content #comments .comment {
		background: none;
		}
		#content #comments .comment .commentDeux {
			background: none;
			}
		#content #comments .comment .commentTres {
			background: none;
			}
	#content #comments .authorComment {
		background: url(../images/theme_black/authorComment_top.jpg) top left no-repeat;
		}
		#content #comments .authorComment .commentDeux {
			background: url(../images/theme_black/authorComment_bottom.jpg) bottom left no-repeat;
			}
		#content #comments .authorComment .commentTres {
			background: url(../images/theme_black/authorComment.jpg) top left repeat-y;
			}

/*
*  The Sidebar
*/
#sidebar .subscribe ul li a:link,
#sidebar .subscribe ul li a:visited,
#sidebar .subscribe ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	#sidebar .subscribe ul li.rss a {
		margin-left: -10px;
		background: url(../images/theme_black/rss.jpg) center left no-repeat;
		}
	#sidebar .subscribe ul li.email a {
		background: url(../images/theme_black/email.png) center left no-repeat !important;
		background: url(../images/theme_black/email_IE6.png) center left no-repeat;
		}
		
#sidebar .search input.text {
	border: 1px solid #08172b;
	background: #fffdd4 url(../images/theme_black/search_input.jpg) top left no-repeat;
	width: 227px;
	margin-top: 0px;
	margin-right: -1px;
	}		