===================================================================================
All style modification should be made in this file.  DO NOT MODIFY style.css!
This makes it possible to update the core system and theme without destroying
style changes.

See the comment at the top of the style.css file for additional information.

If you need any clarification, help, or suggestions, please check out the support 
forums: http://support.8bit.io.
===================================================================================
*/


body {
     background:#000000;
}

body {
     background:#000000 url(http://www.thejrowe.com/images/dark_wood.jpg) center top fixed no-repeat;
}

.col-full {
     width: 1000px;
}

.navigation {
     font-size: 16px;
}

#socialnetworking {
     margin: -10px 0px 0px 0px;
}

#header {
     padding: 10px 0px 0px 0px;
}

#main {
     width: 660px;
}

#talkBubble {
     width:250px;
     height:100px;
     background: transparent url(images/talk_bubble.png);
     padding: 25px 30px 25px 20px;
     margin: 0px 0px 0px -170px;
     z-index:1;
     position:absolute;
}

.post {
     margin:0px 0px 0px 0px;
}

.postShadow {
     background:transparent url(http://www.thejrowe.com/images/video_shadow4.png) no-repeat scroll left top;
     display:block;
     height:25px;
     left:0;
     margin: 0px 0px 20px 0px;
     width:100%;
     z-index:2;
     float:left;
}

#sidebar {
     background: #000000; 
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     border-radius: 4px;
     padding:15px;
}

#sidebarShadow {
     background:transparent url(http://www.thejrowe.com/images/sidebar_shadow.png) no-repeat scroll left top;
     display:block;
     height:25px;
     left:0;
     margin: 0px 0px 20px 0px;
     width:330px;
     z-index:2;
clear:both;
}

input#s, input.field {
    border: 1px solid #B0B0B0;
    float: left;
    padding: 5px 0 5px 5px;
    width: 216px;
}

input.submit {
    background-color: #333333;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     border-radius: 4px;
    border: medium none;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px;
    text-transform: uppercase;
}

.widget h3 {
     font-size:32px;
     color:#ffffff;
}

.widget ul li a {
     color:#ffffff;
}

.widget ul li {
     color:#ffffff;
}

.archive_header {
     background: #000000;
     line-height: 18px;
     width:610px;
     height:15px;
     margin:0px 0px 10px 0px;
     padding: 25px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     border-radius: 4px;
}

.cat {
     color:#ffffff;
     font-size:18px;
     line-height: 18px;
}

.archive_header .catrss a {
     line-height: 18px;
     text-decoration: none;
     color:#ffffff;
     font-size:18px; 
     margin:0px 0px 0px 0px;    
}

#no-comments {
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     border-radius: 4px;     
}

#no-comments h2 {
     font-size:32px;
     color:#333333;
}

.pages {
     visibility:hidden;
     width:0px;
     font-size:0px;
}

.widget h3 {
text-transform: capitalize;
}


.widget ul li a:hover {
color:#aaaaaa;

}

blockquote {
border-left:5px #dddddd solid;
margin-bottom: 15px;
background:#000000;
}

blockquote p {
color:#ffffff;
}

#evernote-shaerer { 
     margin-left: 8px; 
}


h1, h2, h3, h4, h5, h6 {
    color: #333333;
}


#disqus_thread {
    margin-bottom: 0px !important;
    float:left;
    background:#ffffff;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     border-radius: 4px;
    padding:0px 20px 20px 20px;
    width: 617px;
}