/**
  Theme Name: TYRS
  Theme URI: http://www.tyrs.org
  Version: 1.0
  Author: Bob Carr
  Author URI: http://www.bigcreekcreative.com
  Tags: Custom WordPress theme for Touchstone Youth Resource Services
  Licence: GPL

*/

/* eric meyer global reset - modified */
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, 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%;*/
}
/* html selectors */
body {
	background-color: #fff;
	color: #333;
	font-family: 'lucida grande', verdana, helvetica, sans-serif;
	font-size: 62.5%;
	font-weight:normal;
}
ul {
	list-style:none;
}
dt {
	font-weight: bold;
}
th {
	text-align:left;
	font-weight:bold;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
#header {
	height: 222px;
	width: 100%;
	background: url(images/header-tile.jpg) repeat-x;
}
#masthead {
	margin: 0 auto;
	width: 960px;
	height: 222px;
}
#masthead h4 {
	width: 960px;
	height: 222px;
	background: url(images/masthead-bg.jpg) no-repeat;
	text-indent: -9999px;
}
#masthead h4 a {
	display: block;
	width: 960px;
	height: 222px;
}
#contentWrapper {
	float: left;
	width: 100%;
	background: url(images/contentWrapper-bg.jpg) repeat-x;
}
#content {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	background: url(images/content-bg.gif) repeat-y;
}
/**      main content     */
#mainContent {
	float: left;
	width: 640px;
	min-height: 480px;
	background: #fff url(images/primary-body-bg.jpg) repeat-y;
	
}
#banner {
	background-color: #fff;
	width: 639px;
	border-left: 1px solid #000;
	padding-top: 10px;
	background-image: url(images/banner-shadow.jpg);
	background-repeat: repeat-x;
}
#banner img {
	display: block;
	width: 600px;
	margin: 0 auto 10px auto;
	padding: 9px;
	border: 1px solid #000;
}
  #mainContent h1 {
  }

  #mainContent h2 {
    font-size: 140%;
	padding: 0 20px;
	margin: 1em 0 0 0;
  }

  /* titles are h2 on homepage and h1 for internal */
  #mainContent h1.postTitle,
  #mainContent h2.postTitle {
	font-size: 160%;
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	margin: 0 10px;
  }

  #mainContent h3 {
	font-size: 120%;
	padding: 0 20px;
	margin: 1em 0 0 0;
  }
  
  #mainContent p {
  	font-size: 120%;
	line-height: 1.6em;
	padding: 0 20px;
	margin: 1em 0 1.5em 0;
  }
  #mainContent ul {
  	list-style: square;
	font-size: 120%;
	line-height: 1.6em;
	margin: 1em 50px 1.5em 50px;
  }

  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper { }

      .postWrapper img { }

      div.post { }

      p.postMeta { }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }
	
	blockquote {
		float: right;
		width: 300px;
		background: transparent url(images/pullquote-bg.png) no-repeat center top;
		margin: 0 20px 20px 20px;
	}
	#mainContent blockquote p {
		color: #5a579b;
		font-size: 160%;
		margin: 0;
		padding: 20px 50px 10px 90px;
	}
	blockquote.long {
		float: none;
		width: auto;
		background: transparent url(images/icon-quote.png) no-repeat left top;
		margin: 1em 40px;
	}
	#mainContent blockquote.long p {
		font-size: 120%;
		padding: 0 20px 0 50px;
		margin: 0 0 1.5em 0;
	}
	
	#mainContent p.intro {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 150%;
		
	}

/**       sidebar          */
	#secondaryContent {
	width: 320px;
	float: right;
	background: url(images/secondary-header.jpg) no-repeat;
	padding-top: 101px;
	}
	  #secondaryContent h3 {
	    padding: 0;
	    margin: 10px 0 0 0;
	  }


	  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
	      between the title and the first href */
	  .widget_tag_cloud a {
	    padding-left: 5px;
	  }


  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav {
    width: 100%;
	
  }
    #nav li{
	background: #a8abe1 url(images/nav-li-bg-inactive.jpg) no-repeat;
    }
	#nav a {
		color: #0f1132;
		display: block;
		text-transform: uppercase;
		font-size: 110%;
		padding: 15px 20px 5px 40px;
		border-bottom: 1px solid #0f1132;
		width: 180px;
	}
	#nav a:before {
		content: '::';
	}
	#nav ul li {
	background: url(images/nav-ul-li-bg-inactive.jpg) no-repeat;
	}
	#nav ul a {
		/*background-color: #d7d7f0;*/
		text-transform: none;
		margin: 0 10px;
		width: 160px
	}
	#nav ul a:before {
		content: none;
	}
    /* Currently selected page nav item (and parent) if applicable */
	 #nav li.current_page_item a, #nav li.current_page_parent a {
	 	color: #fff;
	 }
	 #nav li.current_page_item {
	 	background-image: url(images/nav-li-bg-current.jpg);
		background-repeat: no-repeat;
	 }
	 #nav ul li.page_item a {
	 	color: #0f1132;
	 }
	 #nav ul li.current_page_item {
	 	background-image: url(images/nav-ul-li-bg-current.jpg);
		background-repeat: no-repeat;
	 }
	 #nav ul li.current_page_item, #nav ul li.current_page_item a {
		color: #0f1132;
	 }

#comment {
  width: 500px;
}
#footerWrapper {
	clear: both;
	width: 100%;
	background: url(images/footer-tile.jpg) repeat-x;
	height: 152px;
}
#footer {
	height: 152px;
	width: 960px;
	margin: 0 auto;
	background: url(images/footer-rays.png) no-repeat center top;
}
	#footer p#contactInfo {
		color: #fff;
		font-size: 110%;
		padding: 30px 0;
		text-align: center;
	}
	#footer p#contactInfo a {
		color: #fff;
		}

/** normally hidden but will appear when css disabled */
.skip, .noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}



