/*
Theme Name: Honeytech
Theme URI: http://giantsponge.com/
Version: 2.0
Description: A custom style Wordpress theme.
Author: Giant Sponge
Author URI: http://giantsponge.com

# Copyright Honeytech Inc 2010
# info@honeytech.com
*/

/* standard elements */
html
{
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #b2b7ba;
}

*
{
	margin: 0;
	padding: 0;
}

a:link, a:visited { color: #FC0; }
a:hover
{
	text-decoration: underline;
}

body
{
	color: #FFF;
	font: normal 14px Arial,sans-serif;
	line-height: 17px;
}

p,code,ul,ol { padding: 0px; }

h1
{
	color: #FFF;
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 36px;
}

h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }

h2
{
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 38px;
	line-height: 32px;
}

h2.news_title 
{ 
	color: #dd1e1e;
	font-size: 36px;
	margin-top: 22px;
}
h2.news_title a { text-decoration: none; color: #dd1e1e; font-size: 38px; }
h2.news_title a:hover { text-decoration: none; }
h2.news_title a:visited { color: #dd1e1e; }
h1,h2,h3,h4 { padding: 0px; }

h3
{
	color: #000;
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 24px;
	line-height: 20px;
}
h4
{
	color: #FF0;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
}

/* can this be div? */
div.postinfo
{
	margin-top: 32px;
	position: relative;
	border-top: 1px solid #e1e1e1;
}

div.postinfo .continue {
	margin-top: -24px;
}

div.comments {
	border-top: 1px solid #e1e1e1;
	padding-top: 8px;
	margin-top: -10px;
	text-align: right;
}

.descr
{
	color: #ddd;
	margin-bottom: 6px;
	padding: 0px;
}

blockquote
{
	color: #FFE;
	display: block;
	padding: 0 66px 0 66px;
	font-size: 15px;
	line-height: 16px;
	font-family: Courier, monospace;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft
{
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

img.right { margin: 5px 0 5px 12px; }
img.left { margin: 5px 12px 5px 0; }

img
{
	display: block;
	padding: 5px;
	border: 1px solid gray;
}

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left { float: left; }
.right { float: right; }

/* title */
#site-title { font: normal 3em Arial,sans-serif; }

#site-title a
{
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover
{
	color: #FFF;
	text-decoration: none;
}

#site-description { color: #CCC; }

/* structure */
#container
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	font-size: 14px;
	background-image: url('images/bg_v.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#content
{
	width: 100%;
	color: #3d3d3d;
}

#content #main-img {
	display: block;
	margin: 0 auto;
	border-width: 0;
	border-style: none;
	width: 940px;
	height: 411px;
	background: url(images/main_img.jpg) no-repeat;
}

#content #main-img.main-img-cats {
	background: url(images/main_img_cats.jpg) no-repeat;
}

#content #main-content {
	float: left;
	margin-top: 20px;
	margin-left: 100px;
	width: 560px;
}

#content #sidebar {
	float: right;
	margin-top: 38px;
	margin-right: 51px;
	width: 230px;
}

#content #sidebar form#search {
	margin-bottom: 33px;
	margin-left: -7px;
}

#content #sidebar #search input.txt {
	margin-top: 1px;
	height: 27px;
	padding: 2px;
	color: #8b8a8b;
	font-weight: normal;
	vertical-align: middle;
	width: 138px;
	border: 1px solid #e7e7e7;
	font-size: 22px;
	line-height: 47px;
}

#content #sidebar #search button { 
	position: absolute; 
	margin-top: 0; 
	margin-left: 148px; 
	vertical-align:middle; 
	border:none; 
	padding:0; 
	background:none; 
	cursor:pointer; 
	*cursor:hand; /*alternate cursor for IE*/ 
}

#content #sidebar #search button div {
	height: 33px;
	width: 69px;
	background: url(images/search_btn.gif) no-repeat;		
}

#content #sidebar h2 {
	margin-top: 24px;
	font-family: Arial;
	font-size: 18px;
	color: #414445;
	letter-spacing: normal;
	text-transform: none;
	font-variant: normal;
	margin-bottom: 7px;
}

