/* @override 
	http://gulaker.dev/css/style.css
	http://gulaker.dev/wp-content/themes/gulaker/style.css
	http://www.gulaker.net/wp-content/themes/gulaker/style.css
*/

/*
Theme Name: Gulaker
Theme URI: http://gulaker.net/
Description: .
Version: 1.0
Author: Bj&oslash;rnar Tollaksen
Author URI: http://bjornartollaksen.no/
Tags: blue, custom header, fixed width, two columns, widgets



*/



/* By Eric Meyer, with some adjustments: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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

img { border: 0; -ms-interpolation-mode: bicubic; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	/* list-style: none; */
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* OWN */

body {
	background-color: #F0F0F0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
	
a:link { color: #669933; text-decoration: underline; }
a:visited { color: #669933; }
a:active { color: #000000; }
a:hover { color: #28410f; text-decoration: underline;}
form { margin: 0; padding: 0; }
p { margin-top: 0; margin-bottom: 1.4em; line-height: 1.4em;}
table p { padding: 0; margin: 0; }

ul {
	list-style: none;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

li {
	margin: 0.5em 0;
}

h2 {
	color: #669933;
	font-size: 1.9em;
	font-weight: lighter;
	margin-bottom: 1em;
}

h3 {
	color: #669933;
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

.clear {
	clear: both;
}

#wrap {
	width: 960px;
	background: url(/images/7170244_1_1.png);
	margin: 0 auto;
	}
	
#margin {
	margin: 0 50px;
}

#header {
	margin-bottom: 3em;
}


/* SIDEBAR */

#sidebar {
	float: left;
	margin: 0 50px 0 20px;
	width: 160px;
}

#sidebar h2 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #669933;
	margin-bottom: 1em;
}

#sidebar ul { list-style: none; }
#sidebar ul.menu { margin: 1em 0 3em; font-size: 1.1em;}
#sidebar li { margin: 3px 0; }
#sidebar li ul { margin: 0.5em 0; margin-left: 1.5em; }
#sidebar ul.menu a { color: #000; text-decoration: none; }
#sidebar ul.menu a:hover { color: #669933;}



#content {
	float: left;
	width: 600px;
}

#footer {
	background: url(/images/7170244_1_4.png) no-repeat;
	height: 120px;
	margin: 1em auto 0;
	width: 960px;
}

#footer p {
	font-size: 0.9em;
	padding-top: 60px;
	text-align: center;
}

/* CONTACT FORM */

form.registration { margin-top: 2em; }



form.registration h3 {
	font-size: 1.4em;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

form.registration .options p { margin: 0;}

form.registration .p-information {
	margin: 2em 0 2.5em;
}

form.registration input, form.registration textarea {
border: 1px solid #bfc9b6;
color: #666666;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
margin-right: 5px;
padding: 4px 5px;
}

form.registration p {
color: #242424;
display: block;
margin: 5px 0;
margin-bottom: 3px;
}

form.registration label {
display: block;
float: left;
font-weight: bold;
padding: 5px 0;
padding-right: 12px;
text-align: right;
width: 100px;
}
	


form.registration #name,
form.registration #address,
form.registration #email,
form.registration #message {
	width: 230px;
	}

form.registration #zipcode { width: 40px; }
form.registration #city { width: 170px; }
form.registration #mobile,
form.registration #fax { width: 70px; }
form.registration #message { height:  80px; }

form.registration #send {
	background-color: #e0e0e0;
	margin-left: 112px;
	padding: 5px 12px;
	}
form.registration #send:hover {
	background-color: #c2c2c2;
	cursor: pointer;
}


#content ul { font-size: 1.2em; }


div.products {
	float: right;
	padding: 1em 0;
	
	
}

div.products a:hover {
	background-color: #6f9235;
}

div.products a:active {
	background-color: #607d2d;
}

div.products a {
	background-color: #87af41;
	color: #fff;
	font-size: 1.2em;
	padding: 1em 2em;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
