/*
	Theme Name: The Broganator
	Theme URL: http://www.chrisbrogan.com
	Description: The Broganator is a custom theme for the Genesis theme framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis
*/

body {
	background: #F4F4F4 url(images/bg.png) repeat-x;
	color: #243038;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 24px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #BA0303;
	text-decoration: underline;
	}
	
a:hover {
	color: #BA0303;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
	width: 960px; 
	height: 150px;
	margin: 0 auto 0;
	}

#title-area {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 500px;
	float: right;
	margin: 0; 
	padding: 35px 0 0 0;
	text-align: right;
	line-height: 15px;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 150px;
	height: 150px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header a.banner_button {
	background: #2A3942;
	background-position: center 8px;
	background-repeat: no-repeat;
	color: #6F97AF;
	display: -moz-inline-stack; /* FF2 inline-block fix */
	display: inline-block;
	width: 91px;
	height: 37px;
	padding-top: 54px;
	border-top: 1px solid #334550;
	border-left: 1px solid #334550;
	border-bottom: 1px solid #202A32;
	border-right: 1px solid #202A32;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	}

#header a.banner_button:hover {
	color: #8BBDDC;
	text-decoration: none;
	}
	
#header a.banner_button.newsletter {
	background-image: url(images/icon_news.jpg);
	}

#header a.banner_button.book {
	background-image: url(images/icon_mic.jpg);
	}

#header a.banner_button.contact {
	background-image: url(images/icon_email.jpg);
	}

#header a.banner_button.work {
	background-image: url(images/icon_calendar.jpg);
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	text-transform: uppercase;
	}

#nav .wrap {
	width: 960px;
	margin: 0 auto 0;
	overflow: hidden;
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	background:  url(images/bullet.gif) center left no-repeat;
	color: #F6CBCB;
	display: block;
    font-weight: normal;
    margin: 0;
	padding: 3px 13px 3px 15px;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	}
	
#nav li.home a {
	background: none;
	}

#nav li a:hover, #nav .current_page_item a  {
	color: #FFFFFF;
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: none;
	}
	
/***** Inner ********************/

#inner {
	background: url(images/inner.png);
	width: 930px;
	margin: 25px auto 10px;
	padding: 0 15px 15px 15px;
	overflow: hidden;
	border: 1px solid #B3B3B3;
	}

.page-template-homepage-php #inner {
        background: #FFFFFF;
        }
	
/***** Breadcrumb ********************/

.breadcrumb {
	margin: 0 0 30px 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 930px;
	}

/***** Content ********************/

#content {
	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 580px;
	padding: 25px 0 0 10px;
	}

#content blockquote {
	background: #F2F2F2;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	}

#content .post {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #BBBBBB;
        overflow: hidden;
	}
	
.single #content .post {
	border: none;
	}

#content .post embed,
#content .post object {
	visibility: visible !important;
}
	
#content .post-intro {
	float: left;
	width: 270px;
        height: 300px;
	font-size: 12px;
	margin: 0 20px 30px 0;
	padding: 0;
	display: inline;
	border: none;
        overflow: hidden;
	}
	
#content .post-intro h2 {
	font-size: 18px;
	}
	
#content .post-intro p {
	line-height: 20px;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	color: #888888;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
.post-intro .post-info {
	margin: 0 0 10px 0;
        line-height: 20px;
	}

.post-info a, .post-info a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	}
	
.post-info a:hover {
	color: #888888;
	text-decoration: none;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}

/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #243038;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

.page #content h1 {
	margin: 0 0 10px 0;
	}

#content h1 {
	font-size: 22px;
	text-transform: uppercase;
	}
	
#content h2 {
	font-size: 22px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #BA0303;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#content h2 a:hover {
	color: #BA0303;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 18px;
        margin: 0 0 15px 0;
	}
	
#content h4 {
	font-size: 18px;
	}
	
#content h5 {
	font-size: 16px;
	}
	
#content h6 {
	font-size: 14px;
	}
	
/***** Genesis Box ********************/

#genesis-box {
	background: #EEE0E0;
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #E09D9D;
	overflow: hidden;
        clear: both;
	}
	
