/*
Theme Name: Bruce Frank
Theme URI: http://www.agroup.com/
Description: A Wordpress theme.
Version: 1.0
Author: The A Group (http://www.agroup.com)
*/

@import url("reset.css");
@import url("carousel.css");

/* TYPOGRAPHY & BASIC STYLES */

body {
	background: #fff url("images/bg-body.png") top center repeat-x;
	font: 12px/1.6em "Verdana", "arial", sans-serif;
	color: #242424;
}

a {
	color: #076572;
	outline: none;
}

h2 {
	margin: 1.066em 0;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-family: 'arial', sans-serif;
}

h3 {
	margin: 1.28em 0;
	font-size: 1.25em;
	font-family: arial;
	color: #444;
	letter-spacing: -1px;
}

p {
	margin: 0 0 1.6em;
}

hr {
	display: none;
}

#container {
	width: 892px;
	margin: 0 auto;
	background: url("images/bg-header.jpg") no-repeat left top;
	position: relative;
}

#header {
	height: 180px;
	position: relative;
}

#header h1 a {
	display: block;
	width: 390px;
	height: 130px;
	text-indent: -9000em;
}

#header p#tagline {
	display: none;
}

#header #header-nav {
	display: inline-block;
	font-size: 14px;
	color: #ccc;
	margin-top: 15px;
	height: 36px;
	letter-spacing: -1px;
}

#header #header-nav li {
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
	padding-right: 2px;
	background: url("images/bg-header_nav-li.gif") no-repeat right 6px;
}

#header #header-nav a {
	color: #c0e7ec;
	text-decoration: none;
	display: block;
	height: 35px;
	padding-top: 3px;
}

#header #header-nav li.current_page_item {
	margin-left: -2px;
	background: none;
	width: 102px;
}

#header #header-nav .current_page_item a {
	color: #333;
	background: url("images/bg-current_page.gif") no-repeat left top;
}

#header #social_media {
	display: inline-block;
	background: url("images/bg-social_media.png") no-repeat left bottom;
	padding-top: 1px;
	float: right;
	margin-top: 18px;
}

#header #social_media li {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	text-align: left;
}

#header #social_media li a {
	display: inline-block;
	height: 24px;
	width: 24px;
	text-indent: -9000em;
}

#header #form-search {
	text-align: left;
	display: inline-block;
	float: right;
	width: 160px;
	height: 24px;
	background: url("images/bg-form-search.png") no-repeat left center;
	margin: 18px 6px 0 0;
}

#header #form-search input {
	width: 130px;
	border: none;
	background: transparent;
	font-size: 12px;
	font-family: 'arial', sans-serif;
	font-style: italic;
	color: #d5f4f8;
	padding: 6px;
	margin-left: 18px;
	vertical-align: middle;
}	

#header #form-search button {
	border: none;
	padding: 0;
	visibility: hidden;
}

#header #form-search h2 {
	display: none;	
}

#header #form-search p {
	display: inline;
}

#content {
	padding: 1px 6px;
	overflow: auto; 
}

#content-footer {
	clear: both;
}

#copy {
	width: 577px;
	float: left;
}


/* POST STYLES */

.post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.615em;
}

.post-title {
	font-size: 1.75em;
	margin: 2.077em 0 1.615em;
	color: #39290b;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: 'arial', sans-serif;
	font-style: normal;
}

.post-title a {
	color: #076572;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-body {
	margin-bottom: 1.6em;
	clear: both;
}

.post-date {
	color: #bbb;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	text-align: center;
	width: 68px;
	float: left;
	margin: -18px 12px 0 0;
	border-right: 1px solid #ddd;
}

