/*
Theme Name: HCSC-starkers
Theme URI: http://elliotjaystocks.com
Description: HCSC blog 2010 based on Starkers
Version: 2.8
Author: Ami V
Author URI: 
*/

/*@import "style/css/reset.css";  already have a reset in the HCSC global.css*/
@import "style/css/typography.css";
@import "style/css/layout.css";

.blog-description { /*text in header*/
	margin: 10px 0 0 180px;
}
	.blog-description a:link,
	.blog-description a:visited { 
		color: #999; 
		font-size:2em;
		line-height:1.5em;
	}
	.blog-description a:hover,
	.blog-description a:hover { 
		color: #666; 
	}
/* you can use classes: home, page, single, search to target different page templates */

#main-content { /*applies to all pages*/
	width: 620px;/*total width 242 w/ borders and 10px padding*/
	padding: 10px 10px 40px 10px; 
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	margin: 0; /*match sidebar*/
	min-height: 500px;
}

.single #main-content { /*single page - no sidebar*/
	width: 980px; /* 10px padding on sides */
}
	.single-post-wrapper {
		padding: 10px 50px;
		width:700px;
	}
#main-content h1 a, #main-content h2 a, #main-content h3 a {
	background: none;
}
#main-content .topLinkWrapper {
	clear:both;
	position: absolute;
	bottom: 10px;
	right: 10px;
	float:none;
	width:100px;
}
#main-content .navigation {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
/*
	PAGE GRAPHICS
*/
#page-bg {
	background: transparent url(http://highcascade.com/assets/images/pg-bgs/marsh-peek.png) no-repeat;
	top: 200px;
	height: 280px;
	position: absolute;
	right: -214px;
	text-indent: -9999px;
	width: 240px;
	z-index: 3000;
}

/* PAGE LAYOUTS -also in global.css*/ 
 /* CONTENT LAYOUT -text columns */
.full
	width: 620px;
}
.half {
	display: inline;
	width: 50%;
}
.thirds {
	display: inline;
	width: 200px;
	float: left;
	margin-right: 10px;
}
/*directions*/
.txt-left { 
	float: left;
	margin-right: 10px;
}
.txt-right { 
	float: right;
	margin-left: 10px;
}
/*SLIDESHOWS*/

.post #nav { margin: 10px; position: relative; text-align: center; }
.post #nav a { margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0; text-decoration: none; }
.post #nav a.activeSlide { background: #faa; color: #333; }
.post #nav a:focus { outline: none; }

.slideshow {
	display: block;
	background-color: none;
}
/*gallery overrides*/



 /* CONTENT LAYOUT -identifiers */
 	.pic p, .caption {
	    font-size: 11px;
	    line-height: 16px;
	    font-family: Verdana, Arial, sans-serif;
	    color: #666;
	    margin: 4px 0 10px;
	}
	.quote{
		background-color: #CCC;
	}
	/*CONTENT LAYOUT -image placement */
	.img-left {float: left; margin-right: 20px;}
	.img-right {float: right; margin-left: 20px;}
	.img-right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
	.img-left.inset {margin-left: 230px;} /* img floated left within text */
	
	/*CONTENT LAYOUT -image size */
	.one { width: 110px;}
	.two { width: 230px;}
	.three { width: 350px;}
	.four { width: 470px;}
	.five { width: 590px;}
	.six { width: 710px;}
	
	/* CONTENT LAYOUT -additional */
	.frame {border: 1px solid #999;}
	.solo img {margin-bottom: 20px;}


/* 
			MAIN NAVIGATION 
*/

#main-nav {
	bottom: 26px;
	height: 46px;
	left: 0;
	position: absolute;
	width: 1000px;
	z-index: 100;
	list-style-type: none;
	list-style-position: outside;
	background-color: #333;
	background-image: url(../../../../assets/css/images/bg_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
}
	#main-nav li {
		display: inline;
		float: left;
		height: 46px;
	}
		#main-nav li a:link, #main-nav li a:visited {
			border-right: #FFF 2px solid;
			color: #FFF;
			display: inline;
			font-size: 16px;
			line-height: 46px;
			height: 46px;
			float: left;
			padding: 0 24px;
			overflow: hidden;
			text-indent: 0;
		}
			#main-nav li:first-child {
				border-left:  #FFF 2px solid;
				margin-left: 40px;
			}
		#main-nav li a:hover, #main-nav li a:active, #main-nav li a:current {
			color: #999!important;
			text-indent: 0;
		}
/* SEARCH */
.search-inset { width: 135px; }
.search-inset #searchWrapper {
	float: none; /* override global.css */
	width: inherit;
}			
/* POSTS */
.post-meta-top { /*span in the title h2 */
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	color: #999;
}
/* post title */
.post h2 a { 
	color: #6F5C39; 
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.post { 
	padding: 0 0 65px 0; 
	background: url(style/images/blog-divider.png) bottom center no-repeat;
	margin: 0 0 25px 0; 
}
.post-nav, .comments-nav {
	font-size: 9px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.post-nav a:hover, .comments-nav a:hover {
	text-decoration: underline;
}

#extra-posts ul {
	background: none;
	list-style: none;
	padding: 0;
}
#extra-posts h3 { /*header*/
	margin: 0 0 0 10px;
}
#extra-posts h2 { /*recent posts title links */
	font-size: 12px;
}

/* sidebar right */
#sidebar-right { 
	background-color: #333;
	border: none;
	color: #FFF;
	min-height: 450px; 
	padding-bottom: 30px;
}
	#sidebar-right ul {
		margin: 30px 0;
	}
/*#sidebar-right h2 */
		.widgettitle, #sidebar-right h2 a {
			background-color: #FFF;
			color: #333;
			font-size: 14px;
			line-height: 28px;
			margin: 20px 14px 10px 0;
			padding:0;
			padding-left: 10px;
		}
		#sidebar-right li {
		}
			#sidebar-right ul li ul h2 { /*recent posts title links */
				font-size: 12px;
				border-bottom: dotted 1px #999;
			}
			#sidebar-right ul li ul { 
				margin: 10px 0;
				padding-left: 14px;
				padding-bottom: 20px; 
			}
				#sidebar-right ul li ul li {
					padding: 4px 0 8px 4px;
				}
		#sidebar-right a {
			color: #CCC;
		}
		#sidebar-right a:hover {
			color: #E60000;
		}	
/* twitter most recent */
		ul.twitter {
			width: 80%;}

#colorful_tag_cloud a {
	padding: 20px 8px 10px 16px;
}


/*COMMENTS*/
#comment-wrapper {
	background-color: #D7D7D7;
	width: 960px;
	margin:0;
	margin-left: -10px;
	padding: 20px;
	padding-top: 4px;
}
#comments { /* h3 title */
	margin-left: 20px;	
} 
.commentlist { margin-left: 50px; }
	.commentlist li { /*ol list of comments*/
		background-color: #FFF;
		border: 1px #999 solid;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin-bottom: 20px;
		padding: 10px 10px 16px 10px; 
		width: 500px;
	}
#respond { /* wrapper div */
	background: #D7D7D7;
	padding: 20px;
	width: 500px;
	margin-left: 50px;
}
	#comment { /*text area*/
		height: 100px;
		width: 480px;
		margin: 10px 0;
	}
	
/*FOOTER*/
#copy-footer a {
	color: #999;
}
#copy-footer a:hover {
	color: #FFF;
}