/*
Theme Name: hemingwayEx_rdc
Theme URI: http://www.romancezar.com
Description: Child Theme for hemingwayEx
Author: Roman Cezar
Author URI: http://www.romancezar.com
Template: hemingwayEx
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../hemingwayEx/style.css");

#header p {
	line-height: 1.75em;
}

#navigation {
	background: none;
	border-top: solid;
	border-bottom: solid;
	border-color: rgb(51,51,51);
	border-width: 1px;
}

#navigation ul {
	padding-left: 0;
}

#navigation ul li a {
	color: rgb(191,191,191);
}

#navigation ul li {
	font-weight: normal;
}

#navigation ul li a:hover,#navigation ul li a:active, #navigation li.current_page_item a {
	filter: none;
	-moz-opacity: none;
	opacity:1;
	background-color:black;
	color:white;
	text-decoration:none;	
}

.ancillary .sidebar h2, .ancillary .sidebar h3 {
	color: white;
}

#primary {
	padding: 1em 0 1em 0;
}

#primary .primary{
	float:left;
	width:65%;
	margin-right:3%
}
#primary .secondary{
	float:left;
	width:30%;
	margin-right:0;
	padding-top:0.65em;
	display:inline;
}

#lifestream ul li {
	list-style: none;
}

.ui-tabs-nav {
	text-transform: uppercase;
	/* font-family: "Lucida Sans Unicode", Georgia, Tahoma, Arial, Serif; */
	font-size: 1em;
}

.flickr-set-title, .flickr-set-description {
	color: white;
}

#photostream, #sets, #interesting {
	background: black;
	border: none;
}