/*
Theme Name: I-61
Theme URI: http://www.rektproductions.com/
Description: The custom WordPress theme built for I-61 ministries of Vineyard Christian Fellowship of Boise, Idaho.
Version: 1.0
Author: Paul Cushing
Author URI: http://www.rektproductions.com/
Tags: I-61

	I-61 v1.0
	 http://www.rektproductions.com/

	This theme was designed and built by Paul Cushing,
	whose blog you will find at http://www.rektproductions.com/

*/

/* Styles */

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;
}

*{margin:0;padding:0;}

body {
  color: #000;
  background: #fff; /* url("images/whiteback3.jpg") no-repeat top center */
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  } 

#wrapper {
  border-top: 0px solid black;
  border-left: 1px solid #ccc;
  border-bottom: 0px solid black;
  border-right: 1px solid #ccc;
  margin: 0 auto;
  width: 960px;
  height: 100%;
}

#maintitle a{
  position: relative;
  left: 40px;
  top: 41px;
  font-family: Palatino, Georgia, serif;
  font-weight: bold;
  font-size: 4em;
  color: #000;
}

#categorytitle {
  float: right;
  position: relative;
  top: -10px;
  right: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #000;
}

#categorydesc {
  float: right;
  position: relative;
  top: 4px;
  right: 20px;
  font-family: Times,"Times New Roman",Georgia,serif;
  font-size: 16px;
  color: #fff;
}

#header {
  position:relative;
  border-bottom: 1px solid #ccc;
  border-top: 0px solid black;
  width: 100%;
  height: 120px;
  z-index: 3;
  background-image: url('http://www.i-61.org/wp-content/uploads/2010/06/i61_top1.jpg');
  background-repeat: no-repeat;
  background-position: 85% top;
}

a {
  color: #333366;
  text-decoration: none;
}

a:visited {
  color: #000033;
}

a:hover { /*hover state CSS*/
  color: #000099;
}

/* -- menu formatting -- */

.listmenu{
  width: 180px; /*width of accordion menu*/;
  float: left;
  height: 100%;
  margin-top: 35px;
  margin-right: 15px;
  margin-left: 15px;
}

.listmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
  font: bold 14px Arial;
  color: #000;
  background: #999; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #999); /* for firefox 3.6+ */
  margin-bottom: 20px; /*bottom spacing between header and rest of content*/
  text-transform: uppercase;
  padding: 4px 4px 4px 10px; /*header text is indented 10px*/
  cursor: hand;
  cursor: pointer;
  border: black 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 40px;
}

.listmenu ul{ /*CSS for UL of each sub menu*/
  list-style-type: none;
  margin-top: -15px;
  padding: 0;
  margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.listmenu ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

.listmenu ul li a{
  color: #333366;
  display: block;
  padding: 2px 0;
  padding-left: 19px; /*link text is indented 19px*/
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px solid #dadada;
  font-size: 90%;
}

.listmenu ul li a:visited{
  color: #000033;
}

.listmenu ul li a:hover{ 
  color: #000099;
  background-color: #F3F3F3;
}

.listmenu ul li ul{
  position: relative;
  left: 10px;
  padding-top: 15px;
}

.menulink {
  display: block;
  width: 168px;
  font: bold 14px Arial;
  color: #fff;
  background: #999; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#000)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #999,  #000); /* for firefox 3.6+ */
  margin-bottom: 20px; /*bottom spacing between header and rest of content*/
  text-transform: uppercase;
  padding: 4px 0 4px 10px; /*header text is indented 10px*/
  cursor: hand;
  cursor: pointer;
  border: black 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

a.menulink{
  color: #fff;
  text-decoration: none;
}

.current_page_item {
  background-color: #cccccc; 
}

#content {
  min-height:1000px;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 230px; /* left side has to add in width of nav */
  display: block; /* to fix older ie double padding issue */
}

#content p {
  text-indent:50px;
}

