/* Styles for www.uqqurmiut.com
   Markus Siivola 2009 */

body {
   background: #111111;
   font-family: Garamond, Arial, Helvetica;
   color: #ffffff;
   font-size: 12px;
 }

/*-------------------------------------------------------------------*/
/*                          Paragraphs and lists                     */
/*-------------------------------------------------------------------*/

ul.craftList {
   margin-left: 100px;
}
p.content {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
}
p.contact {
  margin-top: 40px;
}
.caption { 
  font-size: 14px;
}

/*-------------------------------------------------------------------*/
/*                          Images                                   */
/*-------------------------------------------------------------------*/

img.margin{
  margin-top: 10px;
  margin-bottom: 3px;
}

/*-------------------------------------------------------------------*/
/*                          Headers                                  */
/*-------------------------------------------------------------------*/
h1 {
font-size: 26px;
}
h1.special {
color: #ffffbb;
margin-top:30px;
margin-bottom:25px;
font-style:italic;
}
h1.extra-spaced {
margin-top:30px;
margin-bottom:30px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 14px;
margin: 20 0 0 0;
}
/************ Slideshow ***************/
#carousel-wrapper {
width:680px;
height:680px;
overflow:hidden;
margin-top:20px;
}
#slides {
width:13400px;
}
#slides .slide {
float: left;
width:680px;
height:680px;
}
#carousel-wrapper #slides img {
border:4px solid white;
margin-bottom:15px;
}
/*-------------------------------------------------------------------*/
/*                          Menu                                     */
/*-------------------------------------------------------------------*/
p.menuItem {
margin: 15 0 17 0;
font-family: Georgia, Arial, Verdana;
}
#menu {
padding: 20 30 20 30;
line-height: 18px;
font-size: 12px;
}
#content {
padding: 20px 100px 40px 100px;
}
/*-------------------------------------------------------------------*/
/*                          Other                                    */
/*-------------------------------------------------------------------*/
hr {
border:0;
height:1px;
background:#fff;
}
/*-------------------------------------------------------------------*/
/*                          Links                                    */
/*-------------------------------------------------------------------*/

a:hover, a:focus {
text-decoration: none;
}
a:link, a:active , a:visited {
color: #ffffff;
font-family: Georgia, Arial, Verdana;
font-size: 12px;
}
a.stand-out-link:link, a.stand-out-link:active, a.stand-out-link:visited {
color: #ffffaa;
font-size: 18px;
}
a.yellow:link, a.yellow:active, a.yellow:visited {
color: #ffffaa;
}