/*************
 *
 * Sala.CA Main Styles
 *  
 * Colors
 *
 * Purple: #6633ff 
 *
 *************/     
body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
}

/** Layout **/

#layout_container {
    width: 740px;
    margin: 20px auto;
    text-align: left;
}

#layout_header {
}

#layout_main {
}

#layout_main #layout_cols {
    width: 100%;
}

.layout_sidebar {
    width: 180px;
}

.layout_sidebar.bottom {
    vertical-align: bottom;
    text-align: center;
}

.layout_content {
    width: 560px;
}

#layout_footer {
    width: 740px;
    margin: 0px auto;
}

/** Styles **/

/* Header */

#header h1 {
    font-size: 40px;
    font-weight: bold;
    color: #6633ff;
}

#header a {
    color: #6633ff;
}

#header a:hover {
    text-decoration: none;
}

/* Sidebar */

.sidebar {
    padding-right: 10px;
}

.sidebar a {
    color: #6633ff;
}

.sidebar h2 {
    font-size: 14px;
    font-weight: bold;
    color: #6633ff;
}

.sidebar .border_box {
    border: 1px solid #aaa;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #eee;
}

.sidebar .login {
    margin-bottom: 10px;
}

.sidebar .login td {
    vertical-align: middle;
}

.sidebar .login h3 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    display: inline;
}

/* Content */

#content {
    text-align: left;
}

#content p {
}

#content h2 {
    font-size: 18px;
    font-weight: bold;
}

#content h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px;
}

#content .link_listings {
    width: 100%;
}

#content .link_listings td {
    vertical-align: middle;
}

#content .link_listings .link_logo {
    text-align: center;
}

#content .link_listings .link_copy h2 {
    font-size: 14px;
    font-weight: bold;
}

/* Footer */

#footer {
    color: #aaa;
}

#footer a {
    color: #aaa;
    margin: 0px 5px;
}
