/*
Theme Name: Digital Keepsake Services Theme
Theme URI: http://www.digitalkeepsakeservices.com/
Description: This is a custom theme and style sheet
Version: Version number 1
Author: Stranger Studios
Author URI: http://www.strangerstudios.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	margin: 20px auto;
	padding: 0px;
	
	color: #333;
	background: #C7C2B7;
}

p {margin: 10px 0 10px 0; padding: 0; font-size: 1em; line-height: 1.2em;}

h1 {
	color: #CC0000;
	font-size: 1.4em;
	margin: 0; padding: 0;
}


#content {
	margin: 0 auto;
	width: 758px;
	
	border: 1px solid #000;
	background:url(images/bg_page.gif) top left repeat-y;
}

#header {
	height: 68px; min-height: 68px;
	background: url(images/bg_header.jpg) top left no-repeat;
}

#main {
	float: right;
	padding: 20px 28px 20px 0;
	width: 500px;
}

#footer {clear: both; margin: 3px auto; font-size: .8em; width: 760px; text-align:left; line-height: 1.6em;}
#footer a, .red {color: #CC0000; text-decoration: none; }


ul, ol {
	margin: 5px 0 0 25px; padding: 0px;
}

ol {margin-bottom: 15px; }

ol li {font-size: .9em;}

ol li a {color: #000099; border-bottom: 1px dotted #000099;}

li {
	color: #333; padding: 0 0 5px 0;
}

li a { color: #333; text-decoration: none; border-bottom: 1px dotted #FFF; }
li a:hover, .current_page_item a {color: #006699; border-bottom: 1px dotted #006699;}

ul.arrow {
	list-style: outside url(images/bullet_arrow.gif);
	font-size: 14px;
}

ul.arrow ul {
	list-style: outside url(images/bullet_cross.gif);
	font-size: 12px;
	margin-top: 5px;
}

#menu {
	float: left;
	width: 180px;
	padding: 5px;
	margin-top: 15px;
}

.greybox {
	background: #F3F3F3;
	border: 1px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	
	margin-bottom: 15px;
	padding: 10px;
}

.greybox p {
	font-size: .9em;
}

.banda {
	background: #FFF;
	border: 1px solid #DDD;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 0 10px 10px;
}

.faq_box {
	border-top: 1px dotted #999;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

.message {color: #009900; border: 1px solid #009900; font-weight: bold; font-size: 1em; padding: 8px; background-color: #EDFFED; margin-top: 10px;}

a.top {display: block; float: right; width: 80px; font-size: .8em; text-decoration: none;}

h2 {
	color: #000099;
	font-size: 1.2em;
	margin: 0; padding: 0 0 3px 0;
}

h3 {
	color: #000099;
	font-size: 1em;
	margin: 0; padding: 0 0 3px 0;
}

.float_right {float: right; }
.float_left {float: left; }
.clear {clear: both; }

.postpic {float: right; margin: 0 0 15px 15px; padding: 5px; border: 1px solid #DDD; }