#content li {
  margin-left: 50px;
}

#footer {
  padding-top: 50px;
  position: relative;
  width: 960px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  background: #fff url("images/footerfade.png") repeat-x bottom;
}

#footer a:hover {
  background: #ccc;
}

.clearfloat {
  clear:both;
}

.post h2{
  color: #222;
  display: block;
  font-size: 1.7em;
  line-height: 1em;
  letter-spacing: -.03em;
  margin: 0 0 30px 0;
}

.post h2 a {
  color: #222;
}

.post h2 a:hover {
  color: #4f5c5c;
}

.posted_in {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  float: right;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}

.postimage img{
  float: left;
  border: 1px #ccc solid;
  padding: 4px;
  margin-right: 15px;
}

.postimage img:hover {
  border: 1px black solid;
}

.fullpostimage {
  margin: 0 0 10px 0;
}

.postdate {
  float:left;
  padding-top: 0px;
  padding-right: 5px;
  font-size: .8em;
  color: #000;
  border-top: .15em solid #999;
  border-bottom: .15em solid #999;
  width: 99%;
  margin-bottom: 10px;
}

.postauthor {
  float: right;
  position: relative;
  margin-bottom: -22px;
}

.postauthor_main {
  clear: right;
  float: right;
  position: relative;
  margin-bottom: -22px;
}

.postcontent {
  font-family: Palatino, Georgia, serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: .1em 0 0 0;
  padding-top: 1.1em;
  padding-bottom: 50px;
  color: #000;
}

#copyright a{
  font-family: Palatino, Georgia, serif;
  font-size: .7em;
  color: #fff; 
  position: relative;
  top: 30px;
}

#copyright a:hover {
  color: #000;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
  display: block;
  margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
  width: 500px;
  margin: 0 0 10px 0;
}

#commentform .text {
  height: 22px;
  padding: 6px 6px 0 6px;
  border: 1px solid #dadada;
  color: #5e5e5e;
}

#commentform textarea {
  height: 150px;
  padding: 6px 6px 0 6px;
  background: #fff url(img/bg-form-text.gif) repeat-x left top;
  border: 1px solid #dadada;
  color: #5e5e5e;
}

#commentform .button {
  width: auto;
  height: 30px;
  margin: 0px;
  padding: 0 20px;
  background: #4a4f54;
  border: none;
  color: #fff;
}

.commentmetadata {
  font-size: .8em;
}

.commentlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.commentlist .quote {
  padding: 20px;
  background: #4e5156;
  border:5px solid #862b66;
}

.commentlist li {
  margin: 10px 0 20px 0;
  padding: 10px 10px 10px 20px;
  background: #efefef;
  font-family: Palatino, Georgia, serif;
  color: #000;
  border: 1px #ccc solid;
}

.commentlist cite {
  color: #000;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.avatar {
  float: left;
  margin: 10px 20px 10px 0px;
}

#searchform {
  position: relative;
  margin-right: 5px;
  top: -5px;
  float: right;
}

.screen-reader-text {
  visibility:hidden;
}

.searchsubmit {
  
}

#s {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.search-excerpt {
  border-bottom: 1px black solid;
}

#loginout {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  float: right;
  padding-right: 20px;
}

#socialicons {
  padding-top: 20px;
}

#socialicons img {
  padding: 4px;
}

.button_title {
  position: relative;
  width: 140px;
  *top: -30px;
}

.cat_logo {
  height: 30px;
  width: 30px;
  position: relative;
  left: 0px;
  top: 0px;
  float: right;
}

.largecatlogo {
  position: relative;
  float: right;
  top: -75px;
  right: 5px;
  height: 100px;
  width: 100px;
}

#static_index {
  border: 1px #999 solid;
  padding: 10px;
  margin-bottom: 20px;
}

#i61_pic {
  height: 300px;
  width: 300px;
  float: right;
}