/**************************************************/ 
/*  Title:   Master styles for screen media
/*  Author:  Bull Moose, LLC
/**************************************************/ 


/* GLOBAL 
--------------------------------------------------------------------------------- */

body {
	color: #1e1e1e;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #f8f8f6;
}


/* Links */

a:link, a:visited {
	color: #dd6b00;
	text-decoration: underline;
	outline:none;
}

a:hover, a:active {
	color: #1e1e1e;
}

/* Misc */

hr {
	margin: 40px 0 40px 0;
	height: 0;
	clear: both;
	border-width: 1px 0 0;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #3e3e3e;
}

a img {
	border: none;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* STRUCTURE
--------------------------------------------------------------------------------- */


#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}

#main {
	width: 950px;
	margin: 20px auto;
}

/* FONTS
--------------------------------------------------------------------------------- */

h1 {}

h2 {font-size:2.2em;text-transform:uppercase;margin:25px 0 10px 0;}

h3 {margin: 40px 0 20px 0;font-size: 2em;font-weight: normal;}

h4 {}

p {line-height:1.7em; margin:0 0 1em 0;}


/* HEADER
--------------------------------------------------------------------------------- */

#header{
	width: 950px;
	margin: 0 auto;
	padding: 20px 5px 0 5px;
}

#logo{
	float: left;
	margin-left: -5px;
}

#logo a {
	display:block;
	width:440px;
	height:58px;
}

#logo h1 {
	display:block;
	background:url(../images/assets/msftc_text_horizontal.png) no-repeat;
	width:440px;
	height:58px;
	text-indent:-9999px;
}

ul#navigation{
	width: 932px;
	height: 60px;
	margin: 5px auto 0 auto;
	padding:0 20px;
	background: url(../images/assets/navbar.png) no-repeat;
}

ul#navigation li {
	float:left;
	display: block;
	margin:20px 12px 0 0;
	padding:2px;
}

ul#navigation li a {
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	padding:8px;
	margin:15px 0;
}

ul#navigation li a:hover {color:#dd6b00;}

ul#navigation li a.current {color:#dd6b00;}

ul#navigation li.navblog{
	float: right;
	background: #000;
	border: 1px solid #2c2c2c;
	padding: 3px 5px 1px 5px;
	font-weight: bold;
	letter-spacing: .5px;
	margin-top: 18px;
}


/* MAIN STYLES 
--------------------------------------------------------------------------------- */

.column0{
	width:926px;
	padding: 12px;
	background: #fff;
}

.column1{
	width: 600px;
	padding: 10px;
	background: #fff;
	float: left;
}

.column2{
	float: left;
	margin-left: 20px;
}

ul#subnav{
	float: right;
	height: 30px;
	margin-top:-2px;
	text-transform: uppercase;
	font-size:0.8em;
}

ul#subnav li {
	float:left;
	display: block;
	margin:0 0 0 20px;
}

ul#subnav li a {
	color:#1e1e1e;
	text-decoration:none;
	padding:2px;
}

ul#subnav li a:hover {color:#dd6b00;}


/* SECONDARY STYLES 
--------------------------------------------------------------------------------- */

/* ABOUT */

.feature{
/*	width: 934px;
	height: 400px;
	border: 6px #fff solid;
	padding: 2px;
	background: #fff; */
}

.size1{
	font-size: 1.4em;
	line-height: 1.6em;
	letter-spacing: 0.25px;
	margin:0 0 12px 0;
}

.size2{
	line-height: 1.75em;
	letter-spacing: 0.25px;
	margin:0;
	/* color: #4d4d4d; */
}

.intro{
	padding: 10px;
	border:1px solid #eeeeee;
	background: #f5f5f5;
}

.tri li {
	float: left;
	width: 270px;
	margin: 30px 0 0 30px;
	line-height:1.7em;
}

.firstword{
	font-weight: bold;
	margin:-1px 8px 0 0px;
	font-size:1.3em;
	display: block;
	float: left;
}

.story1{
	background: #f5f5f5;
	border:1px solid #eeeeee;
	padding: 8px;
	margin: 10px 14px 5px 0;
	float: left;
}

.story2{
	background: #f5f5f5;
	border:1px solid #eeeeee;
	padding: 8px;
	margin: 10px 0 5px 0;
	float: left;
}

/* GIVE */

#top {margin-bottom:30px;}

#donate {
	width:490px;
	float:left;
}

.button{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.button:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.button:active{
	top: 1px;
}

.orange.button{
	background: #dd6b00 url(../images/assets/overlay.png) repeat-x;
}

.orange.button:hover{
	background:url("../images/assets/overlay.png") repeat-x scroll 0 0 #D45500;
	color: #fff;
}

.large.button, .large.button:visited {
	font-size:1.4em;
	padding:8px 14px 9px;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
}

#donate .orange.button {margin-bottom:10px;}

#donate .size1 {margin-bottom:0;}

#contact-info {
	float: left; 
	width: 390px; 
	margin-left: 20px; 
	padding-top: 10px;
}

