.sticky {}
.bypostauthor {}

table.sortable thead {
    background-color:#4c4c4c;
    color:#ffffff;
    cursor: default;

}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

textarea:hover, input[type="text"]:hover {
background-color: #ffffff;
}
textarea {

  border: 1px solid #888;
  height: 6em;
 
}

input[type="text"] {
  
border: 1px solid #888;

}
input[type="password"] {
  
border: 1px solid #888;

}
select {
  
border: 1px solid #888;

}

#cntr{
margin: auto; 
text-align: center; 
}


#sidebar #social {
    margin: 10px;
}    
div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}
div .fb_reset {
    display: inline;
} 

.form-type-checkbox {
  float: left;
  width: 75px;
  margin: 5px 10px 10px 20px;
}
.center
{
margin-left:auto;
margin-right:auto;
width:60%;
}

.home-buttons {
  float: left;
  width: 300px;
  margin: 20px 20px 50px 50px;
}

.neo {
font-size: 15px;
color: #000000;
line-height: 2.6em;
  margin: 5px 10px 10px 20px;

}

/* unvisited link */
a:link {
    color: #4595da;
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: #4595da;
    text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #4595da;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #4595da;
    text-decoration: underline;
}


/***FIRST STYLE THE BUTTON***/
input#bigbutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#4c4c4c; /*the colour of the button*/
border:1px solid #4c4c4c; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}

h1 {
    font-size:150%;
    text-align:center 
}
h2 {
    font-size:150%;
}
h3 {
    font-size:150%;
}
h4 {
    font-size:150%;
}
h5 {
    text-align:center 
}
.docenter {
    text-align:center 
}

.head { width:100%;}
.logo {float:left; padding:40px;}

span {
margin-top: 10px;
}
