/* This imports the Base Weblog CSS from TypePad, which defines core styles */
@import url(/.shared/themes/common/base-weblog.css);


/* Custom */
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font:normal 62.5%/150% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color:#063a66;
}
a img {
	border:none;
}
p, li, dd, dt {
	font-size:1.2em;
	line-height:1.6em;
}

#container {
	width:auto;
}

#pagebody {
	padding:0;
}

/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Banner
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
#banner {
	position: relative;
	z-index: 100;
	min-width:970px;
	border: none;
	background: none;
	background:#003569 url(http://blog.businessofsoftware.org/design_images/header_bg.gif) repeat-x 0 0;
}
.bos_logo {
	margin:0;
	position:absolute;
	top:5px;
	left:10px;
	z-index:100;
}

#banner-header {
	margin:0;
	padding:10px 0 0 140px;
	font-size:3.2em;
	line-height:1em;
	font-weight:normal;
	white-space:nowrap;
}
#banner-header span {
	text-transform:uppercase;
	font-weight:bold;
}
#banner-header a {
	color:#fff;
	text-decoration:none;
}
#banner-description {
	margin:0;
	padding:0 0 10px 140px;
	color:#fff;
	font-size: 1.6em;
	line-height:1em;
	font-style:italic;
	font-weight:normal;
}
#pagebody {
	min-width:970px;
}
#alphabeta-wrapper {
	float:left;
	width:70%;
	background-color:#f9f9f9;
}
#alphabeta-wrapper-inner {
	float:left;
	width:100%;
	border-right:1px solid #eee;
}
#alpha { 
	float:left;
	margin:0;
	width:63%;
	height:100%;
	background-color:#fff;
	border-right:1px solid #eee;
}
#alpha-inner { 
	padding:25px;
}
#beta {
	float:right;
	margin:0;
	width:36%;
	background-color:#f9f9f9;
}
#beta-inner { 
	padding:15px;
}
#gamma {
	float:right;
	margin:0; 
	padding:0;
	width:30%;
}
#gamma-inner { 
	padding:0;
}
.pages-template #alphabeta-wrapper {
	background-color:#fff;
}
.pages-template #alpha {
	border:none;
}
.pages-template #beta {
	border:none;
	border-left:1px solid #eee;
}

/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Nav
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
#nav {
	min-width:970px;
	background:#729d27 url(http://blog.businessofsoftware.org/design_images/green_bg.gif) repeat-x 0 0;
	overflow:auto;
}
#nav ul {
	float:left;
	margin:0 0 0 140px;
	padding:0;
	border-left:1px solid #a7ca29;
	border-right:1px solid #7ca229;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	font-size:1.4em;
}
#nav a {
	display:block;
	margin:0;
	padding:5px 20px;
	color:#000000;
	text-decoration:none;
	background:#8eb53e url(http://blog.businessofsoftware.org/design_images/nav_bg.gif) repeat-x 0 0;
	border-left:1px solid #7ca229;
	border-right:1px solid #a7ca29;
}
#nav a:hover {
	background-color:#a6c22f;
	background-image:none;
}
.subscribe_link {
	padding-left:23px;
	background:transparent url(http://blog.businessofsoftware.org/design_images/nav_rss.gif) no-repeat 0 0;
}

/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Entries
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
.content-nav {
	font-size:1.1em;
}
.content-header {
	padding:5px 10px;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background-color:#031A2D;
}

.entry { background: none; }
.date-header {
	margin:0;
	padding:0;
	color: #eb6000;
	font-size: 1.2em;
	font-weight: bold;
}
.entry-header {
	color: #031a2d;
	margin:0;
	padding:5px 0 5px 0;
	font-family:inherit;
	font-weight:bold;
	font-size: 1.6em;
	line-height:1.2em;
}
.entry-header a {
	color:#031a2d;
	text-decoration:none;
}
.entry-header a:hover {
	text-decoration:underline;
}
.entry-content,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-closed
{
	margin: 5px 0;
}

.syndication_wrapper {
	clear:both;
	margin:1.5em 0 .5em 0;
	padding:0 0 .5em 0;
	height:16px;
}
.syndication {
	clear:both;
	margin:1.5em 0 .5em 0;
	padding:0 0 .5em 0;
	height:16px;
}

/* Tweetmeme */
.tweetmeme_button {
	float:right;
	margin-left:10px;
}
.tweetmeme_button_compact {
	float: left;
	margin-right:10px;
}


.stumble {
	margin:0 15px 0 0;
	float:left;
	line-height:16px;
}
.delicious {
	float:left;
	line-height:16px;
}
.delicious img {
	margin-top:3px;
}
.rss_sm {
	float:right;
	line-height:16px;
}
.syndication img {
	float:left;
	margin-right:5px;
}
.entry-footer {
	margin:15px 0 20px;
	border-top:1px solid #bdbdbd;
	color:#666;
}
.entry-footer p {
	margin:0;
	padding:0 0 1.5em 0;
	font-size:1.1em;
}


/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Sidebar
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
.module {
	margin-bottom:25px;
}
.module-header,
.retweet-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.6em;
	line-height:1.2em;
	font-weight: bold;
	color:#eb6000;
}
.module-header a {
	color:#eb6000;
	text-decoration:none;
}
.module ul {
	margin:1em 0;
	padding:0;
}
.module ul li {
	margin:.5em 0;
	padding:0 0 0 20px;
	list-style:none;
	background:transparent url(http://blog.businessofsoftware.org/design_images/bullet.gif) no-repeat 0 5px;
}
#twitter_update_list li {
	padding:0 0 0 20px !important;
	background:transparent url(http://blog.businessofsoftware.org/design_images/quote_bubble.gif) no-repeat 0 -2px !important;
}




.module-typelist,
.module-about,
.module-archives {
	margin:0;
}


/* Gamma */
#gamma .module-header,
#gamma h3,
#gamma p {
	padding:0 15px;
}
#gamma .module {
	margin:0;
}
#gamma .module-header {
	margin-top:25px;
}

