/* HTML */
body{
	padding: 0;
	margin: 0;
	background: #e4dec7 url('../images/bg.jpg') top left repeat;
}

sup{
	font-size: .6em;
}

a img{
	border: none;
	outline: none;
}
a{
	outline: none;
	text-decoration: none;
}

/* Site Wide Styles */
.typography{
	font-size: 62.5%;
	font-family: Garamond, Times New Roman, serif;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

#header{
	height: 170px;
	background: transparent url('../images/header-bg.png') top left repeat-x;
	}
	#header-inner{
		width: 940px;
		height: 170px;
		margin: 0 auto;
		background: transparent url('../images/shadow.jpg') bottom left no-repeat;
	}
	
.logo{
	border: 0;
	margin: 10px 0 0 0;
	float: left;
}

#navigation ul{
	width: 545px;
	float: left;
	padding: 0;
	margin: 50px 0 0 65px;
	}
	#navigation ul li{
		float: left;
		list-style: none;
		
		}
		#navigation ul li a{
			text-indent: -9999px;
			height: 30px;
			display: block;
			text-decoration: none;
			background-image: url('../images/navigation.gif');
			}
			#checklist a		{ width:  93px; background-position:      0 0; }
			#business-ideas a	{ width: 127px; background-position:  -93px 0; }
			#bmc-blog a			{ width:  98px; background-position: -220px 0; }
			#events a			{ width:  70px; background-position: -318px 0; }
			#about a			{ width:  69px; background-position: -388px 0; }
			#contact a			{ width:  88px; background-position: -457px 0; }
			
			#checklist a:hover		{ width:  93px; background-position:      0 -30px; }
			#business-ideas a:hover	{ width: 127px; background-position:  -93px -30px; }
			#bmc-blog a:hover		{ width:  98px; background-position: -220px -30px; }
			#events a:hover			{ width:  70px; background-position: -318px -30px; }
			#about a:hover			{ width:  69px; background-position: -388px -30px; }
			#contact a:hover		{ width:  88px; background-position: -457px -30px; }

.content{
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}

#footer{
	margin-top: 50px;
	font-size: 1.4em;
	width: 100%;
	color: white;
	clear: both;
	}
	#footer .upper{
		background: #CC6600 url('../images/orange-stripe-bg.jpg') top left repeat;
		border-top: 5px solid #993300;
		height: 40px;
		width: 100%;
		}
		#footer .upper .content{
			padding: 10px;
		}
	#footer .lower{
		background: #006699 url('../images/blue-stripe-bg.jpg') top left repeat;
		border-top: 5px solid #0099cc;
		height: 70px;
		}
		#footer .lower .content{
			padding: 20px;
			text-align: center;
		}
	#footer ul{
		margin: 0;
		padding: 0;
		}
		#footer ul li{
			list-style: none;
			float: left;
			padding: 0;
			margin: 0 10px;
		}
	#footer a{
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 1px dotted #FFFFFF;
	}
	
.corner{
		position: absolute;
		width: 15px;
		height: 15px;
		overflow: hidden;
		z-index: 1;
	}
.blue-fg{
	background-image: url('../images/corners-blue.gif');
}
.orange-fg{
	background-image: url('../images/corners-orange.gif');
}
.white-fg{
	background-image: url('../images/corners-white.gif');
}
.btl{
	background-position: 0 0;
	top: 0;
	left: 0;
}
.btr{
	background-position: -15px 0;
	top: 0;
	right: 0;
}
.bbl{
	background-position: 0 -15px;
	bottom: 0;
	left: 0;
}
.bbr{
	background-position: -15px -15px;
	bottom: 0;
	right: 0;
}
.wtl{
	background-position: 0 -30px;
	top: 0;
	left: 0;
}
.wtr{
	background-position: -15px -30px;
	top: 0;
	right: 0;
}
.wbl{
	background-position: 0 -45px;
	bottom: 0;
	left: 0;
}
.wbr{
	background-position: -15px -45px;
	bottom: 0;
	right: 0;
}
.hml{
	background-position: 0 -45px;
	top: 385px;
	left: 0;
}
.hmr{
	background-position: -15px -45px;
	top: 385px;
	right: 0;
}


