/*
Theme Name: Valen
Theme URI: http://valendesigns.com
Description: Custom WordPress Theme
Version: 3.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #4b4e4c;
	background: #0b0f0c url(images/backgrounds/background.png) repeat-x;
	font: 13px/20px Arial, Helvetica, sans-serif;
}
body.sub {
	background: #0b0f0c url(images/backgrounds/background_short.png) repeat-x;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------- 
 *  Links
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #71b259;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #71b259;
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	color: #363d38;
	text-decoration: none;
}
h2 a:hover {
	color: #71b259;
	text-decoration: none;
}
h2 a:active {
	color: #363d38;
	text-decoration: none;
}
/* ---------------------------------------------------------------- 
 *  Headings
 * ---------------------------------------------------------------- 
*/ 
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Trebuchet MS, Arial, serif;
	font-weight: normal;
}
h1 {
}
h2 {
	font-size: 25px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 29px;
}
h2.sidehead {
	font-size: 17px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
	padding: 8px 0;
	padding-top: 16px;
	padding-left: 50px;
}
h2.head_no_border {
	font-size: 25px;
	border-bottom: none;
	margin-bottom: 10px;
	padding: 10px 0;
}
h3.about_h3 {
	margin-bottom: 10px;
	padding: 10px 0;
}
h2.featured {
	background: url(images/icons/icon-case.png) no-repeat 15px 13px;
}
h2.calendar {
	background: url(images/icons/icon-calendar.png) no-repeat 15px 13px;
}
h2.folder {
	background: url(images/icons/icon-folder.png) no-repeat 15px 13px;
}
h2.tweet {
	background: url(images/icons/icon-tweet.png) no-repeat 10px 13px;
}
h2.clipboard {
	background: url(images/icons/icon-clipboard.png) no-repeat 18px 13px;
}
h2.theme {
	background: url(images/icons/themeforest.png) no-repeat 20px 13px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
	font-style: italic;
	padding-top: 5px;
	color: #955322;
}
h5 {
}
h6 {
}
/* ---------------------------------------------------------------- 
 *  Div Wrappers
 * ---------------------------------------------------------------- 
*/ 
#header_wrap {
	background: #fff url(images/backgrounds/background_short.png) repeat-x;
	height: 201px;
	position: relative;
	min-width: 1020px;
}
#header_wrap_home {
	background: #fff url(images/backgrounds/background.png) repeat-x;
	height: 398px;
	position: relative;
	padding-bottom: 100px;
	min-width: 1020px;
}
#content_wrap {
	background: #fff;
	padding: 45px 0;
	position: relative;
	min-width: 1020px;
}
body.home #content_wrap {
	padding: 30px 0;
}
#footer_wrap {
	padding: 20px 0;
	/* background: url(images/backgrounds/footer_background.gif) repeat-x 0 0; */
	position: relative;
	min-width: 1020px;
}
/* ---------------------------------------------------------------- 
 *  Header
 * ---------------------------------------------------------------- 
*/ 
#header {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.gradient {
	position: absolute;
	top: 0;
	left: -100px;
	width: 500px;
	height: 112px;
	background: url(images/backgrounds/gradient_background.jpg) no-repeat 0 0;
}
.logo {
	position: absolute;
	top: 25px;
	left: 0px;
}
.cultivators {
	position: absolute;
	bottom: 87px;
	right: 20px;
}
#panel {
	position: absolute;
	bottom: -100px;
	left: 10px;
	width: 645px;
	height: 355px;
}
#left_slide {
    width: 300px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}
