/************************************************
 * RDMNetworks V2 CMS
 * Author: Ryan McGuire
************************************************/

/************************************************
 * Global Styles
************************************************/
BODY {
    margin: 0px;
    padding: 0px;
    background-color: #262626;
    font: 12px Arial, Sans-serif;
    color: #444444;
    line-height: 1.4em;
}
code {
    background-color: #F2F2F2;
    padding: 10px;
    border: 1px solid #cccccc;
    border-left: 4px solid #777777;
    display: block;
    margin: 0px 20px 5px 15px;
    color: #1A2D56;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}
code#error {
    background-color: #F2F2F2;
    color: #C10909;
    border-left: 4px solid #990000;
    font-weight: bold;
}
dt {
    font-weight: bold;
}
img {
    border: none;
    vertical-align: bottom;
}
img.caption {
    vertical-align: middle;
    margin: 5px 12px 5px 12px;
    padding: 0px 15px 0px 0px;
}
a {
    outline: none;
}
a.nolink {
    cursor: pointer;
    text-decoration: underline;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear-both,.clear-both-center {
    clear: both;
}
.clear-both-center {
    text-align: center;
}
.indent {
    border-left: 5px solid  #B55E10;
    margin: 5px 0px 5px 5px;
    padding: 0px 0px 0px 15px;
}
.indent dl {
    margin: 0 0 0 0;
}

/************************************************
 * Layout and Formatting
************************************************/
#page_wrapper {
    background-color: #444;
}
/* Center page content */
#header_content, #header_image, #content_wrapper, #footer_content {
    width: 765px;
    margin: 0px auto;
}

/* Header Formatting */
#header_wrapper {
    clear: both;
    padding: 5px 0px 5px 0px;
    background-color: #333;
    background-image: url('/images/stripe.jpg');
    background-repeat: repeat-x;
    background-position: 0px -30px;
}
#header_content {
    vertical-align: middle;
    color: white;
    padding-right: 5px;
    font-size: 10px;
}
#header_content img {
    vertical-align: middle;
}
#header_image {
    background-image: url('/images/header_image.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 215px;
}
.menu {
    cursor: pointer;
    margin: 0px 5px 0px 5px;
    height: 15px;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
}
.menu .menu-content {
    clear: both;
    height: 78px;
}
.menu .tartan {
    margin: 9px 0px 0px 0px;
    float: left;
}
.menu .menu-items {
    margin: 20px 5px 0px 0px;
    float: right;
}
.menu .item {
    clear: right;
    float: right;
    width: 590px;
    margin-bottom: 1px;
}
.menu .name {
    float: left;
    font-weight: bold;
    text-align: right;
    border-right: 3px solid #666;
    padding: 0px 15px 0px 0px;
    width: 150px;
    margin-bottom: 1px;
}
.menu .links {
    float: right;
    padding: 0px 5px 0px 0px;
}
.menu .links a {
    text-decoration: none;
    color: white;
}
.menu .links a:hover {
    text-decoration: underline;
}

/* All Content */
#content_wrapper {
    clear: both;
}

/* Sidebar Formatting */
#sidebar_wrapper {
    clear: left;
    float: left;
    width: 25%;
    margin: 0px 0px 10px 0px;
    font: 12px Arial, Sans-serif;
}
#sidebar {
    background-color: #F2F2F2;
    border: 1px solid #EFEDED;
    margin: 0px 5px 5px 0px;
    background-repeat: repeat-x;
}
#sidebar h1 {
    padding: 3px 0px 3px 10px;
    border: 1px solid #EFEDED;
    border-left: 5px solid  #999999;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    margin: 0px 0px 0px 0px;;
    color: #333;
}
#sidebar ul.sidemenu {
    list-style:none;
    margin: 0px 0 0px 0;
    padding: 0;
    background: #F2F2F2;
    border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu li {
    padding: 0px 0px 0px 0px;
}
#sidebar ul.sidemenu a {
    display:block;
    font-weight:bold;
    color: #333;
    height: 1.5em;	
    padding:.3em 0 .3em 15px;
    line-height: 1.5em;
    border-bottom: 1px dashed #D4D4D4;
    border-left: 5px solid  #333;
    text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
    border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
    padding: .3em 0 .3em 15px;
    border-left: 5px solid  #B55E10;
    color: #B55E10;		
}

