/*
 * BloomBox Social Networking and UGC Toolkit
 * Copyright 2006-2009, Mint Digital Limited, All rights reserved.
 */

/*** Colors ***
 * COLOR:       #CODE
 * COLOR:       #CODE
 * COLOR:       #CODE
 */

/*---GLOBAL---*/

body {
	margin: 0;
	background: #1b1614 url(/images/body-background.gif) center top;
	font-family: Arial, 'Helvetica Neue', Helvetica, "san-serif";
	font-size: 12px;
	color: #bfb8b6;
}
	
a:link,
a:visited {
	color: #018ccc;
}
	
a:hover,
a:visited:hover {
	color: #fff;
}
	
p {
	line-height: 18px;
	margin: 0 0 15px 0;
}

blockquote {
	line-height: 18px;
	margin: 0 0 15px 25px;
	font-style: italic;
	}
	
hr {
	display: block;
	background: none;
	clear: both;
	border-bottom: 1px solid #352b29;
	border-top: 1px solid #1c1716;
	border-left: none;
	border-right: none;
	margin: 0 0 25px 0;
}
	
p code,
li code {
	font-family: Courier New, Courier;
	background: #1b1614;
	padding: 4px 4px 3px 4px;
	border: 1px solid #120e0d;
	color: #ffffcc;
	line-height: 24px;
	display: inline;
}

code {
	font-family: Courier New, Courier;
	background: #1b1614;
	padding: 7px 10px 6px 10px;
	border: 1px solid #120e0d;
	color: #ffffcc;
	line-height: 24px;
	display: block;
	margin: 0 0 15px 0;
}
	
div.error {
	color: #fff;
	background: #de2b34;
	padding: 10px;
	margin: 0 0 25px 0;
}

div#left-column div.error ul {
  margin-bottom:0;
  list-style-type:none;
  padding:0;
	}

div.notice {
	color: #fff;
	background: #018ccc;
	padding: 10px;
	margin: 0 0 25px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}

p.intro {
	margin-bottom: 35px;
	}

em {
	font-style: italic;
	}
	
p.rss {
  clear: both;
	}

p.rss a {
  padding-left:20px;
  background:transparent url(/images/feed.png) no-repeat 0 center;
}

#wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
		
	
/*---GLOBAL > SITE HEADER---*/

div#header-wrap {
	height: 150px;
	background: #fff url(/images/header-wrap-background.gif) repeat-x;
	text-align: center;
}
	
div#header-wrap div#header-container {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}

div#header-wrap div#header-container div#header-logo-container {
	width: 385px;
	height: 150px;
	float: left;
}	
	
div#header-logo-container a {
	width: 334px;
	height: 62px;
	background: url(/images/header-logo.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	margin: 35px 0 5px 0;
	position: relative;
	left: -1px;
}
	
div#header-logo-container p {
	width: 385px;
	height: 18px;
	background: url(/images/header-tagline.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	margin: 0;
	text-indent: -5000px;
}
	
div#header-wrap div#header-container div#download-container{
	height: 150px;
	width: 273px;
	background: #bf181e url(/images/download-container-background.gif) repeat-x top;
	border-left: 1px solid #adbfc1;
	border-right: 1px solid #adbfc1;
	float: right;
	text-align: center;
}
div#header-wrap div#header-container div#download-container p#release-version{
  font-size: 12px;
  margin: 0px auto 0;
}
div#header-wrap div#header-container div#download-container p#coming-soon{
	background: url(/images/coming-soon.gif) no-repeat;
	width: 141px;
	height: 14px;
	text-indent: -9999px;
	margin: 0 auto;
}
div#download-container a:link,
div#download-container a:visited {	
	width: 183px;
	height: 37px;
	display: block;
	overflow: hidden;
	background: url(/images/download-button.png) no-repeat;
	background-position: 0 0;
	text-indent: -500px;
	margin: 50px auto 2px auto;
}
	
div#download-container a:hover,
div#download-container a:visited:hover {	
	background-position: 0 -37px;
}
	
div#download-container p {
	font-size: 12px;
	color: #a01116;
	text-shadow: 0px 1px 0px #f84e5f;
}
	
	
/*---GLOBAL > SITE NAV---*/

div#nav-wrap {
	height: 40px;
	background: #1b1614 url(/images/nav-wrap-background.gif) repeat-x top center;
	text-align: center;
}
	
div#nav-wrap div#nav-container {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
}
	
