﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;       
}

.top
{
    width: 1000px;
    height: 150px;
    position:relative;
    background-color: #ffffff;
    width: 1000px;
    margin-left: auto;
    margin-right: auto; 
}

.pagewidth
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position:relative;    
}

#header
{
    width:100%;
    height:140px;
    top: 90px;
    margin-bottom: 0px;
    padding: 0;
    z-index:0;
    background-color: Transparent;
}

#login
{
    position:absolute;
    top:95px;  
    margin-left: 10px;
    background-color:#eeeeee;    
    padding-left:2px;
    color:#333333;
}

#main
{
    background-color: Transparent;
}

#footer
{
    text-align: center;
    width: 600px;
    margin: 0 auto 0 auto;
    padding: 5px 0 0 0;
}

#validationsummary
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 50%;
    background-color:#cccccc;
    color:#666666;      
    padding: 5px 10px 0 10px;
    z-index:0;
    border: solid 1px #333333;
}

div#title
{
   position: absolute;
   left:0px;
   top:10px;  
   width:200px;
   height:65px; 
   font-size:25px;
   color:#333333;
}

#subtitle
{    
    position: absolute;
    top: 210px;
    width:265px;
    margin-left: 10px;
    text-align: justify;
}

div#topimage
{
    width:702px;
    height:250px;
    z-index:2;
    background-color:Transparent;
    position:absolute;
    top:40px;
    right:2px;
    background-image: url(/Images/Layout/topimage_container.png);
    text-align:center;
}

div.thumbcontainer
{
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee; 
}

div.blogcomments
{
    
}

div.blogquote
{
    margin:0 10px 0 10px;
    padding: 5px 5px 5px 5px;
    margin: 0 0 5px 0;
    background-color:#efefef;
    color:#666666;
}

.lightbackground
{
    background-color:#eeeeee;    
    color:#333333;
}

/* TAB MENU   
----------------------------------------------------------*/



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    
}

#menucontainer
{
    margin-top:20px;
    float:right;
    width:690px;
}

.field-validation-error
{
    
}

.input-validation-error
{
    
}

.validation-summary-errors
{
    font-weight: bold;
    
}

.padding
{
    padding: 5px 5px 5px 5px;
}

.bottomborder
{
    border-bottom: dotted 1px #cccccc;
    font-size:1px;
    height:1px;
}