#content #sidebar p {
	color: #8b8a8b;
	width: 200px;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
}

#content #sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#content #sidebar ul li {
	margin-left: 0;
	padding-left: 0;
	margin: 2px 0;
	list-style-type: none;
}

#content #sidebar ul a {
	color: #8b8a8b;
}

/* content */
.entry { margin: 10px 0px 0px 0px; }
p { text-align: justify; }
a { color: #0b669f; font-size: 13px; text-decoration: none; }
a:visited { color: #0b669f; }
a:hover { color: #0b669f; }
a:link { color: #0b669f; }

.post_metadata {
	font-size: 12px;	
}

.left-img {
	border: 1px solid #b8bdbf;
	padding: 6px;
	float: left;
	margin: 4px 4px 4px 0;
}

.right-img {
	border: 1px solid #b8bdbf;
	padding: 6px;
	float: right;
	margin: 4px 0px 4px 4px;
}

#logo
{
	position: absolute;
	width: 183px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 42px;
	background-position: right top;
	top: 20px;
	left: 655px;
}

#logo p.address
{
	color: #FC0;
	text-align: right;
	padding: 28px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
#logo p.address a { text-decoration: none; }
#logo p.address a:hover { text-decoration: underline; }


/* navigation */
#navigation
{
	padding: 37px 0 0 0;
	background-image: url(images/nav_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 19px;
}

#navigation #inner {
	margin: 0;
	position: relative;
}

#icon
{
	margin-left: 81px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 294px;
}

#topnav
{
	left: 399px;
	top: 46px;
	position: absolute;
}

#topnav h2 { margin: 0px; }

.header { clear: both; }

h1.header {
	text-decoration: none; 
	color: #656161; 
	font-size: 38px;
}
h1.header_archives {
	text-decoration: none; 
	color: #656161; 
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
}
h2.header
{
	color: #FC0;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	padding: 0px;
}

#topnav ul
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#topnav li
{
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0px;
}

#topnav li a
{
	display: block;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	height: 38px;
	background-position: top left;
	background-repeat: no-repeat;
}

#topnav li#home {
	width: 90px;
}

#topnav li#home a {
	background-image: url(images/nav_home.gif);
}

#topnav li#home a:hover {
	background-image: url(images/nav_home_over.gif);
}

#topnav li#services {
	width: 111px;
}

#topnav li#services a {
	background-image: url(images/nav_services.gif);
}

#topnav li#services a:hover {
	background-image: url(images/nav_services_over.gif);
}

#topnav li#company {
	width: 108px;
}

#topnav li#company a {
	background-image: url(images/nav_company.gif);
}

#topnav li#company a:hover {
	background-image: url(images/nav_company_over.gif);
}

#topnav li#blog {
	width: 100px;
}

#topnav li#blog a {
	background-image: url(images/nav_blog_over.gif);
}

#topnav li#blog a:hover {
	background-image: url(images/nav_blog_over.gif);
}

#topnav li#contact a {
	width: 112px;
}

#topnav li#contact a {
	background-image: url(images/nav_contact.gif);
}

#topnav li#contact a:hover {
	background-image: url(images/nav_contact_over.gif);
}

#topnav li a:hover { text-decoration: underline; }

/*#topnav li ul
{
	margin: 0px;
	padding: 0px;
}

#topnav li li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#topnav li li a
{
	text-decoration: none;
	line-height: 16px;
	list-style: none;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}*/

/* archives */
.post {
	margin-top: 48px;
	border-bottom: 1px solid #e1e1e1;
}

.post h1 {
	margin-bottom: 5px;
}

.post h1 a { 
	font-weight: bold;
	color: #dd1e1e;
	font-size: 24px;
}

.post h1 a:hover
{
	color: #dd1e1e;
	text-decoration: underline;
}

