/*
Theme Name: Krisola 
Theme URI: http://kristaldale.com
Description: The totally nude Wordpress theme. Phwoar! (Based on <a href="http://elliotjaystocks.com">Starkers</a> by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>)
Version: 1
Author: Kris Dale
Author URI: http://kristaldale.com
Tags: bright, clean, basic
*/

/*
Contents:
1. Colors
2. Reset
3. Typography
4. Links
5. Page Layout
6. Skin 
*/

/*CSS org credit to Carsonified (carsonified.com)*/
/*********** 1. Colors *************/
/*
- Gray #bec5b5 (content area, nav text)
- Orange #b64f26 (masthead)
- Dark Orange #8e2e08 (links)
- Light Green #2f3d24 (nav)
- Med Green #27341d (nav border)
- Dark Green #141d0c (borders)
- Light Gray #373334 (border on dark)
- Dark Gray #0f0b0c (body text, top info bar)
- Dark Blue #3b5054 (content area border)
- Blue #455d62 (page bg)
- Cream #f5eede (text on dark)
- Blue #24373d (side col rules, header)
*/
/* End Colors */ 

/*********** 2. Reset **************/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* End Reset */ 

/* Flickr-gallery widget stuff  */

div.flickr-gallery.image
{
border: solid #141D0C;
padding: 0px;
margin: 20px;
}

div.flickr-gallery.image.none
{
border: solid #141D0C;
padding: 0px;
margin: 20px;
}



/*********** 3. Typography *********/
/* Thanks to http://www.alistapart.com/articles/howtosizetextincss/ */

/* Make sure IE starts from the same base font and treats like mozilla or chrome */
html>body { 
	font-size: 14px; 
}

body {
	font-family: helvetica, "Helvetica Neue", arial, sans-serif;
	line-height: 1.5em;
	color: #0f0b0c;
}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.4em;
}

h1 {
	font-size: 1.75em;
}

h2, h3 {
	font-size: 1.375em;
}

.details {
	font-size: 1.7em;
	color: #f5eede;
	line-height: 2.2em;
	font-weight: bold;
}

.action {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.6em;
}

.nav {
	font-size: 1.5em;
}
/* End Typography */ 

/*********** 4. Links **************/
a, a:link, a:visited, a:hover {
	color: #8e2e08;
	text-decoration: none;
}

a:hover {
 text-decoration: underline;
} 

.siteheader .nav li a, .action a, .footer a {
	color: #bec5b5;
}

a.more {
font-weight: bold;
font-size: larger;
}

/* End Links */ 

/*********** 5. Page Layout ********/
body {
	text-align: center;	
	background-color: #455d62;
}

.container {
	margin: 40px auto 10px auto;
	text-align: left;
	width: 940px;
	background-color: #bec5b5;
	border-right: 3px solid #3b5054;
	border-left: 3px solid #3b5054;
	border-bottom: 3px solid #3b5054;
	position: relative;
}

.section {
	clear: both;
	overflow: hidden;
	margin-bottom: 3em;
}

.content {
	padding: 45px 20px;
	overflow: hidden;
}

.content-2col {
	overflow: hidden;
}

.content-main {
	width: 60%;
	float: left;
	margin: 45px 10px 45px 20px;
}

.content-sub {
	width: 31%;
	background-color: #f5eede;
	float: right;
	padding: 45px 20px;
}

.content-sub ul {
	list-style: disc inside none;
}

ul.bulleted {
   list-style: disc outside none;
    margin-left: 30px;
}

p {
	margin: 1em 0 1.5em 0;
}

ul {
    margin-bottom: 1.5em;
}

.block {
        clear: both;
}

strong {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bkgimg {
	display: block;
	overflow: hidden;
	text-indent: -1000em;
}
/* End Page Layout */ 

/*********** 6. Skin ***************/
.siteheader {
	background: url('/images/unimog.png') no-repeat bottom right #b64f26;
	height: 356px;
}

.siteheader h1 {
	background: url('/images/nwmf.png') no-repeat;
	width: 516px; 
	height: 159px;
	position: absolute; 
	top: 91px;
	left: 29px;
}

.siteheader .section {
	background-color: #0f0b0c;
	height: 52px;
}

.siteheader .details {
	text-align: right; 
	margin-right: 45px;
}

.siteheader .action {
	padding-top: 11px;
}

.siteheader p {
	margin: 0;
}

.siteheader .action {
	background: url('/images/arrow.png') 0 28px no-repeat;
	padding-left: 85px;
	right: 113px;
	top: 281px;
	position: absolute;
}

.siteheader .areyougoing {
	background: url('/images/areyougoing.png') no-repeat;
	width: 196px; 
	height: 77px;
	position: absolute; 
	top: 5px;
	left: -7px;
}

.siteheader .details .date {
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 0 21px;
	margin: 0 13px;
}

.siteheader .details .date {
	border-color: #373334;
}

.siteheader .nav {
	height: 37px;
	width: 602px;
	margin-top: 245px;
	margin-left: -6px;
	background: url('/images/nav_bg.png') no-repeat 0 0;
	padding: 22px 0 0 35px;
}

.siteheader .nav li {
	float: left;
	margin-right: 25px;
}

h2.inline h3.inline {
	display: inline;
}

img.fl {
	margin: 0 20px 20px 0;
}

img.fr {
	margin: 0 0 20px 20px;
}

.photo, .image-row img, .gallery li img {
	border: 5px solid #141d0c;
}

.image-row img {
	float: left;
	margin: 0 25px; 
}

.gallery li {
	float: left;
	margin: 25px
}

.gallery li img {
	display: block;
	margin-bottom: .3em;
}

.content-sub h1, .content-sub h2, .content-sub h3, .content-sub h4 {
	color: #24373d;
}

.box {
	border-top: 3px solid #24373d;
	padding-top: 10px;
}

#submit {
    display: block;
    margin: 5px 0 20px 0;
}

.contactform {
    margin: 0 30px;
}

.footer {
    margin-bottom: 20px;
}

.footer p {
    display: inline;
}

div.fineprint_text_box {
border: solid black 1px;
margin: 20px;
padding: 20px;
}


div.fineprint_button_box {
text-align: center;
}

div.fineprint_button {
float: left;
background-color: RGB(180, 180, 180);
border: solid black 2px;
padding: 10px;
margin: 20px;
width: 200px;
font-size: larger;
font-weight: bold;
}

div.fineprint_text_box ul li {
padding: 10px;
}

#si_contact_form2 {
    margin-left: 45px;
}

label {
    font-weight: bold;
}

input, textarea {
    border: 1px solid #2f3d24;
    padding: 5px;
}

.required {
    color: #8e2e08;
}


