/*  
      Theme Name: Girls Rock! Indianapolis
      Theme URI: http://www.girlsrockindy.com
      Description: A search engine optimized website framework for WordPress.
      Author: Drew Reed and Jennifer Hughes
      Author URI: http://example.com/
      Version: 1.0
      Tags: Girls Rock Indianapolis, rock camp, music camp, music education
*/

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #7F7F7F;
}
#wrapper { 
	width: 980px;
	background: #343334;
	background-image: url(images/bg4b.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#sidebar1 {
	float: left;
	width: 187px;
	height: 528px;
	padding: 0;
	background-image: url(images/border_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar2 {
	float: right;
	width: 187px;
	height: 528px;
	padding: 0;
	background-image: url(images/border_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#centerWindow {
	margin: 0 187px;
	padding: 0;
	
}
#access {
	height: 122px;
	margin: 0;
	padding: 0;
	background-image: url(images/banner_top.png);
	background-repeat: no-repeat;
}
#navigation {
	width: 606px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#navigation a{
	color: #FFF;
	text-decoration: none;
	margin-right: 8px;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline;
}
#navigation li {
	margin: 0;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	display: inline;
}
#main {
	margin: 0;
	padding: 15px 0 0 0;
	background-image: url(images/tbl_bg1.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#main h1{
	font: Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 5px;
}
#main h2{
	font: Geneva, Verdana, sans-serif;
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: 5px;
}
#main h3{
	font: Geneva, Verdana, sans-serif;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
}
#main p{
	font-size: 0.7em;
}
#main li{
	font-size: 0.8em;
}
#leftContent {
	float: left;
	width: 150px;
}
.search {
	width: 118px;
	margin: 10px 15px 0 15px;
	border: thin solid #999;
}
#leftContent input:focus {
	background: #dfdede;
	border: thin solid #8c9081;
}
#primary {
	width: 120px;
	margin: 10px 15px 0 15px;
	color: #787878;
}
#primary h2{
	margin: 0;
	padding: 0 0 4px 0;
	background-color: #dfdede;
	text-align:center;
	color: #373737;
	font-size: 0.9em;
}
#primary ul{
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	background-color: #dfdede;
}
#primary li{
	list-style-type: none;
	margin: 0;
	padding: 0 2px 6px 2px;
}
#primary a{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #787878;
	text-decoration: none;
}
#primary a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 300px;
}
#content a{
	color: #585858;
	text-decoration: none;
	margin-right: 8px;
}
#content a:hover {
	text-decoration: underline;
}
#rightContent {
	float: right;
	width: 150px;
}
#secondary {
	width: 134px;
	margin: 0 10px 0 0;
	padding: 3px;
 	background-color: #dfdede;
	color: #787878;
}
#secondary h1{
	color: #aa181c;
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 4px 0;
	background-color: #dfdede;
	text-align:center;
}
#secondary h2{
	color: #aa181c;
	font-size: 0.7em;
	margin: 0;
	padding: 0 0 4px 0;
	background-color: #dfdede;
	text-align:center;
}
#secondary h3{
	color: #aa181c;
	font-size: 0.7em;
	margin: 0;
	padding: 0 0 4px 0;
	background-color: #dfdede;
	text-align:center;
}
#secondary ul{
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	background-color: #dfdede;
}
#secondary li{
	list-style-type: none;
	margin: 0;
	padding: 0 2px 6px 2px;
	font-size: 0.8em;
}
#secondary a{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #535353;
	text-decoration: none;
	font-size: 0.8em;
}
#secondary a:hover {
	text-decoration: underline;
}
#footer {
	height: 22px;
	margin: 0;
	padding: 20px 0 0 0;
	background-image: url(images/tbl_bgBottom1.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
	color: #dfdede;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.entry-meta{
	font-size: 0.6em;
	color: #333;
}
.entry-utility{
	font-size: 0.6em;
	color: #333;
	margin-bottom: 25px;
}
.post-edit-link{
	font-size: 9px;
	color: #333;
}
