/*
Theme Name: Made in America
Theme URI: http://wordpress.org/
Description: Custom theme for Made in America Tour
Version: 1.0
Author: Someone
Author URI: http://binarybonsai.com/
Tags: 
*/



/* BEGIN CUSTOM MADE IN AMERICA */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	}
	
:-moz-any-link:focus {
  outline: none;
}

input.btn {
	color:#ffffff;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #950518;
	padding: 5px;
	height: 20px;
	border: 1px solid #FFFFFF;
}

/* Intro
--------------------------------------------- */
#intro {
	margin-top:35px;
}
	#intro #feature {
		float:right;
		height:200px;
		margin-left:0;
		padding-top:0;
		width:auto;
	}
		#intro #feature #feature-media {
			background:#255DB7;
			float:none;
			padding:15px;
			width:315px;
		}
	#intro #intro-copy {
		float:left;
		margin-right:15px;
		width:490px;
	}
	#intro h2 	{ margin:5px 0; }
	#intro h3 	{ margin:0; }
	#intro a 	{ color:#fff; }
	#intro .clips {
		height:65px;
		overflow-y:auto;
		width:315px;
	}
		#intro .clips a:first-child {
			/* 
				Hide the title of the posterframe that flowPlayer adds automatically
				We'll do this in javascript as well for browsers such as IE that don't
				support CSS3
			*/
			display:none;
		}
		#intro .clips a {
			background:#102C54;
			color:#fff;
			cursor:pointer;
			display:block;
			margin-bottom:1px;
			padding:5px;
		}
		#intro .clips .playing {
			background:#143B73;
		}
		#intro .clips a:hover { background:#004465; }
	#intro #flashVid1, #intro #flashVid2 {
		height:236px;
		margin-bottom:12px;
		width:315px;
	}




#page {
	text-align: left;
	background-image: url(images/header_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 142px;
	position:relative;
	width: 950px;
	}
	
#header-links {
	width: 915px;
	padding-right: 35px;
	text-align: right;
}
	#header .am {
		position:absolute;
		right:0;
		top:46px;
	}

#header-links a {
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #1a3f76;
	background-image: url(images/tab_top.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#header-links a:hover {
	background-image: url(images/tab_top_hover.jpg);
}

#header-nav {
	height: 35px;
	margin-left: 335px;
	position: absolute;
	top: 74px;
}

#header-nav a {
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 36px;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
}

#header-nav a:hover {
	background-image: url(images/nav_hover.jpg);
	background-repeat: repeat-x;
}

#spotlight {
	margin-top:35px;
}

#spotlight-tabs, #intro-tabs {
	text-align: right;
	width: 915px;
	margin-right: 35px;
}

#spotlight-tabs a, #intro-tabs a {
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 5px;
}

.tab_hover {
	background-color: #265ba8;
	cursor: default;
}

.tab {
	background-image: url(images/tab_off.jpg);
	cursor: pointer;
}

#spotlight-content, #intro-content {
	background-color: #265ba8;
	background-image: url(images/background_medium.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 269px;
	width: 880px;
	padding-top: 20px;
	padding-bottom: 35px;
	text-align: left;
	padding-right: 35px;
	padding-left: 35px;
}
#intro-content {
	height:330px;
}

#spotlight-left {
	float: left;
}

#spotlight-headline {
	text-align: center;
	width: 295px;
	font-weight: bold;
}

#spotlight p {
	margin-top: 5px;
}

.headline-text {
	font-size: 23px;
}

.black-text {
	color: #000000;	
}

#schedule {
	margin-top:23px;
	width: 295px;
}

#schedule-header {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/header_modules.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 35px;
	height: 35px;
	padding-left: 20px;
}

#schedule-content {
	color: #1a3f76;
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(images/background_schedule.gif);
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
}

#schedule-content h3 {
	color: #be061f;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#schedule-content p {
	margin-top: 2px;
	margin-bottom: 12px;
}

#schedule-footer {
	background-image: url(images/tab_off.jpg);
	background-repeat: repeat-x;
	line-height: 35px;
	height: 35px;
	background-color: #000000;
	text-align: center;
}

