/*  
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
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 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;
	font: .8em 'RobotoRegular', Arial, sans-serif;letter-spacing: 0;
	line-height: 1.5;
}



/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 0.3em;
	line-height: 1.3 !important;
}

.green { color: #43B16C !important; }
.blue { color: #174c9b !important; }

h2,h4,h6 {
	color: #43B16C;
}

h1,h3,h5 {
	color: #174c9b;
}

h4,h5,h6 {font-weight: bold;}

h1 { font: 2.6em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}
h2 { font: 2em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}
h3 { font: 1.5em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}
h4 { font: 1.25em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}
h5 { font: 1.1em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}
h6 { font: 1em 'RobotoBlack', Arial, sans-serif;letter-spacing: 0;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #002;}

a {
	color: #246;
	text-decoration: underline;
}

b { font-family: 'RobotoBlack'; font-weight: normal;  }

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 0em; width: 100%; }
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}


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

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   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('img/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: 0px; }

.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('img/box.gif') no-repeat left top;
	border-bottom: 1px solid #DADFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {
	color: #43B16C;	
	font: 1.1em 'RobotoMedium', Arial, sans-serif;
}

.box a:hover {color: #eb242e;}
.box-title {	
	/* color: #43B16C; */
	color: #174c9b;
	font: 1.6em 'RobotoBlack', Arial, 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: #174c9b url('img/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('img/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #174c9b url('img/header.gif') repeat-x left top;
	padding: 32px 32px 0 46px;
	min-height: 108px;
}

#help-wrapper {
	background: url('img/help.gif') no-repeat left top;
	height: 39px;
	margin: -8px 0 0 auto;
	width: 290px;
}
#help {
	color: #666;
	font-size: 1.2em;
	padding: 10px 28px 0 32px;
}
#help a {
	color: #999;
	text-decoration: none;
}
#help a:hover {color: #DDD;}

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

#logo {color: #FFF;}
#site-title a {text-decoration: none; font-size: 1.4em; }
#site-title, #site-title a {color: #FFF; line-height: 0.95; }
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #EEE;
	font-size: 1.3em;
	line-height: 0.95;
	margin-bottom: 0 !important;
}


/* 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('img/navigation.gif') repeat-x left top; background-color: #444; }
#navigation-wrapper-2 {background: url('img/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('img/navigation.gif') repeat-x left top;
	min-height: 38px;
	padding: 0 8px;
}

#navigation a {
	font: 1.4em 'RobotoCondensed', Arial, sans-serif;letter-spacing: 0;
	color: #EEE;
	display: block;
	padding: 10px 10px 10px;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE; }
#navigation li.current_page_item a {color: #fff; background: url('img/navigation-arrow-2.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}

#navigation li.current_page_item { background-color: #eb242e; background-image: none; }
#navigation li:hover { background-color: #1f1f1f; background-image: none;}
#navigation li.current_page_item:hover { color: #fff; background-color: #37a39b; background-image: none;}
#navigation li.current_page_item a:hover {color: #fff; background: url('img/navigation-arrow-3.gif') no-repeat center bottom; text-shadow: 0 0 6px #000; }

#footer a.current_page_footerItem {color: #FFF;}

/* Navigation Pulldowns - Brian */ 

#navigation table { display: none; width: auto; position: absolute; }
#navigation table tr { background-color: #444; color: #fff; cursor: pointer; }
#navigation table tr a { padding: 1px; }
#navigation table tr:hover { background-color: #eb242e; color: #fff; cursor: pointer; }
#navigation li:hover table { display: table; }


#navigation a:hover {
	color: #FFF; text-decoration: none;
	text-shadow: 0 0 6px #D8E9BB;
	outline: 0 none; 
}
	


/* Subnav */

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

#subnav a {
	color: #000;
	display: block;
	font: normal 1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #FFF; background-color: #639e11; margin: 0;}
#subnav li.current_page_item a {color: #333;}


/* Content */

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

/* Content - ABOUT Page */
.content-about {
	font-size: 1.1em;
}

/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}

#main {padding: 24px;}

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


/* Sidebar */

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


/* Footer */

#footer-wrapper {
	background: url('img/footer-wrapper.gif') no-repeat center bottom;
	border-top: 1px solid #999;
	padding-bottom: 20px;
	background-color: #174c9b;}

#footer {
	background: #3c3c3c;/*#808080;*/
	font-size: 1em;
	padding: 8px 12px;
	font-weight: bold;
}
#footer a {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #FFF; /*#eb242e;*/
	padding: 0 6px 12px;
	margin-top: -6px;
	background-color: #174c9b;
}
#bottom a {
	color: #FFF;
	text-decoration: none;
}

