/*
Theme Name: Now is the Time
Theme URI: http://www.timetobuildup.com
Description: Theme based on elements of the Now is the Time capital campaign.
Version: 0.1
Author: Erik Teichmann
Author URI: erik@eriktdesign.com
*/

* { margin: 0; padding: 0; }

html, body {
	font-family: "Arno Pro", Georgia, "Times New Roman", serif;
}

#container {
	width: 860px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

#logo {
	width: 344px;
	height: 344px;
	float: left;
	padding: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo-small {
	width: 200px;
	height: 200px;
	float: left;
	padding: 22px;
	position: absolute;
	top: 0px;
}

#video {
	width: 425px;
	height: 364px;
	float: right;
	padding: 22px;
	position: absolute;
	top: 0px;
	right: 20px;
}

#feat-post {
	width: 570px;
	height: 180px;
	float: right;
	margin: 22px;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #a8d056;
	color: #ffffff;
}

	#feat-post p {
		font-size: 14pt;
		line-height: 2em;
	}

	#feat-post .feat-img {
		border: 2px solid #1b1851;
		float: right;
	}

#content-home {
	padding: 20px;
	padding-bottom: 150px;
	position: relative;
	top: 364px;
}

#content {
	padding: 20px;
	position: relative;
	top: 220px;
}

	#content p, #content-home p {
		padding-bottom: 10px;
		font-size: 14pt;
	}

	#content blockquote {
		padding-left: 2em;
		font-style: italic;
	}

	#content ul, #content ol {
		margin-left: 2em;
		padding-bottom: 10px;
		font-size: 14pt;
	}

.meta {
	font-size: .5em;
	font-style: italic;
	padding-bottom: 3em;
}

#comment-area h3 {
	text-transform: uppercase;
	color: #1b1851;
	font-size: 20pt;
}

#comment-area h4, h4 a, h4 a:visited, h4 a:active{
	color: #a8d056;
	font-size: 18pt;
	padding-bottom: 0px;
	padding-top: 10px;
}

#comment-area p {
	font-size: 12pt;
}

.commentlist {
	list-style: none;
width: 50%;
padding-bottom: 20px;
}

#footer {
	/*position: absolute;
	bottom: 0px;*/
display: none;
}

#top-bar, #footer {
	width: 100%;
	height: 3em;
	background: #1b1851;
}

ul.top-nav {
	width: 880px;
	margin: 0 auto;
	padding-top: .5em;
	}
	ul.top-nav li {
		display: inline;
		list-style: none;
		float: right;
		margin-right: 10px;
		padding: 5px 20px 5px 20px;
		background: #1b1851;
		color: #ffffff;
		border-radius: 3px 3px;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
	}
		ul.top-nav li#home-link {
			float: left;
			margin-left: 10px;
		}
		ul.top-nav li:hover {
			background: #585eaa;
		}
		ul.top-nav li a {
			color: #ffffff;
			text-decoration: none;
		}

.button {
	font-size: 12pt;
	width: 225px;
	color: #ffffff;
	/*margin: 14px;*/
	padding: 10px;
	position: relative;
	top: 15px;
	/*top: 344px;*/
}

	.button a {
		color: #ffffff;
	}

	.button p {
		font-size: 12pt !important;
	}

	#button-left {
		float: left;
		background: #1b1851;
	}
	
	#button-middle {
		float: left;
		background: #a8d056;
		margin-left: 40px;
	}
	
	#button-right {
		float: right;
		background: #6f1200;
	}

img {
	border: 0;
}

	.entry img {
		border: 2px solid #a8d056;
		margin: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "TW Cen MT", Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}

h1, h1 a, h1 a:visited, h1 a:active {
	text-transform: uppercase;
	font-size: 26pt;
	color: #6f1200;
	padding-bottom: 20px;
}

h2, h2 a {
	text-transform: uppercase;
	color: #1b1851;
	font-size: 20pt;
}

a {
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}