#schedule-footer a {
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
}

#feature {
	width: 545px;
	margin-left: 335px;
	height: 50px;
	padding-top: 15px;
}

#feature-media {
	float: left;
}

#feature-copy {
	margin-left: 340px;
	width:200px;
}

#feature h1 {
	font-size: 24px;
	font-weight: bold;
}

#content {
	clear:both;
}
#content-left {
	float: left;
	width: 330px;
}

#bottom-link {
	margin-top: 20px;
	margin-bottom: 0px;
}

#bottom-link a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}

#bottom-link-twitter {
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#bottom-link-twitter a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}

.link-right {
	text-align: right;
}

.link-left {
	text-align: left;
}

#news {
	width: 330px;
}

#module-header {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/header_modules.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 35px;
	height: 35px;
	padding-left: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

#news-content {
	background-color: #265ba8;
	background-image: url(images/background_large.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 395px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;	
}

#news-content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

#news-content h2.a {
	text-decoration: none;	
}

#news-content a {
	color: #FFFFFF;
	text-decoration: none;	
}

#news-post a {
	text-decoration: underline;	
}
#news-post p img, #news-post img, #news-post a img {
	display:none;
}

#news-content p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.no-underline {
	text-decoration: none;	
}

#plan {
	margin-top: 35px;
	width: 330px;
}

#plan-content {
	background-color: #265ba8;
	background-image: url(images/background_small.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	height: 139px;
	padding-bottom: 20px;
	padding-right: 35px;
	padding-left: 35px;
}

#plan-content a {
	color: #FFFFFF;
	text-decoration: none;	
}

#photos {
	margin-top: 35px;
	width: 575px;
	margin-left: 370px;
}

#photos-content {
	background-color: #265ba8;
	background-image: url(images/background_small.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
}

#photos-feed img {
	border: 1px solid #FFFFFF;
	margin-right: 30px;
	margin-bottom: 30px;
}

#photos-content a {
	color: #FFFFFF;
	text-decoration: none;	
}

#photos-feed {
	height: 88px;
	padding-top: 10px;
}

#videos {
	margin-top: 35px;
	width: 575px;
	margin-left: 370px;
}

#videos-content {
	background-color: #265ba8;
	background-image: url(images/background_small.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
}

#videos-content a {
	color: #FFFFFF;
	text-decoration: none;	
}

#videos-feed {
	height: 87px;
	padding-top: 10px;
}

#twitter {
	margin-top: 35px;
	width: 575px;
	margin-left: 370px;
}

#twitter-content {
	background-color: #265ba8;
	background-image: url(images/background_small.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 35px;
}

#twitter-content a {
	color: #FFFFFF;
	text-decoration: none;	
}

#twitter-feed {
	height: 97px;
}

#twitter-feed ul li {
	margin-bottom: 11px;
	list-style-type: none;
	text-indent: 0px;
}

#twitter_div {
	padding: 0px;	
}

#social-logo {
	height: 26px;
	text-align: right;
}

#sidebar {
margin-right: 580px;
	width: 260px;
	background-image: url(images/background_large.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 35px;
}

.textwidget {
	margin-top: 10px;
	margin-bottom: 25px;
}

#right-content {
	float: right;
	width: 580px;
	background-image: url(images/background_large.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height:390px;
	}

#entry {
	padding: 35px;
}

#holder {
	margin-top: 15px;
	background-image: url(images/stretcher.jpg);
	background-repeat: repeat-y;
}

#holder a {
	color: #ffffff;
}

#footer {
	width: 950px;
	clear: both;
	padding-top: 15px;
	}

#footer p {
	font-size: 11px;
	color: #1a3f76;
	text-align: center;	
}

#footer a {
	color: #1a3f76;
	text-decoration: underline;
}


/* END CUSTOM MADE IN AMERICA */




.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* Begin Structure */


.postmetadata {
	clear: both;
	color: #b6c7e1;
	margin-bottom: 25px;
}

.postmetadata a {
	color: #b6c7e1;	
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	font-size:16px;
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry {
	margin-bottom: 15px;
	
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	r-bottom-color: #FFFFFF;	
	}
/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