/* Interior Page Styles */
.section{
	position: relative;
	padding: 0;
	margin:0 0 20px 0;
	overflow: auto;
	}
	.section img.photo{
		border: 5px solid #3399CC;
		float: left;
		margin: 10px 10px 10px 20px;
		}
	.section p{
		overflow: auto;
	}
	.section .section .corner{
		z-index: 2;
	}
	#main-content .section{
		width: 600px;
		}
		#main-content .section.orange a,
		#main-content .section.blue a{
			color: #ececec;
			text-decoration: none;
			border-bottom: 1px dotted #ececec;
		}
		#main-content .section.white a{
			color: #CC6600;
			text-decoration: none;
			border-bottom:  1px dotted #CC6600;
			}

.orange{
	background: #cc6600 url('../images/orange-stripe-bg.jpg') top left repeat;
	}
	.main-content .orange p{
		color: #FFFFFF;
	}
	.main-content .orange h2,
	.main-content .orange h2 a{
		color: #FFFFFF;
	}
	.main-content .orange h3{
		margin: 10px 0 10px 20px;
	}
	.main-content .orange table p a{
		color: #ececec;
		text-decoration: none;
		border-bottom: 1px dotted #ececec;
	}

.blue{
	background: #006699 url('../images/blue-stripe-bg.jpg') top left repeat:
}

.white{
	background: #FFFFFF;
}

.white .orange,
.white .blue{
	margin-bottom: 0;
	}
	.white .orange h3,
	.white .blue h3{
		padding: 0;
		margin: 10px 20px;
	}

.main-content{
	width: 620px;
	float: left;
	}
	.main-content h2{
		font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
		font-weight: lighter;
		font-size: 2.1em;
		height: auto;
		padding: 0;
		margin: 20px 20px 0 20px;
		text-transform: uppercase;
		color: #FF9900;
		text-indent: 0;
		background: none;
	}
	.main-content p{
		font-size: 1.4em;
		line-height: 1.5em;
		color: #333333;
		margin: 10px 20px;
		padding: 0;
	}

#side-content{
	width: 300px;
	margin-left: 20px;
	float: left;
	}
	#side-content .section.white h3{
		font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
		font-weight: lighter;
		font-size: 2.1em;
		height: auto;
		padding: 0;
		margin: 10px 20px 0 20px;
		text-transform: uppercase;
		color: #3399CC;
	}
	#side-content .section.white p{
		font-size: 1.4em;
		line-height: 1.5em;
		color: #CC6600;
		margin: 10px 20px 0;
		padding: 0;
	}
	#side-content .go-button{
		margin: 5px 5px 2px 5px;
	}
	#side-content form{
		margin: 10px 20px;
		}
		#side-content form h3,
		.orange h3{
			font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
			font-weight: bold;
			font-size: 2.1em;
			padding: 0;
			margin: 0;
			color: #FFFFFF;
		}
		#side-content form label{
			visibility: hidden;
		}
		#side-content form input.text{
			font-family: inherit;
			font-size: 2.1em;
			width: 240px;
			height: 30px;
			border: none;
			padding: 5px 10px;
			color: #666666;
			background: transparent url('../images/sidebar-form-input.gif') top left no-repeat;
		}
		#side-content form input.submit{
			text-indent: -9999px;
			height: 35px;
			width: 100px;
			border: none;
			padding: 0;
			margin: 10px 0;
			background: transparent url('../images/sign-up-sidebar-button.gif') top left no-repeat;
			color: transparent;
			text-transform: uppercase;
			font-size: -1em;
			text-align: right;
		}


