/*
Theme Name: Gradarius
Description: Theme for Gradarius AB.
Version: 1.0
Author: Abens & Bogdanovic Media Production

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida grande", Verdana, Arial, Sans-Serif;
	background: transparent url('images/bg.gif') top left repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background:transparent url('images/header_bg.gif') no-repeat top center;
	}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {

	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #A94407;
	text-decoration: none;
	}

a:hover {
	color: #A94407;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {

	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #959596;
	}




.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 15px 0;

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Gradarius css */

#wrapper {width:900px; margin:0 auto; tex-aling:center;}
#header {width:900px; height:95px;}
#logo {float:left; height:40px; width:230px; background:transparent; border:0px black solid; margin:20px 0 0 30px;}
#footer {background: transparent; padding:0 20px; width:860px; height:70px; }
#footer p {padding:5px 0 0 0; text-align:left; color:#888;}
.narrowcolumn {float:left; padding: 0 0 20px 30px; margin: 0px 0 0; width: 865px; text-align:left;}
#content_left {float:left; width:580px; padding-left:10px; clear:both; overflow:visible; }
#content_right {float:right; width:230px; padding:0 30px 0 0; }
#content_left ul {list-style-type:disc; list-style:disc; margin-left:0px; *margin-left:20px;}

#content_left ul ul {list-style-type:circle; list-style:circle;}


#menu {width:auto; height: 85px; background:transparent; list-style:none; float:right; text-align:left; margin-right:20px;}
#menu li {float:left;}
#menu li a {outline-style:none; float:left; color:#999; border-left:1px #eee solid;  background:transparent; padding:34px 20px 34px 20px; margin:0px 0 0 0; font-size:14px; font-weight:normal; text-decoration:none;}
#menu li a:hover {color:#555; text-decoration:none; background:transparent url(images/menu_marked_bg.gif) top left repeat-x;} 
#menu li a:visited {float:left; text-decoration:none;}
#menu .current_page_item {text-decoration:none; background:transparent url(images/menu_marked_bg.gif) top left repeat-x;} 
#menu .current_page_item a {color:#555;}
#menu .page-item-9 { border-right:1px #eee solid;} 
#subnav {position:absolute; margin:20px 0 0 170px; width:700px; text-align:right;}
#subnav ul {list-style:none; float:right; margin:0; padding:0; display:block; font-size:11px; }
#subnav ul li {float:left; margin:0; padding:0; display:block;}
#subnav ul li a {float:left; margin:0; padding:3px 15px; color:#777;} 
#subnav ul li a:hover {color:#fff; text-decoration:none; background:#e8a538;} 
#subnav .current_page_item {color:#fff; text-decoration:none; background:#e8a538;} 
#subnav .current_page_item a {color:#fff;}
.tjanster_tag {font-size:14px; color:#999; font-weight:bold; letter-spacing:-3px;}

.page_wrapper {width:900px; overflow:hidden; _margin-left:10px;}
.page_top {width:100%; height:15px; background:transparent url(images/page_top_bg.gif) top left no-repeat;}
.page_top_fp {width:100%; height:295px; background:transparent url(images/page_top_fp_bg.jpg) top left no-repeat;}
.page_content {width:100%; background:transparent url(images/page_content_bg.gif) top left repeat-y;}
.page_bottom {width:100%; height:15px; background:transparent url(images/page_bottom_bg.gif) top left no-repeat;}
.clear_all {clear:both; width:100%; visibility:hidden; height:0px;} 

a {outline:none;}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color:#e8a538;
}

h2 {
margin:30px 0pt 10px 0;
font-size:1.7em;
}

.title_tjanster { margin:30px 0pt 0px 0; font-size:1.7em; float:left; padding:20px 110px 10px 0; width:auto;}
.title_kontakt {font-size:1.7em; float:left; margin:30px 0pt 10px 0;}
.title_kunder {margin:30px 0pt 10px 0; font-size:1.7em;}

table {width:740px; margin:0 0 0 45px; text-align:center;}
 

