/*  
Theme Name: GRuNT
Theme URI: http://griffinopolis.com/blog/themes
Description: A clean, bright theme created by <a href="http://denial-design.com/blog">DENiAL DESiGN</a> and ported to Wordpress by an non-professional but honest <a href="http://griffinopolis.com/blog/themes">chap</a>.  Open the included README for more info.
Version: 0.3
Author: <a href="http://denial-design.com/blog">Jason Kingery</a>.

The CSS, XHTML and design is released under GPL.  Please leave the link to Denial Design in the footer.  Thanks.  You can axe all the others if you'd like.
http://www.opensource.org/licenses/gpl-license.php
*/
/**************************************************************
Big Stuff
 **************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #fff;
	font-size: 100%;
	font-family: "arial", helvetica, Bitstream Vera Sans sans-serif;
}
#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#container {
	width: 778px;
	text-align: left;
	margin: 0px auto 0 auto;
	background: #fff;
	padding: 0 !important;
}
/**************************************************************
Header classes
 **************************************************************/
#header {
	height:96px;
}
#logo {
	width:258px;
	float:left;
}
#logo h1{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:26px;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}
#logo h1 a {
color:#F76B0C;
}
#logo h1 a:hover {
color:#FF9900;
}
#logo h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}
#links ul {
	margin:0px; 
	padding-top:67px;
}
#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#f3f3c8;
	border-left:1px solid #FFF;
	padding-top:4px;
}
#links a{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}
#links a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:11px;
	background:#fff;
	font-weight:normal;
}
#mainimg {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}
#mainimg h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}
#mainimg h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}
/**************************************************************
 Center class
 **************************************************************/
#center {
	float: left;
	width: 470px;
	margin: 10px 10px 10px 10px;
	background: #fff;
	color: #787878;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Bitstream Vera Sans, sans-serif;
}
p {
	padding: 5px;
}
a {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
/**************************************************************
 Think of ccon as your blog entry class
 **************************************************************/
#ccon h1 {
	font-size: 1.6em;
	margin: 1em 0 .0em 0;
	padding: 1px 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	border-top: 1px solid #f1f7f6;
}
#ccon h1 a {
	color: #f5cd00;
}
#ccon h1 a:hover {
	color: #99CC00;
}
#ccon img { 
	padding: 3px;
	margin: 0 6px 0 6px; 
	border: 3px double #bbb;
}
#ccon a img {
 	border: 3px solid #ccc;
}
#ccon a:hover img {
 	border: 3px solid #99CC00;
}
#ccon ul {
	margin: .7em 0 .7em 3em;
}
#ccon ol {
	margin: .7em 0 .7em 3em;
}
#ccon p.meta {
	margin: 0 0 1em 0;
	background-color: #fbfbfe;
	border-bottom: 1px solid #f1f7f6;
}
#ccon span.date {
	font-size: 80%;
	padding-left: 20px;
	background: #fbfbfe url(images/calendar.jpg) no-repeat left center;
	color: #99CC00;
}
#ccon span.category {
	font-size: 80%;
	padding-left: 18px;
	background: #fbfbfe url(images/category.jpg) no-repeat left center;
}
#ccon span.comments {
	font-size: 80%;
	padding-left: 18px;
	background: #fbfbfe url(images/comments.jpg) no-repeat left center;
}
.second {
	color: #FF9900;
}
blockquote {
	font: 110% Arial, "Trebuchet MS", Helvetica, Bitstream Vera Sans;
	color: #aaa;
	margin: 10px 20px 10px 20px;
	line-height: 20px;
}
.code {
	margin: 15px 0;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #f1f7f6;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.alert { /* For Alert Class.  Thanks to http://bioneural.net */
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.hilite {
	padding: 1px 2px;
	background: #FFFF99;
	border-top: 1px solid #eee;
}
/**************************************************************
 Sidebar class
 **************************************************************/
#sidebar {
	float: right;
	width: 254px;
	margin: 10px 10px 0 0;
	padding: 0;
	background: #fff;
	color: #787878;
}
#sidebar ul.comments img {
		border: 1px solid #eee;
}
#sidebar li.comments a {
	border: none;
	display: block;
	padding: 1px 1px 1px 0px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
}
#sidebar li.comments a:hover {
	color: #888;
	background: #eee;
}
/* Side bar thumbs.  Use for Flickr or Zooomr photos or whatnot*/
.thumbs img {
	position: relative;
	padding: 1px;
	margin: 2px 1px 3px 1px;
	border: 2px solid #aaa;
	background-color: inherit;
}
.thumbs img:hover {
	border: 2px solid #99CC00;
}
/*right nav */
.nav-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-right {
	margin: 10px;
}
.nav-right li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 2px 0 2px 0px;
	border-bottom: 1px dotted #888;
}
.nav-right li a {
	display: block;
	padding: 1px 1px 1px 20px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
	background: transparent url(images/page.png) left center no-repeat;
}
.nav-right li.subscribe a {
	display: block;
	padding: 1px 1px 1px 20px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
	background: transparent url(images/rss.jpg) left center no-repeat;
}
.nav-right li a:hover {
	color: #888;
	background: #eee url(images/page.png) left center no-repeat;
}
#sidebar h3 {
	margin-top: 1em;
	padding: 1px 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
}
#sidebar h3.subscribe {
	margin-top: 1em;
	padding: 1px 30px 0 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	background: #F9F9F9 url(images/sidebar-rss.jpg) no-repeat right center;
}
#sidebar .side-nav {
}
/**************************************************************
 Comment classes
 **************************************************************/
