@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");

html {
    font-size: 62.5%;

}

p {

    margin-bottom: 10px;

}

a {

    color: #358F4A;
    text-decoration:none;
}

a:hover {

    text-decoration:underline;
}

* { padding: 0; margin: 0; }

body {
    font-family: georgia,times, "times new roman",serif;

}

#wrapper {

    border: 1px solid #ccc;

    width: 974px;

    background: #F2F2E6;

    margin:10px auto;


    
}
#header {
    color: #333333;
    width: 953px;
    float: left;
    padding: 10px;
    background: #F2F2E6;

}

#leftcolumn {

    text-align: left;
    padding-left: 25px;
    color: #333;
    width: 601px;

    float: left;
    background: #F2F2E6;


}

#rightcolumn {
    float: right;
    color: #333;
    padding-right:4px;
    width: 323px;
    display: inline;
    background: #F2F2E6;


}

#blog_rightcolumn {
    float: right;
    color: #333;
    width: 300px;
    display: inline;
    background: #F2F2E6;
    text-align: left;

}

.nav {
    margin-left: 20px;
margin-right: 222px;
    display: inline;
    font-size: 35%;
}

.login {
    padding-left: 25px;
    width: 601px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: left;

    color: #333;


    float: left;
    background: #F2F2E6;

}

.message{
    padding-left: 25px;
    text-align: left;
    color: red;
}

.sidebar_section{

    padding-bottom: 5px;
    margin-top: 5px;
}

.post {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.post_title {
    margin: 5px;
    font-size: 200%;

}

.form_title {

    font-size: 100%;
    margin-bottom: 5px;

}

.post_image {

    margin: 10px;

}

.post_body {

    margin: 10px;

}

.homepage_message {
    float:left;

    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;

    margin: 5px 0 10px 5px;
    width: 590px;

    display:inline;
}

.button_row {
    clear: both;

}

.button_head {
    margin: 5px 5px 5px 50px;
    clear: both;
    font-weight: bold;
}

.button_large {
    float:left;

    background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    width: 188px;

    display:inline;
    cursor: pointer;
}

.button_down_large {
    float:left;

    margin: 15px -5px 5px 15px;
    width: 188px;

    display:inline;
    cursor: pointer;
}

.button_small{
    float:left;

    background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
    margin: 10px 0 10px 10px !important;
    width: 89px;

    display:inline;
    cursor: pointer;
}

.button_down_small {
    float:left;
    margin: 15px -5px 5px 15px;
    width: 89px;
    display:inline;
    cursor: pointer;
}

.innerbox_button{
    background-color:white;
    position:relative;
    border: 1px solid #ccc;
    bottom:6px;
    right: 6px;
    padding-top:4px;

}

#footer {

    height:40px;
    width: 954px;
    clear: both;
    color: #333;
    background: #F2F2E6;
    padding: 10px;
}

#top_left {

    float:left;
    font-size: 300%;
}

#top_left_text{

    display: inline;
    margin: 0px 0px 0px -30px;
}

#top_right {

    float:right;

}

#bot_left {
    float:left;
}

#bot_left_text{
    vertical-align:top;
    display: inline;
    margin: 0px 0px 0px 64px;
}


#bot_right {
    float:right;


}

.dropshadow2{
    float:left;
    clear:left;
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    width: 315px;

}

.innerbox{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #ccc;
    padding:4px;
}

.black_overlay{
    position:relative;
    display: none;
    margin:10px auto;
    background-color: black;
    z-index:2;
    opacity: 0.56;
    top: -585px;

}
.white_content {
    display: none;
    position: relative;
    padding: 16px;
    top: -1125px;
    text-align: left;
    background-color: #d9d9bf;
    margin:0px auto;
    z-index: 1003;
    overflow: auto;


}

#page_holder{
    display: none;

}
.page {


}

.page_header{
    margin-top: 5px;

    font-size: 200%;
    font-weight: bold;

}

.page_section_head{

    margin-left: 50px;
    font-weight: bold;
    display: inline;


}

.page_title{
    font-weight: bold;
    display: inline;
    margin-right: 10px;
}

.page_body{
    margin-top: 5px;
    margin-bottom: 5px;


}
.page_divider{
    display:block;
    margin-top: 5px;
    margin-bottom: 5px;


}

