/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-l.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background: #000;
	color:#b1aa82	;
	font-weight:bold;
}

a {color:#fff;}

h2 {
	font-size:20px;
	font-weight:bold;
}

#site-info {padding:10px;}

/* =Header
-------------------------------------------------------------- */

#branding {
	display:none;
	margin: 0 0 1.5em 0;
}

#header{
  background: url('images/edenspets-header.png') no-repeat;
	width:950px;
	height:181px;
	margin:10px auto;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display:none;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {

}

.menu {
	
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-utility {
	border-bottom: 3px solid #d0b868;
	padding-bottom: 15px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	font-size:16px;
	font-weight:bold;
}
.widget-area ul {
	font-size:12px;
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: none;
	margin-left: .5em;
}
.widget-area ul ul ul {
	margin-left: .5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

























