/*
Theme Name: Reliti - Primary Theme
Theme URI: http://reliti.com/
Description:
Version: 0.1
Author: Ryan Nutt
Author URI: http://reliti.com/
Tags:

*/

body {
    width: 960px;
    margin: auto;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    background: #f0f0f0;
}
img { border:0;}
a   {
    color: #900;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.alignleft  { float: left;}
.alignright { float: right;}
.aligncenter { margin: auto;}
.wp-caption { text-align: center;}
.attachment-thumbnail { }
blockquote { border-left: 2px solid #f0f0f0; padding-left: 15px;}
td  { vertical-align:top; padding-right:10px;}
.gallery { }
.nocomments { text-align:center;font-style:italic;}
#header {
    width: 100%;
    background: black;
    height: 75px;
    
}
#header a   {
    outline: none;
}
#header #logo   {
    padding-top: 9px;
    padding-left: 20px;
}
#headerSearch   {
    float: right;
    
    margin: 7px 22px 0 0;
}
#headerSearchBox    {
    background: white url(images/searchIcon.png) no-repeat top right;
}
#footer {
    width: 100%;
    background: black;
    color: white;
    font-size: 0.8em;
    text-align:center;
    padding: 2px 0;
    clear:both;
}
#footer a   {
    color: white;
}
#menuBar    {
    margin-top: -1.25em;
    height: 1.25em;
    float: right;
    color: white;
    font-size: 1.25em;
    padding-right: 20px;
}
#menuBar a {
    background: black;
    color: white;
    text-decoration:none;
    border-bottom: 1px solid black;
    padding: 2px 8px 0px 8px;
}
#menuBar a:hover, #menuBar a.selected   {
    background: white;
    color: black;
    border-bottom: 1px solid white; 
}
#content    {
    border: 1px solid black;
    clear: both;
    margin: 0;
    padding: 5px;
    background: white;
    
}
.postMeta   {
    font-size: small;
    color: silver;
    margin-left: 15px;
}
.entry  {
    margin-left:15px;
}
.postmetadata   {
    font-size: 1em;
    border-left: 2px solid #f0f0f0;
    line-height: 100%;
    padding-left: 15px;
}

/* Comments */
ol.commentlist, ol.commemntlist li  {
    list-style:none !important;
}
.comment-author {
    margin-left: 25px;
    float:right;
}
.commentMeta    {
    font-size: 0.75em;
    clear:left;
}
.commentReply   {
    padding-left:30px;
}
ul.children {
    border-left: 2px solid silver;
    margin-left: 30px;
    padding-left: 10px;
}
li.comment  {
    margin: 20px 0;
    list-style:none;
}
.theComment {
}


hr.divider  {
   width: 33%;
   border: 0;
   color: silver;
   background-color: silver;
   height: 1px;
   margin: 25px auto;
}

#sidebar    {
    width: 325px;
    float: right;
    padding-top: 10px; 
}

#sidebar .group   {
    padding: 5px 10px;
    
}
#sidebar .group h5  {
    font-size:1.2em;
    font-weight:normal;
    margin:20px 0 0 0;
    border-bottom: 1px solid #f0f0f0;
}
#sidebar .group ul  {
    list-style: none;
    margin:0;
    margin-left:15px;
    padding-left:0;
}
#sidebar .group ul li   {
    margin:0;
}
#pageContent    {
    margin-right: 335px;
    padding: 0px 15px;
    text-align: justify;
    line-height: 175%;
    
    
}
.bottomSidebars {
    width: 920px;
    margin: 50px auto 0px auto;
    
}
.bottomSidebar  {
    width: 276px;
    float: left;
    padding-left:15px;
    padding-right:15px;
}
.bottomSidebar h5  {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
    margin-left:-15px;
}
.bottomSidebar ul, .bottomSidebar li   {
    list-style:none;
}

/* Downloads    */
#dlList {
    margin-left: 15px;
}
.dlWrapper {
    clear:left;
    margin-bottom: 20px;
}
.dlImage    {
    float: left;
    margin-right: 20px;
}
.dlBody {
    margin-left: 84px;
}
.dlFilename {

}
.dlTitle {
    font-size: 1.2em;
    display:block;
}
.dlFilesize {
    margin-left: 15px;
}
.dlCaption  {
    display:block;
}
.dlContent {
    display:block;
}

ul  {
    margin-top: 0px;
    padding-top: 0px;
}