.post .descr .date { color: #414445; font-size: 12px; margin-bottom: 2px; }
.post .descr p { margin: 1px 0; }
.post .descr { color: #3D3D3D; }
.post .descr a { color: #0B669F; }
.post .descr a:hover { color: #0B669F; }

/* footer */
#footer
{
	clear: both;
	color: #858181;
	text-align: center;
	padding-top: 60px;
	font-size: 12px;
}

#footer #r1 {
	margin-bottom: 13px;
}

#footer #r2 {
	background-color: #b2b7ba;
	color: #fff;
	font-size: 10px;
	line-height: 34px;
}

#footer #r2 #icon {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url(images/icon.gif) no-repeat;
	margin-right: 3px;
	margin-left: 0;
}
/* comments */
.content ol li { background: none; }

.commentlist
{
	margin: 10px 0 0 0;
	padding: 0;
}

.commentlist li
{
	list-style: none;
	margin: 0 0 26px 0;
	padding-left: 0;	
}

.commentlist li h3
{
	font-size: 13px;
	font-variant: normal;
	margin-bottom: 8px;
}

.commentlist li p {
	color: #8b8a8b;
	font-size: 12px;
	margin-bottom: 10px;
}

#commentform {
	margin-top: 0px;
}

#commentform h3
{
	font-size: 16px;
}

#commentform ul {
	margin-left: 0;
	padding-left: 0;
}

#commentform ul li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#commentform label {
	display: block;
	font-size: 11px;
}

.commentmetadata
{
	font-size: 11px;
	color: #0b669f;
}

.commentmetadata a
{
	color: #0b669f;
	text-decoration: none;
}

.commentmetadata a:hover { text-decoration: underline; }

/* forms */
textarea.styled { width: 280px; }

.styled
{
	background: #DDD;
	border: 1px solid #CCC;
	font: normal 1em Arial,sans-serif;
	padding: 2px;
}

.styled:hover { background: #EEE; }
.styled:focus { background: #FFF; }
#commentform input, #commentform textarea {
	margin: 2px 0; 
	height: 27px;
	padding: 2px;
	color: #8b8a8b;
	font-weight: normal;
	vertical-align: middle;
	width: 255px;
	border: 1px solid #e7e7e7;
	font-size: 22px;
	line-height: 47px; 
}

#commentform textarea {
	width: 340px;
	height: 196px;
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform button {
	width: auto;
	display: block;
	vertical-align: middle; 
	border:none; 
	padding:0; 
	background:none; 
	cursor:pointer; 
	*cursor:hand; /*alternate cursor for IE*/
}

#commentform button div {
	width: 128px;
	height: 26px;
	background: url(images/comment_btn.gif) no-repeat;
}

#commentmoderation {
	font-size: 11px;
	margin-top: 16px;
}

/* calendar */
#wp-calendar { color: #acaf91; }
#navigation table caption { border-bottom-color: #000; }

#navigation table thead tr
{
	border-bottom-color: #000;
	color: #cbceab;
}

#navigation table th { border-bottom-color: #000; }

#navigation table td#today
{
	border-color: #000;
	color: #cbceab;
}

#navigation table td a
{
	border-bottom-color: #000;
	background-color: #EDF3DE;
}

#navigation table tfoot { border-top-color: #000; }
#navigation table tfoot a { background: none; }

#wp-calendar
{
	/* display: inline-table; */
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

#navigation table caption
{
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

#navigation table thead tr { border-bottom: 1px solid; }
#navigation table th { border-bottom: 1px solid; }

#navigation table td
{
	width: 225px;
	/* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 0.9em;
}

#navigation table td#today
{
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}

#navigation table td a
{
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

#navigation table tfoot { border-top: 1px solid; }

#navigation table tfoot a
{
	border: none;
	font-weight: bold;
}

#navigation table tfoot #prev a { text-align: left; }
#navigation table tfoot #next a { text-align: center; }

/* search form */
#searchform { padding: 0 10px; }

#searchform input.sfield
{
	border: 1px solid #CCC;
	padding: 2px;
	width: 120px;
}

/*wordpress*/
.aligncenter,
dl.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}

.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;
}

.mceIEcenter { text-align: center; }
