/*
Theme Name: Custom MCC Theme
Theme URI: http://www.gomcc.org
Description: Custom theme created for Milwaukie Christian Church
Author: Matt Fielding & Stephen Dagley
Version: 1.0
*/

/* v1.0 | 20080212 */

/*////////////////*/
/* CSS Reset Start*/
/*////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*///////////////*/
/* CSS Reset End */
/*///////////////*/

body {
	background-color: #FFF;
	color: #A87D50;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

a, a:hover, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#header .container {
	margin-top: 20px;
	background-color: #FFF;
	position: relative;
}

#main .container {
	height: 377px;
	background-color: #FFF;
	position: relative;
}

#main2 .container {
	min-height: 377px;
	background-color: #FFF;
}

#footer .container {
	margin-top: 11px;
	min-height: 50px;
	padding-top: 11px;
	clear: both;
}

#footer {
	font-size: 12px;
}

#footer p {
	line-height: 14px;
}

#nav {
	background-color: #5CBA5A;
	height: 40px;
	margin: 20px 0px 11px;
}

#logo {
	background: #FFF url('images/mcc_logo.jpg');
	width: 186px;
	height: 52px;
}

#search {
	position: absolute;
	right: 0px;
	bottom: 60px;
}

#main_image {
	position: absolute !important;
	height: 264px;
	width: 521px;
	top: 0px;
	left: 0px;
	background-color:#CCC;
}

#headlines {
	position: absolute;
	height: 242px;
	width: 246px;
	top: 0px;
	right: 0px;
	background-color: #C3DE9A;
	padding: 11px;
}

#tagline {
	position: absolute;
	height: 80px;
	width: 499px;
	bottom: 0px;
	left: 0px;
	background-color: #A87D50;
	color: #FFF;
	padding: 11px;
}

#tagline h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#headlines h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#headlines p {
	line-height: 20px;
	margin-bottom: 20px;
}

#tagline p {
	line-height: 20px;
}

#headlines a, #headlines a:visited {
	color: #A87D50;
	text-decoration: underline;
}

#headlines a:hover, #headlines a:active {
	color: #FFF;
}

#links {
	position: absolute;
	height: 102px;
	width: 268px;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
	color: #FFF;
}

ul#navmenu {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 13px;
}

ul#navmenu li {
	display: inline;
	margin-right: 26px;
}

ul#navmenu li#last {
	margin-right: 0px;
}

ul#navmenu li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}

ul#navmenu li a.active, ul#navmenu li a:hover {
	color: #C3DE9A;
}

.linkspacer {
	height: 6px;
}

.link {
	height: 30px;
	width: 100%;
}

#blog {
	background: #5CBA5A url('images/blog.gif') no-repeat 5px 0px;
}

#directions {
	background: #5CBA5A url('images/directions.gif') no-repeat 5px 0px;
}

#calendar {
	background: #5CBA5A url('images/calendar.gif') no-repeat 5px 0px;
}

div#blog:hover {
	background-color: #A87D50;
}

div#directions:hover {
	background-color: #A87D50;
}

div#calendar:hover {
	background-color: #A87D50;
}

.link p {
	padding-top: 7px;
	padding-left: 45px;
}

#sidelinks {
	position: absolute;
	width: 154px;
	background-color: #C3DE9A;
	margin-right: 11px;
	color: #A87D50;
	padding: 5px 0px 11px;
	top: 0px;
	left: 0px;
}

#sidelinks>a, #sidelinks>a:visited {
	color: #A87D50;
	margin-left: 11px;
	line-height: 25px;
}

#corner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url('images/roundedcorner.png');
	width: 21px;
	height: 19px;
}

#titlebar {
	width: 635px;
	height: 35px;
	background-color: #BED639;
	color: #FFF;
	margin-left: 165px;
}

#titlebar h1 {
	padding-top: 10px;
	padding-left: 11px;
}

#content {
	width: 613px;
	padding: 11px;
	min-height: 200px;
	margin-left: 165px;
	margin-top: 11px;
}

#content p {
	line-height: 20px;
	margin-bottom: 20px;
}

#content a, a:hover {
	text-decoration: underline;
	color: #5CBA5A;
}

#content a:visited, a:active {
	text-decoartion: underline;
	color: #A87D50;
}

.p_title {
	font-weight: bold;
	font-size: 16px;
}

.p_date {
	font-size: 12px;
	display: block;
	margin-bottom: 12px;
	margin-top: 5px;
}

.post {
	margin-bottom: 65px;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;
}
