﻿
/* Micro Clearfix - nicolasgallagher.com/micro-clearfix-hack */

/* For modern browsers */
.cf:before, .cf:after
{
    content: "";
    display: table;
}

.cf:after
{
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf
{
    zoom: 1;
}


#content
{
    margin: 20px 0 100px;
    border-top: 0;
    border-left: 1px solid #d6e7f3;
    border-right: 1px solid #d6e7f3;
    border-bottom: 1px solid #d6e7f3;
    background-color: #fcfeff;
}

#content-inner
{
    position: relative;
    z-index: 100;
    margin: -1px;
    padding: 30px;
    background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* IE10+ */
    background: linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


#content-area
{
    float: left; /* Remove this if page has no graphic */
    width: 50%; /* Remove this if page has no graphic */
}


#graphic
{
    text-align: right;
    overflow: hidden;
    padding-top: 30px;
    float: left; /* Remove this if page has no graphic */
    width: 50%; /* Remove this if page has no graphic */

}

#graphic img
{
    width: 340px !important; /* Graphics here can be any height, but should be at least 340px wide */
    height: auto !important;
    border: 1px solid #c8dbec;
}

#content-area > *:first-child, div.module > *:first-child
{
    margin-top: 0;
    padding-top: 0;
    line-height: 1em;
}

div.module
{
    margin: 30px;
    padding: 25px 25px 20px;
    background: rgb(206,224,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(206,224,238,1) 0%, rgba(219,233,245,1) 50%, rgba(206,224,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,224,238,1)), color-stop(50%,rgba(219,233,245,1)), color-stop(100%,rgba(206,224,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(206,224,238,1) 0%,rgba(219,233,245,1) 50%,rgba(206,224,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ee', endColorstr='#cee0ee',GradientType=0 ); /* IE6-9 */
}

input.button
{
    display: block;
    margin: 15px 0 0;
    float: right;
}
