/*  
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 {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%;
	overflow-y: scroll;
}

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


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

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.4em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

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: #2D6391;}
a {
	color: #3B83BF;
	text-decoration: underline;
}

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


/* 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; margin-bottom: 0.65em; margin-top: 0.65em;}
.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.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('//static.bloggo.nu/w/separator-vertical.gif') repeat-y center top;}


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

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;}
#sidebar .current_sidebar, #sidebar .current_sidebar a {font-weight: bold;}

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

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


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

.box {
	background-color: #FAFAF6;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	border-right: 1px solid #DFDFDA;
	padding: 16px 20px 0;
}
.box a {color: #3B83BF;}
.box a:hover {color: #2D6391;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}



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

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

/* Header */

#header-wrapper {background: #2F2F2F url('//static.bloggo.nu/w/header.png') repeat-x left top;}
#header-wrapper-2 {background: url('//static.bloggo.nu/w/header-wrapper-2.jpg') repeat-y center top;}
#header {
	background: #333 url('//static.bloggo.nu/w/header.png') repeat-x left top;
	padding: 15px 32px 0 20px;
}

#help-wrapper {
	background: url('//static.bloggo.nu/w/help.gif') no-repeat left top;
	height: 39px;
	margin: -40px 0 0 auto;
	width: 290px;
}
#help {
	color: #000000;
	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 14px;
}

#logo {color: #FFF;}
#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: #B58361;
	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('//static.bloggo.nu/w/navigation.png') repeat-x left top;}
#navigation-wrapper-2 {background: url('//static.bloggo.nu/w/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('//static.bloggo.nu/w/navigation.png') repeat-x left top;
	min-height: 46px;
	padding: 0 8px;
}

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


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #F6F6F6 url('//static.bloggo.nu/w/content-wrapper.png') repeat-y center top;}


/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {padding: 24px; padding-bottom: 15px;}

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


/* Sidebar */

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


/* Footer */

#footer-wrapper {
	background: url('//static.bloggo.nu/w/footer-wrapper.png') 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;
}

#top .regform-title {
	font-weight: bold;
	color: #428CCE;
}

#top .moreinfo-title {
	font-weight: bold;
	color: #000000;
}

/* 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('//static.bloggo.nu/w/gradient-light.png') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
}
#featured {padding: 25px 124px 0px 48px; padding-right: 0;}
#featured {width: 90%;}
#featured .left {width: 53%;}
#featured .right {width: 47%;}

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

/* 
   Extra 
------------------------------------------------------------------- */

#regform {font-size: 14pt; margin-bottom: 10px;}
#regform input {font-size: 14pt;}
#regform input {margin-bottom: 5px;}
#regform #e {width: 260px;}
#regform #p, #regform #u {width: 165px;}
#regform #u {margin-bottom: 15px;}
#regform #s {font-weight: bold; width: 265px; background-color: green; color: white;}
#regform #snew {width: 260px;}
.form-title {font-weight: bold; color: #000000;}
.form-title-error {font-weight: bold; color: #dd0000;}
.regform-agreement {font-size: 8pt;}
.right li {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(//static.bloggo.nu/w/check.png);
	background-repeat: no-repeat;
	min-height: 18px;
}
.left li {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(//static.bloggo.nu/w/check.png);
	background-repeat: no-repeat;
	min-height: 18px;
}
.checklist li {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(//static.bloggo.nu/w/check.png);
	background-repeat: no-repeat;
	min-height: 18px;
}
.validcode {
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.faq-reply br {line-height: 0.5em;}
.faq-reply {padding: 0; margin: 0; margin-top: 0.5em; margin-bottom: 1.0em; padding-bottom: 1em; padding-top: 0em;}
.faq-question {color: #000000; background-color: #dadada; font-size: 10pt; display: inline-block; padding: 0; margin: 0; padding-top: 0.2em; padding-bottom: 0.2em; padding-right: 1em; padding-left: 0.5em;}
.faq-section {font-size: 11pt; font-weight: bold; margin: 0; padding: 0; margin-top: 1.5em; margin-bottom: 1em;}
.faq-p {margin-top: 0.5em;}
#theme {
	float: right;
	margin-left: 10px;
}

.inputfield {
	color: #000000;
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	border: solid 2px #707070;
	padding: 3px;
	width: 165px;
	-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;
}
.inputfield:focus {
	outline:0 !important;
	box-shadow: 0px 1px 0px #707070, 1px 2px 3px rgba(0,0,0,.4), inset 1px 1px 0px rgba(255,255,255,.3), inset 0px 0px 2px rgba(255,255,255,.4);
	border-color: #000000;
	background-color: #FFFBCD;
}
input[type=button], input[type=reset], input[type=submit], .button, .submitbutton {
	outline:0 !important;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #606060;
	padding: 4px 16px;
	border: 1px solid #404040;
	background-image: linear-gradient(to bottom, #606060 0%, #404040 100%);
	border-radius: 3px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	box-shadow: 0px 1px 0px rgba(112,122,122,0.5), 1px 2px 3px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4);
	margin-left: 0px;
	-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;
	cursor: pointer;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
input[type=submit], .submitbutton {
	background-color: #669933;
	background-image: linear-gradient(to bottom, #669933 0%, #4A6E26 100%);
	box-shadow: 0px 1px 0px rgba(102,153,0,0.5), 1px 2px 3px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4);
}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active, .submitbutton:active {
	transition: all .03s ease-in-out;
	transform: translate(1px, 1px);
}