#center_slide {
    width: 478px;
    position: absolute;
    left: 84px;
    top: 0;
    z-index: 2;
}
#right_slide {
    width: 300px;
    position: absolute;
    left: 345px;
    top: 80px;
    z-index: 1;
}
.get_quote {
	position: absolute;
	right: 20px;
	bottom: 25px;
	width: 130px;
	height: 40px;
}
.get_quote a {
	position: absolute;
	width: 130px;
	height: 40px;
	background: url(images/buttons/quote.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.get_quote a:hover {
	background-position: 0 -40px;
}
#searchform {
	position: absolute;
	right: 0px;
	bottom: 25px;
	width: 300px;
	height: 38px;
}
#searchform #s {
	width: 242px;
	height: 18px;
	font-size: 15px;
	padding: 10px;
	background: url(images/backgrounds/search_input_background.gif) no-repeat 0 0;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
#searchform #button {
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url(images/backgrounds/search_button_background.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
/* ---------------------------------------------------------------- 
 *  Navigation
 * ---------------------------------------------------------------- 
*/ 
#navigation {
	/* width: 609px; 
	width: 424px;*/
	width: 509px;
	height: 36px;
	position: absolute;
	top: 36px;
	right: 0px;
}
.tabs a {
	height: 36px;
	margin-left: 5px;
	text-indent: -9999px;
	float: left;
}
.home_nav a {
	background: url(images/navigation/nav_home.gif) no-repeat 0 -36px;
	width: 76px;
}
.portfolio_nav a {
	background: url(images/navigation/nav_portfolio.gif) no-repeat 0 -36px;
	width: 111px;
}
.services_nav a {
	background: url(images/navigation/nav_services.gif) no-repeat 0 -36px;
	width: 95px;
}
.about_nav a {
	background: url(images/navigation/nav_about.gif) no-repeat 0 -36px;
	width: 82px;
}
.notebook_nav a {
	background: url(images/navigation/nav_notebook.gif) no-repeat 0 -36px;
	width: 114px;
}
.contact_nav a {
	background: url(images/navigation/nav_contact.gif) no-repeat 0 -36px;
	width: 101px;
}
#navigation a:hover, #navigation a.current {
	background-position: 0 0;
}
/* ---------------------------------------------------------------- 
 *  Content
 * ---------------------------------------------------------------- 
*/ 
#content {
	width: 940px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	background: #fff url(images/backgrounds/content_background.png) no-repeat 0 0;
}
#content p {
	padding-bottom: 15px;
}
/* ---------------------------------------------------------------- 
 *  Page
 * ---------------------------------------------------------------- 
*/ 
#page {
	width: 630px;
	float: left;
	position: relative;
}
#full_page {
	position: relative;
}
#contact_page {
	position: relative;
	background: url(images/backgrounds/contact_page_background.jpg) no-repeat 470px 0;
	padding-bottom: 20px;
}
.cpbb {
	position: absolute;
	bottom: 0;
	left: 470px;
}
.box {
	width: 300px;
	float: left;
}
.box_left {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.box_left_folio {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.box img, .box_left img, .box_left_folio img {
	margin-bottom: 5px;
}
.down_25 {
	margin-bottom: 25px;
}
.the_icon {
	height: 55px;
}
.the_icon h3 {
	display: block;
	float: left;
	width: 240px;
}
.the_icon img {
	float: left;
	margin: -5px 6px 5px 0;
}
/* ---------------------------------------------------------------- 
 *  Portfolio
 * ---------------------------------------------------------------- 
*/ 
.folio_img {
	width: 606px;
	height: 401px;
	background: url(images/backgrounds/folio_background.png) no-repeat 0 0;
	padding: 12px;
	margin-bottom: 15px;
}
.folio_img img {
	border: 1px solid #dedede;
}
.project {
	float: left;
	width: 385px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	margin: 15px 0 0;
}
.technology {
	float: right;
	width: 190px;
	margin: 15px 0 35px;
}
.technology h3, .project h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px 0;
}
.technology li {
	list-style: none;
	margin-left: 0;
	padding: 2px 0;
	padding-left: 23px;
	color: #666;
	font-size: 12px;
	background: url(images/icons/bg-li-technology.gif) no-repeat 0 50%;
}
.visit {
	position: relative;
	left: -1px;
	width: 121px;
	height: 31px;
	display: block;
	margin-top: 10px;
}
.visit a {
	position: absolute;
	width: 121px;
	height: 31px;
	background: url(images/buttons/visit.png) no-repeat 0 0;
	text-indent: -9999px;
}
.visit a:hover {
	background-position: 0 -31px;
}
/* ---------------------------------------------------------------- 
 *  Shortcode Styles
 * ---------------------------------------------------------------- 
*/ 
.disclaimer {
  padding: 10px;
  border: 1px solid #D8D8D8;
  padding-bottom: 0px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.disclaimer p {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 8px !important;
}
/* ---------------------------------------------------------------- 
 *  Social Bookmarks
 * ---------------------------------------------------------------- 
*/ 
.icons {
	float:right;
	width: 210px;
	margin-right: -10px;
}
.icons a{float:left;display:block;width:30px;height:30px;margin:0 5px 0 0;}
.icons a.one{background:url(images/icons/icon.jpg) 0 0 no-repeat;}
.icons a.two{background:url(images/icons/icon.jpg) -33px 0 no-repeat;}
.icons a.three{background:url(images/icons/icon.jpg) -65px 0 no-repeat;}
.icons a.four{background:url(images/icons/icon.jpg) -98px 0 no-repeat;}
.icons a.five{background:url(images/icons/icon.jpg) -131px 0 no-repeat;}
.icons a.six{background:url(images/icons/icon.jpg) -162px 0 no-repeat;}
/* ---------------------------------------------------------------- 
 *  Sidebar
 * ---------------------------------------------------------------- 
*/ 
#sidebar {
	width: 280px;
	float: right;
	position: relative;
}
.sidebar {
	background: url(images/backgrounds/sidebar_background_top.png) no-repeat 0 0;
}
#sidebar_inner_wrap {
	background: url(images/backgrounds/sidebar_background_bottom.png) no-repeat 0 100%;
	padding-bottom: 60px;
}
#sidebar .home_post p {
	padding-bottom: 0px;
}
#sidebar #side_inner ul {
	margin-bottom: 30px;
}
#sidebar #side_inner li a {
	font-size: 12px;
	padding: 5px 0 5px 25px;
	background: url(images/icons/arrow.gif) no-repeat 5px 50%;
	color: #363d38;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
}
#sidebar #side_inner li a:link, #sidebar #side_inner li a:visited {
	cursor: pointer;
	color: #363d38;
	text-decoration: none;
}
#sidebar #side_inner li a:hover {
	color: #71b259;
	text-decoration: none;
}
#sidebar #side_inner li a:active {
	cursor: pointer;
	color: #363d38;
}
#sidebar #side_inner li.current-cat a, #sidebar #side_inner li.current_page_item a {
	color: #333;
	background-image: none;
	background: #f9f9f9;
	padding-left: 15px;
}
#sidebar #side_inner li.current-cat a:hover, #sidebar #side_inner li.current_page_item a:hover {
	color: #333;
}
#twitter {
	position: relative;
	padding-bottom: 30px;
	/*
	padding-bottom: 71px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
*/
}
/*
#twitter a {
	color: #53baff;
}
#twitter a:hover {
	color: #000;
}
*/
#sidebar #tweet li {
	font-size: 12px;
	padding: 5px 0 5px 10px;
	color: #363d38;
	display: block;
	/* border-bottom: 1px dotted #ccc; */
	margin: 0 10px;
}
#sidebar #tweet li .time_ago {
	text-align: right;
	float: right;
	margin: 5px 10px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 11px;
}
#sidebar #tweet span.loading {
	background: url(images/icons/loader.gif) no-repeat 50% 0;
	padding-top: 30px;
}
#twitter .follow {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 90px;
	height: 25px;
	display: block;
	z-index: 999;
}
#twitter .follow a {
	position: absolute;
	width: 90px;
	height: 25px;
	background: url(images/buttons/follow.png) no-repeat 0 0;
	text-indent: -9999px;
	letter-spacing: -5px;
	color: #fff;
	cursor: pointer;
}
#twitter .follow a:hover {
	background-position: 0 -25px;
}
#sidebar .contact_info {
	padding: 0 25px;
}
#sidebar .marketplace {
  position: relative;
  padding: 10px 0 30px 20px;
}
#sidebar .marketplace li a {
  margin: 0px 5px 5px 0;
  padding: 1px;
  background: #fff;
  border-color: #d9d9d9;
}
#sidebar .marketplace li:last-child a {
  margin: 0px;
}
#sidebar .marketplace li a:hover {
  border-color: #999;
