/*
	Document   : main
	Created on : Jul 9, 2013, 1:00:06 PM
	Author	 : Shane Cody
	Description:
	Main stylsheet for site.
*/
@font-face {
    font-family: 'berlinsmallcapsregular';
    src: url("../files/berlinsmallcaps-webfont.eot");
    src: url("../files/berlinsmallcaps-webfont.eot?#iefix") format("embedded-opentype"), url("../files/berlinsmallcaps-webfont.woff") format("woff"), url("../files/berlinsmallcaps-webfont.ttf") format("truetype"), url("../files/berlinsmallcaps-webfont.svg#berlinsmallcapsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.clearfloats {
    clear: both;
    width: 0;
    height: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

p {
    margin-top: 9px;
}

ul {
    list-style: none;
}

strong {
    color: #FF68AC;
}

.bold {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #FF68AC;
}

body {
    background-color: #28312d;
    color: #000000;
    font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#bg-wrap {
    border-top: 3px solid #FF68AC;
    background-image: url("../img/back-ground-roots.png");
    /* Old browsers */
    background-image: url("../img/back-ground-roots.png"), -moz-linear-gradient(top, #b2c0ba 0%, #28312d 100%);
    /* FF3.6+ */
    background-image: url("../img/back-ground-roots.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2c0ba), color-stop(100%, #28312d));
    /* Chrome,Safari4+ */
    background-image: url("../img/back-ground-roots.png"), -webkit-linear-gradient(top, #b2c0ba 0%, #28312d 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: url("../img/back-ground-roots.png"), -o-linear-gradient(top, #b2c0ba 0%, #28312d 100%);
    /* Opera 11.10+ */
    background-image: url("../img/back-ground-roots.png"), -ms-linear-gradient(top, #b2c0ba 0%, #28312d 100%);
    /* IE10+ */
    background-image: url("../img/back-ground-roots.png"), linear-gradient(to bottom, #b2c0ba 0%, #28312d 100%);
    /* W3C */
    background-image: url("../img/back-ground-roots.png"), linear-gradient(to bottom, #b2c0ba 0%, #28312d 100%);
    /* W3C */
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#343f44', GradientType=0);
    /* IE6-9 */
}

a {
    color: #003d4c;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #367889;
    text-decoration: none;
}

.red {
    color: #FF68AC;
}

.green {
    color: green;
}

a img {
    border: none;
}

/* Page Container */
#container {
    width: 1050px;
    margin: 0 auto 0 auto;
    padding: 9px 0 0 0;
}

.wrapper {
    width: 1011px;
    margin: 0 auto;
}

/* Page Header Elements */
#header-wrap {
    background-color: #ffffff;
    background-image: url("../img/back-ground-tree.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
}

#header {
    height: 152px;
    font-family: berlinsmallcapsregular;
    letter-spacing: .2em;
    font-size: 120%;
    width: 1050px;
    margin: 0 auto 0 auto;
    font-weight: normal;
}

#header-logo {
    margin: 20px 0 0 20px;
    float: left;
    width: 309px;
    height: 110px;
}

#header-nav {
    width: 560px;
    margin: 30px 0 20px 60px;
    overflow: hidden;
    float: left;
}

#header-nav li {
    line-height: 2em;
    float: left;
    display: inline;
}

#header-nav li a {
    text-decoration: none;
    font-weight: normal;
    color: #616161;
    font-weight: normal;
}

#header-nav li a:before {
    content: " ";
    line-height: 2em;
    font-size: 80%;
}

#header-nav li a:hover {
    color: #727272;
}

#header-nav li a:hover:after, #header-nav li a:hover:before {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    color: #FF68AC;
}

#header-nav li a:hover:before {
    margin-left: -.3em;
}

nav#main-nav {
    background-color: #343F3A;
    width: 100%;
    height: 28px;
    border-top: #FF68AC 3px solid;
    clear: both;
    z-index: 1000;
    position: relative;
}

nav#main-nav ul {
    position: relative;
    display: inline-table;
    margin: 0;
    padding: 0;
}

nav#main-nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav#main-nav ul li {
    float: left;
}