div#nav-wrap div#nav-container ul {
	float: left;
	position: relative;
	left: -10px;
	margin: 0;
	padding: 0;
}
	
div#nav-wrap div#nav-container ul li {	
	float: left;
}
	
div#nav-wrap div#nav-container ul li a:link,
div#nav-wrap div#nav-container ul li a:visited {
	color: #bfb8b6;
	text-decoration: none;
	font-size: 14px;
	padding: 13px 10px;
	display: block;
}
	
div#nav-wrap div#nav-container ul li a:hover,
div#nav-wrap div#nav-container ul li a:visited:hover {
	color: #fff;
}
	
div#nav-wrap div#nav-container ul li.selected a:link,
div#nav-wrap div#nav-container ul li.selected a:visited,
div#nav-wrap div#nav-container ul li.selected a:hover,
div#nav-wrap div#nav-container ul li.selected a:visited:hover {
	color: #018ccc;
	background: #120e0d url(/images/nav-arrow.gif) top center no-repeat; 
}
	
div#nav-wrap div#nav-container div#search-container {
	height: 38px;
	width: 273px;
	background: #ac1115;
	border-left: 1px solid #15100f;
	border-right: 1px solid #15100f;
	border-top: 1px solid #a41115;
	border-bottom: 1px solid #a41115;
	float: right;
}
	
div#search-container form {
	margin: 6px 0 0 6px;
	padding: 0;
	display: block;
}
	
div#search-container form input#search-input {
	height: 12px;
	width: 209px;
	background: url(/images/search-input.gif) 0 0 no-repeat;
	border: 0;
	color: #999;
	font-size: 12px;
	padding: 7px 10px 7px 10px;
	font-family: Arial, Helvetica, "san-serif";
	float: left;
	margin: 1px 3px 0 0;
}
	
div#search-container form input#search-button {
}
	
	
/*---GLOBAL > SITE BODY---*/

div#body-wrap {
	background: #251e1c url(/images/body-wrap-background.gif) top center;
	text-align: center;
	overflow: hidden;
}
	
div#body-wrap div#body-container {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: url(/images/body-container-background.gif) right repeat-y;
}

div#body-wrap div#body-container div#left-column {
	width: 635px;
	overflow: hidden;
	float: left;
	padding: 40px 0 70px 0;
}
		
div#body-wrap div#body-container div#right-column {
	width: 225px;
	float: right;
	padding: 40px 25px 70px 25px;
}
	
div#body-wrap div#body-container div#page-title {
	background: url(/images/hr-background.gif) repeat-x bottom;
	padding: 0 0 8px 0;
	margin: 0 0 25px 0;
}
	
div#right-column ul#sub-nav {
	background: url(/images/sub-nav-background.gif) no-repeat 7px bottom;
	padding: 0 0 2px 0;
	width: 232px;
	position: relative;
	left: -7px;
}
	
div#right-column ul#sub-nav li {
	padding: 0 0 0 7px;
	width: 225px;
	letter-spacing:0.02em;
}
	
div#right-column ul#sub-nav li a:link,
div#right-column ul#sub-nav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 7px 5px;
	display: block;
	background: url(/images/sub-nav-background.gif) no-repeat top right;
	letter-spacing: 0.03em;
}
	
div#right-column ul#sub-nav li a:hover,
div#right-column ul#sub-nav li a:visited:hover {
  background-color: #e0292f;
}
div#right-column ul#sub-nav li.selected a:hover,
div#right-column ul#sub-nav li.selected a:visited:hover{
  background-color:#931014;
}
div#right-column ul#sub-nav li.selected {
	background:transparent url(/images/hemlock-triangly-biy.gif) no-repeat left;
}

div#right-column ul#sub-nav li.selected a {
  border-top: 1px solid #800e12;
	background: #931014;
	padding: 6px 5px 7px 5px;
}
	
div#left-column h2 {
	font-weight: bold;
	color: #de2b34;
	font-size:1.5em;
	margin: 0 0 10px 0;
}
div#left-column h3{
  font-size:1.25em;
}
div#left-column h3, 
div#left-column h4, 
div#left-column h5, 
div#left-column h6 {
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin: 0 0 3px 0;
}

div#left-column ul,
div#left-column ol {
	margin: 0 0 15px 10px;
	padding: 0 0 0 20px;
	list-style: disc;
	line-height: 18px;
	}

div#left-column ol	{
  list-style:decimal;
	}

div#left-column strong {
  font-weight:bold;
	}


		
/*---GLOBAL > SITE FOOTER---*/

div#footer-container {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

