/*
Theme Name: r4
Description: artwork and stuff
Version: 1.4
Author: Russell Holt

*/
body {
  background: #0B0D09 url('r3s/deskart1995mod2.jpg') center 30px no-repeat;
  background-attachment:fixed;
  color:#7F7F7F;
  font-family:"Lucida Grande",Lucida,Helvetica,sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
  color:white;
}
/*p {
  font-size:9px;
}
*/

h1,h2,h3,h4 {
    font-family:sans-serif;
}

a {
  text-decoration:none;
  color:#E5E5E5;
}
a:hover {
  color:#C4CC78;
}

.more-link {
  font-size:12px;
  color:#C9AA5B;
}
.more-link:hover {
  color:#EDEDED;
}

.edit-this {
  opacity:0.1;
}
.edit-this:hover {
  opacity:1.0;
}

.catlist {
  color:#A0AD6D;
  opacity:0.8;  
}

.catlist a {
  font-size:10px;
/*  color:#BDCBA8;*/
  color:#A0AD6D;
  opacity:0.8;
}
.catlist a:hover {
  opacity:1.0;
  color:#C9AA5B;
}

#posttitleblock {
  border-top:1px dashed #262D26;
  margin-top:20px;
  padding-top:10px;
  display:block;
  width:500px;
}

.postnavbox {
    display:block;
    width:50%;
    margin:auto;
    text-align:center;
}

blockquote {
  margin-left:0;
  padding-left:10px;
  padding-right:10px;
}


.sidebarblock {
  margin:0;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  vertical-align: text-top;
  padding-bottom:40px;
  margin-top:20px;
}

/*
.projects {
    background:rgba(0,0,0,0.4);
    border:1px solid rgba(255,0,0,0.35);
}
*/

.sidebarblock h2 {
    font-family:Courier,monospace;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    text-transform:lowercase;
}

.sidebarblock h3 {
    font-family:Courier,monospace;
    font-weight:normal;
    font-size:12px;
    text-align:center;
    text-transform:lowercase;
}

.sidebarblock b {
    font-variant:small-caps;
}

.about ul.key {
    opacity:0.7;
    text-align:center;
    font-size:12px;
    font-family:monospace;
}

#content {
  width:100%;
  margin:0;
  padding:0;
/*
  margin-left:5%;
  margin-right:5%;
  display:block;
*/
  color:white;
}

/*#etcstuff {
    border:1px solid white;
    background:rgba(0,0,0,0.4);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding-top:10px;
    padding-bottom:25px;
    display:block;
    width:26%;
    margin-left:5%;
    margin-top:30px;
    margin-bottom:3%;
    text-align:right;
}*/


#postlistbox {
  margin-top:5%;
  display:block;
  width:75%;
  /* border:1px solid red;
    display:inline-block;
    vertical-align: top;    
    margin:0;
    margin-top:200px;
    */
}


#sidebar {
  display:block;
  position:absolute;
  left:0;
  top:0;
  padding:0px;
  width:20%;
  margin:0;
  border-right:1px solid rgba(255,255,255,0.1);
  background:rgba(0,0,0,0.3);
}

#sidebar input[type=text] {
  border:0px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  padding:3px;
  color:white;
  background:#3A5850;
  background:rgba(168,255,232,0.2);
}

#sidebar li {
  list-style-type:none;
/*  text-indent: -20px;*/
}

#blogfooter {
  display:block;
  width:50%;
  margin:auto;
  padding:20px;
}
#blogfooter li {
  list-style-type:none;
  display:inline;
  margin:3px;
}
#blogfooter ul {
  padding:0;
  margin:0;
}

#sidebar ul {
  padding-left:0;
  margin-left:0;
}


#sidebar .pagenav ul {
  padding-left:15px;
}

.blog {
    padding:20px;
}

.blog a {
  display:block;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  text-align:center;
  font-size:10px;
  padding-left:10px;
  padding-top:2px;
  padding-bottom:2px;
  color:#CDCDCD;
  margin:3px;
  border:1px solid transparent;
}

.blog a:hover {
  background:#B17D5C;
  background:rgba(52,0,217,0.3) !important;
  color:white;
}

#blogfooter a {
  display:inline-block;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  text-align:center;
  font-size:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  color:#CDCDCD;
  margin:3px;
  border:1px solid transparent;
  /* -webkit-box-shadow:0px 3px 5px black;  */
}

#blogfooter a:hover {
  background:#B17D5C;
  background:rgba(52,0,217,0.3) !important;
  color:white;
}