/*
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
*/
}
#sidebar .marketplace li a img {
  width: 74px;
  height: 74px;
}
/* ---------------------------------------------------------------- 
 *  Home Page Sidebar
 * ---------------------------------------------------------------- 
*/ 
.home_post {
	padding-bottom: 30px;
}
.home_post p {
	padding: 0px;
}
.home_post h2, #home_post h3 {
	clear: left;
}
.home_post span {
	display: inline;
	color: #989ea4;
	padding: 4px 0px;
}
.home_post .home_popup {
	padding-left: 20px;
	background: url(images/icons/comment_popup.gif) no-repeat 0 3px;
	font-size: 11px;
}
.home_post .home_date {
	font-size: 11px;
}
/* ---------------------------------------------------------------- 
 *  Footer
 * ---------------------------------------------------------------- 
*/ 
#footer {
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	padding: 8px 36px;
	margin: 0 auto;
	position: relative;
	font-size: 11px;
	line-height: 15px;
	color: #eee;
}
#footer abbr {
	cursor: help;
	border-bottom: 1px dashed #777;
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #eee;
}
.rss {
	position: absolute;
	top: 10px;
	left: 20px;
}
.media_temple {
	position: absolute;
	top: 10px;
	right: 20px;
}
/* ---------------------------------------------------------------- 
 *  Notebook 
 * ---------------------------------------------------------------- 
*/ 
.post {
	position: relative;
}
.the_date {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 11px;
	color: #999;
}
.post-data {
	float: left;
	width: 135px;
	margin-bottom: 25px;
}
.post-data ul {
	margin: 0;
}
.post-data li {
	list-style: none;
	margin: 0 0 10px;
	color: #666;
	padding-left: 22px;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
}
.post-data li a {
	color: #999;
	line-height: 1.6em;
}
.post-data li a:hover {
	color: #000;
}
.post-data li.author {
	background: url(images/icons/author.gif) no-repeat 0px 0;
	font-size: 0.9em;
	line-height: 16px;
	text-transform: none;
}
.post-data li.author strong {
	font-weight: bold;
	text-transform: capitalize;
	color: #555;
}
.post-data li.tags {
	background: url(images/icons/tags.gif) no-repeat 0 0;
	line-height: 16px;
}
.post-data li.categories {
	background: url(images/icons/folder.gif) no-repeat 0 0;
	line-height: 16px;
}
.post-data li.comments {
	background: url(images/icons/comments.gif) no-repeat 1px 1px;
	line-height: 16px;
}
.post-data li.edit {
	background: url(images/icons/edit.gif) no-repeat 1px 0;
	line-height: 16px;
}
ul.notebook-file li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 23px;
	font-size: 1.0em;
	line-height: 1.8em;
	background: url(images/icons/compressed.png) no-repeat 0 3px;
}
ul.notebook-donate li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 23px;
	font-size: 1.0em;
	line-height: 1.8em;
	background: url(images/icons/donate.png) no-repeat 0 3px;
}
.entry {
	float: right;
	width: 470px;
	margin-bottom: 25px;
	padding-left: 20px;
	border-left: 1px solid #d8d8d8;
}
.entry h3 {
	margin-top: 20px;
}
.entry h3.upper_image {
	margin-top: -20px;
}
.notebook-ul {
	padding-bottom: 15px;
}
.notebook-ul ul {
	padding-bottom: 0px;
}
.notebook-ul li {
	padding: 3px 0 3px 20px;
	background: url(images/icons/arrow.gif) no-repeat 5px 9px;
}