/* Post Formatting  */
#main {
    clear: right;
    margin: 0px 0px 10px 0px;
    width: 75%;
    float: right;
    text-align: left;
}
.post {
    margin: 0px 3px 8px 0px;
    padding: 5px 10px 20px 10px;
    background-image: url('/images/gradientbg.jpg');
    background-repeat: repeat-x;
    background-color: white;
    border-right: 3px solid #222;
    border-bottom: 2px solid #222;
}
.post img {
    padding: 0px 4px 0px 0px;
}
.post a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font: bold 12px arial;
}
.post a.h1link, post img.h1image {
    text-align: center;
    vertical-align: middle;
}
.post h1, h1 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dddddd;
}
.post h2, h2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
p {
    font: 12px 'Trebuchet MS', Arial, Sans-serif;
}
p.pagination a {
    text-transform: none;
}
p.author {
    margin: -8px 0px 5px 0px;
    color: #888888;
    font-size: 10px;
}
p.post-footer {
    background-color: #FAFAFA;
    border: 1px solid #F2F2F2;
    margin: 20px 0px 0px 0px;
    padding: 5px;
    text-align: right;
}
p.post-footer span, p.post-footer a {
    font-size: 10px; 
    color: #555;
}
p.post-footer .link {
    background: transparent url(/images/icons/link_tiny.png) no-repeat scroll 0 center;
    margin: 0px 10px 0px 5px;
    padding-left: 20px;
    font-weight: normal;
    text-transform: none;
}
p.post-footer .user {
    background: transparent url(/images/icons/user_tiny.png) no-repeat scroll 0 center;
    margin: 0px 10px 0px 5px;
    padding-left: 20px;
}
p.post-footer .date-published {
    background: transparent url(/images/icons/clock.png) no-repeat scroll 0 center;
    margin: 0px 10px 0px 5px;
    padding-left: 20px;
}
.event {
    padding: 1px 0px 1px 5px;
    margin: 2px 0px 2px 0px;
    border-left: 5px solid  #B55E10;
}
.title {
    color: #824000;
}
.table {
    border: 1px solid #cccccc;
    clear: both;
    width: 100%;
    border-collapse: collapse;
}
.table .heading {
    background-image: url('/images/stripe_grey.jpg');
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 1px 3px 1px 3px;
}
.table .even-row,.odd-row {
}
.table td.item {
    height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 1px 3px 1px 3px;
}
.users .item img {
    vertical-align: bottom;
}
.table .even-row {
    background-color: #FFF0CF;
}
.table .odd-row {
    background-color: #F9F9F9;
}
.table .even-row:hover {
    background-color: #EDEDED;
}
.table .odd-row:hover {
    background-color: #EDEDED;
}

/* Form Formatting */
form {
    margin:10px 15px; 
    padding: 0px 0px 0px 10px;
    border: 1px solid #f2f2f2; 
    background-color: #FAFAFA; 
}
label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
input {
    padding: 2px;
    border: 1px solid #ccc;
    color: #555;
}
input.button {
    margin: 0;
    font: bold 12px Arial, Sans-serif;
    background-color: #333;
    color: white;
    border: 1px solid #DADADA;
}
span.error {
    font: bold 12px Arial, Sans-serif;
    color: red;
}

/* Footer Formatting */
#footer_wrapper {
    background-color: #333;
    background-image: url('/images/stripe.jpg');
    background-repeat: repeat-x;
    background-position: 0px -30px;
    clear: both;
    padding: 5px 0px 5px 0px;
}
#footer_content {
    color: white;
}