div#footer-container div#footer-nav {
	float: left;	
	padding: 30px 0;
}	
	
div#footer-container div#footer-nav a#footer-logo {
	width: 136px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	background: url(/images/footer-logo.gif) 0 0 no-repeat;
	margin: 0 0 10px 0;
}
	
div#footer-container div#footer-nav li {
	float: left;
	margin: 0 15px 0 0;
} 
	
div#footer-container div#mint-logo-container {	
	padding: 40px 0 70px 0;
	background: #ac1115;
	width: 273px;;
	border-left: 1px solid #15100f;
	border-right: 1px solid #15100f;
	float: right;
	border-top: 1px solid #a41115;
}

div#footer-container div#mint-logo-container a {
	width: 179px;
	height: 42px;
	display: block;
	margin: 0 auto;
	background: url(/images/mint-logo.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -5000px;
}
	
	
/*---PAGE TITLES---*/

div#page-title h1 {
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
	
body#main-index div#page-title h1 { background-image: url(/images/home-page-title.gif); }
body#download div#page-title h1 { background-image: url(/images/download-page-title.gif); }
body#main-about div#page-title h1 { background-image: url(/images/about-page-title.gif); }
body#main-learn div#page-title h1 { background-image: url(/images/learn-page-title.gif); }
body#main-code div#page-title h1 { background-image: url(/images/code-page-title.gif); }
body#main-faq div#page-title h1 { background-image: url(/images/faq-page-title.gif); }
body#main-showcase div#page-title h1 { background-image: url(/images/showcase-page-title.gif); }
body#main-press div#page-title h1 { background-image: url(/images/press-page-title.gif); }
body#main-community div#page-title h1 { background-image: url(/images/community-page-title.gif); }
body#blog-index div#page-title h1,
body#blog-show div#page-title h1 { background-image: url(/images/blog-page-title.gif); }
body#sessions-new div#page-title h1 { background-image: url(/images/login-page-title.gif); }


/*---HOME > LEFT COLUMN---*/

div#left-column ul#home-list {
	background: #1b1614 url(/images/body-background.gif) center top;
	margin: 25px 0 25px 0;
	padding: 0;
}
	
div#left-column ul#home-list li {
	border-bottom: 1px solid #251e1c;
	font-size: 16px;
	list-style: none;
	margin: 0;
}

div#left-column ul#home-list li#build {	
	background: url(/images/home-build-icon.gif) 15px 11px no-repeat;
}

div#left-column ul#home-list li#showcase {	
	background: url(/images/home-showcase-icon.gif) 19px 12px no-repeat;
}
		
div#left-column ul#home-list li#community {	
	background: url(/images/home-community-icon.gif) 15px 13px no-repeat;
}

div#left-column ul#home-list li a strong {
	color: #018ccc;
	text-decoration: underline;
	font-weight:normal;
}
		
div#left-column ul#home-list li a:link,
div#left-column ul#home-list li a:visited {
	padding: 20px 20px 20px 70px;
	display: block;
	color: #bfb8b6;
	text-decoration: none;
	background: url(/images/home-list-arrows.gif) no-repeat;
	background-position: 600px 19px;
}
	
div#left-column ul#home-list li a:hover,
div#left-column ul#home-list li a:visited:hover {
	color: #fff;
	background-position: 600px -31px;
}
	
	
/*---HOME > RIGHT COLUMN---*/

div#featured-app {
	overflow: hidden;
	margin: 0 0 30px 0;
}
	
div#featured-app h2 {
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(/images/featured-app.gif) 0 0 no-repeat;
	margin: 0 0 5px 0;
	text-indent: -500px;
}
		
div#featured-app img {
	display: block;
	border: 5px solid #931014;
}

div#news{
  color:#ffd0d2;
}
div#news a {
	color: #fff;
}

div#news ul {
	background: url(/images/hr-red-background.gif) bottom repeat-x;
	padding: 0 0 2px 0;
	margin-bottom:1em;
}
	
div#news h2 {
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(/images/news.gif) 0 0 no-repeat;
	margin: 0 0 5px 0;
	text-indent: -500px;
}
		
div#news ul li {
	background: url(/images/hr-red-background.gif) top repeat-x;
	padding: 12px 0;
	font-size: 11px;
}
	
div#news ul li h3,
div#news ul li h3 a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
	
div#news ul li p {
	line-height: 16px;
	margin: 7px 0;
}

/*** Main > Learn ***/