span.more-link {
	margin-top: 15px;
	display: block;
}
.entry img, .entry a img {
	margin: 0 0px 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
.entry img.no-float {
	float: none;
	margin: 0 0px 0px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
.entry img.short, .entry a img.short {
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.entry a:hover img {
	background-color: #DDF0D9;
	border: 1px solid #71b259;
}
.entry a:hover {
	white-space: inherit;
}
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* ---------------------------------------------------------------- 
 *  Pagination
 * ---------------------------------------------------------------- 
*/ 
.wp-pagenavi, .commentsnavigation {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #666;
	font-weight: normal;
	margin-top: 15px;
	padding: 10px 0 0 0;
	text-align: right;
	border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi .current, .commentsnavigation a, .commentsnavigation .current {
	padding: 3px 5px;
	border: 1px solid #ccc;
	color: #71b259;
	margin-left: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi .current, .commentsnavigation .current, .commentsnavigation a:hover {
	color: #000;
	background: #ddd;
}
.wp-pagenavi .pages {
	float: left;
}
/* ---------------------------------------------------------------- 
 *  Comments
 * ---------------------------------------------------------------- 
*/ 
.comments_wrap {
	position: relative;
	margin: 30px 0;
}
.add_link {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
}
.add_link a {
	background:#e6e6e6;
	padding: 2px 20px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
	cursor: pointer;
	z-index: 999;
}
.add_link a:hover {
	background:#d1d1d1;
	border-color: #c1c1c1;
	color:#fff;
}
ol.thecomments {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}
ol.thecomments li {
	position: relative;
	margin-bottom: 20px;
	padding: 75px 20px 20px 20px;
}
.comment {
	background:#f9f9f9;
	border:1px solid #d8d8d8;
}
ol.thecomments li.comment .comment-author img {
	position:absolute;
	left:20px;
	top:20px;
	padding: 1px;
	border:5px #d8d8d8 solid;
}
ol.thecomments li.comment .reply {
	position:absolute;
	right:20px;
	top:25px;
	display:block;
}
ol.thecomments li.comment .reply a {
	background:#e6e6e6;
	padding: 2px 15px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
}
ol.thecomments li.comment .reply a:hover {
	background:#d1d1d1;
	border-color: #c1c1c1;
	color:#fff;
}
ol.thecomments li cite {
	font-weight:bold;
	position: absolute;
	top: 25px;
	left: 75px;
}
ol.thecomments li cite a {
	text-decoration:none;
	font-style:normal;
}
ol.thecomments li cite a:hover, ol.thecomments li .date a:hover {
}
ol.thecomments li .comment-meta {
	display:block;
	position: absolute;
	top: 40px;
	left: 75px;
	font-size: 10px;
}
ol.thecomments li .comment-meta a {
	color:#777;
	text-decoration:none;
}
li.comment ul.children {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
ol.thecomments li.comment ul.children li {
	background:#f1f1f1;
	margin-top:7px;
	border:1px solid #d1d1d1;
	margin-bottom:0px;
}
.commentnavigation {
	margin:20px 20px;
	display:block;
	line-height:40px;
}
.commentnavigation a {
	color:#fff;
	background:#2f4458;
	padding:7px 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.75em;
	text-decoration:none;
	font-weight:bold;
}
.commentnavigation a:hover {
	background:#333;
}
#reply {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
}
#reply a {
	background:#e6e6e6;
	padding: 2px 20px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
	cursor: pointer;
	z-index: 999;
}
#reply a:hover {
	background:#d1d1d1;
	border-color: #c1c1c1;
	color:#fff;
}

li.comment #respond {
	padding-top:1px;
}
li.comment .callfade, .says {
	display:none;
}
#respond {
	position: relative;
}
#commentform {
	display:block;
	margin: 20px 0px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
}
li.comment #commentform {
	margin:20px 0px;
	margin-bottom: 0px;
	background:#f1f1f1;
}
.comment-form input {
	display:block;
	margin:0px;
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 7px 5px;
	width:415px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-form textarea {
	display:block;
	margin-top:5px;
	padding: 7px 5px;
	background:#fff;
	border:1px solid #d1d1d1;
	width:415px;
	height:150px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}
.comment input, .comment textarea {
	width:375px;
}
.comment-form label {
	font-size: 11px;
	font-weight:bold;
	color:#555;
}
.comment-form span {
	font-size: 10px;
	font-style:italic;
	color:#777;
}
.comment-form span strong {
	color:#555;
}
.comment-form span a {
	color:#326a9a;
}
.comment-form span a:hover {
	color:#000;
}
#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
	display:none;
}
#commentform .inputerror {
	border: 1px dashed #aaa;
}
.comment-form button {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	background: url(images/buttons/submit.png) no-repeat 0 0;
}
.comment-form button#submit {
	
	margin-top: 10px;
}
.comment-form button:hover {
	background-position: 0 -40px;
}
.trackbacks li {
  padding: 0 10px 10px 10px;
  font-size: 11px;
}
.trackbacks li a {
  color: #000;
  display: block;
}
.trackbacks li a:hover {
  color: #71b259;
}
/* ---------------------------------------------------------------- 
 *  Contact Forms & Tool Tip
 * ---------------------------------------------------------------- 
*/ 
#contact_left {
	width: 280px;
	float: left;
	padding: 40px 0 0px 85px;
}
#contact_right {
	width: 280px;
	float: right;
	padding: 40px 85px 0px 0;
}
#contact_left .contact_details {
	margin-top: 50px;
	font-size: 11px;
}
#contact_left .my_details {
	position: relative;
	padding-left: 10px;
}
#contact_left .contact_details .address {
	position: absolute;
	top: -1px;
	right: -10px;
	width: 130px;
}
#contact_left .contact_details strong {
	font-size: 12px;
}
#contact_left p, #contact_right p, #quick_contact p {
	padding-bottom: 20px;
}
#contact_right h2 {
	padding-left: 42px;
	background: url(images/icons/icon-quote.jpg) no-repeat 0 8px;
	margin-bottom: 10px;
}
#contact_left h2.quick_contact {
	padding-left: 50px;
	background: url(images/icons/icon-bubble.jpg) no-repeat 0 5px;
	margin-bottom: 10px;
}
#quick_contact h2.quick_contact {
	padding-left: 50px;
	background: url(images/icons/icon-bubble.jpg) no-repeat 0 5px;
}
#contact_left h2.details {
	background: url(images/icons/icon-phone.jpg) no-repeat 5px 6px;
	padding-left: 50px;
	margin-bottom: 10px;
}
#thank_you_left {
	display: none;
}
#thank_you_right {
	display: none;
}
#quoteForm input, #quoteForm textarea,
#contactForm input, #contactForm textarea {
	border: 1px solid #d2d2d2;
	background: #fff;
	padding: 7px 5px;
	width: 268px;
	max-width: 280px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#quoteForm .validation-failed,
