/* Reset stylesheet by Eric Meyer (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 1px solid #B0DAE7;
}

section, article, aside, header, footer, nav { display: block; }

/* LEF CSS Rules for the layout */
body {
    line-height: 1;
    font-family: Times New Roman;
    font-size: 15px;
    background: url(images/background-tile.jpg) repeat top left;
    
}    

html, body, #background-gradient { min-height: 100%; }
    
#background-gradient {
    background-image: url(images/background-gradient-tile.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    margin: auto;
    position: absolute;
}

#container {
    width: 1100px;
    margin: auto;
    padding: 0px;
}


header {
    background: url(images/header.jpg) no-repeat top left;
    width: 784px;
    height: 262px;
    margin-left: 12px;
}
h2.center {
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}
nav ul { height: 34px; position: absolute; margin: 269px 0 0 190px;}
nav li { display: inline; }
nav li a {
    display: inline-block;
    float: left;
    background-image: url(images/navigation.jpg); 
    text-indent: -3000px; 
    height: 34px; 
}
nav li a:focus {
    outline: none!important;
}
nav #nav-news a   { background-position: 0px   0; width: 74px;  margin-right: 79px; }
nav #nav-video a  { background-position: 238px 0; width: 74px;  margin-right: 79px; }
nav #nav-info a   { background-position: 164px 0; width: 65px;  margin-right: 79px; }
nav #nav-contact a{ background-position: 101px 0; width: 101px; }

h1 { display: none; }

aside {  
    width: 291px;
    margin-left: 809px;
}
aside #twitter {
    background: url(images/menu_background.jpg) repeat-y top left;
    padding-bottom: 20px;
}
aside #twitter img {
    float: none;
    margin-left: 4px;
    margin-top: 4px;
}
aside #twitter p {
    width: 271px;
    color: #6d91a5;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 3px;
    font-size: 14px;
    font-family: "Times new Roman", "Times", sans-serif, serif;
}
aside #twitter p span {
    font-size: 11px;
}
aside #twitter a {
    color: #8DB1C5;
}
aside #searchform {
    margin-top: 25px;
}
aside #searchform div {
    height: 32px;
    width: 291px;
    background: url(images/menu_background.jpg) repeat-y top left;  
}

aside img {
    float: left;
}
aside #search_input {
    background: url(images/search_input_background.jpg) no-repeat top left;
    width: 237px;
    height: 20px;
    border: none;
    margin-left: 5px;
    margin-top: 6px;
    color: white;
    float: left;
} 
aside #searchsubmit {
    background: url(images/search_image.jpg) no-repeat top left;
    width: 23px;
    height: 23px;
    border: none;
    margin-top: 5px;
    margin-left: 6px;
    float: left;
}
aside ul {
    margin-top: 30px; 
}
aside ul li {
    margin-left: 10px;
    float: left;
}
aside ul #first {
    margin-left: 0px!important;
}

#content {
    background-image: url(images/content-gradient.jpg);
    background-repeat: no-repeat;
    min-height: 762px;
    width: 633px;
    margin-left: 162px;
    padding-top: 40px;
    float: left;
}

.nocomments {
    color: #99CCCC;
    padding-left: 40px;
    padding-right: 40px;
}

.pagetitle {
    color: #edf1f2; 
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #8EBECB;
}    

article {
    padding-left: 40px;
    padding-right: 40px;
    color: #99cccc;
    line-height: 20px;
    margin-top: 30px;
    float: left;
    width: 553px;
}
article small{
    color: #3a8b98;
    font-size: 15px;
    font-family: Times New Roman;
}
article .entry {
    margin-top: 3px;          
}


.postmetadata a {
    color:#8EBECB;
    font-family:Times New Roman;
    font-size:15px;
}
.alignright {
    float: right;
    margin-left: 10px;
    
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p img {
    padding: 0;
    max-width: 100%;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
br.clear {
    clear: both;
}

.post {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.post h2 {
    color: #74a9ad; 
}


.post .entry {
    margin-top: 10px;
} 
.post .entry p {
    color: #fffdff;   
    line-height: 20px;
}

.singlepost {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
}
.singlepost h2 {
    color: #edf1f2;
}
.singlepost .entry {
    color: #99cccc;
    line-height: 20px;
    margin-top: 10px;
    
}
#comments {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    margin-top: 30px;
    color: #edf1f2;  
}
.commentlist {
    padding-left: 40px;
    padding-right: 40px;
}
.commentlist cite {
    color: #edf1f2;
}
.commentlist .says {
    color: #99cccc;  
}
.comment p {
    line-height: 20px;
    color: #99cccc; 
    margin-top: 10px;
}

.comment {
    margin-top: 20px;
}

.comment em {
    color: #d0c5c9;
}
.comment_data {
    margin-top: 8px;
}
.comment_data a{
    
    color: #edf1f2;  
}
#respond {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
#respond h3 {
    color: #edf1f2; 
}
.cancel-comment-reply {
    margin-top: 10px;
}
#commentform {
    line-height: 24px;
    font-size: 11px;
}
#commentform input {
    
}
#commentform p {
    color: #99CCCC;
}
#commentform p a {
    color: #EDF1F2;
}
#commentform p small {
    color: #edf1f2;   
}
.input {
    padding: 1px 1px 1px 1px;
    border: none;
    font-size: 11px;
    background-color: #3e8090;
    color:white;
}
#comment {
    border: none;
    font-size: 11px;
    background-color: #3e8090;
    color: white;
}
#submit {
    font-size: 11px;
}
.search_entry {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}
.search_entry small {
    color:#3A8B98;
    font-family:Times New Roman;
    font-size:15px;
}
.search_entry h3 a {
    color: #EDF1F2;  
    line-height: 20px; 
}
.search_entry h3 {
    
}
.search_entry small {
    margin-top: 5px;
}
.search_entry a.date{
    text-decoration: none;
}
.search_entry .entry {
    color:#99CCCC;
    line-height: 20px;
    margin-top: 3px;
}
.navigation {
    margin-top: 60px;
    width: 633px;
    float: left;
}
.navigation .alignleft {
    float: left;
    width: 180px;
}
.navigation .alignright {
    float: right;
    width: 180px;
}
.navigation .alignleft a {
    text-decoration: none;
    color: #8ebecb;
    font-size: 15px;
    font-family: Times New Roman;
    margin-left: 40px;
    float: left;
}
.navigation .alignleft img {
    float: left;
}
.navigation .alignright a {
    text-decoration: none;
    color: #8ebecb;
    font-size: 15px;
    font-family: Times New Roman;
    margin-right: 40px;
    float: right;
}
.navigation .alignright img {
    float: right;
}
article .entry p {
    font-family: Times New Roman;
    font-size: 15px;
}


footer {
    width: 633px;
    clear: both;
    margin-left: 162px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    float: left;
    padding-bottom: 20px;
}
footer a {
    color: #3a8b98; 
}
footer ol li { 
    display: inline; 
    color: #3a8b98;
    font-size: 11px;
}