.module-bos,
.module-subscribe {
	margin:0 !important;
	color:#fff;
	background:#021627 url(http://blog.businessofsoftware.org/design_images/blue_bg.gif) repeat-x 0 0;
}
.module-bos {
	border-bottom:1px dashed #666;
}	
.module-bos h2.module-header,
.module-subscribe h2.module-header {
	margin:0;
	color:#fff;
}
.module-bos h2.module-header {
	padding:10px 15px 0 15px;
	font-size:2.4em;
	font-weight:normal;
}
.module-bos h2.module-header span {
	font-weight:bold;
}
.module-bos h3 {
	margin:0;
	font-size:1.4em;
	line-height:1em;
	font-style:italic;
	font-weight:normal;
}
.module-bos h3 strong {
	color:#a4c042;
	font-weight:bold;
}
.module-bos p {
	font-size:1.6em;
	line-height:1.2em;
}
.module-bos p.boslink {
	text-align:center;
	font-size:1.4em;
}
.module-bos p.boslink a {
	color:#eb6000;
	text-decoration:none;
	font-weight:bold;
}
.module-bos p.boslink a:hover {
	color:#eb6000;
	text-decoration:underline;
}
.module-subscribe h2.module-header {
	font-size:1.6em;
	padding:10px 15px 0 15px;
}
.module-subscribe fieldset {
	margin:0 15px;
	padding:15px 0;
	border:none;
}
.module-subscribe label {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.2em;
	display:block;
}
.module-subscribe input.textbox {
	padding:3px 0;
	font-size:1.6em;
	display:block;
	width:98%;
	color:#000;
	background-color:#a2be41;
	border:2px solid #fff;
}
.module-subscribe input.button {
	margin-top:5px;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	width:127px;
	height:30px;
	background:transparent url(http://blog.businessofsoftware.org/design_images/button_onblue.gif) no-repeat 0 0;
	border:none;
}
input.button:hover {
	cursor:pointer;
}
#gamma ul {
	padding:0 15px;
}


#module-conference {
	padding-top:15px;
	background: #f67e15 url(images/conference_bg.gif) repeat-x 0 0;
}
#module-conference .module {
	padding:0;
}
#module-conference .module-header {
	color:#971200;
	margin:0 25px;
	padding:0;
	font-size:2.6em;
	line-height:1em;
	letter-spacing:-0.05em;
}
#module-conference .typelist-note-label {
	font-weight:bold;
	margin:0 25px;
	padding:0;
	color:#000;
	font-size:1.5em;
	line-height:1em;
	letter-spacing:-0.05em;
}
#module-conference .typelist-note {
	color:#fff;
	line-height:1em;
	font-weight:bold;
	letter-spacing:-0.02em;
}
#module-conference .typelist-note p {
	margin:.7em 25px;
	font-size:2em;
}
#module-conference .typelist-note p.learn {
	font-size:1.5em;
	margin:.7em 25px 0 20px;
}
a.button {
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:1em;
	line-height:43px;
	background:transparent url(images/button.png) no-repeat 0 0;
}
a.button span {
	display:block;
	background:transparent url(images/button.png) no-repeat 100% -100px;
}
a.button span span {
	display:block;
	padding:0 10px;
	margin:0 37px 0 15px;
	background:transparent url(images/button.png) repeat-x 0 -200px;
}

#module-subscribe {
	padding:15px 0 0 0;
}
#module-subscribe .module-header {
	display:none;
}
#module-subscribe a {
	color:#000;
	font-size:2em;
	line-height:34px;
	font-weight:bold;
	text-decoration:none;
}
#module-subscribe a:hover {
	text-decoration:underline;
}
#module-subscribe img {
	float:left;
	margin-right:10px;
}

#module-most_popular_posts {
	padding:25px 0 0 0;
	background:transparent url(images/section_top.gif) no-repeat 0 0;
}
#module-most_popular_posts .module {
	margin:0;
	padding:0 25px;
	background:transparent url(images/orange-red-line.gif) repeat-x 0 100%;
}
#module-most_popular_posts li{
	margin:1.25em 0
}

