/*
LIGHT GRAY
*/

/* == CushyCMS v2 skin == */

#nav li a, #login li a {
 background: -moz-linear-gradient(center top , #A8A8A8, #888888) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A8A8A8), to(#888888));
 text-shadow: 0 -1px #525252;
}

#nav li a:hover, #login li a:hover {
 background: -moz-linear-gradient(center top , #bababa, #888888) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bababa), to(#888888));
 text-shadow: 0 -1px #525252;
 color: #FFFFFF;
}

#nav li a:active, #login li a:active {
 background: -moz-linear-gradient(center top , #888888, #bababa) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#bababa));
 text-shadow: 0 -1px #525252;
}

span.alternatives a {
 color: #FFFFFF;
 text-shadow: 0 -1px #525252;
}

.loginPanel {
 background-color: #888888;
}

ul.options {
 list-style: none inside none;
}

ul.options li {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
}

.loginPanel a.loginButton {
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 background-color:rgba(255, 255, 255, 0.2);
 color:#FFFFFF;
 display:block;
 font-size:10px;
 line-height:1.6;
 list-style-type: none;
 margin-top:5px;
 padding:0 10px;
 text-align:center;
 text-shadow: 0 -1px #525252;
}

.loginPanel a.loginButton:hover {
 background-color:rgba(255, 255, 255, 0.4);
 text-shadow: none;
 color: #FFFFFF;
}

.loginPanel button.loginButton {
  background: none;
  background-color:rgba(255, 255, 255, 0.2);
}

.loginPanel button.loginButton:hover {
 background: none;
 background-color:rgba(255, 255, 255, 0.4);
 color: #FFFFFF;
 text-shadow: none;
}

button {
 background: -moz-linear-gradient(center top , #A8A8A8, #888888) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A8A8A8), to(#888888));
 color: #FFFFFF;
}

button:hover {
 background: -moz-linear-gradient(center top , #bababa, #888888) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bababa), to(#888888));
 color: #FFFFFF;
}

button.showLoadingStatus, button.showLoadingStatus:hover, button#add_site, button#add_site:hover,
.editorButton, .editorButton:hover, button.savePrefs, button.savePrefs:hover,
.loginPanel button.loginButton, .loginPanel button.loginButton:hover, button.homeLoginButton,
button.homeLoginButton:hover {
 border: 1px solid #888888;
 text-shadow: 0 -1px #525252;
}

a.addEditorButton:link {
 color: #FFFFFF;
 font-size: 11px;
}

a.chooseButton:link {
 color: #FFFFFF;
 border-top: none;
}

/* == End CushyCMS v2 skin == */

div#header, html, body, div#footer {
 background-image: none;
 background-color: #666666;
}
div#credentials {
 color: #FFFFFF;
 border-color: #888888;
}
div#credentials div#userInfo ul.options li a {
 color: #FFFFFF;
 text-shadow: none;
}
div#credentials div.buttonRow span.alternatives a { color: #bbbbbb; }

a { color: #888888; }

/* a.button, button {
 background-color: #888888;
 border-color: #666666;
 border-top-color: #bbbbbb;
 border-left-color: #bbbbbb;
}
button:hover, a.button:hover {
 border-color: #bbbbbb;
}
button:active, a.button:active {
 background-color: #bbbbbb;
 border-color: #888888;
 color: #666666;
} */

div#content div#minor div#controlPanelNav a {
 color: #888888;
}

h1, h2, h3, h4, h5, h6 {
 color: #bbbbbb;
}
