/*
Theme Name: radio.uruguay
Theme URI: http://dgoutnik.net/about/
Description: The radio.uruguay theme dark colors
Version: 1.3
Author: Dmitri Goutnik
*/

/* dark palette */

body {
	color: #999;
	background-color: #111;
}

.content {
	background-color: #111;
}

a, a:link, a:visited, a:active {
	color: #999;
}
a:hover, a:focus	{
	color: #DDD;
}

.banner,
.banner a,
.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover,
.banner a:focus {
	color: #fff;
        font-size: 30px;
}

.title,
.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover,
.title a:focus {
	color: #DDD;
}

.header	{
	color: #DDD;
	border-top: 1px solid #555;
}
.header a,
.header a:link,
.header a:visited,
.header a:active,
.header a:hover,
.header a:focus {
	color: #DDD;
        
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active {
	color: #DDD;
}
.blogbody a:hover,
.blogbody a:focus {
	text-decoration:underline;
}

.blogbody img {
	border: 1px solid #555;
}

.staticbody {
	border-top: 1px solid #555;
}

.staticbody img {
	border: 1px solid #555;
}

.staticbody a,
.staticbody a:link,
.staticbody a:visited,
.staticbody a:active {
	color:#DDD;
}
.staticbody a:hover,
.staticbody a:focus {
	text-decoration:underline;
}
.staticbody th {
	color: #DDD;
}

.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:#DDD;
	text-decoration:underline;
}

.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;
}
.links a,
.links a:link,
.links a:visited,
.links a:active {
	color: #999;
        font-size: 16px;
}
.links a:hover,
.links a:focus	{
	color: #DDD;
        font-size: 16px;
}
.gallery a,
.gallery a:link,
.gallery a:visited,
.gallery a:active {
	color: #999;
}
.gallery a:hover,
.gallery a:focus	{
	color: #DDD;
}
.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;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