/* Homepage Styles */
#home-content-promo{
	position: relative;
	/* background: transparent url('../images/content-shadow.jpg') top left no-repeat; */
	height: 560px;
	width: 940px;
	padding: 0;
	}
	#home-content-promo #promo-mkt{
		position: absolute;
		width: 600px;
		height: 400px;
		display: block;
		margin: 0;
		padding: 0;
		}
		#home-content-promo #promo-mkt .promo-image{
			z-index: -1;
		}
		#home-content-promo #promo-mkt #promo-mkt-copy{
			position: relative;
			top: 0;
			width: 580px;
			height: 62px;
			padding: 10px;
			margin: 0;
			background: transparent url('../images/blue50percent.png') top left repeat;
			}
			#home-content-promo #promo-mkt #promo-mkt-copy h2{
				font-family: Century Gothic, Gill Sans, Arial, sans-serif;
				font-size: 2.8em;
				font-weight: bold;
				color: #FFFFFF;
				padding: 0;
				margin: 0;
			}
			#home-content-promo #promo-mkt #promo-mkt-copy p{
				font-size: 1.4em;
				line-height: 1.4em;
				color: #FFFFFF;
				margin: 5px 0;
			}
	#home-content-promo #promo-form{
		position: absolute;
		width: 300px;
		height: 360px;
		left: 600px;
		padding: 20px;
		background: transparent url('../images/orange-left-shadow.jpg') top left repeat-y;
		}
		#home-content-promo #promo-form h2{
			font-family: Century Gothic, Gill Sans, Arial, sans-serif;
			font-weight: bold;
			font-size: 2.8em;
			color: #FFFFFF;
			padding: 0;
			margin: 0 0 10px 0;
		}
		#home-content-promo #promo-form p{
			font-weight: normal;
			font-size: 1.6em;
			line-height: 1.5em;
			color: #FFFFFF;
			padding: 0;
			margin: 0 0 10px 0;
		}
		#home-content-promo #promo-form form label{
			font-family: Century Gothic, Gill Sans, Arial, sans-serif;
			font-weight: bold;
			font-size: 2.1em;
			color: #663300;
		}
		#home-content-promo #promo-form form input.text{
			font-family: inherit;
			font-size: 2.1em;
			width: 280px;
			height: 30px;
			padding: 10px;
			margin: 0 0 15px 0;
			background: transparent url('../images/home-form-input.gif') top left no-repeat;
			border: none;
		}
		#home-content-promo #promo-form form input.submit{
			text-indent: -9999px;
			width: 100px;
			height: 40px;
			background: transparent url('../images/home-sign-up-button.gif') top left no-repeat;
			border: none;
			color: brown;
			font-size: -1em;
			text-align: right;
		}
		
#home-content-extra{
	position: absolute;
	top: 400px;
	width: 940px;
	height: 160px;
	background: #FFFFFF;
	}
	#home-content-extra .extra-thirds{
		width: 280px;
		height: 140px;
		padding: 10px 10px 0 10px;
		margin-right: 10px;
		float: left;
		border-right: 1px solid #CCCCCC;
		}
		#home-content-extra .extra-thirds.last{
			border-right: none;
		}
		#home-content-extra .extra-thirds h3{
			font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
			font-weight: lighter;
			font-size: 2.1em;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			color: #FF9900;
			}
			#home-content-extra .extra-thirds h3 a{
				color: inherit;
			}
		#home-content-extra .extra-thirds p,
		#blog-content p{
			font-size: 1.6em;
			line-height: 1.5em;
			margin: 10px 0 0 0;
			padding: 0;
			color: #666666;
		}
		
/* HOME BLOG STYLES */