nav#main-nav ul li:hover {
    background: #2A3430;
}

nav#main-nav ul li:hover a {
    color: #ffffff;
}

nav#main-nav ul li:hover > ul, nav#main-nav ul li a {
    display: block;
}

nav#main-nav ul li a {
    padding: 6px 10px;
    color: #ffffff;
    text-decoration: none;
}

nav#main-nav ul ul {
    background: #2A3430;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    display: none;
}

nav#main-nav ul ul li {
    float: none;
    border-bottom: 2px solid #343F3A;
    position: relative;
}

nav#main-nav ul ul li a {
    padding: 6px 10px;
    color: #ffffff;
    width: 200px;
}

nav#main-nav ul ul li a:hover {
    background: #343F3A;
}

nav#main-nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#user {
    position: relative;
    color: #000000;
    font-size: 80%;
    right: 0;
    top: 2px;
    margin: -3px 0 0 0;
    width: 400px;
    padding: 0;
    text-transform: capitalize;
    float: right;
    font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
}

#user ul {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
    float: right;
}

#user ul:after {
    content: "";
    clear: both;
    display: block;
}

#user ul li {
    float: left;
    margin-right: 10px;
    font-size: 90%;
}

#user ul li:hover {
    background: #ffffff;
}

#user ul li:hover a {
    color: #FF68AC;
}

#user ul li:hover > ul {
    display: block;
}

#user ul li a {
    display: block;
    padding: 0;
    color: #FF68AC;
    text-decoration: none;
}

#user ul li.no-hover:hover {
    background: #ffffff;
}

#user ul ul {
    position: absolute;
    top: 100%;
    left: 190px;
    display: none;
    background-color: #b2c0ba;
}

#user ul ul li {
    float: none;
    border-top: 1px solid #343F3A;
    position: relative;
}

#user ul ul li a {
    padding: 6px 3px;
    color: #FF68AC;
    width: 180px;
}

#user ul ul li a:hover {
    background-color: #b2c0ba;
}

#user ul ul ul {
    position: absolute;
    left: -100%;
    top: 0;
}

#login {
    float: left;
    width: 49%;
    border-right: #000000 1px solid;
}

#register {
    float: left;
    width: 44.9%;
    padding-left: 5%;
}

/* Content Area Elements */
#content-area {
    color: #000000;
    background: rgba(120, 120, 120, 0.8);
    width: 100%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 0 #fff, 0 0 0 #666, inset -1px -2px 20px 10px rgba(94, 94, 94, 0.8), inset 1px 2px 20px 10px rgba(94, 94, 94, 0.8);
}

/* Page Content Elements */
#content {
    margin: 0 0 0 9px;
    width: 100%;
    float: left;
}

#normal-content {
    width: 1011px;
    float: left;
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff;
    margin: 9px 0 9px 0;
    min-height: 600px;
}

/* Page Footer Elements */
#footer {
    padding: 9px;
}

#footer-nav {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    float: left;
    border-top: 3px solid #343f3a;
    border-bottom: 3px solid #343f3a;
}

#footer-nav li {
    line-height: 2em;
    float: left;
    display: inline;
}

#footer-nav li a {
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}

#footer-nav li a:hover {
    color: #666666;
}

#footer-nav li a:hover:after, #footer-nav li a:hover:before {
    content: "-";
    line-height: 2em;
    font-size: 80%;
    color: #FF68AC;
}

#footer-nav li a:hover:before {
    margin-left: -.3em;
}

#footer-nav li a:before {
    content: " ";
    line-height: 2em;
    font-size: 80%;
}

#footer-info {
    font-size: 80%;
    width: 70%;
    margin: 10px 15% 0 15%;
    text-align: center;
    color: #cccccc;
    float: left;
    clear: both;
}

#page_title {
    color: #FF68AC;
    width: 100%;
    text-align: center;
    border-bottom: solid 2px #FF68AC;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

#page_title .smaller {
    font-size: 80%;
    color: #000000;
}

.center {
    width: 100%;
    text-align: center;
}

/** Notices and Errors **/
div.message, div.error-message {
    clear: both;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 0 -9px;
    background: #FF68AC;
    padding: 5px;
    width: 1040px;
}