.post-date span {
	display: block;
	font-size: 48px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.post-body ul,
.page ul {
	list-style: disc;
	margin: 0 0 1.6em 26px;
}

.post-body ol,
.page ol {
	list-style: decimal;
	margin: 0 0 1.6em 26px;
}

.post-meta {
	margin: 50px 0 0;
	border-top: 1px dotted #eee;
	list-style: none;
	font-family: arial, sans-serif;
}

.post .post-meta {
	margin: 0;
	border-top: none;
	clear: both;
	padding-top: 1.6em;
}

.post-meta .comments {
	font-size: 13px;
	font-weight: bold;
}

.post-meta .comments a {
	background: url("images/bg-link-comments.gif") no-repeat left top;
	padding-left: 19px;	
}

.post-meta .categories,
.post-meta .tags {
	font-size: .85em;
	color: #666;
}

.post-meta .categories a,
.post-meta .tags a {
	color: #666;
}

.post-meta .edit {
	margin: .941em 0;
	font-size: .85em;
}

.post-meta .edit a {
	background: url("images/bg-link-edit.png") no-repeat left center;
	padding-left: 19px;	
}

.post-meta .info {
	margin-bottom: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
}

.post-meta .info a {
	color: #666;	
}

.post-meta .ping_status {
	display: none;
	margin-bottom: .941em;
	font-size: .85em;
	font-style: italic;
	color: #666;
}

.post-meta .ping_status a {
	color: #666;
}

.post .post-share {
	text-align: center;
	margin: -30px 0 0;
	float: right;
	display: inline;
}

.post .post-share li {
	display: block;
	margin: 10px 0 10px;
	float: left; 
}

.post .post-share li span.FBConnectButton_Text {
	padding-left: 2px;
	padding-right: 2px;
}

.posts-nav {
	margin: 1.6em 0;
	overflow: auto;
	padding: .4em 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'arial', sans-serif;
	color:#076572;
}

.posts-nav ul {
	margin: 0;
	list-style: none;
	font-size: .928em;	
	line-height: 17px;
}

.posts-nav a {
	text-decoration: none;
	color: #9e9d9d;
	padding: 0 10px;
}

.posts-nav .link-prev {
	float: left;
	padding-left: 20px;
	background: url("images/bg-link-prev.png") no-repeat left center;
}

.link-prev a {
	border-left: 1px solid #ddd;
}

.link-next a {
	border-right: 1px solid #ddd;
}

.posts-nav .link-next {
	float: right;
	padding-right: 20px;
	background: url("images/bg-link-next.png") no-repeat right center;
}

img.aligncenter,
img.alignleft,
img.alignright,
img.align.none {
	/* max-width: 450px; */ 
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

img.alignright {
	float: right;
	padding-left: 10px;
}

/* PAGE STYLES */

h2.page-title {
	font-size: 2.5em;
	margin: 1.6em 0 .8em;
	color: #5D4A33;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: normal;
}


/* COMMENTS */


#comments {
	
}

#comments h3 {
	padding-top: 1.28em;
	border-top: 1px solid #ccc;
	background: url("images/bg-link-comments.gif") no-repeat left 23px;
	padding-left: 19px;	
}

#comments .comment_list {
}

#comments .comment_list li {	
	padding: 1.6em 1.5em 1.6em 60px;
}

#comments .comment_list li.alt {
	background-color: #eee;	
}

#comments .comment_list li img {
	float: left;
	margin-left: -46px;
}

#comments .comment-author {
	margin-bottom: 0;
	font-family: arial, sans-serif;
}

#comments .comment-author cite {
	font-style: normal;
	font-weight: bold;
}

#comments .comment-meta {
	margin-bottom: .941em;
	font-size: .85em;
	font-style: italic;
	color: #666;
}

#comments .comment-meta a {
	color: #666;
	text-decoration: none;
}

#comments .comment-meta a:hover {
	text-decoration: underline;	
}

#comments .comment-awaiting_moderation {
	font-family: arial, sans-serif;
	background-color: #8c8;
	color: #fff;
	margin-bottom: .8em;
	text-align: center;	
}

/* Add comment form */

#form-comment {
	background-color: #eee;	
	padding: .8em 20px;
}

#form-comment p {
	margin: 0;
	padding: .4em 0;
	overflow: auto;
}

#form-comment label {
}

#form-comment .note {
	font-size: .8em;
	font-style: italic;
}

#form-comment .required {
	
}

#form-comment .input-text {
	text-align: right;
}

#form-comment input,
#form-comment textarea {
	border: 1px solid #ccc;
	padding: .2em;
	font-size: 13px;
	font-family: arial;
	color: #2a2a2a;
	background-color: #fff;
}

#form-comment input {
	width: 250px;
	margin-left: 3px;
}

#form-comment textarea {
	width: 98%;
}

#form-comment button {
	width: 127px;
	height: 29px;
	text-indent: -9000em;
	background: url("images/bg-button-submit_comment.png");
	padding: 0;
	border: none;
}


/* SIDEBAR */

#sidebar {
	width: 275px;
	float: right;
	font-size: .923em;
	padding-top: 1.6em;
}

#sidebar-body > ul > li {
	padding: 28px;
	background: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom:1.6em;
}

#sidebar select {
	background:#fff;
	border:1px solid #ccc;
	width:100%;
	padding:2px;
}
#sidebar h2 {
	font-size: 1.75em;
	margin: 0 0 .35em;
	color: #5d4a33;
	border-bottom: 2px solid #d8d8d8;
	padding-bottom:10px;
	letter-spacing: normal;
}