.contact_form_top {width:320px; height:50px; background:transparent url(images/contact_top.gif) top left no-repeat;}
.contact_form_bottom {width:320px; height:10px; background:transparent url(images/contact_bottom.gif) top left no-repeat;}
.contact_form_friend {width:320px; height:40px; background:transparent url(images/contact_friend.gif) top left no-repeat;}
#tell_friend {margin-top:10px; float:left;}
#contact_form {margin-top:0px; float:right; margin-right:30px; }
#contact_form, #tell_friend {width:310px;   padding:0px 0 10px 10px; background-color:#efefef; border:1px solid #ddd; text-align:left;}
#contact_form input, #tell_friend input, #fm_message {border:1px solid #ccc; background:#fff; }
#contact_form label, #tell_friend label {display:block; font-size:11px; color:#555; font-weight:normal; }
.entry .fmtext, .entry .fmtextarea {width:290px; padding:3px; font-size:12px; color:#666; font-family: "Lucida grande", Verdana, Arial, Sans-Serif;}
.fieldwrap {margin:0;}
.personal_contact {padding:10px; background-color:#efefef; border:1px solid #ccc;}
.ddfmerrors, .errorlist {color:red; font-weight:normal; padding-left:10px;}
#contact_form p, #tell_friend p {color:green; }
.fmselect, .fmselect option {width:auto;}

#contact_form h3, #tell_friend h3 {padding:15px 0 0 0px; margin:0; font-size:16px;}

.link_arrow {width:250px; padding:3px 35px 3px 0; color:#333; font-size:16px; display:block; font-weight:bold; background:transparent url(images/link_arrow.gif) top right no-repeat;}
.link_arrow:hover {text-decoration:none; }
.kontakt_link_fp {display:block; float:right; width:80px; height:80px; margin:210px 40px 0 0;}



/* Old css (!Keep at bottom!)*/



#CONTENT {
	width: 760px;
	font-size: 11px;
	margin: 10px;
	float: left;
	text-align: left;

}

#CONTENT-ST {
	width: 770px;
	font-size: 11px;
	margin: 10px;
	float: left;
	text-align: left;
	position: relative;


}



#TEXTOVER {
	width: 580px;
	font-size: 11px;
	margin: 10px 10px 0px 20px;
	float: left;
	text-align: left;


}

#TEXTUNDER {
	width: 500px;
	font-size: 11px;
	margin: 0px 0px 10px 20px;
	float: left;
	text-align: left;


}


#KONTAKT {
	width: 300px;
	font-size: 11px;
	margin: 10px 0px 10px 20px;
	float: left;
	text-align: left;


}

#KONTAKTBILD {
	width: 300px;
	font-size: 11px;
	margin: 50px 0px 10px 120px;
	float: left;
	text-align: left;


}


#HOME {
	width: 700px;
	font-size: 11px;
	margin: 10px 10px 10px 20px;
	float: left;
	text-align: left;


}

#HOMEBILD {
	width: 800px;
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	float: left;
	text-align: left;


}

#SPALT {
	width: 220px;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	float: right;
	text-align: left;



}

#HPIC {
	width: 120px;
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	float: left;
	text-align: left;



}

#ABOUT {
	width: 400px;
	float: left;
	text-align: left;



}

#STRUTA1, #STRUTA2, #STRUTA3, #STRUTA4 {
	display:none; 
    position:absolute;  
    top:300px; 
    border-style: solid; 
    background-color: white; 
    padding: 5px 15px 5px 5px;


}

#STDIV {
	font-size: 11px;
	text-align: left;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;

}

#STRUTA1 {
	left:90px;
	height: auto;

}

#STRUTA2 {
	left:230px;
	height: auto;
}

#STRUTA3 {
	left:370px;
	height: auto;
}

#STRUTA4 {
	left:520px;
	height: auto;
}



.brodtext {


}

.brodtext2 {


}

.space {
	margin-right: 150px;


}




p.citat {

	font-size: 15px;
	font-weight: bold;
	line-height: 10px
}

#CITAT
{

position:absolute;
top: 600px;
left: 600px;

}








