/*
Theme Name: 
Theme URI: 
Description: 
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: left;
	}


.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;
}

input {
	font-size:1em;
}

.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;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color:#6a7a95;
	}
	
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: 10px 10px 0 10px;
	padding:7px;
	padding-left: 20px;
	background:#ebebef;
	}

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 {
	color:#6a7a95;
	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:#000f5e;
}
body {
	background-color: #fff;
	background-image:url(images/BGtop.png);
	background-position:top;
	background-repeat:repeat-x;
}

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;
	background:#000f5e url(images/BGcontent.png) repeat-y scroll left;
	min-width:980px;
}

a:link, a:active {
	text-decoration:none;
}

a:hover, a:visited {
	color:#080f32;
}

a:hover {
	text-decoration:underline;
	visited:#283891;
}

#main {
	offsetTop:0;
	margin:0;padding:0;
	width:100%;
	padding-bottom:235px;   /* Height of the footer plus some space*/
	background:transparent url(images/BGhead.jpg) repeat-x scroll top left;
}

h1{
	margin:0;
}

h1 a span, #nav a span, #nav2 a span{
	display:none;
}
#header a, #fb a, #donate a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
}
#header{
	height:313px;
	width:100%;
}
#header a{
	margin:0;
	padding:0;
	background:transparent url(images/GRhead01.jpg) no-repeat scroll top left;
	height:313px;
	width:100%;
}

#mid{
	width:100%;
	height:345px;
	background:transparent url(images/GRhead02.jpg) no-repeat scroll top left;
	margin-bottom:-345px;
}

#fb{
	width:75px;
	height:96px;
	float:right;
	margin-right:20px;
}
#fb a{
	margin:0;
	padding:0;
	background:transparent url(images/GRfb.png) no-repeat scroll 0 5px;	
	width:75px;
	height:96px;
}

#content{
	padding:10px 20px ;
	float:left;
	*float:none;
	width:645px;
	position:relative;
	z-index:20;
}

#subscribe-home{
	padding:10px;
	background:#4465d4 url(images/BGsubscribe.png) no-repeat top left;
}


#content .subscribefield{
	width:150px;
	float:left;
}

#content .subscribefield input{
	width:120px;
}
#content .subscribefield label{
	color:#fff;
}


#nav{
	width:100%;
	height:50px;
}

#nav li {
	display:inline;
}

#nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:normal;
	color:#fff;
	padding-right:5px;
	padding-top:2px;
	text-decoration:none;
	padding-left:22px;
}

#nav li.page-item-3 a{
	background:url(images/GRstar.png) no-repeat -5px -2px;
}

#nav li.page-item-8 a{
	font-weight:bold;
}

#nav a:visited{
	text-decoration:none;
	color:#fff;
}
#nav a:hover{
	text-decoration:underline;
	color:#dd173f;
}
#nav a:hover{
	visited:#dd173f;
}



#content p, #content ul, #content h2{
	margin:5px 0;
}

#content p{
	margin-bottom:10px;
}

#content h2, #sidebar h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:15px;
	line-height:155%;
}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
}

#content form fieldset{
	border:1px solid #ccc;
	margin-bottom:15px;
	margin-top:20px;
	padding:8px;
}

#sidebar{
	width:246px;
	padding:10px;
	margin-top:280px;
	float:left;
	color:#fff;
	text-align:center;
	min-height:420px;
}

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

#sidebar ul li, ul.nodot {
	list-style-type:none;
}

#sidebar ul li ul li{
	list-style-type:disc;
}

#sidebar ul ul li, #sidebar ul ol li{
	color:#fff;
}

#sidebar ul li p {
	color:#6A7A95;
}

#sidebar ul li#text-3 p {
	font-weight:bold;
}

#sidebar ul.blogroll li{
	display:block;
	clear:both;
	background-color:#3F4B81;
	border-bottom:1px solid #7D87AC;
	color:#fff;
	padding:5px 30px 10px;
	font-size:0.9em;
	list-style-type:none;
}

#sidebar ul.blogroll li a {
	color:#fff;
	text-decoration:none;
}

#sidebar ul.blogroll li a:hover {
	text-decoration:underline;
}

#footer, body.splash #footer {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:2;
	margin:0 auto;
	height:140px;   /* Height of the footer */
	background-color:#000312;
}

#footercontent a.ghost-footer{
	color:#000312;
}


#bluebonnets{
	margin-top:-237px;
	margin-left:655px;
	width:296px;
	height:237px;
	background:transparent url(images/BGbottom.jpg) no-repeat scroll 0 0;
	position:relative;
	z-index:10;
}

#footercontent {
	margin:0;
	margin-left:280px;
	padding:5px;
	color:#777;
	min-width:950px;
	text-align:left;
}

#footercontent a{
	color:#777;
}

#footernav{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin-bottom:10px;
}

#footernav li {
	display:inline;
}

#footernav a{
	color:#8e9ef3;
	text-decoration:none;
	padding-right:10px;
}

#footernav a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}

.linklove{
	display:none;
}
