/*  
Theme Name: STASH Sliding
Theme URI: http://s-t-a-s-h.com
Description: Sliding brands theme
Version: 1.0
Author: TNV
*/
/*-----------------------------------------------------------------------------------------------
  Global Reset
-----------------------------------------------------------------------------------------------*/

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;
	font-weight: 	inherit;
	font-style: 	inherit;
	font-size: 		100%;
	font-family: 	inherit;
	vertical-align: baseline;
}

body 	{color: 	#333;}
a 		{outline: 	none;
text-decoration:none;}

* 		{margin: 	0px;
		padding: 	0px;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
strong{font-weight:bold;}
em {font-style: italic;}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
	background-color: #EAE9E1;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 0;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

a{
	color: #000000;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #CCCCCC;
	color: #CCCCCC;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background-image:  url('http://www.stash.nu/wp-content/themes/Stash/images/stash_pattern_site.jpg');
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

fieldset {
	padding: .5em;
}


input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

p{
	line-height: 1.75em;
	padding-top:10px;
	padding-bottom:10px;
}
p.postmetadata{
	line-height: 0.5em;
	padding-top:1px;
	padding-bottom:30px;
	float:right;
	display:block;
}
pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #CCCCCC;
	color: #000000;
}

table th{
	background: #CCCCCC;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: square;
	margin: 0.5em 0px 0.5em 2em;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.dates .date{
	color: #999;
	padding: 0px 1.5em 0px 0px;
}

ul.dates a, ul.counts a{
	color: inherit;
	color: #404040;
	text-decoration: none;
	display:block;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #000000;
	background:  url(./images/stash_arrow_small.gif)no-repeat center right;
}

ul.dates li, ul.counts li{
	border-bottom: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 0;
}

.comment-head .details{
	font-size: 1em;
}

.comment-head a{
	color: #ff0000;
	text-decoration: none;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 3px;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width:820px;
	margin: 0 auto 0 100px;
}

.insidebar{

}
.left{
	float: left;
}

.right{
	float: right;
}

.blockleft{
	float: left;
	width: 45%;
}

.blockright{
	float: right;
	width: 45%;
}

.block_left{
	float: left;
	width: 22%;
	height:100%;
}
.block_leftcenter{
	float: left;
	width: 22%;
}
.block_rightcenter{
	float: left;
	width: 22%;
}
.block_right{
	float: left;
	width: 22%;
}


.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #808080;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	color: #AAAAAA;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.single-post {
	padding-top: 30px;
}
.single-post h1, .single-post h2{
	margin-top: 0px;
}

.story h3{
	color: #666666;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
}

.story h3 a{
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------
  Basic Headers
-----------------------------------------------------------------------------------------------*/
h1, h1 a, h1 a:link, h1 a:visited, h1 a:active{
	font-size:			1.5em;
	font-weight:		bold;
	text-align:			left;
	color: 				#000;
	border:				none;
	background-image: 	none;
	line-height:        125%;
	padding-top: 		1.8em;
	padding-right: 		0;
	padding-bottom: 	0.5em;
	letter-spacing: 	-0.1em;}
	
h1 a:hover{
	text-align:			left;
	color: 				#FF0000;}
	
h2{
	font-weight:		bold;
	font-size:			17px;
	color:				#5B5947;
	letter-spacing: 	normal;
	margin:				0 0 0.625em 0;
	line-height:        135%;}

h3,h4,h5,h6,h7{
	font-weight:		lighter;
	font-size:			1.7em;
	margin:				0 0 0.625em 0;}



h2 a, h2 a:link, h2 a:visited, h2 a:active{
	font-weight:		bold;
	font-size:			17px;
	color:				#5B5947;
	letter-spacing: 	normal;
	text-transform:uppercase;
	margin-top:				1em;
	padding-top:				1em;}

h2 a:hover {
	color:				#000000;
	
	text-decoration:	none;}

h3{
font-size:1.2em;
color: #ED3800;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
	}
h3 a,  h3 a:link, h3 a:visited, h3 a:active{
color: #78d3ff;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
background:none;
	}
	
h3 a:hover{
color: #3399FF;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
background:none
	}
	
h3.light {
font-size:1.1em;
color: #3399FF;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
background:none;
	}
h3.light a,  h3.light a:link, h3.light a:visited, h3.light a:active{
font-size:1em;
font-weight: lighter;
line-height: 140%;
color: #78d3ff;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
background:none;
	}	
h3.light a:hover{
font-size:1em;
font-weight: lighter;
line-height: 140%;
color: #3399FF;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.925em 0;
background:none
	}
	
h4, h4 a,  h4 a:link, h4 a:visited, h4 a:active, h4 a:hover{
font-size:1.2em;
font-weight: lighter;
line-height: 140%;
color: #D8D2C5;
padding:0.625em 0 0.625em 0;
margin:0.32em 0 0.3em 0;
background:none;
	}
	
h5, h5 a,  h5 a:link, h5 a:visited, h5 a:active, h5 a:hover{
font-size:1.2em;
font-weight: lighter;
line-height: 140%;
color: #FF0066;
padding:0.2em 0 0.2em 0;
border:none;	
	}

h6, h6 a,  h6 a:link, h6 a:visited, h6 a:active, h6 a:hover{
font-size:1.2em;
font-weight: lighter;
line-height: 140%;
color: #CC00CC;
padding:0.2em 0 0.2em 0;
border:none;	
	}
        
h7, h7 a,  h7 a:link, h7 a:visited, h7 a:active, h7 a:hover{
font-size:1.05em;
font-weight: lighter;
line-height: 140%;
color: #78d3ff;
padding:0.2em 0 0.2em 0;
border:none;	
	}

h7 a{
font-size:1.05em;
font-weight: lighter;
line-height: 140%;
color: #ed3800;
padding:0.2em 0 0.2em 0;
border:none;}

h7 a:hover{
font-size:1.05em;
font-weight: lighter;
line-height: 140%;
color: #78d3ff;
padding:0.2em 0 0.2em 0;
border:none;}




/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 1px 0px 0px;
	background-color: #EAE9E1;
	display:block;
	height:100%;
	min-height:100%;
	
}

#ancillary .block{
	float: left;
	background-color: #EAE9E1;
	margin: 0px 0px 0px 2%;
	width: 32%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}
#comment-form p{
color:#868686;
}
#comment-form p a{
color:#868686;
}
#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	background:  transparent;
	margin: 0 0px 40px;
}