#bottom a:hover, #bottom .right a:hover {color: #FFF;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #FFF;}



/* Featured Box */

#featured-wrapper { 
	background: url('img/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px;
	
}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
	width: 500px;
	margin-bottom: 15px;
}
p.bodycopy { 	
	font: normal .9em sans-serif;
	line-height: 1.5em;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 450px;
}
#featured h2 span {color: #43B16C;
}




/* Featured Box - About Page */

.center-wrapper2 {
	width: 960px;
	height: 700px;
	margin: 0 auto;
	background: url('img/gradient-light.gif') repeat-x left bottom;
}

#featured-wrapper-about { 
	width: 900px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featuredAbout h2 span {color: #43B16C;
}
#featuredAbout h2 { 
	font: normal 3em sans-serif;
	margin: 0;
	width: 600px;
	margin-bottom: 15px;
	padding: 42px 124px 12px 48px; 
}
p.bodycopyAbout { 	
	font: normal .9em sans-serif;
	line-height: 1.5em;
	margin-left: 48px;
	width: 650px;
}



/* Product Details Page */


.largerProduct {
	margin: 0px;
	font-size: 1.2em;
	color: #43B16C;
}




/* Inventory Management - Sidenote */




/* 
   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%;}

.colorSwatch {
	width: 18px;
	height: 18px;
	background-image: url(/images/fugueicons/swatch.png);
}


.stockBar {
	position: relative;
	width: 100%;
	height: 32px;
	border: 1px solid black;
	background-color: #FFF;

}

.stockQTY, .stockOutside, .stockInProgress, .stockReorder {
	position: absolute;
	height: 100%; 
}

.stockOutside {
	background-color: #8CF; 
}

.stockOutside:hover {
	background-color: #8DF;
	cursor: pointer; 
}

.stockQTY {
	background-color: #468; 
}

.stockQTY:hover {
	background-color: #69C; 
	cursor: pointer; 
}

.stockInProgress {
	background-color: #ED8; 
}

.stockInProgress:hover {
	background-color: #FC8; 
	cursor: pointer; 
}

.stockReorder {
	width: 3px; 
	background-color: #C00;
	cursor: crosshair; 
}

select, select:hover, input, input:hover {
    background-position: 3px center;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0 0 0 24px;
}

select, select:hover {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    height: 28px;
    margin-bottom: 3px;
}

input, input:hover {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    height: 22px;
    margin-top: 2px;
}

select.error,input.error {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-color: #FFCCCC !important;
    border-color: #FF0000 !important;
    color: #880000 !important;
}

select:disabled,select:disabled:hover,input[type="text"]:disabled, input[type="text"]:disabled:hover {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-color: #EEEEEE;
    border-color: #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-style: solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 1px 1px 6px;
    color: #444444;
}

select,input[type="text"], input[type="password"] {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-color: #EBF5FF;
    border-color: #888888;
    border-left: 1px solid #888888;
    border-style: solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 1px 1px 6px;
    color: #444444;
}

input[type="text"]:hover, input[type="password"]:hover {
    background-color: #FFF5EB;
    border-color: #FF8800;
    border-left: 1px solid #FF8800;
    border-style: solid;
    border-width: 1px 1px 6px;
    color: #444444;
}

input.selected[type="text"], input.selected[type="password"] {
    background-color: #FFFFFF;
    border-color: #004488;
    border-left: 1px solid #004488;
    border-style: solid;
    border-width: 1px 1px 6px;
    color: #000000;
}

input[type="submit"], input[type="button"] {
    background-color: #DDDDDD;
    background-image: url("/images/fugueicons/chev_right.png");
    background-position: right center;
    border: 1px solid #BBBBBB;
    border-radius: 0 12px 12px 0;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    padding: 2px 18px 2px 2px;
    text-transform: uppercase;
}

input.left[type="submit"], input.left[type="button"] {
    background-image: url("/images/fugueicons/chev_left.png");
    background-position: left center;
    border-radius: 12px 0 0 12px;
    padding: 2px 2px 2px 18px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #EEEEEE;
    background-repeat: no-repeat;
    border: 1px solid #000000;
}

input.noIcon {
    background-image: none !important;
    padding: 2px;
}

input.numeric {
    text-align: right;
}

.noborder, .noborder td, .noborder th, img.noborder  {
	font-size:100% !important;
	border: none !important;
	
}

textarea 
{
   resize: none;
}