
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */



div#universe{
	width: 750px; 
	margin: auto; 
	background-color: #f5f5f5;	
}

div#header{
	height: 116px; 
}

div.postMeta{
	margin-bottom: 20px; 
}
div.postedOn{
	margin-top: -5px; 
	margin-bottom: 5px; 
}

div.postNav{
	margin: 0 -10px;
	background-color: #ddd;
	padding: 10px; 
}

div.postNav:hover{
	background-color: #555;
}

div.postNav a{
	display: block; 
	color: white !important; 
}

div.postNav a:first-child{
	float: left; 
}

div.postNav a:nth-child(2){
	float: right; 
}

div#access{
	position: relative; 
}

div#rss-container{
	position: absolute; 
	right: 2px; 
	bottom: 0;
}
ul.menu{
	background-color: black; 
	padding: 0 0 3px 0; 
	margin: 0; 
	list-style-type: none;
	width: 100%; 
}

ul.menu li{
	display: inline;
	padding: 3px 0px;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	transition-property: background-color;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	background-color: black;
	margin-top: 2px; 
}

ul.menu li:first-child{
	border-top-left-radius: 0;
}

ul.menu li:hover{
	background-color: #333;
	color: black;
}

ul.menu li.current-menu-item,
ul.menu li.current-menu-parent{
	background-color: #f5f5f5;
	margin-top: 0px;
	padding-top: 5px;
}

ul.menu li a{
	color: white; 
	text-decoration: none; 
	padding: 0 7px;
}


ul.menu li.current-menu-item a, 
ul.menu li.current-menu-parent a{
	color: black; 
}


div#content{
	padding: 10px; 
	border-bottom: 5px solid #05a0e6; 
}

div#content a{
	color: #333; 
}

div#content a:visited{
	color: #666; 
}

div#footer{
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: #76d0f5; 
	background-color: white; 
	opacity: 0.5; 
}

div#footer:hover{
	opacity: 1.0; 
}

div#footer a{
	color: #333; 
}

div#footer a:visited{
	color: #666; 
}



div.error{
	background-color: red; 
	color: white; 
	padding: 10px;
	display: block; 
}

div.error a{
	color: white; 
}

/** comments */
#commentform label{
	float: left;
}

#commentform span.required{
	float: left; 
}

#commentform input, #commentform textarea{
	clear: left; 
	display: block;
}