body#main-learn h2{
  margin-top:2em;
  margin-bottom:1em;
}
body#main-learn h3.back-to-top{
  margin-top:3em;
}

/*---SHOWCASE > LEFT COLUMN---*/

body#main-showcase div#body-container div#left-column img,
body#main-showcase div#body-container div#left-column object {
	float: right;
	clear: both;
	margin: 0 0 25px 35px;	
	display: block;
	border: 5px solid #1b1614;
}
body#main-showcase div#body-container div#left-column object{
  width:350px;
}

body#main-showcase div#body-container div#left-column object.right{
  float: right;
	clear: both;
	margin: 0 0 25px 35px;	
}

/*---FAQs > LEFT COLUMN---*/

body#main-faq div#body-container div#left-column h3 {
	padding: 5px 0 5px 30px;
	margin: 0;
	background: url(/images/question-icon.gif) 0 4px no-repeat;
}
	
body#main-faq div#body-wrap div#body-container div#left-column p {
	padding: 0 0 5px 30px;
}
	
body#main-faq div#body-wrap div#body-container div#left-column hr {
	margin: 0 0 15px 0;
}
	

/*---BLOG > GLOBAL---*/

body.blog div#body-container div#left-column .blog-content {
	background: url(/images/hr-background.gif) repeat-x bottom;
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	}
	
body.blog div#body-container div#left-column .blog-content .post-title h2 {
  font-size: 18px;
	margin: 0 0 3px 0;
	line-height: 18px;
}
body.blog div#body-container div#left-column .blog-content .post-title a {
	color: #de2b34;
	text-decoration: none;
	}
body.blog div#body-container div#left-column .blog-content .post-title h3 {
  margin: 0 0 15px 0;
}

body.blog div#body-container div#left-column div.post-date {	
	height: 51px;
	width: 50px;
	background: url(/images/post-date-background.gif) 0 0 no-repeat;
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
	line-height: normal;
}
	
body.blog div#body-container div#left-column div.post-date span.month {
	font-size: 8px;
	text-transform: uppercase;
	display: block;
	margin: 1px 0 0 0;
	padding: 2px 0;
	color: #fff;
	height: 8px;
	overflow: hidden;
}
	
body.blog div#body-container div#left-column div.post-date span.day {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #333;
	height: 22px;
	overflow: hidden;
	margin: 1px 0 1px 0;
}

body.blog div#body-container div#left-column div.post-date span.year {
	font-size: 8px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	color: #666;
	height: 8px;
	overflow: hidden;
}
	
body.blog div#body-container div#left-column div.post-content {
	float: left;
	overflow: hidden;
	width: 570px;
}

body.blog div#body-container div#left-column div.post-content img {
	border: 5px solid #1b1614;
	}
	
body.blog div#body-container div#left-column span.author {
	text-transform: capitalize;
}
	
	
/*---LOGIN > LEFT COLUMN---*/

body#sessions-new div#body-container div#left-column div.error {
	margin: -26px 0 25px 0;
}
	
body#sessions-new div#body-container div#left-column div.notice {
	margin: -26px 0 25px 0;
}
	
/*** Forms ***/
	
form {
	margin: 0;
}

form ol {
	margin: 0 0 25px 0;
}
		
form ol li {
	margin: 0 0 5px 0;
}

form ol li .fieldWithErrors{
  display:inline;
}
	
form ol li label {
	display: block;
	float: left;
	margin: 9px 15px 0 5px;
	text-align: right;
	width: 80px;
}

/*** MAIN INDEX ***/

body#main-index form ol li label{
  width: auto;
}
body#main-index div#email-signup{
}
	
form ol li input {
	padding: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
	width: 300px;
	border: 1px solid #1b1614;
}
	
form div.submit {
	display: block;
	text-align: right;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	
form div.submit input {
	border: 0;
	font-family: Arial, Helvetica, "Sans-serif";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 13px;
	background: #018ccc;
	color: #fff;
	font-weight: bold;
}
	
/*** Email form ***/

div#email-signup div#email-form {
	overflow: hidden;
	padding: 10px;
	}
	
#new-email-form	{
  float:left;
	}

#new-email-form fieldset {
  float:left;
	}

#new-email-form ol{
  margin:0;
  float:left;
	}

#new-email-form ol li {
  margin:0;
	}

#new-email-form ol li label {
  margin-top:8px;
	}

#new-email-form div.submit {
  float:right;
  border:none;
  padding:0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 3px 0 0 0;
	}

#new-email-form div.submit input {
  width:90px;
  margin: 0 0 0 10px;
	}