/*

Designed and Coded By: Sigrún Þöll Þorsteinsdóttir
Date: 11/3/2008


PRIMARY COLORS:

orange: #e15c00;
beige: #f1ecd9;
black: #000000;
links: #8A2608
BlockQuote: #521804;

*/


html
{
height: 100%;
}

body
{
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
line-height: 1.5em;
text-align: center;
color: #000000;     
height: 100%; 
background-color: #e15c00; 	
background: url('/images2/bg01.jpg') repeat;
}

p
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;

}


ul, li, img, body, html
{
margin: 0;
padding: 0;

}


a
{
text-decoration: underline;
color: #8A2608;
}

a:hover
{
text-decoration: underline;
}

a img
{
border: none;	
color: black;
}

hr 
{
background-color: #ffffff;
width: 50%;
text-align: center;	
}

b
{
 color: #8A2608;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
font-weight: normal;
}

#container
{
text-align: left;
margin: auto;
width: 1268px;
height: auto !important;
height: 100%;
}


#container ul, #container ul li a
{
list-style-type: none;
}

#header
{
width: 1268px;

}

/*HEADER*/

#header ul#pictures li
{
position:relative; 
float: left; 
height: 239px;
}

/*SIDEMENU*/


#sidebar
{
float:left;
width: 406px;    
background: url('/images2/bg02.jpg') repeat-y; 
height:100%;
z-index:-1;
}
#sidePicture
{	  

}

#sidebar #sideMenu
{  
background: url('/images2/bg02.jpg') repeat-y;	
}


#sidebar #sideMenu p
{   
font-size: 90%;
line-height: 1.0em;
}

#sidebar #sideMenu p small
{
display: block;
}

#sideMenuContent
{
margin-left: 62px; 
font-size: 11px;
width:320px;

}

#sideMenu #sideMenuContent p
{
font-size: 11px;
width: 270px;

}

/*#sideMenuContent h1, h2, h3, h4, h5, h6 {
margin: 3px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
font-weight: normal;
font-size: 90%;

}*/

h4 {

    font-size: 16px; 
    font-weight: bold;
    color: #521804;
   
    
}
h5 {

    font-size: 15px; 
    font-weight: bold;
    color: #C46F22;; 
}
h6 {

    font-size: 14px; 
    font-weight: bold;
    color: #000000; 
}


blockquote{
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #521804;
  padding: 8px;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89; 
  margin-left: 50px;
  margin-right: 50px;
  background-image: url(/images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote span {
    	display: block;
    	background-image: url(/images/closequote1.gif);
    	background-repeat: no-repeat;
    	background-position: bottom right;
  	}



#sideMenuContent   a
{
text-decoration: underline;
color: #8A2608;    
line-height: 1.5em;
font-size: 11px;
}

#sideMenuContent   a:hover
{
text-decoration: underline;

}

#sideMenuContent   a img
{
border: none;	 
}

/* MAIN CONTENT */

#mainContainer
{	

float:right;
background: url('/images2/mainContainerBG.jpg') repeat-y;
width: 862px;	
}

#mainContainer #mainBlogg
{
margin-right: 100px;
margin-top: 0px;
width: 700px;
float:right;
vertical-align:text-top;	
padding-bottom:10px;
}

#mainContainer p
{
font-size: 12px;
}

h1#header
{
font-size: 14px;
letter-spacing: 1px;
width: 700px;
}

h2#header
{
font-size: 12px;

}

h3#header
{
font-size: 10px;
letter-spacing: 1px;
width: 700px;
}

#footer
{ 
    float:left;
height: 79px;
background: url('/images2/bg09.jpg') no-repeat;
width:414px;

}
#mainfooter
{
    float:left;
    background: url('/images2/bg10.jpg') no-repeat;
    height:79px;
    width:854px;
}

#clear
{
  clear: both;
}

.spiderpic{
position: relative;
z-index: 0;
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
}

.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: white;*/
padding: 0px;
left: -1000px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100;
left: -200px; /*position where enlarged image should offset horizontally */

}

.text1 {
letter-spacing: -1px;
font-size: 20px;
color: #521804;
}

.text2 {

font-size: 12px;
color: #C46F22;
}

.img2 {
float: right;
margin: 3px 0px 0px 15px;
}    

.img1 {
float: left;
margin: 3px 15px 0px 0px;
}

.hidden
{
display: none;
}

.fr
{
clear: both;
float: right;	
border-style:solid;
border-width:thin;
display: inline;
margin-top: 20px;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 10px;
 

}

.fl
{
clear: both;
float: left;	
border-style:solid;
border-width:thin;
display: inline;
margin: 20px;
margin-top: 20px;
margin-left: 0px;
margin-right: 20px;
margin-bottom: 10px;
}

.fn
{
clear: both;
border-style:solid;
border-width:thin;
margin-bottom: 10px; 
display: inline;
margin-top: 20px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 10px;

}

.fc
{
clear: both;
border-style:solid;
border-width:thin;
display: inline;
margin-bottom: 10px; 
margin-top: 20px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 10px;
}

.languageImg
{
clear: both;
float: right;	
border-style:solid;
border-width:thin;
display: inline;
margin-top: 0px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 10px;
}

.italic{font-style:italic;}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#CC6633;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}




