/*
Theme Name: Fluid Karma.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Chris Nelson
Author URI: Your website address.
*/


/* ===== global styles ===== */

body {
    font-family: Georgia, serif;
    background: #ccc url(background.jpg) no-repeat;
background-attachment:fixed;
background-position:center; 
    margin: 0;
    padding: 10px 0 10px 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

#outerDiv {
    width: 770px;
    margin:auto;
    background: #fff url(banner.jpg) no-repeat;
    border:2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius 10px;
}

/* ===== header ===== */

#header {
    height: 200px;
    position: relative;
}

/* ====== main menu ==== */

#mainMenu {
	position: absolute;
	left: 230px;
	bottom:0;
}

#mainMenu li {
    float:left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu a {
    display: block;
    width: 100px;
    height: 25px;
    background: url(nav_rollover.jpg) no-repeat left bottom;
    color: white;
    font-weight: bold;
    padding-left: 25px; 
    text-decoration: none;
}

#mainMenu a:hover {
    background-position: left top;
    color: #0099ff;
}

p.clear {
    clear: both;
    height: 0;  /* only necessary for IE */
    margin: 0;
    padding: 0;
}
/* ===== main content ===== */

#mainContent {
    float: left;
    width: 430px;
    margin: 0 0;
    padding: 0 15px;
}

#mainContent p {
    font-size: 0.9em;
    line-height: 1.4em;
    color: black;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #0099ff;
    margin: 0 0 .4ex 0;
}
#mainContent h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #0099ff;
    margin: 0 0 .4ex 0;
}

/* ===== sideBar ===== */

#sideBar {
    float: right;
    width: 265px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: black;
    margin: 0 0 3ex 0;
}

#sideBar h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #0099ff;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}


#sideBar h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0099ff;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}


#sideBar h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0099ff;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

/* ===== miscellaneous styles ===== */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}
.blue {
	color:#0099ff;
	font-size:0.7em;
}
