/*   
Theme Name: HaPP
Theme URI: http://happ.is
Description: Custom theme for the Happ.is website
Author: Bergdis Sigurdardottir, Olafur Gauti Gudmundsson
Author URI: http://ogglog.com
Version: 1.0
*/
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align: center;
	background-color:#FFF;
}

p {
	margin-bottom:10px;
}

a, a:visited {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

blockquote,ul,ol,dl { 
    /*giving blockquotes and lists room to breath*/ 
    margin:1em; 
}
blockquote {
  margin:1em;
  margin-right: 4em;
  margin-left: 0em;
  padding: 1em;
  font-size:0.9em;
  color: #666;
  background-color: #FCFCFC;
}
blockquote p {
	margin: 0em;
	padding: 0em;
}
ol,ul,dl { 
    /*bringing lists on to the page with breathing room */ 
    margin-left:2em; 
} 
ol li { 
    /*giving OL's LIs generated numbers*/ 
    list-style: decimal outside;     
} 
ul li { 
    /*giving UL's LIs generated disc markers*/ 
    list-style: disc outside; 
}

div#topNav {
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	position:relative;
	margin-top:0em;
	width: 61em;

}
div#topNav table {
	width:100%; margin:0px; padding:0px;
}
div#topNav form, div#topNav ul {
	display:inline;
margin:0px; 
}
#searchform .searchBtn {
	margin:0em;
	padding:0em;
	vertical-align:top;
	border: 0px none black;
}
#searchform {
	margin: 0em;
	padding: 0em;
	display: inline;
}
#searchform input.textBox {
	border: 1px solid #090;
	padding:3px;
	width:12em;
	color:#999;
}
#searchform input.textBox:hover, 
#searchform input.textBox:focus {
	color: #000;
}

ul#pageNav li {
	display:inline;
	padding-left:0px;
	margin-left:0px;
	padding-right:8px;
	margin-right:5px;
	border-right: 1px solid black;
}
ul#pageNav > li:last-of-type {
    border-right: 0px none #009900;
}
ul#pageNav li a {
	color:black;
}

#pageContent ul.subnav {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	margin-bottom:15px;
	border-bottom:1px solid black;
}
#pageContent ul.subnav li {
	display:inline;
	padding-left:12px;
	margin-left:0px;
	padding-right:12px;
	border-right: 1px solid black;
}
#pageContent ul.subnav li a,
#pageContent ul.subnav li a:visited {
	color:black;
}
#pageContent ul.subnav li a:hover {
text-decoration:none;
color:red;
}
#pageContent ul.subnav li.current-cat a,
#pageContent ul.subnav li.current-cat a:visited {
	color:red; 
	font-weight:bold;
}
#pageContent ul.subnav > li:last-of-type {
	border-right: 0px none white;
}

#pageContent h1 {
font-weight:bold;
font-size:1.5em;
margin-bottom:0.5em;
}
div#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding:1em;
	text-align: left;
	background-color:white;
	width: 61em;
}

div#container .logo {
	margin-top:0em;
	margin-left: -1.7em;
	margin-bottom: 0.5em;
}
div#container .logo table {
	width: 100%;
}

div#contentContainer {
	margin-top:1em;
}

div#header {
	margin: 0em;
	padding: 0em;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
	margin-top: 0em;
	font-size: 0.9em;
}

div#header .headerColumn {
	margin-right:1em;
	width: 11em;
	padding:3px;
	float:left;
	border: 1px solid #009900;
	background-color: #090;
}
div#header .headerColumn.selected {
	background-color: #fff;
}
div#header .headerColumn.selected a,
div#header .headerColumn.selected a:hover,
div#header .headerColumn.selected a:visited {
	color: #090;
}
div#header .headerColumn.last {
	margin-right:0em;
}

div#header .headerColumn img {
	width:11.5em;
}
div#header .headerColumn:hover {
	background-color: #fff;
}
div#header .headerColumn:hover a,
div#header .headerColumn:hover a:hover,
div#header .headerColumn:hover a:visited {
	color:#090;
}
div#header .headerColumn a, 
div#header .headerColumn a:visited,
div#header .headerColumn a:hover {
	text-decoration:none;
	color: white;
}
div#header .headerColumn a .highlight {
	color:#000;
}

div#header .headerColumn a.selected .highlight,
div#header .headerColumn a:hover .highlight {
	color:#000;
}

div#header .headerColumn .highlight {
	font-weight: normal;
}

div#header .headerColumn.searchColumn {
	margin-right: 0em;
	margin-left: 1em;
	padding: 0em;
	width: 15em;
	vertical-align: middle;
	border-style: none;
	background-color: #fff;
}
div#header .headerColumn.searchColumn:hover {
	background-color: #fff;
}