#sidebar .widget_archive li {
	padding: 0;
	line-height:1.2em;
	margin-bottom: 0.8em;
}

#sidebar ul .widget_wp_bannerize li {
	padding: 0;
	display: inline;
}

#sidebar .textwidget ul {
	list-style: disc;
	font-size:0.823em;
	margin-left:1.34em;
}

#sidebar .textwidget li {
	padding: 0;
	line-height:1.2em;
	margin-bottom: 0.8em;
}

.textwidget h3 {
	margin-bottom: 0.64em;
}

#archive-info {
	display: none;	
}

#sidebar #about h2 {
	font-size: 2.5em;
}

#sidebar li.widget_nav_menu {
	padding-bottom:42px;
}

#sidebar li a {
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}

#sidebar .menu li {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding:0;
	margin-bottom:0;
	width:50%;
	float:left;
	letter-spacing:-.25px;
	font-size:0.77em;
}

#sidebar #twitter_feed {
	position: absolute;
	top: 25px;
	right: 6px;
	color: #fff;
	width: 322px;
	padding: 0;
	text-align: right;
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
} 

#sidebar #twitter_feed h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px;
	color: #5d4a33;
	border-bottom: none;
	padding-bottom:0;
	letter-spacing: normal;
}

#twitter_feed h2 a {
	color: #cce574;
	text-decoration: none;
	background: url("images/bg-twitter_h2.png") no-repeat left top;
	padding:6px 0 0 33px;
}

#twitter_feed h2 a:hover {
	text-decoration: underline;	
}

#twitter_feed p {
	font-size: 12px;
}

#subscribe p {
	margin: 0;
}

#subscribe label {
	display: none;
}

#subscribe input {
	border: 1px solid #ccc;
	padding: 5px 4px;
	width: 138px;
	font-size: 12px;
	font-family: arial;
	vertical-align: middle;
	color: #666;
	margin-top: 1em;
}

#subscribe button {
	width: 67px;
	height: 26px;
	background: url("images/bg-subscribe-button.gif");
	border: none;
	padding: 0;
	text-indent: -9000em;
	vertical-align: bottom;
	position: relative;
	top: -1px;
}

#subscribe .no_javascript {
	text-align: center;
	font-style: italic;
}

#schedule table,
#speaking_schedule {
	width: 100%;
	margin-bottom: .8em;	
}

#speaking_schedule {
	font-family: arial;
	font-size: 13px;
}

#schedule table th {
	display: none;
}

#schedule tr td,
#speaking_schedule td {
	padding: .425em .5em;
	vertical-align: middle;	
}

td.date,
#speaking_schedule td.date {
	width: 70px;
	color: #5a4620;
	font-style: italic;
	text-align: right;
}

#speaking_schedule td.date {
	width: 140px;
}

#schedule tr:nth-child(even) td {
	background-color: #faedd9;
}

#schedule .link-all_dates a {
	background: url("images/bg-link-next.gif") no-repeat right center;
	padding-right: 11px;
}

/* SEARCH FORM */

#form-search input {

}

/* FOOTER */

#footer {
	padding: 2.4em 0 80px;
	margin: 20px 0 0;
	color: #9e9d9d;
	font-size: .85em;
	font-family: arial, sans-serif;
	background: url("images/bg-footer.gif") no-repeat center top;
}

#footer a {
	color: #9e9d9d;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-nav {
	font-size: 13px;
	font-weight: bold;
	line-height:1em;
	margin-left: 6px;
}

#footer-nav > li {
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	border-left: 2px solid;
}

#footer-nav > li:first-child {
	padding-left: 0;
	border-left: none;
}

#copyright {
	text-align: right;
	margin-right: 6px;
}

/* EXTRAS*/

#random_img {
	margin: 1.6em 0;
	position: relative;
}

#random {
	width: 577px;
	min-height: 325px;
	background-position: center center;
}

#frame-top, #frame-bottom {
	height: 10px;
	position: absolute;
	width: 577px;
}

#frame-top {
	top: 0;
	background: url("images/bg-frame-top.png") no-repeat center top;
}

#frame-bottom {
	bottom: 0;
	background: url("images/bg-frame-bottom.png") no-repeat center top;
}

.widget_wp_bannerize {
}

.widget_wp_bannerize img {
	margin: 0 4px;
	max-width: 63px;
}

ul#menu-blogs-im-following {
	overflow: auto;
}

.page-body input, .page-body textarea {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 3px;
}

.required {
	color: #f00;
}

