/*
Theme Name: ShareBrained
Theme URI: sharebrained
Description: ShareBrained
Author: Jared Boone
Author URI: jared-boone
Version: 1.0
*/
body
{
	color: #000000;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;

	background: #9E805E url('images/content-background.jpg') repeat-y;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p
{
	margin: 0pt;
	padding: 0pt;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1
{
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 36px;
}

h2
{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 24px;
}

h3
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 18px;
}

h4
{
	margin-bottom: 6px;
	line-height: 14px;
}

p
{
        margin: 0;
	padding-bottom: 18px;
}

dl
{
}

dt, dd
{
	margin-bottom: 12px;
}

ul
{
	padding-left: 20px;
	margin-bottom: 14px;
}

li
{
	margin-bottom: 3px;
}

div.post
{
	margin-bottom: 36px;
}

a
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	background-color: #0000FF;
	color: #FFFFFF;
}

#page
{
	width: 900px;
}

#header
{
	width: 900px;
	height: 110px;
}
#header a.button
{
	float: left;
	height: 110px;
}
#buttonHeader
{
	background: url('images/header-title.jpg') no-repeat;
	width: 900px;
	height: 110px;
}

#menu
{
	background: url('images/menu-background.jpg') no-repeat;
	width: 900px;
	height: 30px;
}

#menu span.spacer
{
	width: 50px;
	height: 30px;
	float: left;
}
#menu-spacer-left
{
	background: url('images/menu-bevel-left.jpg') no-repeat right;
	width: 1px;
	height: 30px;
}
#menu-spacer-right
{
	background: url('images/menu-bevel-right.jpg') no-repeat left;
	width: 1px;
	height: 30px;
}

#menu a.button
{
	float: left;
	height: 30px;
}
#buttonHome
{
	background: url('images/menu-home.jpg') no-repeat;
	width: 52px;
	height: 30px;
}
#buttonProducts
{
	background: url('images/menu-products.jpg') no-repeat;
	width: 110px;
	height: 30px;
}
#buttonForums
{
	background: url('images/menu-forums.jpg') no-repeat;
	width: 63px;
	height: 30px;
}
#buttonBlog
{
	background: url('images/menu-blog.jpg') no-repeat;
	width: 46px;
	height: 30px;
}
#buttonPolicies
{
	background: url('images/menu-policies.jpg') no-repeat;
	width: 65px;
	height: 30px;
}
#buttonAbout
{
	background: url('images/menu-about.jpg') no-repeat;
	width: 69px;
	height: 30px;
}
#buttonContact
{
	background: url('images/menu-contact.jpg') no-repeat;
	width: 79px;
	height: 30px;
}

#content-edge
{
	background: url('images/content-top.jpg') no-repeat;
	width: 900px;
	height: 20px;
}

#content
{
	margin: 40px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#left-column
{
	float: left;
	width: 560px;
}

div.post small
{
	font-size: 12px;
	font-weight: bold;
}

div.entry
{
	margin-top: 20px;
}

#sidebars
{
	float: right;
}

div.sidebar
{
	width: 220px;
	background: url('images/sidebar-background.jpg');
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E9E7;
}
div.sidebar div.header
{
	background: url('images/sidebar-header.jpg') no-repeat;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	color: white;
}
div.sidebar div.body
{
	margin: 10px;
}
div.sidebar div.body ul
{
	list-style-type: none;
	list-style-image: none;
}
div.sidebar div.footer
{
	height: 22px;
}
div.sidebar div.footer a.button
{
	height: 22px;
}
div.sidebar div.footer #buttonPrevious
{
	/*background: url('images/sidebar-previous.jpg') no-repeat left;*/
	width: 110px;
	float: left;
}
div.sidebar div.footer #buttonNext
{
	/*background: url('images/sidebar-next.jpg') no-repeat right;*/
	width: 110px;
	float: right;
}

div.sidebar div.footer #buttonTextLeft
{
	/*background: url('images/sidebar-previous.jpg') no-repeat left;*/
	width: 110px;
	float: left;
	text-align: left;
}
div.sidebar div.footer #buttonTextRight
{
	/*background: url('images/sidebar-next.jpg') no-repeat right;*/
	width: 110px;
	float: right;
	text-align: right;
}

#footer
{
	font-size: 12px;
	padding-top: 50px;
	clear: both;
}
#footer #copyright
{
}

div.product
{
	margin-top: 48px;
	border-top: 1px solid #E7E9E7;
}
div.product div.price-box
{
	float: right;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background: #F9FAF9;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #E7E9E7;
	border-top: none;
}
div.product div.price-box div.status
{
	font-size: 10px;
	line-height: 14px;
}
div.product h2
{
	margin-top: 7px;
	margin-bottom: 7px;
}
div.product div.clear-box
{
	clear: both;
}
div.product img
{
	border: 1px solid #E7E9E7;
	margin-top: 12px;
	margin-bottom: 12px;
}

dl.list-item
{
	clear: both;
}

dt
{
	clear: both;
	float: left;
	width: 160px;
}

dt img
{
	border: 1px solid #E7E9E7;
}

dd
{
	float: left;
	width: 400px;
}

/* Copied from WordPress Default theme */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

div.gallery-entry {
  padding-top: 30px;
  clear: both;
}

img.gallery {
  border: 1px solid #E7E9E7;
}
