/* 
andreas03.css
Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org 

Modified for the RSSA Members Area by Evan Sanders, 2008
www.esandersdesign.com
*/

/* General Declarations ======================================================*/

body{
    width:100%;
    text-align: center;
    margin:0;
    font:76% tahoma,verdana,sans-serif;
    background:#ffffff;
    color:#222;
}

.right {
    text-align:right;
}

.screenexclude {
    display:none;
}

/* Layout Div Rules ==========================================================*/

#topmenu {
    margin:0;
    padding:10px;
    background:#047;
    text-align:center;
}

#container{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding:20px 20px 0 20px;
    background:#ffffff;
    color:#222;
    text-align:left;
}

#logo{
    float:left;
    width:240px;
    margin:0 20px 0 0;
    padding:0 0 25px 0;
    background:#eee;
    border:1px solid #ccc;
    text-align:center;
    color:#555;
    overflow:hidden;
}

#main{
    float:left;
    width:530px;
    margin-right:20px;
    padding:0;
    background-color: inherit;
}

#sidebar{
    width:200px;
    float:right;
    margin-top:20px;
    font-size:1em;
    line-height:1.3em;
}

#footer{
    margin:0 auto 20px auto;
    width:720px;
    background:#fff;
    padding:0 0 5px 0;
    font-size:0.9em;
    color:#888;
    text-align:center;
}

div.clear{
    clear:both;
    margin:0;
}

div.spacer {
    height:50px;
}

/* Message Boxes =============================================================*/

div.msgbox {
    margin:10px;
    padding:10px 10px 30px 50px;
}

div.msgbox h1 {
    font-size:large;
}

div.msgbox.error {
    background:#fbb url("../images/error.png") 10px 10px no-repeat;
}

div.msgbox.success {
    background:#bfb url("../images/success.png") 10px 10px no-repeat;
}

div.msgbox.info {
    background:#bbf url("../images/info.png") 10px 10px no-repeat;
}

div.msgbox.warning {
    background:#ffb url("../images/warning.png") 10px 10px no-repeat;
}

/* Text Rules ================================================================*/

a{
    text-decoration:none;
    background-color:inherit;
    color:#26c;
    cursor:pointer;
}

a:hover{
    text-decoration:underline;
}

a img{
    border:0;
}

#topmenu p,#topmenu a,#topmenu a:hover {
    color:#ffffff;
    font-size: medium;
}

p{
    margin:0 0 15px 0;
    line-height:1.5em;
}

#main p,#sidebar p{
    padding:0 0 0 10px;
}

#logo h1{
    margin:50px 5px 1px 5px;
    letter-spacing:-3px;
}

#logo a{
    background-color:inherit;
    color:#26a;
    text-decoration:none;
}

#logo a:hover{
    background-color:inherit;
    color:#69e;
}

#intro h1 {
    font-size:large;
}

#intro p{
    line-height:1.5em;
}

.tagline{
    text-align:center;
    font-size:1.2em;
}

.headerstyle{
    display:block;
    width:100%;
    margin:30px 0 10px 0;
    padding:5px 5px 5px 8px;
    border:1px solid #ccc;
    background:#eee url("../images/small_gradient.png") bottom left repeat-x;
    color:#222;
    text-decoration:none;
}

#sidebar p{
    font-size:0.9em;
}

.sidelink{
    display:block;
    width:195px;
    margin:3px 10px 2px 0;
    padding:5px 5px 5px 8px;
    font-size:1.1em;
    font-weight:bold;
    text-align:left;
    background:#eee url("../images/small_gradient.png") bottom left repeat-x;
    color:#26c;
    border:1px solid #ccc;
}

#main a.sidelink {
    margin-left:10px;
}

.sidelink:hover,.menuheader{
    background:#fff;
    color:#222;
    text-decoration:none;
}

h1,h2,h3,h4{
    margin:0 0 10px 0;
    font-weight:normal;
}

h1{
    font-size:2.8em;
}

h3{
    margin:20px 0 8px 0;
    font-size:1.4em;
}

li {
    margin-bottom:0.5em;
}


/* Form Rules ================================================================*/

fieldset {
    margin-bottom: 20px;
    background:#e7e7e7 url("../images/small_gradient.png") top repeat-x;
    border:1px solid #ccc;
}

legend {
    background:#fff;
    font-weight:600;
}

select {
    width:100%;
}

select.compact {
    width:auto;
}

/* Table Rules ===============================================================*/

table {
    width: 100%;
}

table.content {
    margin:20px 10px 20px 10px;
    padding:10px;
    border-collapse:collapse;
    border:1px solid #047;
}

table.content td, table.content th {
    background:#fff;
    padding:5px;
    border:1px solid #047;
}

table.content th {
    background:#eee;
}