#footer {
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer #contactInfo {
	font-size: 0.95em;
	color:#000;
	text-align:center;
}
#footer #contactInfo a, #footer #contactInfo a:visited {
	color:#090;
}

#pageContent {
	background-color:white;
	padding:0em;
	margin: 0em;
	min-height:28em;
	font-size:1.0em;
	line-height:1.2em;
}

#pageContent a, #pageContent a:visited {
	color:#009900;
}

#pageContent .recordList .record {
	margin-bottom:2em;
}

#pageContent .recordList .record .recordListImg {
	float:left;
	margin-right:2em;
	width:19em;
}
#pageContent .recordList .record .recordListImg img {
	width:19em;
}

#pageContent .record h2 {
	font-weight:bold;
	font-size:1.4em;
	margin-bottom: 0.5em;
}
#pageContent .record h2 a, #pageContent .record h2 a:visited {
	color:black;
}
#pageContent .record h3 {
	font-weight:bold;
	font-size:1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#pageContent .recordList .record .text {
	width: 40em;
	display: inline-table;
}
#pageContent .recordList .record .text ul {
}
#pageContent .recordList .record .moreLink {
	margin-top:0.3em;
}
#pageContent .recordList .record .moreLink a,
#pageContent .recordList .record .moreLink a:visited {
	color:red;
	font-weight:bold;
	font-size:0.9em;
}

.separator {
	color:black;
	padding-left:0.7em;
	padding-right:0.7em;
}
div.searchMsg {
	text-align:center;
	margin-bottom:15px;
	font-size:1.2em;
}
div.searchMsg b {
	color:#009900;
}
div.searchMsg input.textBox {
	border: 1px solid black;
	padding:3px;
	color:#999;
}
div.searchMsg input.button {
	border: 1px solid black;
	padding:2px;
}

.wp-caption {
	margin-bottom: 10px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #EEF5E1;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

.wp-caption img {
	float: none;
	margin: 0px;	
	padding: 0px;
	border: none;
	margin-bottom:5px;
}

.wp-caption p.wp-caption-text {
   	padding: 3px;
  	margin: 0px;
	margin-bottom:5px;
	font-size:1em;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

#s3slider {
   width: 19em; /* important to be same as image width */
   height: 19em; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-left:1.5em;
}

#s3sliderContent {
   padding:0em;
   margin: 0em;
   width: 250px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 0.8em Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 234px;
   background-color: #fff;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
#s3slider a.s3sliderLink,
#s3slider a.s3sliderLink:visited {
  color:#090;
  font-size:1.3em;
}
#s3slider a.s3sliderLink:hover {
  text-decoration:underline;
}

.clear {
   clear: both;
}


/* ----------- My Form ----------- */
.myform{
	width:650px;
	padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 2px #7ebe56;
	background:#f6fcf2;
}
#stylized h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #7ebe56;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:210px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:210px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #7ebe56;
	width:380px;
	margin:2px 0 20px 10px;
}
#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:380px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #7ebe56;
	width:380px;
	height:50px;
	margin:2px 0 20px 10px;
}
#stylized input.checkbox{
width:auto;
}
#stylized label.checkbox{
width:380px;
text-align:left;
display:inline;
padding-left:6px;
}
#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
}
#stylized button.orderItemBtn, 
#stylized button.submitBtn {
	float:right;
	margin-right: 45px;
}

#stylized button.submitBtn {
	margin-top: 20px;
	margin-right: 0;
}

#orderitems {
	width: 100%;
}
#orderitems tr.header {
	border-bottom: 1px solid black;
}
#orderitems th {
	font-weight: bold;
	padding: 2px;
}
#orderitems td {
	padding: 2px;
}
#amountCalculator {
	margin-top: 10px;
	padding-top: 0px;
	border-top: 1px solid black;
}
#amountCalculator div {
	padding: 5px;
	text-align: right;
}
#amountCalculator label {
	display: inline;
	float: none;
	width: auto;
}
#amountCalculator span {
	display: inline;
}
#amountCalculator .total {
	font-size: 1.5em;
	margin-top: 0.5em;
	border-top-style: double;
}
#amountCalculator #amountBox,
#amountCalculator #vskBox,
#amountCalculator #deliveryCostBox {
	padding-left: 15px;
}

#stylized input.error,
#stylized textarea.error {
	border: 1px solid red;
}
#stylized label.error {
	display: block;
	color: red;
	width: 555px;
	text-align: right;
	clear: both;
	margin-top: -15px;
	margin-bottom: 10px;
}
div.error,
div.orderItemError {
	clear: both;
	margin-top: 15px;
	text-align: right;
	color: red;
	font-weight: bold;
}
div.orderItemError {
	margin-bottom: 20px;
	width: 555px;
}
.spacer{clear:both; height:1px;}