@charset "utf-8";
/* CSS Document */
/* Author: Straydreamers.com */
/* Date: February 2010 */

@font-face {
	font-family: "Balthazar";
	src: url("/doodads/Balthazar.ttf");
    /* support the author, download the font at: http://www.abstractfonts.com/font/1850 */
}

html {
	background:url(/doodads/background.jpg) repeat 50% 0 #461e08;
	height:100%; /* wood background, everywhere */
}

body {
	background:url(/doodads/layer.jpg) no-repeat; /* all the other stuff */
	position:relative;
	color:#fff;
	height:700px;
	margin: 0px;
	padding: 0px;
	bottom:0px;
}

#container {
	width:100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0px 0px -100px 0px;
}



/* Text Postcard */
#content p {
	text-align:left;
	margin:0 auto;
	position:absolute;
	width:270px;
	left:65px;
	top:80px;
	color:#60331d;
	line-height:1.4em;
}


/* Postcard Column 2 - Contacts */
#card {
	margin:0 auto;
	position:absolute;
	left:350px;
	top:185px;
	width: 270px;
}

#card p {
	position:absolute;
	text-align:center;
	margin:0 auto;
	color:#60331d;
	line-height:2em;
	top: 0px;
}

#card p img {
	position:relative;
	bottom:150px;
	border:none;
}

/* Links Styling */
.imagedropshadow {
	border: solid 5px #EFEFEF;
}

a {
  text-decoration:none;
  color:#330000;
}

a:hover img.imagedropshadow {
	border: solid 5px #CCC;
	-moz-box-shadow: 1px 1px 10px #666;
	-webkit-box-shadow: 1px 1px 10px #666;
        box-shadow: 1px 1px 10px #666;
}


/*Cleaned up Headers*/
h1 {
	margin:10px 0px 10px 0px;
	font-family:'Balthazar','Helvetica', 'Arial', sans-serif;
	font-size:2.5em;
	color:#252525;
}

h1 a {
    text-decoration: none;
    position: absolute; /* Depending on your placement */
    width: 260px;
    height: 100px;
    bottom: 0px; /* Depending on your placement */
    background: url(images/logo.png) no-repeat left top;
    text-indent: -99999px;
}

p {
	margin:0px 0px 20px 0px;
	font-family:'Balthazar','Helvetica', 'Arial', sans-serif;
	font-size:1.1em;
	color:#4c4c4c;
	line-height:1.6em;
}


/* Footer */

#footer {
	position:absolute;
	left:140px;
	top:560px;
	height:100px;
	float:left;
}
#footer p img {
	position:relative;
	border:none;
	padding:0px;
	margin:0px;
}