p.error {
    background-color: #e32;
    color: #ffffff;
    font-family: Courier, monospace;
    font-size: 100%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000000;
    font-weight: normal;
    line-height: 100%;
}

.notice {
    background: #ffcc00;
    color: #000000;
    display: block;
    font-family: Courier, monospace;
    font-size: 100%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background: green;
    color: #ffffff;
}

/** Paging **/
.paging {
    background: #ffffff;
    color: #999;
    margin-top: 1em;
    clear: both;
    font-size: 80%;
}

.pagebar {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    width: 1011px;
    white-space: nowrap;
}

.pagebar > span {
    display: inline-block;
}

.pagebar > span:hover {
    background: #efefef;
}

.paging .current, .paging .disabled, .paging .next, .paging .prev, .paging a, .paging .numbers {
    display: inline-block;
}

.paging .current, .paging .disabled, .paging a {
    text-decoration: none;
    padding: .5ex .5em;
}

.paging .next, .paging .prev {
    width: 5%;
}

.paging .prev {
    padding: .5ex 0 .5ex .5em;
}

.paging .next {
    width: 5%;
    padding: .5ex .5em .5ex 0;
}

.paging .disabled {
    color: #ddd;
    font-weight: bold;
}

.paging .disabled:hover {
    background: transparent;
}

.paging .current {
    background: #efefef;
    color: #c73e14;
    font-weight: bold;
    padding: 1ex 1em;
}

.paging .numbers {
    text-align: center;
    width: 89%;
}

.pagenumber {
    width: 100%;
    text-align: center;
}

.pagenumber .first {
    margin: 0 40px 0 0;
}

.pagenumber .last {
    margin: 0 0 0 40px;
}

.double li {
    width: 50%;
    float: left;
}

/* 2 col */
.triple li {
    width: 33.333%;
    float: left;
}

/* 3 col */
.quad li {
    width: 25%;
    float: left;
}

/* 4 col */
.five li {
    width: 20%;
    float: left;
}

/* 5 col */
.six li {
    width: 16.666%;
    float: left;
}

/* 6 col */
/** Forms **/
form.login {
    clear: none;
    display: inline;
    margin: 0 50px 0 0;
    padding: 0;
    width: 200px;
}

form.login div {
    clear: none;
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: text-top;
    float: left;
}

form.login div .submit {
    border: 0;
    clear: none;
    margin-top: 0;
    display: inline;
}

form.login .input {
    color: #444;
}

form.login .required {
    font-weight: bold;
}

form.login .required label:after {
    color: #FF68AC;
    content: '';
    display: inline;
}

form.login label {
    display: inline;
    font-size: 90%;
    margin: 0;
    font-weight: normal;
    float: left;
    padding: .25ex 0 0 0;
}

form.login input[type=text], form.login input[type=password], form.login input[type=email] {
    clear: none;
    font-size: 90%;
    border: none;
    font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
    padding: .25ex .1em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100px;
    background: rgba(200, 200, 200, 0.8);
    margin: 0;
    float: left;
}

form.login input[type=checkbox] + label {
    display: inline-block;
    padding-left: 0;
    float: left;
    margin: 0;
}

form.login option {
    font-size: 90%;
}

form.login input[type=checkbox] {
    clear: left;
    float: left;
    margin: 3px 6px 7px 2px;
    width: auto;
}

form.login input[type=submit] {
    display: inline;
    font-size: 90%;
    width: auto;
    font-weight: normal;
    letter-spacing: .2em;
    border: none;
    border-color: #cedce7;
    color: #FF68AC;
    text-shadow: #8cee7c 0 0 0;
    padding: .2ex .1em;
    margin: 0 0 0 3px;
    background: #ffffff;
    /* FF3.6+ */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    cursor: pointer;
}

form.login input[type=submit]:hover {
    background: #343F3A;
    color: #ffffff;
}

#user {
    float: right;
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0 0;
    width: 60%;
}

dl dl:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10px;
}

dd {
    margin-left: 10px;
    margin-top: -2em;
    vertical-align: top;
}

/*# sourceMappingURL=main.css.map */
