/* @override http://dadamine.com/wp-content/styles/dadamine/dadamine.css */

/*
Author Name: Eric Marden
Author Site: http://xentek.net/
Style Name: Dada Mine
Style URI: http://dadamine.com/
Version: 0.2
Comments: Bring It
Header Height: 100
Header Width: 970
Layout Widths: 970
*/

body {
	background: lightblue;
}

#page {
	padding: 0;
	border: none;
}

#header {
	height: 100px;
	background: #d90a0a;
	border-top: 10px solid lightblue;
	border-bottom: 7px double lightblue;
}

h1.blog-title a {
	color: lightyellow !important;
}

h1.blog-title {
	padding: 0;
	font-size: 68px;
	width: 340px;
	text-align: center;
}

#header .description {
	margin: 0;
	padding: 0;
	width: 340px;
	text-align: center;
	font-size: 1.5em;
}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 340px;
	width: 600px;
	height: 100px;
}

ul.menu li a {
	float: left;
	display: block;
	width: 60px;
	height: 89px;
	font-size: 2em;
	text-align: right;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-right: 2px solid lightblue;
}

ul.menu li a:hover,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	background: lightyellow;
	color: #d90a0a;
}

ul.menu li.page-item-11 a {
	border-left: 2px solid lightblue;	
}

#primary {
	width: 600px;
	margin-right: 90px;
}

#sidebar-1 {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 460px;
	background: ghostwhite;
	border: 2px solid #d4eff7;
}

#sidebar-1 #updates div div {
	border: 2px solid #E0C352;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	background: white;
	padding: 10px;
}

#sidebar-1 .entry-edit, #sidebar-2 .entry-edit {
	display: none;
}

#sidebar-2 {
	clear: both;
	width: 100%;
	background: #E0C352;
	padding: 0;
	margin: 0;
	height: 370px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border: 2px solid #47C3EB;
}

#sidebar-2 div {
	width: 255px;
	margin: 20px;
	margin-right: 0;
	padding: 10px;
	float: left;
	border: 2px solid #47C3EB;
	background-color: white;
	clear: all;
	height: 300px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#sidebar-2 div a.feedlink {
	margin-top: 5px;
	margin-right: 5px;
}