/*#sidebar li.categories ul {
    padding-left:20px;
}
*/
/*#sidebar li.sidebarmeta ul {
    padding-left:20px;
}*/

.post {
  display:block;
  padding:20px;
  
  -webkit-border-radius:29px;
  -moz-border-radius:29px;
  border-radius:29px;

 /* margin:auto; */
  background:#1A2930;
  background: rgba(37,42,61,0.5);
  overflow:hidden;
}

.post a {
  color:#bbbb00;
}

.post a:hover {
  color:#D79728;
}

.multipost {
  width:700px;
  margin-top:10px;
  margin-bottom:30px;
  display:inline-block;
  vertical-align:top;
}

.singlepost {
    display:block;
    margin-right:5%;
    margin-left:20%;
    margin-top:5%;
    /*
    border:1px solid white;
    border:1px solid rgba(255,255,255,0.1);
    */
}

.post-content {
  margin:10px;
}

.postheader {
  display:block;
    width:100%;
    margin:0;
   /* background:rgba(255,255,255,0.02); */
    padding:0;
}

.postheader h2.post_title {
    text-shadow: black 3px 2px 3px;
    display:block;
  margin:0;
  padding:3px;
  color:white;
  font-size:14px;
  margin-top:0;
  padding-top:0;
}

/*
h2.post_title:hover {
   background:black;
}
*/

.postheader a:hover h2 {
    color:#6EB259;
}


.post_date {
  text-transform:lowercase;
  display:block;
  padding:3px;
  font-weight:bold;
  color:white;
    color:rgba(255,255,255,0.8);
}

.post blockquote {
  margin-right:20px;
  padding:5px;
  padding-left:10px;
  /*background:rgba(255,255,255,0.1);*/
  background:rgba(0,0,0,0.4);
  /*border-top:1px solid rgba(255,255,255,0.3);
  border-bottom:1px solid rgba(255,255,255,0.3); */
  /*border-left:20px solid rgba(0,0,0,0.7); */
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
     
}

.upgradebrowsernote {
  background:black;
  color:gray;
  font-size:9px;
  padding-left:10%;
  padding-right:10%;
  margin:0;
  text-align:center;
}

#sbactivator {
  display:block;
  position:absolute;
  right:10px;
  top:5px;
}


.xproj {
  font-weight:bold;
  text-align:center;
  display:block;
  width:50%;
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  padding:3px;
 /* margin-left:25%;
  margin-bottom:10px; */
  margin:auto;
  margin-bottom:3px;
  background:#2F3A26; /* for browsers that don't support rgba */
  background: rgba(127,255,127,0.2);
/*  border:1px solid rgba(255,255,127,0.1);*/
}

a.xproj:hover {
/*  background: rgba(127,255,127,0.3) !important;*/
    background:#D93400;
    background:rgba(217,52,0,0.3) !important;
}

.xproj h2 {
  display:block;
  
  /*background: rgba(0,0,0,0.2);
    -webkit-border-top-right-radius:9px;
    -webkit-border-top-left-radius:9px;
    -moz-border-radius-topright:9px;
    -moz-border-radius-topleft:9px;*/
  
  font-size:12px;
  margin:0;
  padding:3px;
/*  color:#B1B1B1;*/
  color:white;
  text-align:center;
  text-shadow: black 3px 2px 3px;
}

.menuitem {
    display:block;
    font-weight:bold;
    vertical-align:top;
    padding:3px;
    width:50%;
    margin:auto;
    text-align:center;
    margin-bottom:3px;
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
}

.xme {
    display:block;
    font-weight:bold;
    font-size:14px;
    margin-bottom:15px;
    text-align:center;
    background:transparent !important; 
    font-family:Courier,monospace;
}

.xmisc {
    font-weight:bold;
    background:#172A16;
    background:rgba(33,43,19,0.8);
}

a.xmisc:hover {
    background:black !important;
}

.biotext {
    margin-top:3cm;
    margin-left:3cm;
    font-family:Courier,monospace;
    color:white;
}
.biotext img {
  -webkit-box-shadow:0px 10px 15px black; 
}

.biotext .text {
    margin-top:20px;
    display:inline-block;
    vertical-align:top;
    background: #4A5366;
    background: rgba(74,83,102,0.6);
    /* width:25%; */
    width:250px;
    padding-left:20px;
    padding-right:20px;
    border:1px solid white;
}

.text a {
  font-weight:bold;
  color:white;
  text-decoration:underline;
}