.footerinside{
	border:none;
	text-decoration: none;
	margin: 0 0 0 100px;
	width: 820px;
}


#footer p{
	font-size: 0.95em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #000000;
}

#footer p.copyright{
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0 0 1em; /* set margins as desired */
font: normal 12px arial, sans-serif; /* set font as desired */
border-bottom: none; /* set border COLOR as desired */
list-style-type: none;
padding: 6px 0 0 0;
text-transform: uppercase;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8  { /* settings for selected tab */
border-bottom: 1px none #fff; /* set border color to page background color */
background-color: transparent; /* set background color to match above border color */


}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
margin: 0;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding:6px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border-top: none; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #EAE9E1; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: -20px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
  color:#fff; 
  background:#5B5947;
  border-top: none;
}
 


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
}

#header .inside{
	padding: 3em 0px;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

#heightfix {
	height: 375px;
	background: #fff url('http://www.stash.nu/wp-content/themes/Stash/images/graphic.jpg') no-repeat left top;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 4em;
	width: 100%;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #7F7F7F;
	padding:0;
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 20px;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#4D4D4D;
	text-decoration:none;
}

.story .details a:hover{ color:#000000; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: url(./images/stash_pattern_black_m.png);
	border-top: 1px solid #E3E3E3;
	padding-bottom: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Links
-----------------------------------------------------------------------------------------------*/

.block_left li, .block_leftcenter li, .block_right li, .block_rightcenter li{
	list-style-type: none;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
	border: none;
}

.block_left li ul ul, .block_leftcenter li ul ul, .block_right li ul ul, .block_rightcenter li ul ul{
	list-style-type: none;
	display: block;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}
/*-----------------------------------------------------------------------------------------------
	Slider
-----------------------------------------------------------------------------------------------*/
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 300px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 200px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #fff; /* this is the border. should have the same value for the links */
			margin-left:85px;
			width:800px;/* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 350px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 300px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
left: 20px;
		}
		
		.stripNavR {
			right: 20px;
		}
		
		.stripNavL {
			background: url("images/arrow_left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow_right.gif") no-repeat center;
		}

/*-----------------------------------------------------------------------------------------------
	Contact forms
-----------------------------------------------------------------------------------------------*/

		
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */


.cform { 
	margin: 10px 10px 10px 0; 
	width: 675px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	letter-spacing:3px;
	color: #fff;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:130px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
}
.cform label span {
	width:130px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:5px;
	border:1px solid #f2f2f2; 
	font-size:1em;
	color:#888;
	background:#ffffff url('http://www.stash.nu/wp-content/themes/Stash/images/stash_pattern_site.jpg')repeat top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FF0000;
	background:#ffffff url('http://www.stash.nu/wp-content/themes/Stash/images/stash_pattern_site.jpg')repeat top left;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff; 
}

.cform textarea,
.cform input {
	width:520px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 1em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin: 3px 5px 7px 138px;
	display: none; 
	vertical-align:top;
	color: #aaa;
	font-size:0.8em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 0 0 0 100px;
	font-size:1em;
	color: #fff;
	background:#5B5947; 
	border:1px solid #5B5947!important;
	border-left-color:#5B5947!important; 
	border-top-color:#5B5947!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(./images/captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display:none;
}



/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

