/*
Theme Name: Rethink WP Theme
Theme URI: http://wordpress.org/
Description: 323 Creative's design and development of http://www.rethinkmission.org Wordpress theme.
Version: 1.0
Author: Jason & Kat Froderman
Author URI: http://323creative.com/
*/



/* Begin Typography & Colors */
body {
	background: #1C1C1C url(images/bg-new.jpg) top center no-repeat;
	color: #1C1C1C;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px -- for 11px, use 1.1em */
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:visited {
	color: #73B92B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 14px;
	margin: 5px 0 2px 0;
	padding: 0;
}

img {
	border: 0;
	opacity: 1;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
}

#page {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 970px;
}

#logo {
	width: 430px;
	height: 121px;
	float: left;

	background-image: url(images/logo.png);
	margin: 15px 0 0 15px; /* 8px for IE6 */
	padding: 0;
}

#logo h1 {
	width: 430px;
	height: 121px;

	font-size: 16px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#header-right {
	width: 500px; /* 525px for FF & Safari */
	float: right;
}

#search {
	float: right;
	margin: 40px 5px 0 0;
}

#search input {
	width: 175px;
	height: 18px;
	float: right;

	background-color: #B3B3B3;
	border: 0;
	color: #17258D;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 3px;
}

#search .button {
	height: 21px;
	float: right;
}

#menu {
	width: 460px;
	height: 35px;
	float: right;

	margin: 25px 0 0 0;
}

#menu ul {
	float: right;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 35px;
	display: block;
	text-decoration: none;
}

#menu li a span {
	visibility: hidden;
}

#menu li ul { /* second-level lists */
	width: 160px;
	/* height: 20px; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
	background-color: #F359A0;
	margin: 0;
	padding: 0;
	position: absolute;
}

#menu li ul li {
	width: 160px;
	height: 20px;
	
	margin: 0;
	padding: 0;
}

#menu li ul li a {
	height: 20px;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: -7px 0 0 6px;
	padding: 0;
	z-index: 999;
}

#menu-blog {
	width: 93px;
	background: url(images/menu-blog.png) top left no-repeat;
}

#menu-blog:hover {
	width: 93px;
	background: url(images/menu-blog.png) bottom left no-repeat;
}

#menu-about {
	width: 120px;
	background: url(images/menu-about.png) top left no-repeat;
}

#menu-about:hover {
	width: 120px;
	/* background: url(images/menu-about.png) bottom left no-repeat; */
}

#menu-speaking {
	width: 167px;
	background: url(images/menu-speaking.png) top left no-repeat;
}

#menu-speaking:hover {
	width: 167px;
	background: url(images/menu-speaking.png) bottom left no-repeat;
}

#menu-join {
	width: 80px;
	background: url(images/menu-join.png) top left no-repeat;
}

#menu-join:hover {
	width: 80px;
	background: url(images/menu-join.png) bottom left no-repeat;
}

#submenu-about-jonathan {
	background: url(images/submenu-about-jonathan.jpg) top left no-repeat;
}

#submenu-about-jonathan:hover {
	background: url(images/submenu-about-jonathan.jpg) bottom left no-repeat;
}

#submenu-about-rethink-mission {
	background: url(images/submenu-about-rethink-mission.jpg) top left no-repeat;
}

#submenu-about-rethink-mission:hover {
	background: url(images/submenu-about-rethink-mission.jpg) bottom left no-repeat;
}

#submenu-about-logo {
	background: url(images/submenu-logo.jpg) top left no-repeat;
}

#submenu-about-logo:hover {
	background: url(images/submenu-logo.jpg) bottom left no-repeat;
}

#submenu-about-gospel-centered {
	background: url(images/submenu-gospel-centered.jpg) top left no-repeat;
}

#submenu-about-gospel-centered:hover {
	background: url(images/submenu-gospel-centered.jpg) bottom left no-repeat;
}

#submenu-about-missional {
	background: url(images/submenu-missional.jpg) top left no-repeat;
}

#submenu-about-missional:hover {
	background: url(images/submenu-missional.jpg) bottom left no-repeat;
}

#submenu-advisory-team {
	background: url(images/submenu-advisory-team.jpg) top left no-repeat;
}

#submenu-advisory-team:hover {
	background: url(images/submenu-advisory-team.jpg) bottom left no-repeat;
}

#submenu-what-others-are-saying {
	background: url(images/submenu-what-others-are-saying.jpg) top left no-repeat;
}

#submenu-what-others-are-saying:hover {
	background: url(images/submenu-what-others-are-saying.jpg) bottom left no-repeat;
}

#content {
	width: 970px;
	
	font-size: 1.1em;
	text-align: left;
}

