/*

CalebandLouEllen.com

COLORS:
  Outside Background: 3E6085
  Inside Background: E0DDC8
  Brown Text: 614F2D
  Light Green Text: D1FB91
    (on top of dark green background)
  Slightly darker light green: ABDC77

*/

/* OVERALL STUFF */

* {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333;
}

body {
    font-size:70%;
    text-align:center;
    background:#3E6085;
}

/* EVERYDAY THINGS */

h1, h2, h3, h4, h5, h6, h3 * {
    font-weight:normal;
    font-family: Arial, sans-serif;
    color:#333;
    background-color:transparent;
    margin-bottom:2px;
}

h1 {font-size:2.5em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.25em;}
h5, select, p, li {font-size:1.1em; line-height:1.5em}
p {margin-bottom:1.5em;}
input, textarea {font-size:1.0em}
li {list-style: none;}

a:link, a:visited {
    color:#333;
    text-decoration:underline;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

a:hover, a:active {
    text-decoration:none;
    color:#333;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

/* LAYOUT */

#wrapper {
    margin:25px auto 30px auto;
    width:918px;
    text-align:left;
    background:#E0DDC8 url(../images/bg_mid.jpg);
    
}

#headerwrapper {
    background:#E0DDC8 url(../images/bg_mid.jpg) top left no-repeat;
    width:918px;
    height:447px;
    display:block;
}

#header {
    background:#E0DDC8 url(../images/bg_top.jpg) top left no-repeat;
    width:918px;
    height:447px;
    display:block;
}

#footer {
    width:918px;
    height:100px;
    display:block;
    background:#E0DDC8 url(../images/bg_bottom.jpg) top left no-repeat;
    margin:30px 0 0 0;
}


#flashheader {
    position:relative;
    top:10px;
    left:11px;
    z-index:100;
}

#content {
    margin:0 300px 0 40px;
}

#content-inside {
    margin-left:5px;
}

/* TITLE IMAGES */

.title {
    display:block;
    width:248px;
    height:60px;
    margin-bottom:10px;
}

.title * {
    display:none;
}


/* MISC ITEMS */

.box-outer {
    margin:10px 0 20px 0;
    padding:10px;
    background-color:#E8E6D6;
}

.box-inner {
    padding:10px;
    background-color:#fff;
}

.box-inner p {
    font-size:1.2em;
    line-height:1.2em;
    margin:0 0 5px 0;
}


/* LITTLE THINGS */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.alt {
	display: none;
	height:1%;
}

