/*   
Theme Name: Ben's Beards
Theme URI: http://benclarkpoetry.com/
Description: A search engine optimized website framework for WordPress.
Author: Debra Kayes
Author URI: http://debrakayes.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
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-l.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 1.5em 15%;
	
}

	
#wrapper {
	background-repeat: no-repeat;
	width: 870px;
	min-height: 800px;	
	overflow: hidden;
}

#container{width: 390px;
	margin: 0px;
	padding-top: 6.5em;
	}


#content {
	margin:0 0 0 0px;
	width: 380px;
}

#main{
	background:transparent none no-repeat hidden 0 0;
	background-repeat: no-repeat;
	}
	
#img1 {background-image: url('images/benBeard1.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;}

#img2 {background-image: url('images/benBeard2.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}
	
#img3 {background-image: url('images/benBeard3.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}

#img4 {background-image: url('images/benBeard4.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}

#img5 {background-image: url('images/benBeard5.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}

#img6 {background-image: url('images/benBeard6.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}

#img7 {background-image: url('images/benBeard7.jpg');
	background-repeat: no-repeat;
	width: 640px;
	height: 640px;
	margin-left: 200px;
	}
	
a:link, a:visited{
	text-decoration: none;
	color: gray;
	text-indent: 0;
	padding-left: 0px;
}

a:hover{
	text-decoration: none;
	color: black;
}



/* =Header
-------------------------------------------------------------- */

#header{
	width: 200px;
	float: left;

	}

#branding {
	margin: 0 0 1.5em 0;
	padding-top: 6em;
}
#blog-title{
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-style:italic;
	color: black;
	}
#access{text-align: right;}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	
}



/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 0em 0 0 0;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


#footer{width: 300px;
	padding-top: 0px;
	text-align: right;
	float:right;}





