#blog{
	position: relative;
	width: 940px;
	padding: 0;
	margin: 20px 0;
	}
	#blog #blog-inner{
		background: transparent url('../images/blue-stripe-bg.jpg') top left repeat-y;
		overflow: auto;
		padding: 20px;
		}
		#blog #blog-inner h2.title{
			width: 165px;
			height: 40px;
			text-indent: -9999px;
			background: transparent url('../images/bmc-blog-logo.gif') top left no-repeat;
			margin: 10px 0 0 20px;
		}
		#blog #blog-inner #blog-content{
			background: white url('../images/blog-content-top.gif') top left no-repeat;
			width: 860px;
			height: 100%;
			margin: 0;
			padding: 0 20px;
			overflow: auto;
			}
			#blog #blog-inner #blog-content h2.title{
				font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
				font-weight: lighter;
				font-size: 2.1em;
				width: 100%;
				height: auto;
				margin: 10px 0 0 0;
				padding: 0;
				text-transform: uppercase;
				color: #FF9900;
				text-indent: 0;
				background: none;
			}
			#blog #blog-inner #blog-content a{
				color: #CC6600;
				text-decoration: none;
				border-bottom: 1px dotted #CC6600;
			}

/* CHECKLIST STYLES */

.solution-provider{
	position: relative;
	margin: 5px 5px 3px 0;
	}

.starter-list{

	}
	.starter-list table{
		margin-bottom: 10px;
		}
		.starter-list table th{
			font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
			font-size: 1.4em;
			font-weight: bold;
			color: #3399CC; 
			text-align: left;
		}
		.starter-list table td{
			vertical-align: top;
			text-align: left;
			}
			.starter-list table th.solution-name{
				width: 130px;
				padding: 5px;
				border-right: 1px solid #ECECEC;
			}
			.starter-list table td.solution-name{
				text-align: center;
				padding: 5px;
				border-top: 1px solid #ECECEC;
				border-right: 1px solid #ECECEC;
			}
			.starter-list table th.solution-description{
				width: 340px;
				padding: 5px;
				border-right: 1px solid #ECECEC;
			}
			.starter-list table td.solution-description{
				font-size: 1.4em;
				line-height: 1.5em;
				padding: 5px;
				color: #666666;
				border-top: 1px solid #ECECEC;
				border-right: 1px solid #ECECEC;
				}
				.starter-list table td.solution-description strong{
					font-weight: bold;
					color: #333333;
				}
			.starter-list table th.solution-cost-range{
				width: 130px;
				padding: 5px;
			}
			.starter-list table td.solution-cost-range{
				font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
				font-size: 1.4em;
				padding: 20px 5px;
				border-top: 1px solid #ECECEC;
			}
			
/* EVENT PAGE STYLES */
.event table{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 15px;
	}	
	.event table p{
		font-size: 1em;
	}
	.event table tr td{
		padding: 5px;
		vertical-align: top;
		}	
		.event table tr td.row-type{
			width: 60px;
			text-align: right;
			font-weight: bold;
			}
			.event table tr td p{
				padding: 0;
				margin: 0 0 15px 0;
				line-height: 1.3em;
			}	
		.event table tr td.get-tickets{
			font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			text-align: right;
		}
			
/* TERMS STYLES */

.terms ol{
	font-size: 1.4em;
	list-style: lower-alpha;
	color: #333333;
	}
	.terms ol p{
		font-size: 1em;
		color: #333333;
	}
	.terms ol ul{
		color: #333333;
	}
	
/* BLOG SECTION STYLE */

.blog .section.orange h2{
	margin: 10px 20px;
}

.article-info-wrap{
		width: 130px;
		margin: 20px 0 0 20px;
		float: left;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #CC6600;
	}
	.article-info-wrap img.article-thumb{
		
	}
	.article-info-wrap a{
		color: inherit;
		border-bottom: 1px dotted #CC6600;
	}

.article-content-wrap{
		width: 430px;
		margin: 20px;
		float: left;
	}
	.article-content-wrap p{
		margin: 0 0 15px 0;
	}
	.article-content-wrap a{
		color: #CC6600;
		border-bottom: 1px dotted #CC6600;
	}

.article-tags{
	margin-top: 15px;
	}
	.article-tags a{
		color: inherit;
		border-bottom: 1px dotted #CC6600;
	}
