/*
THEME NAME: Inherit
THEME URI: http://css.studiomohawk.com/
DESCRIPTION: This uses 960 Grid System, OOCSS by Nicole Sullivan and Modualr Layout Systems by Jason Santa Maria. And Thematic's dynamic classes functions.
VERSION: 2.0
AUTHOR: Studio Mohawk Design
AUTHOR URI: http://css.studiomohawk.com/

CREDITS: Nathan Smith of 960 Grid System http://960.gs/
		 Nicole Sullivan of oocss http://github.com/stubbornella/oocss
		 Jason Santa Maria of Modualr Layout Systems http://www.jasonsantamaria.com/
		 Thematic of Thematic WordPress Theme Framework. http://themeshaper.com/thematic/

COPYRIGHT: 
OOCSS - Object Oriented CSS Framework
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:

960 Grid System
Learn more ~ http://960.gs/
Licensed under GPL and MIT.

Thematic
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/
/* @import
----------------------------------------------- */
@import url('css/reset.css');
@import url('css/mod.css');
@import url('css/text.css');
@import url('css/960.css');
@import url('css/white.css');
/* @import jQuery plugin related css
----------------------------------------------- */

/* TABLE OF CONTENTS
-----------------------------------------------
	GLOBAL
	LINKS
	HEADER
	NAVIGATION
	MAIN
	SIDEBAR 
	FOOTER
*/

/* GLOBAL
----------------------------------------------- */
.container_16.showGrid { background: url(img/16_col.gif) repeat-y; }
a:link, a:visited, a:hover { text-decoration: none; }
.hover { cursor: pointer; }
/* wordpress
----------------------------------------------- */
.alignnone,
.aligncenter {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.alignleft { float: left; }
.alignright { float: right; }
/* tools
----------------------------------------------- */
span.replace {
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9000%;
}
/* HEADER
----------------------------------------------- */
#hd .container_16 {
	position: relative;
	overflow: hidden;
	_overflow: visible; zoom:1;
}
#hd .siteId { height: 128px; }
#hd .siteId a {
	background: url(img/logo.png) no-repeat 50% 50%;
	display: block;
	height: 130px;
	width: 160px;
}
#hd .engagement {
	position: absolute;
		bottom: 0;
		left: 180px;
}
#hd .icon li.rss {
	background: url(img/rss.png) no-repeat 50% 50%;
	display: block;
	height: 37px;
	width: 40px;
}
#hd .icon li.twitter {
	background: url(img/twitter.png) no-repeat 50% 50%;
	display: block;
	height: 37px;
	width: 40px;
}
#hd .social { list-style: none; }
#hd .social ul { margin: 0; }
#hd .social li {
	display: block;
	margin: 9px 0 0 0;
}
#hd .social .tweet { margin: 14px 0 0 0; }
/* MAIN
------------------------------------------------ */
/* home
----------------------------------------------- */
.home #bd .hd h2 { padding: 0.5em 0; }
.home #bd .hentry .the_excerpt p { margin-bottom: 5px; }
.home #bd .metadata { height: 20px; }
.home #bd .metadata ul {
	display: none;
	margin-bottom: 5px;
	font-variant: small-caps;
}
.home #bd .bl-hover .metadata ul { display: block; }
.home #bd .metadata .entry-date abbr { margin-bottom: 0; }
.home #bd hr {
	clear: both;
	height: 0;
	margin: 0 0 20px 250px;
	width: 700px;
}
.home #bd .pagenation { padding: 20px 0; }
.home #bd .wp-pagenavi {
	margin: 0 auto;
	width: 313px;
}
.home #bd .wp-pagenavi a, .wp-pagenavi a:link { 
	padding: 2px 6px; 
	margin: 0 3px;
}
.home #bd .wp-pagenavi span.current {
	padding: 2px 6px; 
	margin: 0 3px;
	font-weight: bold;
}
.home #bd .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 0 3px;
}
/* archive
----------------------------------------------- */
.archive #bd .hentry .the_excerpt p { margin-bottom: 5px; }
.archive #bd .metadata { height: 20px; }
.archive #bd .metadata ul {
	display: none;
	margin-bottom: 5px;
	font-variant: small-caps;
}
.archive #bd .bl-hover .metadata ul { display: block; }
.archive #bd .metadata .entry-date abbr { margin-bottom: 0; }
.archive #bd hr {
	clear: both;
	height: 0;
	margin: 0 0 20px 250px;
	width: 700px;
}
.archive #bd .pagenation { padding: 20px 0; }
.archive #bd .wp-pagenavi {
	margin: 0 auto;
	width: 313px;
}
.archive #bd .wp-pagenavi a, .wp-pagenavi a:link { 
	padding: 2px 6px; 
	margin: 0 3px;
	text-decoration: none;
}
.archive #bd .wp-pagenavi span.current {
	padding: 2px 6px; 
	margin: 0 3px;
	font-weight: bold;
}
.archive #bd .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 0 3px;
}
/* SINGLE
----------------------------------------------- */
.single #bd.showGrid { background: url(img/grid.gif) repeat-y 160px 0; }
.single #bd .the_content { padding-bottom: 40px; }
.single #bd .article h1,
.single #bd .article h2,
.single #bd .article h3,
.single #bd .article h4,
.single #bd .article h5, 
.single #bd .article h6 { margin: 0 120px 5px 250px; }
.single #bd .article p,
.single #bd .article span,
.single #bd .article ol,
.single #bd .article ul { margin: 0 120px 20px 250px; }
.single #bd .article .syntaxhighlighter div.lines { padding: 3px 0 !important; }
/* I D E N T I F I E R */
.single #bd .article .pic p, 
.single #bd .article .caption,
.single #bd .article .wp-caption-text {
    font-size: 12px;
    line-height: 1.4;
    font-family: Verdana, Arial, sans-serif;
    color: #666;
    margin: 4px 0 10px;
}
/* P L A C E M E N T */
.single #bd .article .left,
.single #bd .article .alignleft { float: left; margin-top: 5px; margin-right: 20px; }
.single #bd .article .right,
.single #bd .article .alignRight { float: right; margin-top: 5px; margin-left: 20px; }
.single #bd .article .right.inset,
.single #bd .article .alignRight.inset { margin: 5px 120px 0 20px; } /* img floated right within text */
.single #bd .article .left.inset,
.single #bd .article .alignleft.inset { margin-top: 5px; margin-left: 230px; } /* img floated left within text */
/* S I Z E */
.single #bd .article .one { width: 100px; }
.single #bd .article .size-thumbnail { width: 150px;}
.single #bd .article .two { width: 210px; }
.single #bd .article .size-medium { width: 266px; }
.single #bd .article .three { width: 320px; }
.single #bd .article .four { width: 430px; }
.single #bd .article .five { width: 540px; }
.single #bd .article .six { width: 650px; }
.single #bd .article .seven { width: 760px; }
.single #bd .article .size-large { width: 760px; }
.single #bd .article .eight { width: 870px; }
/* A D D I T I O N S */
.single #bd .article .frame { border: 1px solid #999; }
.single #bd .article .solo { margin-bottom: 20px; }

