/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #262F40;
}

a:hover {
	color: #ADAECB;
}

body {
	color: #333;
	font: normal 85% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
	background-color: #FFF7EA;
	background-attachment:fixed;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	border: 1px solid #CCCCCC;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {
	color: #000000;
}

/* misc */
.clearer {clear: both;}
.main_right .padded {
	padding: 12px 12px 12px 12px;
}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF7EA;
	background-repeat: no-repeat;
	border: 1px solid #808080;
}

/* header */
.header {
	float: left;
	position: relative;
	width: 1000px;	
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 600px;
}
.subnav {
	float: left;
	width: 199px;
}
.main {
	float: left;
	width: 600px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	min-height: 1700px;
}
.main_right {
	float: right;
	width: 199px;
	color: #999999;
}

/* sub-navigation */
.subnav h1 {
	color: #000000;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	background-color: #BCBAAE;
	border-bottom: 1px solid #808080;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	color: #000000;
	display: block;
	padding: 8px 0 8px 12px;
	width: 187px;
	text-decoration: none;
	background-color: #F1E8DF;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}

/* front page */
.appstorecoming{
	position: relative; 
	left: 36px;
	height: 93px;
	width: 597px;
	z-index: 2;
	background-image: url('img/appstorecoming.png');
}
.appstorecoming:hover{
	background-image: url('img/appstorecoming_hover.png');
}
.frontpage_buttonleft{
	width: 510px;
	height: 60px;
	z-index: 2;
	background-image: url('img/frontpage_button_buy.png');
}
.frontpage_buttonleft:hover{
	background-image: url('img/frontpage_button_buy_hover.png');
}
.frontpage_buttonright{
	width: 330px;
	height: 58px;
	z-index: 2;
	background-image: url('img/frontpage_button_enter.png');
}
.frontpage_buttonright:hover{
	background-image: url('img/frontpage_button_enter_hover.png');
}
.fptable tr td{
padding: 10px;
}
.fplogo{
	position: relative; 
	top: -40px;
}
.fpappbutton{
	position: relative; 
	top: -35px;
}
.fpquotes{
	position: relative; 
	top: -60px;
	width: 100%;
}
.fpquotes2{
	position: relative; 
	top: 10px;
	width: 100%;
}
.fpquotes3{
	position: relative; 
	top: -20px;
	width: 100%;
}
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #808080;
}
.footer .left,.footer .right {
	padding: 0 16px;
	color: #000000;
}
.footer a {
	color: #000000;
}
.footer a:hover {color: #FAFCB0;}

#picasaGallery {
   width: 550px;
}
.picasaGalleryItem {
   border: 1px solid silver;
   margin: 5px;
   padding: 2px;
   float: left;
}