#contactForm .validation-failed {
	border: 1px dashed #83b35b;
}
#quoteForm button,
#contactForm button {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	float: right;
	cursor: pointer;
}
#quoteForm button#submit1,
#contactForm button#submit2 {
	background: url(images/buttons/submit.png) no-repeat 0 0;
	margin-top: 10px;
}
#quoteForm button#submit1:hover,
#contactForm button#submit2:hover {
	background-position: 0 -40px;
}
.mail {
	display: none;
}
.user_tip {
	display: none;
}
.f-tooltip {
    background: #93d165 url(images/backgrounds/tip_background.png) repeat-x 0 0;
    width: 148px;
    padding: 10px 10px;
    border: 1px solid #7bad51;
    color: #3e4f2f;
    font-size: 11px;
    text-align: center;
}
.f-tooltip div.right-arrow {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url(images/backgrounds/tip_arrow_right.png) no-repeat 0 0;
}
.f-tooltip div.left-arrow {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url(images/backgrounds/tip_arrow_left.png) no-repeat 0 0;
}
/* ---------------------------------------------------------------- 
 *  Error 404
 * ---------------------------------------------------------------- 
*/ 
.error_page {
	padding-bottom: 100px;
	background: url(images/backgrounds/monkey.jpg) no-repeat 100% 100px;
}
.bad_query {
	padding-bottom: 400px;
}
.error_page p, .error_page h3 {
	padding-right: 275px;
}
