/*
Theme Name: radio.uruguay
Theme URI: http://dgoutnik.net/about/
Description: The radio.uruguay theme dark colors
Version: 1.7.5
Author: Dmitri Goutnik
*/

/* dark palette */

body {
	color: #999;
	background-color: #000;
}

.content {
	background-color: #000;
}

a:link{
   text-decoration: none;
   color: #666666;
}

a:visited {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #A60C06;
}
a:active {
    text-decoration: none;
}

.banner,
.banner a,
.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover,
.banner a:focus {
	color: #A60C06;
	text-align: center ;
	font-size: 1.3em ;
}

.title,
.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover,
.title a:focus {
	color: #A60C06;
	text-align: center ;
}

.header	{
	color: #666666;
/*	border-top: 1px solid #555;
*/
}
.header a,
.header a:link,
.header a:visited,
.header a:active,
.header a:hover,
.header a:focus {
	color: #A60C06;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active {
	color: #A60C06;
}
.blogbody a:hover,
.blogbody a:focus {
	text-decoration:none;
}

.staticbody a,
.staticbody a:link,
.staticbody a:visited,
.staticbody a:active {
	color:#666666;
}
.staticbody a:hover,
.staticbody a:focus {
	text-decoration:none;
}
.staticbody th {
	color: #666666;
}

.staticbody td a,
.staticbody td a:link,
.staticbody td a:visited,
.staticbody td a:active {
	color: #999;
}
.staticbody td a:hover,
.staticbody td a:focus {
	color:#A60C06;
	text-decoration:none;
}

.posted {
	color: #999;
}

.comments-head	{
	color: #c4c4c4;
	border-bottom: 1px solid #555;
}

.comments {
/*	border-bottom: 1px solid #555;*/
}

.comments-text {
/*	border-top: 1px solid #555;*/
	color: #CCC;
}

.comments-post {
	color: #999;
}

.comments-form {
	color: #999;
}

.comments-err {
	color: #AA0000;
}

.inputtext {
	background-color: #F8F8F8;
	border: 1px solid #CCC;
}

.inputbutton {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

.gallery .links a,
.gallery .links a:link,
.gallery .links a:visited,
.gallery .links a:active {
	color: #999;
}
.gallery .links a:hover,
.gallery .links a:focus	{
	color: #A60C06;
}
.gallery .folders img {
	border: 1px solid #555;
	background-color: #181818;
}
.gallery .thumb img {
	border: 1px solid #555;
	background-color: #181818;
}
.gallery .image img {
	border: 1px solid #555;
	background-color: #181818;
}
