/* CSS for konstannons.se */
/* Created by Compito, http://www.compito.se */
@import "mainnav.css";
@import "cms.css";
@import "templates.css";
@import "ecommerce.css";
@import "forms.css";
@import "fixes.css";

/*Get rid of the margins to begin with */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	color: #333;
	font: 74% /*Arial, */Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	/*text-align: center;*/
}
/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes borders from tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* =Link stuff*/
a[href^="http:"] {
	background: url(images/icons/ce_icon_remote.gif) no-repeat right top;
	padding-right: 10px;
}
a[href^="http://localhost/konstannons"],a[href^="http://dev.konstannons.se"],a[href^="http://www.konstannons.se"]/*,a[href^="http://www.compito.se"]*/{
	background-image: none;
	padding-right: 0;
}
a[href^="mailto:"] {
	background: url(images/icons/ce_icon_email.gif) no-repeat right top;
	padding-right: 10px;
}
a[href$=".pdf"] {
	background: url(images/icons/ce_icon_pdf.gif) no-repeat right top;
	padding-right: 10px;
}
a.more {
	background: url(images/icons/ce_icon_more.gif) no-repeat right top;
	padding-right: 10px;
}
a.print {
	background: url(images/icons/ce_icon_print.gif) no-repeat right top;
	padding-right: 15px;
}
a.comment {
	background: url(images/icons/ce_icon_comments.gif) no-repeat right top;
	padding-right: 15px;
}

/* regular link styles */
a:link, a:visited {
color: #c20; text-decoration: none; /*border-bottom: 1px dotted #b03*/;
}
a:hover, a:active {
color: #a10;
/* border-bottom: 1px solid #a10;*/
}

a img {border-bottom: 0;}
a.imglink {
	background-image: none;
	border-bottom: 0;
}
a.searchlink {
	padding: 6px 3px;
	display: block;
	background: #a10;
	color: #fff;
	text-decoration: none; 
	border-bottom: 0;
	font-size: 1.4em;
}

/* headers */
h1, h2 {
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	color: #333;
	font-size: 3em;
	font-weight: normal;
	margin: 10px 0;
}
h1 a:link,h1 a:visited {
	color: #333;
}
h1 a:hover,h1 a:active {
	color: #333;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
}
h3, h4, h5, h6 {
	font-family: /*Arial, */Verdana, Helvetica, sans-serif;
}

h3 {
	font-size: 1.2em;
	color: #a10;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
	color: #999;
}

h6 {
	font-size: 1em;
}

img {
	border: none;
}

/* self-clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END self-clearing floats */

#wrapper {
	background: #fff url(images/bg-wrapper.jpg) no-repeat right top;
	margin: 1em auto;
	width: 960px;
	position: relative;
	text-align: left;
}

#branding {
	background: #fff;
	margin: 0 50px;
	background: transparent;
	height: 6em;
	padding-top: 20px;
	position: relative;
}
#tools {
	position: absolute;
	bottom: 8px;
	left: 320px;
	/*width: 30em;*/
	background: #fff;
	border:0;/* 1px #999 solid;*/
	/*text-align: right;*/
}
/*.user-info,*/ 
.cart-info {
	/*margin: 0.5em;*/
	color: #333;
	background: #fff;
	font: .9em Verdana, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
}

.cart-info a:link,.cart-info a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;	
}

.cart-info a:hover {
	color: #a10;
	font-weight: bold;
}

/*.user-info {
	text-align: right;
}*/
#tools h3 {
	font:1.2em;
	color: #333;
	margin: 0.2em 0;
}
#tools p {
	padding: 0;
}
/*#tools ul {
	text-align: right;
}*/
#tools li {
	/*background: url(images/bullet-gray.gif) no-repeat 0 0.7em;*/
	padding: 0.2em 1em 0.2em 0;
}

/* mainnav holder */
#mainnav {
	margin: 0 50px 10px;
	background: #fff;
	border-top: 1px #999 solid;
	clear: both;	
}

/* mainnav links */
#mainnav .mainnavselected {
	color: #a10;
}
/* move last link to the right */
#mainnav .last {
	float: right;
	padding: 1em 0 1em 0;
}

/* =content-main styles */
body.generic #content-main {
	float: right;
	width: 960px;
}
body.small #content-main {
	float: right;
	width: 720px;
}
#content-main h3 {
	font:1.2em Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	color: #333;
}
#content-main p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 1em 0;
}
#content-main ul {
    list-style-type: square;
    margin-left: 2em;
}
#content-main ol {
    list-style-type: decimal;
    margin-left: 2.4em;
}
#content-main li {
	 line-height: 1.4em;
	 padding: 0.3em 0;
}

body.generic #content-main .gutter {
	margin: 15px 50px;
	padding: 0;
	background: #fff;
	/*border: 1px #999 solid;*/
}
body.small #content-main .gutter {
	margin: 15px 50px 15px 20px;
	padding: 0;
	background: #fff;
	/*border: 1px #999 solid;*/
}

#site-info {
	margin: 0 50px 30px;
	padding: 0.5em 0;
	background: #fff;
	border-top: 1px #999 solid;
	clear: both;
}
#site-info p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* =content-sub styles */
#content-sub {
	/*padding-bottom: 220px;*/
	float: left;
	width: 240px;
	/*background: #fff url(images/bg-content-sub.jpg) no-repeat right bottom;*/
	background: #fff;
}
#content-sub .gutter {
	margin: 20px 0 0 50px;
	padding: 1em;
	background: #fff;
	border: 1px #999 solid;
}
#content-sub h3 {
	font:0.9em Verdana, Helvetica, sans-serif;
	/*font-size: 1.3em;*/
	color: #a10;
	font-weight: bold;
	text-transform: uppercase;
}
#content-sub ul {
	margin-bottom: 1em;
}

#content-sub li {
	padding: 0.5em 0;
	border-bottom:1px solid #eee;
	color: #333;
	background: #fff;
	font: 0.8em Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#content-sub li a {
	color: #999;
}
#content-sub li a:hover {
	color: #a10;
}
/*#content-sub .filter {
	padding: 0.5em 0 0;
	border-top: 1px solid #eee;
	margin: 0.5em 0;
}
#content-sub .filter li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 0;
	text-align: right;
	color: #999;
	font-size: 0.9em;
	clear: both;
}
#content-sub .filter li label {
	float: right;
	text-align: right;
	margin-right: 1em;
}*/
#content-sub .filter li input {
	float: right;
}

/* subnav links */
#content-sub .subnavselected {
	color: #a10;
}

#google {
	margin: 1em auto;
	text-align: center;
	font-size: 0.8em;
}

#compito {
	margin: 1em auto;
	text-align: center;
	font-size: 0.8em;
}
#compito img {
	border: 0;
}

#compito a {
	background-image: none;
	padding: 0;
}

/*
   Blockquotes and blockquote-based messages (ok, error, etc.)
*/

blockquote {
	margin: 1em 0 2em;
	padding : 17px 0 17px 40px;
	background: #fff url(images/icons/ce_blockquote.gif) no-repeat 5px 6px;
	border: 1px solid #666;
}
blockquote.exclamation {
  background-image: url(images/icons/ce_msg_warning.gif);
  border: 1px solid #fc0;
}
blockquote.error {
  background-image: url(images/icons/ce_msg_error.gif);
  border: 1px solid #f00;
}
blockquote.ok {
  background-image: url(images/icons/ce_msg_ok.gif);
  border: 1px solid #9c0;
}
blockquote.info {
  background-image: url(images/icons/ce_msg_info.gif);
  border: 1px solid #06c;
}