.comment-meta {
	font-size: 120%;
	margin: 10px 0 10px 0;
}
.comment-text {
	margin: 10px 0 10px 0;
}
h3.comments-header {
	border-bottom: 2px dotted #ddd;
}
#comments-form {
	margin: 4em 0 0 0;
}
#respond {
	font-size: 115%;
}
#respond .trackback {
	padding-left: 20px;
	background: #fff url(images/download.png) no-repeat center left;
}
.gravatar {
	float: left;
	padding-right: 5px;
}
.even {
	background: #eee;
	padding: 3px;
}
.highlight {
	background: #fbfbfe;
	padding: 3px;
	border-top: 3px double #bbb;
	border-bottom:  3px double #bbb;
}
#live-preview {
	margin: 20px 0 100px 0;
}
/**************************************************************
Footer classes
 **************************************************************/
#footer-contents {
	clear: both;
	text-align: right;
	background: inherit;
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px dotted #aaa;
}
#footer-copy {
	padding: 5px;
	background: inherit;
	margin: 4px 16px 4px 10px!important;
	color: #666;
}
#footer-copy a, #footer-copy a:visited {
	color: #1c6ea8;
}
#footer-copy a:hover, #footer-copy a:visited:hover {
	color: #99CC00;
}
#footer-links {
	font-size: 10px;
	padding: 0;
	margin: 10px 16px !important;
}
/**************************************************************
 Navigation classes
 **************************************************************/
.navigation {
	 width: 470px; 
	 margin: 2.0em 0 3.0em 0; 
	 float: left; 
}
* html .navigation { 
	margin: 0 0 2.5em 0; 
}
.previous { 
	font: 1em "arial", helvetica, Bitstream Vera Sans sans-serif;
	padding: 0 20px 0 0; 
	float: left; 
}
.next { 
	font: 1em "arial", helvetica, Bitstream Vera Sans sans-serif;
	float: right; 
	}
.clear {
	 width: 470px; 
	height: 1px; 
	clear: both; 
}
/**************************************************************
Misc. classes
 **************************************************************/
a.extlink /* For Link Indication */
{
	padding-right: 10px;
	background: #fff url(external-link.png) no-repeat right center;
}
/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}