/*
Theme Name:     Sharp
Theme URI:      http://www.greenbuggraphics.com
Description:    A simple, elegant styled PhotoBlog theme for Wordpress.
Version:        1.2.1
Author:         Greenbug Graphics
Author URI:     http://www.greenbuggraphics.com
Tags:           Fry's Custom Knives, Jason Fry, Handmade Knives, Abilene, Texas,
*/

/*__________________________________________________________________________________________________*/

* {
margin: 0;
padding: 0;
}
body {
	color: #333333;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
a:link {
	color: #74501F;
	text-decoration: none;
}
a:visited {
	color: #74501F;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a img { 
border: 0; 
}

/* hn */
h1, h2 {
	font-weight: normal;
}
.widget {
list-style: none;
}
ul li {
list-style-type: none;
text-decoration: none;
	text-indent: none;
}
#sidebar li {
	list-style-type: none;
	text-decoration: none;
	text-indent: none;
}
h2 {
	color: #333333;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding-top: 10px;
}

/*
layout
---------------------------------------------- */

#container {
width: 843px;
margin: 0 auto;
font-size: 0.75em;
text-align: left;
}



/*
header
----------------------------------------------- */

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-bottom: none;
	height: 183px;
	width: 843px;
}
#title {
	float: left;
	visibility: hidden;
}



/* 
pages	
------------------------------------------------------ */

#content {
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-y;
}
#main {
	float: right;
	width: 600px;
	padding-right: 15px;
}
#main-header {
	background-image: url(images/contentheader.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 600px;
}
#main-content {
	background-image: url(images/contentback.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#main-footer {
	background-image: url(images/contentfooter.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 600px;
}
h2.page-title {
	color: #74501F;
	text-transform: uppercase;
	line-height:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	display: block;
	padding-top: 32px;
	padding-left: 35px;
	text-align: left;
}

/* sidebar
------------------------------------------------------ */

#sidebar {
	float: left;
	width: 194px;
	padding: 5px;
	font-size: 0.9em;
	margin-left: 10px;
}
#shopping-header {
	background-image: url(images/sidebarheader.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 194px;
}
#shopping-back {
	background-image: url(images/sidebarback.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
#shopping-footer {
	background-image: url(images/sidebarfooter.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 192px;
}

ul.arch-list {
	padding: 10px 0;
	list-style-image: none;
	list-style-type: none;
}
ul.arch-list li {
list-style-type: none;
border-bottom: 1px solid #e1e1e1;
}

/* 
meta		
------------------------------------------------------ */

#meta {
	background-image: url(images/contentfooter.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 600px;
}
#meta ul {
	padding-top: 20px;
	padding-left: 20px;
}
#meta ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #e1e1e1;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/* 
navigate		
------------------------------------------------------ */
#navigate {
	float: right;
	width: 160px;
	font-size: 0.9em;
	padding-top: 10px;
}
#navigate-inner {
padding: 5px;
text-align: center;
}
#navigate span.previous {
float: left;
}
#navigate span.right {
float: right;
}
#navigate span.previous,
#navigate span.right {
	display: block;
	width: 48%;
	height: 30px;
}
#navigate span.previous a,
#navigate span.right a {
display: block;
padding: 0 5px;
line-height: 30px;
}
#navigate span.previous a:hover,
#navigate span.right a:hover {
}

/* 
comments		
------------------------------------------------------ */

