/*
Theme Name:     Bmo
Theme URI:      http://www.brandonmoeller.com/blog
Description:    BrandonMoeller.com child theme : Twenty Ten 
Author URI:     http://www.brandonmoeller.com
Template:       twentyten
Author: 		Brandon Moeller
Version:        0.1.0
*/

@import url("../twentyten/style.css");


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 705px;
	}
#wrapper {
	margin-top: 9px;
	background: #fff;
	padding: 0 20px;
	background-image: url(http://brandonmoeller.com/images/index3.png);
	background-repeat:no-repeat;
	/*background-color: #D5DED9;*/
	background-color: #c9d7da;
	border-style: double;
	border-color: #99B2B7;
	border-width:thick;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #fff;
	}
	
/* =Fonts
-------------------------------------------------------------- */

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

@font-face {
	font-family: 'FranklinGothicFSMediumCondens';
	src: url(http://brandonmoeller.com/fonts/FranklinGothic-MedCd-webfont.eot);
	src: local('☺'), url(http://brandonmoeller.com/fonts/FranklinGothic-MedCd-webfont.woff) format('woff'), url(http://brandonmoeller.com/fonts/FranklinGothic-MedCd-webfont.ttf) format('truetype'), url(http://brandonmoeller.com/fonts/FranklinGothic-MedCd-webfont.svg#webfont) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicFSBook';
	src: url(http://brandonmoeller.com/fonts/FranklinGothic-Book-webfont.eot);
	src: local('☺'), url(http://brandonmoeller.com/fonts/FranklinGothic-Book-webfont.woff) format('woff'), url(http://brandonmoeller.com/fonts/FranklinGothic-Book-webfont.ttf) format('truetype'), url(http://brandonmoeller.com/fonts/FranklinGothic-Book-webfont.svg#webfont) format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'MergeRegular';
	src: url(http://brandonmoeller.com/fonts/merge-webfont.eot);
	src: local('☺'), url(http://brandonmoeller.com/fonts/merge-webfont.woff) format('woff'), url(http://brandonmoeller.com/fonts/merge-webfont.ttf) format('truetype'), url(http://brandonmoeller.com/fonts/merge-webfont.svg#webfont) format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'FranklinGothicFSDemi';
	src: url(http://brandonmoeller.com/fonts/FranklinGothic-Demi-webfont.eot);
	src: local('☺'), url(http://brandonmoeller.com/fonts/FranklinGothic-Demi-webfont.woff) format('woff'), url(http://brandonmoeller.com/fonts/FranklinGothic-Demi-webfont.ttf) format('truetype'), url(http://brandonmoeller.com/fonts/FranklinGothic-Demi-webfont.svg#webfont) format('svg');
	font-weight: normal;
	font-style: normal;
}


strong {
	font-weight: bold;
	font-size:inherit;
	/*font-style:oblique;*/
	font-family: 'FranklinGothicFSDemi',Arial,sans-serif;
	}





/*Noted out below is original ///

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}*/

/* The font work below is to match BrandonMoeller.com style */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'FranklinGothicFSBook', Arial, sans-serif;
	}


h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: 'FranklinGothicFSMediumCondens',Arial,sans-serif;
}
pre {
	font-family: 'MergeRegular',Arial,sans-serif,monospace;
}
code {
	font-family: 'MergeRegular', Arial, sans-serif, monospace;
}



/* =Header
-------------------------------------------------------------- */

/*#branding span {
	display: none;
	}*/
#site-title {
	display: none;
	}
#site-description {
	display: none;
	}
#branding img {
	display: none;
	}






/* =Menu
-------------------------------------------------------------- */

#access {
	background: #7a6a53;
	display: block;
	float: left;
	margin: -30px 0 0 -20px;
	width: 745px;
}

#access .menu-header,
div.menu {
	/*font-size: 13px;*/
	font-family: 'FranklinGothicFSMediumCondens',Arial,sans-serif;
	font-size: 1.3em;
	/*margin-left: 12px;*/
	/*margin: 0 10px 0 460px; this changed June 1 2011 */
	/*margin: 0 10px 0 430px;*/
	margin-right: 10px; /* Added June 1 2011 */
	}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float: right; /* This is new June 1 2011 */
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	}

#access a {
	color: #fff;
	display: block;
	/*line-height: 38px;*/
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	}
	
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 150px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 150px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 140px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}






/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	/*margin: 240px 0 36px 0;*/
	/*margin: 247px 0 36px 0;*/
	margin: 27px 0 36px 0;
	/*margin-bottom: 36px;*/
	padding: 0px 250px 0 0;
}
#content .entry-title {
	color: #000;
	/*font-size: 4em; my original big head design */
	font-size: 3em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
#content table {
	/*border: 1px solid #e7e7e7;*/
	border: none;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/*border-top: 1px solid #e7e7e7;*/
	border-top: none;
	padding: 6px 24px;
	vertical-align: top;
}
#content tr.odd td {
	background: #f2f7fc;
}
.entry-title a:active,
.entry-title a:hover {
	/*color: #FF4B33;*/
	color: #99B2B7;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	/*margin: 240px 0 0 0;*/
	/*margin: 312px 0 0 0;*/
	margin: 120px 0 0 0;
}
#secondary {
}

/* Calendar Widget */

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #D5DED9;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* =Facebook
--------------------------------------------------*/

#facebook-profile {
	/*float: left;*/
	width: 200px;
	margin: 50px 0 0 330px;
	}
#under-fb-profile {
	width: 75px;
	margin: 10px 0 0 330px;
	}
#under-fb-profile p {
	font-family: 'FranklinGothicFSBook', Arial, sans-serif;
	font-size: 1.25em;
	color: #000;
	margin: 0 0 15px 0;
	}