#genesis-box h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#genesis-box .alignright {
	background: #FFFFFF;
	float: right;
	margin: 0 0 5px 10px;
	padding: 7px;
	border: 1px solid #E09D9D;
	}
	
/***** Post Icons ********************/
	
.time, .categories, .post-comments, .tags {
	margin: 0;
	padding: 0;
	}
	
/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}
	
img.alignleft, img[align="left"] {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright, img[align="right"] {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft, .left {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright, .right {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none !important;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #BA0303;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li a:hover {
	background: #BA0303;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #BA0303;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	display: inline;
	line-height: 20px;
	}

#sidebar .widget {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #B3B3B3;
	}
	
#sidebar h4 {
	color: #243038;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

#sidebar .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img {
	border: none;
	margin: 0px 3px 3px 3px;
	padding: 0;
	}

#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
	}
	
#sidebar li a, #sidebar li a:visited {
	text-decoration: none;
	}
	
#sidebar li a:hover {
	text-decoration: underline;
	}
	
#sidebar .feedburner {
	margin: 5px 0 0 0;
	}
	
#sidebar .news {
	background: url(images/news.png) no-repeat;
	padding: 0 0 0 24px;
	}

#sidebar .twitter {
	background: url(images/twitter.png) no-repeat;
	padding: 0 0 0 24px;
	}

#sidebar .rss {
	background: url(images/rss.png) no-repeat;
	padding: 0 0 0 24px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(http://www.chrisbrogan.com/wp-content/uploads/2010/08/feed.png) top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
	}

.enews #subscribe {
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #FFFFFF !important;
	width: 200px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px 0 7px 7px;
	margin: 5px 5px 0 0;
	border: 1px solid #DBDBDB;
	}

/***** Search Form ********************/

.searchform {
	margin: 0;
	}

.text_input {
	background:url("http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif") no-repeat scroll left center #FFFFFF;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 7px;
	border: 1px solid #DBDBDB;
	}

.searchsubmit, .form_submit, #submit, #subbutton {
	background: #BA0303;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #D40303;
	}

#subbutton {
	padding: 5px 5px 5px 5px;
	}
	
.searchsubmit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #BA0303;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	color: #888888;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0 0 25px 0;
	clear: both; 
	line-height: 20px;
	}

#footer .wrap {
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
	}
	
#footer a, #footer a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	}
	
#footer a:hover {
	color: #111111;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

/** Share This Button **/
#sharethis_0 {
	margin-bottom: 20px;
}

/***** Home Top ********************/

#home-top {
	width: 930px;
	color: #243038
	margin: 0 auto 0;
	padding: 15px 0 15px 0;
	overflow: hidden;
	}

#home-top .more-link {
	background: #BA0303;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 42px;
	}
	
#home-top .more-link:hover {
	background: #BA0303;
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #243038;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
        line-height: 30px;
	}
	
.home-top-left {
	background: #F2F2F2;
	width: 615px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.home-top-left .widget {
	padding: 10px;
	}
	
.home-top-right {
	width: 290px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
/***** Home Bottom ********************/

#home-bottom {
	width: 930px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-bottom a, #home-bottom a:visited {
	color: #BA0303;
	text-decoration: underline;
	}
	
#home-bottom a:hover {
	color: #BA0303;
	text-decoration: none;
	}
	
#home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-bottom h2 {
	color: #243038;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-bottom h2 a, #home-bottom h2 a:visited {
	color: #243038;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-bottom h2 a:hover {
	color: #BA0303;
	text-decoration: none;
	}
	
#home-bottom h4 {
	color: #243038;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}

#home-bottom .widget {
        background: #F2F2F2;
	margin: 0;
	padding: 15px 15px 0 15px;
	}

#home-bottom .featuredpost .post, #home-bottom .featuredpage .page, #home-bottom .featuredpost, #home-bottom .featuredpage {
	clear: both;
	}

#home-bottom .featuredpost img, #home-bottom .featuredpage img {
	margin: 0 0 10px 0;
	padding: 0;
	}

.home-bottom-1 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 15px 0 0;
	}
	
.home-bottom-2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	}
	
.home-bottom-3 {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}