body#commentspopup {
margin: 0 10px;
}
#comments {
background: #e0e0e0;
font-size: 0.75em;
text-align: left;
}
#comments-header {
background: #d7d7d7;
margin: 0 0 20px;
padding: 5px;
padding-top: 0;
}
#comments-header-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
border-top: none;
}
#comments-header h1 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-header h1 a:link {
color: #8c8c8c;
}
#comments-header h2 {
padding: 5px 0 0;
font-size: 0.9em;
}
#comments-info {
margin: 20px 0 0;
padding: 10px 0 0;
border-top: 1px solid #cececd;
}
#comments-info p {
font-size: 0.8em;
}
p.comments-meta {
margin: 10px 0 0;
padding: 0 0 5px 80px;
border-bottom: 1px solid #BDA7B0;
font-size: 0.9em;
line-height: 1.2em;
}
div.comment-main {
margin: 20px 0;
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
font-size: 0.95em;
}
div.comment-main.authorcomment {
background: #E8D9E1;
}
div.comment-meta {
margin: 0 0 0 45px;
font-size: 0.9em;
line-height: 1.2em;
}
div.gravatar {
float: left;
}
span.comment-meta-author {
display: block;
margin: 0 0 3px;
padding: 0 0 3px;
border-bottom: 1px solid #cececd;
font-weight: bold;
text-transform: uppercase;
}
div.comment-body {
margin: 10px 0 0;
}
#comment-form {
background: #d7d7d7;
margin: 20px 0;
padding: 5px;
}
#comment-form-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
}
#comment-form h2 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-form label {
display: block;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#comments-form label em {
font-style: normal;
text-transform: none;
letter-spacing: normal;
}
#author, 
#email,
#url,
#comment {
width: 95%;
margin: 0 0 10px;
padding: 4px;
background: #f7f7f7;
border: 1px solid #e0e0e0;
font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#comment-submit {
padding: 5px 10px;
background: #888;
border: 3px double #999;
border-top-color: #ccc;
border-left-color: #ccc;
font-size: 85%;
color: #d5d5d5;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
}
div.comment-form-info {
margin: 10px 0 10px;
border-bottom: 1px solid #cececd;
font-size: 0.9em;
color: #666;
line-height: 1.4em;
}
div.comment-form-info p {
margin: 5px 0;
}
p.trackback {
overflow: hidden;
}


/* post
------------------------------------------------------ */

#archiveblock{
	float: left;
	width: 280px;
}

div.post {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
div.post-body {
	float: left;
	width: 130px;
	border-right: 1px solid #e1e1e1;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
div.post-body img {
padding: 1px;
border: 1px solid #e1e1e1;
}
h3.post-title {
font-size: 1.1em;
font-weight: normal;
}
h4.post-meta {
font-size: 0.8em;
font-weight: normal;
}


/* 
footer		
------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 130px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#footer-text {
	padding-top: 80px;
}
#rss {
	float: right;
	margin-right: 20px;
}
.rss {
	background:url(images/rss.png) no-repeat bottom center;
	min-height: 32px;
	min-width: 32px;
	display: block;
}
/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr                  {
color: #fff;
background: transparent;
border: 0;
border-bottom: 1px #ccc solid;
margin: 0 0 .5em;
padding: 0 0 .5em;
}

/* wordpress */
img.wp-smiley,
img.wp-wink         { float: none; border: 0 none; margin: 0; padding: 0 3px; }
img.centered        { display: block; margin-left: auto; margin-right: auto; }
img.alignright      { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft       { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.wp-caption         { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img     { margin: 0; padding: 0; border: 0 none; }
.wp-caption-dd      { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.aligncenter        { display: block; margin-left: auto; margin-right: auto; }
.alignright         { float: right; }
.alignleft          { float: left; }

/* 
widget		
------------------------------------------------------ */
.widgettitle {
	color: #333333;
}

/* main menu */

#navigation	{
	float: right;
	height: 63px;
	}
	
#nav {
	float: right;
	list-style-type: none;
	display: block;
	padding: 0px;
	clear: both;
}

#nav, #nav * {
	list-style: none;
	}

#nav li {
	float: left;
	list-style:none;	
	}
	
#nav a {
	height: 63px;
	display: block;
	text-indent: -1200px;
	clear: both;
}

#pagenav {
	display: none
}

#nav .nav1 {
	background-image: url(images/home.jpg);
	width: 133px;
}
#nav .nav2 {
	background-image: url(images/custom.jpg);
	width: 202px;
}
#nav .nav3 {
	background-image: url(images/tutorials.jpg);
	width: 146px;
}
#nav .nav4 {
	background-image: url(images/gallery.jpg);
	width: 204px;
}
#nav .nav5 {
	width: 158px;
	background-image: url(images/contact.jpg);
}

#nav .current, #nav a:hover {
	background-position: left bottom;
}

#featured {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}