#column1-home {
	width: 475px;
	float: left;

	margin: 0;
	/* opacity: .8; */
}

#column1 {
	width: 725px; /* 475px */
	float: left;

	margin: 0;
	/* opacity: .8; */
}

#column2 {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
	/* opacity: .8; */
}

#sidebar {
	width: 245px;
	float: left;

	margin: 0;
	padding: 0;
	/* opacity: .8; */
}

#column1-home-header {
	width: 430px;
	height: 25px;

	background: url(images/green-arrows.png) top left no-repeat;
	margin: 15px 0 0 15px;
}

#column1-header {
	width: 680px; /* 430px */
	height: 25px;

	background: url(images/green-arrows-wide.png) top left no-repeat;
	margin: 15px 0 0 15px;
}

#column1-home-content {
	height: 400px;

	background-color: #FFFFFF;
	font-size: 1.1em;
	margin: 0 30px 0 15px;
	overflow: auto;
	padding: 20px; /* Causes problems in IE6? -- DON'T THINK SO */ /* Was 10px */
}

#column1-content {
	/* height: 400px; */
	min-height: 400px;

	background-color: #FFFFFF;
	font-size: 1.2em;
	margin: 0 30px 0 15px;
	overflow: auto;
	padding: 20px; /* Causes problems in IE6? -- DON'T THINK SO */ /* Was 10px */
}

#column2-content {
	height: 485px;

	background: #FFFFFF url(images/brown-arrows.png) no-repeat bottom right;
	margin: -15px 5px 0 0;   /* Top: -15 for FF/Safari/IE8 -- 0 for IE6/IE7 */
	overflow: auto;
	padding: 10px 15px 10px 10px; /* Causes problems in IE6? -- DON'T THINK SO */
}

#sidebar-content {
	height: 485px;

	background: #FFFFFF url(images/blue-arrows.png) no-repeat bottom right;
	margin: -15px 0 0 0;  /* Top: -15 for FF/Safari/IE8 -- 0 for IE6/IE7 */
	overflow: hidden;
	padding: 10px; /* Causes problems in IE6? -- DON'T THINK SO */
}

#column1-content h2, #column1-home-content h2 {
	color: #73B92B;
	font-size: 1.6em;
}

#column1-home-content h2 {
	margin-top: -10px;
}

#column1-home-content h3 {
	margin-top: -4px;
}

#column2-content h2 {
	color: #5A3D1B;
}

#sidebar-content h2 {
	color: #17258D;
	margin-top: -2px; /* HACK */
}

#column1-content a {
	color: #73B92B;
}

#column2-content a {
	color: #5A3D1B;
}

#sidebar-content a {
	color: #17258D;
}

#social-media {
	margin: -18px 0 -10px 0;
	text-align: center;
}

#twitter-content {
	width: 195px;
	height: 85px;
	
	background: transparent url(images/twitter-bg.png) no-repeat 0px 0px;
	margin: 0;
	padding: 15px 15px 0 15px;
}

#twitter-content #tweet {
	width: 185px;
	height: 50px;
	
	font-size: .9em;
	overflow: hidden;
}

#twitter-content #tweet p {
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

a.twitter-link, .twitter-link {
	font-weight: bold;
}

.twitter-timestamp, .lastfm-timestamp {
	color: #777777;
	font-style: italic;
}

#last-fm-content {
	width: 195px;
	height: 115px;
	
	background: transparent url(images/last-fm-bg.png) no-repeat 0px 0px;
	margin: 0;
	padding: 20px 15px 0 15px;
}

#last-fm-content #entries {
	width: 185px;
	height: 80px;
	
	font-size: .9em;
	overflow: hidden;
}

#last-fm-content #entries p {
	line-height: 1.2;
	margin-bottom: 3px;
	padding: 0;
}

#currently-reading {
	margin-top: -15px;
}

#badge {
	font-size: .9em;
}

#copyright {
	color: #FFFFFF;
	margin: 5px 0 0 20px;
}

#footer {
	height: 15px;
	clear: both;
}

#headshot {
	width: 100px;
	float: right;

	margin: 0 0 5px 10px;
	text-align: center;
}

#headshot .caption {
	color: #5A3D1B;
	font-size: 10px;
	font-weight: bold;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both, .menu-content-clear {
	clear: both;
}

.vertical-margin {
	height: 10px;
}

.post-image-thumbnail {
	width: 200px;
	float: right;

	margin: 0 0 5px 10px;
}

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

h3, h4 {
	color: #73B92B;
	margin-bottom: 2px;
}

/*	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;
	opacity: 1;
}

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

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

.alignright {
	float: right;
}

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

.postmetadata {
	margin-bottom: 10px;
}