/* Snipt.org Embed */
.single #bd .article .snipt_widget { margin-bottom: 20px; }
.single #bd .article .snipt_widget ol { margin: 0; }
.single #bd .article .snipt_widget li div { display:inline; }
.single #bd .article .snipt_widget_language {
	font-size: 12px;
	padding:0 0 0 5px;
}

/* .the_meta > SINGLE
----------------------------------------------- */
.single #bd .the_meta { padding: 20px 0; }
/* engagement > SINGLE
----------------------------------------------- */
.single #bd .the_meta .engagement { margin-bottom: 15px; }
.single #bd .the_meta .engagement .hd { padding-top: 5px; }
.single #bd .the_meta .engagement .hd h4 {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0;
}
.single #bd .the_meta .engagement .bd { padding-top: 5px; }
.single #bd .the_meta .engagement .bd li {
	_display: inline;
	float: left;
	height: 16px;
	padding: 16px 0 0 40px;
	width: 120px;
}
.single #bd .the_meta .engagement .bd .comment { background: transparent url(img/comments.png) no-repeat 0 50%; }
.single #bd .the_meta .engagement .bd .tweet_this { background: transparent url(img/twitter32.png) no-repeat 0 50%; }
.single #bd .the_meta .engagement .bd .delicious { background: transparent url(img/delicious.png) no-repeat 0 50%; }
.single #bd .the_meta .engagement .bd .rss { background: transparent url(img/rss.png) no-repeat 0 50%; }
/* entry-related > SINGLE
----------------------------------------------- */
.single #bd .the_meta .entry-related { margin-bottom: 10px; }
.single #bd .the_meta .entry-related .hd { padding-top: 5px; }
.single #bd .the_meta .entry-related .hd h4 {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0;
}
.single #bd .the_meta .entry-related .bd { padding-top: 5px; }
.single #bd .the_meta .entry-related .bd ul { list-style: square outside; }
.single #bd .the_meta .entry-related .bd ul ul li { margin-left: 5px; }
/* .category_tag > SINGLE
----------------------------------------------- */
.single #bd .the_meta .category_tag .hd { padding-top: 5px; }
.single #bd .the_meta .category_tag .hd { font-variant: small-caps; }
.single #bd .the_meta .category_tag .hd h4 {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0;
}
.single #bd .the_meta .category_tag .bd { padding-top: 5px; }
.single #bd .the_meta .category_tag .bd h4 {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0;
}
/* .pubdate_trackback > SINGLE
----------------------------------------------- */
.single #bd .the_meta .pubdate_trackback { margin-bottom: 0; }
.single #bd .the_meta .pubdate_trackback .hd { padding-top: 5px; }
.single #bd .the_meta .pubdate_trackback .hd li {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}
.single #bd .the_meta .pubdate_trackback .bd { padding-top: 5px; }
/* comment > SINGLE
----------------------------------------------- */
#comment { margin-top: -20px; }
#comment li { margin: 0 0 20px; }
#comment .comment_submit { margin-bottom: 10px; }
#comment .comment_submit .hd { padding-top: 5px; }
#comment .comment_submit .hd h4 {
	font-size: 14px;
	padding: 0;
}
#comment .comment_submit .bd { padding-top: 5px; }
#comment .comment_submit .bd form div { padding-top: 10px; }
#comment .user_comment { padding-bottom: 20px; }
#comment .user_comment .hd {
	font-weight: bold;
	padding-top: 5px;
}
#comment .user_comment .hd li { margin: 0; }
#comment .user_comment .bd { padding-top: 5px; }
#comment .user_comment .odd .bd { padding-top: 5px; }
#comment .user_comment .hd .commentmetadata {
	font-size: 14px;
	line-height: 20px;
}
#comment .user_comment .hd .commment_pubdate { font-size: 10px; }
/* FOOTER
----------------------------------------------- */
#ft ul.category ul {
	list-style: square outside;
	margin-left: 15px;
}
#ft ul.recent ul {
	list-style: square outside;
	margin-left: 15px;
}
#ft .about ul { margin-bottom: 0; }
#ft hr {
	clear: both;
	height: 0;
	margin: 10px 0;
}
#ft .creative_common a img { vertical-align: middle; }