li li{
	font-size:1em;
}

#module-about_neil {
	padding:20px 0 0 0;
	background-color:#9aae55;
	background:#9aae55 url(images/orange-red-line.gif) repeat-x 0 100%;
}
#module-about_neil .module-header {
	color:#fff;
}
#module-about_neil a,
#module-about_neil a:hover {
	color:#fff;
}
.module-archives {
	padding-top:20px;
}
#module-creativecommons img {
	float:left;
	margin-right:10px;
}
#module-creativecommons li {
	font-size:1.2em;
	line-height:1.4em;
}

.retweet-header,
.trackbacks-header,
.comments-header,
.comments-open-header {
	padding:2px 10px;
	font-size:1.4em;
	color:#fff;
	background-color:#031A2D;
}
.comment {
	margin:15px 0 30px 0;
	padding: 0 20px 10px 20px;
	border:1px dashed #ccc;
	background-color:#f9f9f9;
}
.comment-footer {
	margin:0;
	font-size:1.1em;
	border-top:1px solid #ccc;
}


#comment-author,
#comment-email,
#comment-url,
#comment-text {
	padding:5px 5px;
	width:95%;
	border:1px solid #bbb;
}
#comment-author:hover,
#comment-email:hover,
#comment-url:hover,
#comment-text:hover {
	border:1px solid #8AA92A;
}
#comment-author:focus,
#comment-email:focus,
#comment-url:focus,
#comment-text:focus {
	border:1px solid #031A2D;
}
 
/*comment-bake-cookie*/

input#comment-preview,
input#comment-post {
	margin:0 10px 30px 0;
	padding:0;
	float:left;
	width:80px;
	height:32px;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:32px;
	letter-spacing:normal;
	background:transparent url(images/input_btn.gif) no-repeat 0 0;
	text-align:center;
	text-transform:uppercase;
	border:none;
}
input#comment-preview:hover,
input#comment-post:hover {
	background:transparent url(images/input_btn.gif) no-repeat 0 -100px;
}

/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
#footer {
	border-top:1px solid #eb6000;
	border-bottom:15px solid #031a2d;
	padding:10px 25px 10px 25px;
	clear:both;
	color:#333333;
}
#footer p {
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
}




.delicious-blogbadge-custom {
    font: 12px arial; position: relative; display: block; clear: both; overflow: hidden; height: 3em; line-height: 3em;
}
.delicious-blogbadge-custom .save-to-link {
    margin: 0;
	padding: 4px 0px 4px 20px; text-decoration: none; border: none;
    background: url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat 6px 50%; 
    color: #659d00 !important;
    font-weight: normal;
	text-decoration:underline;
    vertical-align: middle;
}
.delicious-blogbadge-custom .url-link {
    padding: 0 0.75em 0 0.75em; 
    text-decoration: none;
    border: none !important;
    color: #999 !important; 
}
.delicious-blogbadge-custom .url-link .post-count {
    background-color: #659d00; color: #fff; padding: 0 0.25em 0 0.25em;
	margin-right:15px;
}
.delicious-blogbadge-custom .empty-save-to-link {
    display: none;
}
.delicious-blogbadge-custom .empty-message {
    padding: 0 0.75em 0 0.75em; color: #999; text-decoration: none;
}
.delicious-blogbadge-custom .post-count-label-before {
	display:none;
}
.delicious-blogbadge-custom .post-count { 
}
.delicious-blogbadge-custom .post-count-label-after {
	display:none;
}
.delicious-blogbadge-custom .top-tags-container { 
    display: inline;
}
.delicious-blogbadge-custom .top-tags-title { 
    padding-right: 0.1em;
}
.delicious-blogbadge-custom .top-tags { 
    margin: 0; padding: 0; text-indent: 0; display: inline;
}
.delicious-blogbadge-custom .top-tags li { 
    display: inline; list-style: none; margin: 0; padding: 0 0.15em 0.15em 0;
}
.delicious-blogbadge-custom .top-tags li a {
    text-decoration: none; 
    border: none !important;
    color: #659d00 !important;
	font: 12px arial;
	text-decoration:underline;
}
.delicious-blogbadge-custom br { 
    clear: both 
}

/* First time here notification */
#notification {
	display:none;
	margin-bottom:25px;
	position:relative;
	padding-left:15px;
	background-color:#dceaab;
}
#notification p {
	margin:0;
	padding:0;
	font-size:1.4em;
	line-height:40px;
	font-weight:bold;
}
#close-notifcation {
	margin:0;
	position:absolute;
	right:0;
	top:0;
	float:right;
	width:40px;
	height:40px;
	background:transparent url(http://bos.typepad.com/neildavidson_files/notification-close.png) no-repeat 0 0;
	text-indent:-999em;
	overflow:hidden;
}
/* ph=1 */

