/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
* 
{
    margin:0;
    padding:0;
}
h1, h2
{
    font-family:"Georgia","Times New Roman";
    font-size:32pt;
    font-weight:normal;
    color:#2E2486;
    margin-top:20px;
    margin-bottom:10px;
}
h2
{
    font-size:24pt;
    color:#cccccc;
    margin-top:0;
}
html
{
    overflow-y:scroll;
}
body  
{
    background: url(/images/background-site.jpg) center top repeat-x;
}
div#content-container, div#logo-container, div#footer-container, div#updates-container, div#site-footer,
div#splitter
{
    width:778px;
    margin:auto;
    margin-bottom:0;
}

div#updates-container
{
    margin-top:0px;
    padding-top:10px;
    background:url(/images/background-news-top.png) top center no-repeat;
}
div#updates-closure
{
    clear:both;
    background:url(/images/background-news-bottom.png) top center no-repeat white;
    height:20px;
}
div#logo-container
{
    height:90px;
    margin-top:79px;
}
div#content-container 
{
    background: url(/images/background-content.png) top left no-repeat; 
    margin-top:12px;
}
div#footer-container 
{
    background: url(/images/background-footer.png) top left no-repeat; 
    height:85px;
}
div#content, div#footer, div#updates, div#site-footer
{
    padding:20px;
    padding-bottom:0;
    font-family:"trebuchet ms", "calibri", "verdana", "tahoma";
}
div#site-footer, div#splitter
{
     background:url(/images/background-site-footer.png) top center no-repeat;
     color:#666666;
     font-size:8pt;
     text-align:right;
     padding-right:40px;
}
div#splitter
{
    height:30px;
}
div#site-footer
{
    padding-top:40px;
    padding-bottom:40px;
}
div#site-footer img
{
    vertical-align:middle;
}
div#content
{
    overflow: auto;
	width: 738px;
}
div#updates
{
    color:#666666;
    background:url(/images/background-news.png) top center repeat-y;
	padding-top:0px;
}
div#blog
{
    float:left;
    width:48%;
}
div#tweets
{
    float:right;
    width:48%;
}
div.tweet-date
{
    clear:right;
    color:#cccccc;
    text-align:right;
}
img 
{
    border:0px;
}
textarea
{
    width:80%;
    height:200px;
    font-family:"trebuchet ms", "calibri", "verdana", "tahoma";
    font-size:10pt;
    padding:3px;
}
.editor-field input
{
    width:50%;
    font-family:"trebuchet ms", "calibri", "verdana", "tahoma";
    font-size:10pt;
    padding:3px;
}
div#content ul {
    list-style-position: outside;
    padding: 0;
    margin: 15px;
}
img.icon
{
    
}
p
{
    padding-bottom:10px;
}
a, a:visited, a:active
{
    color:#759EE3;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

/* LISTS */

ul {
    list-style-position: outside;
    padding: 0;
    margin: 15px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"trebuchet ms", "calibri", "verdana", "tahoma";
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
div#updates span.buttons
{
    float:right;
    margin-top:-6px;
    margin-right:0;
}
div#updates span.buttons a
{
    margin-right:0;
}