/* 
Theme Name: no1barnevogn.no
Theme URI: http://nettproduksjon.no
Description: Custom made theme for no1barnevogn.no
Author: John Bjørnar Braadland
Author URI: http://nettproduksjon.no
Version: 1.0 
*/  

/* #####  BODY   ####################################################################### */

body {
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 82%;
  color: black;
  background: #eaeaea;
  padding: 0px;
  margin: 0px;
  line-height: 16px;
}

/* #####  H1 H2 H3 H4 H5   ####################################################################### */

h1 {
  font-weight: bold;
  font-size: 140%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 10px;
  color: #000;
  padding-left: 0px;
  padding-right: 0px;
}

h2 {
  font-weight: bold;
  color: #000;
  font-size: 130%;
  padding: 1px;
  margin: 0px;
}

h3 {
  font-weight: bold;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 4px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  font-weight: bold;
  font-size: 90%;
  padding-top: 0ex;
  padding-bottom: 0px;
  margin-top: 0ex; 
  background-color: #FFFCF8;
  color: #000;
}

h5 {
  font-weight: bold;
  background-color: #FFFCF8;
  color: #000;
  font-size: 85%;
  padding: 5px;
  margin: 0px;
  border: 1px solid #999999;
}

/* #####  PARAGRAFER  ####################################################################### */

p {
  line-height: 16px;
}

p.ingress {
  font-weight: bold;
  line-height: 16px;
}

p.liten {
  font-weight: normal;
  font-size: 85%;
}

/* #####  SKJEMA   ####################################################################### */

input, textarea {	
	BACKGROUND-COLOR: #D8D8D8;
	BORDER: 1px solid #000000;
	COLOR: black;
	FONT-FAMILY: verdana, helvetica, sans-serif;
	FONT-SIZE: 11px;
	padding: 3px;
	margin: 0px;
}


form {
	margin: 0px;
	padding: 0px;
}


/* #####  BILDER   ####################################################################### */

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

/* #####  DIVS   ####################################################################### */

div#header{
float: left;
  width: 100%;
  clear: both;
}

#venstre {
  float: left;
  width: 170px;
  color: #eee;
}

#venstre ul { margin: 0px; padding: 0px; width: 100px;}
#venstre li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    list-style-type: none;
}

#venstre a {
  color: #eee;
  background: #b00000;
  text-decoration: none;
  margin: 10px 10px 0 10px;
  padding: 10px;
  width: 100px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#venstre a:hover {
  background: #000;
  color: #b00000;
}



/* #####  MENY   ####################################################################### */

div#meny {
  background-color: #252525;
  float: left;
  width: 100%;
  /* height: 40px; */
  text-align: center;
  clear: both;
  margin: 0px auto;
  padding-bottom: 1px;
}

#meny ul { margin: 0px; padding: 0px; text-align: center;}
#meny li {
  display: block;
  float: left;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 14px;
}

#meny a { color: #eee; text-decoration: none; margin: 10px 5px 0 5px; padding: 10px; }

#meny a:hover {
  background: #b00000;
}



div#container {
  float: left;
  width: 990px;
  clear: both;
}

div#content {
  float: left;
  width: 600px;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  /* uncomment the next line when needing to debug; */
  /* border: 1px solid black; */
}

div#content a{
	color: black;
	text-decoration: underline;
}

div#content a:hover{
	color: #6d4920;
	text-decoration: none;
}

div#right {
  margin-top: 5px;
  margin-right: 10px;
  padding-left: 5px;
  float: left;
  width: 170px;
  clear: right;
  font-size: 12px;
  border-left: 0px solid gray;
}

div#footer {
  background-color: #252525;
  float: left;
  width: 100%;
  /* height: 40px; */
  text-align: center;
  clear: both;
  margin: 0px auto;
  padding-bottom: 1px;
  color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#footer a{
  color: #eee;
	text-decoration: underline;
}

div#footer a:hover{
	color: #b00000;
	text-decoration: none;
}

div#right ul{
	padding: 5px;
	margin: 0px 15px;
}

div#right ol{
	padding: 5px;
	margin: 0px 15px;
}

div#right li{
	list-style: square;
}

div#right a{
	color: #336699;
	text-decoration: none;
}

div#right a:hover{
	color: gray;
}



div#ad_footer {
  float: left;
  margin-top: 5px;
  color: #c0c0c0;
}
div#copy {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

div.topp {
  background: url(../_images/headerbg.png) no-repeat top white;
  float: left;
  width: 990px;
  height: 30px;
  clear: both;
  color: #e7e7e7;
  font-weight: none;
  padding-top: 6px;
  font-size: 12px;
  font-family: Verdana;
  margin-left: 5px;
}

a {
	color: #b00000;
	text-decoration: none;
}

a:hover{
	color: gray;
}


#slideshow{
	margin: 0;
	padding: 0;
	margin: 0;
}

#slideshow li{
	list-style: none;
	padding: 0;
	margin: 0;
}

a img { border: 0px solid black; }