#contact-info em {font-style:normal;}

.vcard {margin:0 0 1em 2em;}

.vcard .org {font-weight:bold;}

/* STORIES */

#left-col {
	width: 600px; 
	float: left;
}

.story h3 {	margin-bottom: 10px;}

#sidebar {
	width: 300px; 
	float: left; 
	margin-left: 40px;
	margin-top: 10px;
}

#sidebar a {text-decoration: none;}

/* SPONSORS */

.sponsors{
	
}

.sponsors li {
	float: left;
	width: 265px;
	margin: 10px;
	padding: 10px;
	border:1px solid #eeeeee;
	background: #f5f5f5;
	text-align: center;
}

/* Connect */

#contactForm{
	width: 560px;
	float: left;
}

#contactForm h3{
	margin: 5px 0 20px 0;
}

#contactForm hr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 30px 0 30px 0;
}

#formLeft{
	float: left;
}

#formRight{
	float: right;
}

#fields{
	width: 540px;
	margin: -10px auto 0 auto;
}

#contactForm #formMessage {clear:both;width:500px; color:#302a26; margin:0 0 5px 0px;}
#contactForm #formMessage textarea {border:1px solid #ddd; padding: 4px;}

#contactForm #formLeft p, #contactForm #formRight p, #contactForm #formMessage p {margin-bottom:11px;}
#contactForm #formLeft input, #contactForm #formRight input {width:95%; font-size:11px; padding:2px; border:1px solid #ddd;}

#contactForm p.left {margin:19px 0 0 0px;}

#contactForm p.left span, #contactForm #formMessage span, #contactForm span {color:#dd6b00;}
#contactForm p.left {float: left; font-size:11px; color:#302a26; margin-top: 5px;}

#formLeft, #formRight {width:250px; color:#302a26; margin:20px 0 5px 0; }

#contactSubmit{
	float: right;
	margin: 10px 5px 0 0;
}

#fields .orange.button {margin-bottom:5px; border: none; padding:5px 10px 6px;font-style:normal;}

/* BLOG */

#blogWrap {
	width:600px;
	float:left;
	padding:1.5em 0;
	background: #fff;
}

.post {padding:0 1em; margin-bottom:4em;}
.post.last {margin-bottom:0;}

.blogHeader {
	margin:0 0 1.5em 0;
	border-left:3px solid #dd6b00;
	padding: 6px 0 0 10px;
}

.blogHeader h3 {font-size:2.2em; margin:0;font-weight:bold; letter-spacing:0.03em;line-height: 1.2em;}
.blogHeader a {display:block; text-decoration:none; color: #1e1e1e;}
.blogHeader a:hover {color: #1e1e1e;}

span.authorImage {
	display:block;
	width:35px;
	height:35px;
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	float:left;
	margin:-0.8em 15px 0 0;
}

span.authorImageSmall {
	display:block;
	width:25px;
	height:25px;
	background:#EEEEEE;
	float:right;
	margin:0 0 0 10px;
}

.blogFooter {
		
}

p.blogMeta {
	padding:.5em .6em .3em .6em;
	background:#F5F5F5;
	border:1px solid #EEEEEE;
}

span.commentCount {float:left;}
span.commentCount em {font-style:normal; display:block; float:left; margin:0.05em 0.25em 0 0; font-weight:bold; font-size:1.8em;}
span.commentCount a, span.authorInfo a {text-decoration:none;}
span.authorInfo {float:right;}

.blogTags {
	font-weight:bold;
}

.blogTags a {text-decoration:none;}

#comments{
	margin-left: 15px;
}

#pagination {padding:0 1em;}
#pagination a {font-size:1.3em; text-decoration:none;}
#paginationLeft {float:left; margin:2em 0 1em 0;}
#paginationRight {float:right; margin:2em 0 1em 0;}

.blogSideItem {
	padding:.5em .5em 0 .5em;
	background:#f1f1f0;
	margin-top: 30px;
}

p.twitter{
	top: 0;
	margin-bottom: -50px;
	width: 300px;
	height: 50px;
	background: url(../images/assets/twitter_50.png) no-repeat;
	padding: 20px 0 0 120px;
}

.twitterTime{
	color: #7c7c7c;
}

/* FOOTER
--------------------------------------------------------------------------------- */

#footer{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer ul {
	width:50%;
	margin:0 auto;
	padding-left: 0;
} 

#footer ul li {
	margin-left: 0;
	padding: 3px 0 0 20px;
	float:left;
}
		
#footer ul li.first {
	margin-left: 0;
	padding: 3px 0 0 0;
}

#footer li a#footLogo {
	display:block;
	width:60px;
	height:20px;
	margin-top:-5px;
	text-indent:-9999px;
	background:url(../images/assets/mftc_initials.png) no-repeat;
}
