/*
Theme Name: Marva Beck 2010
Theme URI: marvabeck.realm9.com
Description: A Custom WordPress theme designed for the Marva Beck Campaign
Version: 1.0
Author: Justin Flores
Author URI: http://realm9.com/

	Theme Name v1.0
	 http://realm9.com/

	This theme was designed and built by Justin Flores,
	whose website you will find at http://realm9.com/

*/

	
/* Begin Typography & Colors */
body {
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: center;
	}


.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.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;
	}


.commentmetadata {
	font-weight: normal;
	}
	
input{
	font-size:1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






/* 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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.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;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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 */

/*-------- START TEMPLATE -------------*/


body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	line-height:153%;
	color:#413424;
}
body {
	background-color: #ffba2f;
	background-image:url(images/BGtop.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	z-index:0;
	min-width:1000px;
	background:url(images/BGmini.jpg) no-repeat 0 369px;
}

body.page-id-14 #container {
	background:none;
}

a:link, a:active {
	text-decoration:none;
	color:#000;
}

a:hover, a:visited {
	color:#413424;
}

a:hover {
	text-decoration:underline;
	visited:#413424;
}

#fb{
	width:150px;
	height:26px;
	padding-top:3px;
	padding-left:33px;
	margin-right:105px;
	float:right;
	background:transparent url(images/ICfb.png) no-repeat scroll 5px 0;
}

#fb a{
	text-decoration:none;
	font-weight:bold;
	color:#313e67;
}


#main {
	offsetTop:0;
	margin:0 auto;padding:0;
	width:1000px;
	padding-bottom:155px;   /* Height of the footer plus some space*/
	background:url(images/BGsidebar.png) repeat-y right;
}

#leftcol,#rightcol{
	margin:0;padding:0;
}

#leftcol{
	width:548px;
	float:left;
}
#rightcol{
	width:355px;
	float:left;
}

#header a span, #nav a span{
	display:none;
}
#header a, #fb a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
}
#header{
	margin:0 auto;
}
#header a{
	margin:0 auto;
	padding:0;
	background:transparent url(images/GRheader.jpg) no-repeat scroll 0 0;
	width:1000px;
	height:317px;
}

#topnav {
	width:100%;
	height:52px;
	text-align:center;
}

#topnav ul{
	margin:0;
	padding-top:5px;
}

#topnav ul li, #footnav ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#fdb116;
	font-size:2.2em;
	list-style-type:none;
	padding:0 10px;
	display:inline;
}

#topnav a, #footercontent #footnav a{
	color:#fdb116;
	text-decoration:none;
}

#topnav a:visited{
	color:#fdb116;
}
#topnav a:hover{
	color:#fff;
}
#topnav a:hover{
	visited:#fff;
}

#footnav ul{
	margin: 0 auto;
	padding:0;
}

#footnav ul li{
	font-size:1em;
}

#footercontent #footnav a:hover{
	text-decoration:underline;
}

#nav{
	width:548px;
	height:163px;
	background:transparent url(images/GRnav.png) no-repeat scroll 0 0;
}

#nav ul{
	margin:0;
	padding-top:10px;
	margin-left:50px;
}

#nav ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:165%;
	font-size:1.1em;
	list-style-type:none;
	background:transparent url(images/GRnav-item.png) no-repeat scroll 0 5px;	
	padding-left:30px;
}

#nav a{
	color:#fff;
}

#nav a:visited{
	color:#fff;
}
#nav a:hover{
	color:#ffe200;
}
#nav a:hover{
	visited:#ffe200;
}

#content{
	float:left;
	width:680px;
	padding:10px;
}

#content p, #content ul, #content h2, #sidebar h2, #sidebar p{
	margin:5px 0;
}

#content p{
	margin-bottom:10px;
}

#content h2{
	font-size:3.3em;
	font-weight:normal;
	color:#000;
}

#content h1{
	font-size:1.2em;
	font-weight:bold;
}

#content form fieldset{
	border:1px solid #ccc;
	margin-bottom:15px;
	margin-top:20px;
	padding:8px;
}

#sidebar{
	float:right;
	width:300px;
	min-height:300px;
}

#sidebar ul{
	padding:0;margin: 5px 0;
}

#sidebar ul li {
	list-style-type:none;
	margin:0;padding:0 0 10px 10px;
}

#sidebar li.page_item{
	font-size:2em;
	background:url(images/GRsidehr.png) no-repeat 0 bottom;
}

#sidebar #text-3{
	text-align:center;
}

#sidebar #text-3 h2{
	text-align:left;
	font-size:3em;
	color:#fff;
}

#sidebar #text-5{
	text-align:center;
}

#sidebar #text-5 a{
	font-size:2em;
	color:#000;
}
#sidebar #text-5 a:hover{
	text-decoration:underline !important;
}

#sidebar #text-5 h2{
	padding-top:10px;
	font-size:3em;
	color:#fff;
}

.subscribefield{
	margin:5px 0;
	width:240px;
	background:#2e2522;
	color:#fff;
	border:0;
	border-bottom:2px solid #fff;
	padding:0.4em;
}

#sidebar li.page_item a{
	text-decoration:none;
}

#sidebar h2{
	font-size:2em;
}

#footer, body.splash #footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
	margin:0 auto;
	height:140px;   /* Height of the footer */
	background-color:#000;
}

#schoolhouse{
	margin-top:-184px;
	width:505px;
	height:184px;
	background:transparent url(images/GRbottom.jpg) no-repeat scroll 0 0;
}
	
	


#footercontent {
	margin:0 auto;
	padding:5px;
	color:#ccc;
	width:1000px;
}

#footercontent a{
	color:#ccc;
}

#footernav{
	font-size:1.1em;
	margin-bottom:10px;
}
#footernav a{
	color:#fff;
}

#footercontent a.ghost-footer{
	color:#000;
}

.clear{
	clear:both;
}

.linklove{
	display:none;
}

#yardsign h1 {
	font-size:2.4em;
}

#connect h2 {
	font-size:3em;
}
#connect h1, #yardsign h1 {
	margin: 0;
}

#connect-title,#ys-title{
	width:38%;
	float:left;
}
#connect-icons, #yardsign-button{
	width:50%;
	float:left;
	margin-bottom:10px;
}

#sidebuttons {
	text-align:center;
	width:160px;
	margin: 0 auto;
}

#sidebuttons a {
	margin-bottom:3px;
}

#post-164 li.page_item {
	font-size:1.7em;
	line-height:120%;
}
