
/*  
Template name: Freshmade Software
Template URI: http://templates.arcsin.se/freshmade-software-website-template/
Release date: 2009-06-21
Last updated: 2009-08-10
Description: A software company styled template in light colors of white, orange and brown.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

@font-face {
	font-family: myHelv;
	font-weight: normal;
	src:
		local(Arial),
		local(Arial MS Unicode),
		local(Verdana);
}

@font-face {
  font-family: "Flat-UI-Icons";
  src: url("fonts/Flat-UI-Icons.eot");
  src: url("fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), 
		url("fonts/Flat-UI-Icons.woff") format("woff"), 
		url("fonts/Flat-UI-Icons.ttf") format("truetype"), 
		url("fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: myHelv, sans-serif;
	font-weight: 200;
	vertical-align: baseline;
}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #A9A9A9;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.round_corner
{
	background: #FFFFC8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

.ficon {
	font-family: 'Flat-UI-Icons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
[icon]:before { content: attr(icon); }

/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold;}

input[type=text], input[type=number], input[type=password], textarea {
	border-radius: 6px;
	border: 2px solid #bdc3c7;
	/*box-shadow: inset 0px 0px 2px #bbb, 1px 1px 0px #fff;*/
	padding: 5px;
	padding-top: 6px;
	margin: 0;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
input[type=color] {
	border-radius: 6px;
	border: 2px solid #bdc3c7;
	width: 100%;
	height: 40px;
	padding: 5px;
}
input[type=text][readonly], input[type=number][readonly], textarea[readonly] {
	background-color: #f4f4f4 !important;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border: 2px solid #1abc9c;
	outline: none;
}
select {
	border-radius: 6px;
	border: 2px solid #bdc3c7;
	background-color: white;
	height: 34px;
	padding: 5px;
}
select[disabled] {
	background-color: #eaeaea !important;
}
input[type=checkbox] {
	margin: 10px 0 11px;
}

.searchLabel
{
	
}

.searchInput
{
	border: 1px solid gray;
	width: 180px;
	margin: 5px 0px;
}

/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

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

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('images/separator-vertical.gif') repeat-y center top;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	background: url('images/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}



/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */

#header-wrapper {background: #2F2F2F url('images/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('images/header-wrapper-2.png') repeat-y center top;}
#header {
	background: #333 url("images/header-center.jpg") no-repeat scroll left top;
	padding: 13px 32px 0 6px;
	position: relative;
	height: 111px;
	overflow: hidden;
}

#help-wrapper {
	background: url('images/help.jpg') no-repeat left top;
	height: 39px;
	width: 290px;
	position: absolute;
	bottom: 0;
	right: 32px;
}
#help {
	color: #666;
	font-size: 1.2em;
	padding: 10px 28px 0 32px;
}
#help a {
	color: #FFF;
	text-decoration: none;
}
#help a:hover {color: #DDD;}

#help span.text-separator {
	color: #444;
	padding: 0 7px;
}

.logoLink
{
	display: block;
}

.logoImg
{
	display: block;

}

.leftHeader 
{
	width: 500px;
	float: left;
	color: #FFF;
}

.rightHeader
{
	width: 420px;
	float: left;
}

.welcomeText
{
	color: #DDD;
	font-size: 14;
	font-weight: bold;
	float: right;
	height: 30px;
}

.userActions
{
	color: #FFF;
	margin-left: 15px;
}

.userActions a
{
	color: #FFF;
}

.sloganImg
{
	float: right;
}

#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #DDD;
	font-size: 1.3em;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {
	background: url('images/navigation.gif') repeat-x left top;
	height: 46px;
	overflow: hidden;
}
#navigation-wrapper-2 {background: url('images/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('images/navigation.gif') repeat-x left top;
	min-height: 46px;
	padding: 0 8px;
}

#navigation a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px 12px 11px;
}
#navigation a:hover {color: #FFF;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
#navigation li.current_page_item a {background: url('images/navigation-arrow-2.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('images/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#subnav-wrapper {background: #E9E9E9 url('images/subnav-wrapper.gif') repeat-x left bottom;}
#subnav-wrapper-2 {background: url('images/subnav-wrapper-2.gif') no-repeat center bottom;}
#subnav {padding: 0 8px;}

#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #111;}
#subnav li.current_page_item a {color: #333;}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #F6F6F6 url('images/content-wrapper.gif') repeat-y center top;}
.content#content-two-columns {background: url('images/content-two-columns.gif') repeat-y right top;}


/* Main */

#main-wrapper {
	float: left;
	width: 698px;
	border-right: 1px solid #dfdfda;
}
#main {padding: 15px;}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}

/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


/* Footer */

#footer-wrapper {
	background: url('images/footer-wrapper.gif') no-repeat center bottom;
	border-top: 1px solid #999;
	padding-bottom: 20px;
}
#footer {
	background: #808080;
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Featured Box */
#featured-wrapper {
	background: url('images/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}

.home_installers
{
	font-size: 16px;
	font-weight: bold;
	color: #0E990E;
}

.lcnt
{
	float: right;
	margin-right: 20px;
}

.lsa
{
	color: black;
	margin: 0 5px;
}

#back_to_steps 
{
	font-weight: 800;
	color: #fff;
	text-align: right;
	position: relative;
	height: 40px;
}
#back_to_steps a
{
	font-weight: 800;
	color: #34495e;
	white-space: normal;
}
#back_to_steps > ul
{
	display: none;
	color: #000;
	list-style-type: none;
	padding: 15px;
	box-shadow: 0px 2px 3px;
	background-color: #2980B9;
	border-radius: 6px;
	font-weight: bold;
	z-index: 999;
	position: absolute;
	right: 0;
	white-space: nowrap;
}
#back_to_steps > ul li
{
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
#back_to_steps > ul li a {
	text-decoration: none;
	color: #fff;
}
#back_to_steps:hover ul
{
	display: block;
}


/* buttons */

.btn {
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 20px;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	display: inline-block;
	padding: 9px 10px;
	margin: 3px 5px 3px 0;
	font-weight: 800;
}

.buttons {
	margin-top: 15px;
	background-color: #ECF0F1;
	border-radius: 6px;
	padding: 6px 6px 8px;
}

.btn-blue {
	background-color: #2980b9;
	color: #fff;
}
.btn-blue:hover {
	background-color: #5dade2;
	color: #fff;
	outline: none;
}

.btn-green {
	background-color: #27ae60;
	color: #fff;
}
.btn-green:hover {
	background-color: #2ecc71;
	color: #fff;
	outline: none;
}

.btn-orange {
	background-color: #F39C12;
	color: #fff;
}
.btn-orange:hover {
	background-color: #F1C40F;
	color: #fff;
	outline: none;
}

.btn-red {
	background-color: #C0392B;
	color: #fff;
}
.btn-red:hover {
	background-color: #E74C3C;
	color: #fff;
	outline: none;
}

.btn-grey {
	background-color: #BDC3C9;
	color: #fff;
}
