/*  
Theme Name: OGRFC v0.2
Theme URI: 
Description: Three column tweak
Version: 0.2
Author: </tss>
Author URI: http://pengins.net
*/

/* ##### Common Styles ##### */

body {
  color: black;
	/* background-color: #e7dfce; */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

/*
#page {
  background-color: white;
  margin: 10px auto;
  padding: 0;
  width: 98%;
  border: 1px solid #F7CF0D;
  }
*/

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #ffffff;
}

.headerTitle {
	margin: 0;
	padding: 0 0 0 0;
	color: #eee;
}

.headerTitle a {
  /* color: #eee; */
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  /* color: #eee; */
  background-color: black;
  /* text-decoration: none; */
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 15em;
  float: left;
  clear: left;
  background-color: #d0f0c0;
  border-right: 1px solid #6A6A6A;  
}

.leftSideBar .sideBarTitle {
  color: #000000;
  background-color: #EC1846;
  font-weight: bold;
  margin: 0;
  padding: 0ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 0 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: .25em 0 0 0;
  border-top: 1px solid #6A6A6A;
}

.leftSideBar .section {
  padding-top: 2px;
  font-weight: bold;
  border: 0px;  
}

.leftSideBar a {
  color: #0000ef;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:visited {
  color: #0000ef;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}
/*
.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}


.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}
*/

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  background-color: #d0f0c0;
  padding: 0;
  float: right;
  clear: right;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 0ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}



/* ##### Main Copy ##### */

.main-copy {
  color: black;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0em 13em 1em 1em;
}

.main-copy h1 {
  color: #6A6A6A;
  background-color: transparent;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 175%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  /* border-top: 1px solid rgb(216,210,195); */
}

/*
.main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: none;
}
*/

.main-copy a:hover {
	color: #cc0000;
}

.date-header {
	font-size:78%/1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
}

/*
.post a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
*/

.post a:hover {
  color: #cc0000;
}

blockquote {  
	background: url(images/quote.gif) no-repeat 0 3px; 
	color: #666; 
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 1px;
	display:block; 
	padding-top:5px;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #d0f0c0;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
  border-top: 1px solid #6A6A6A;  

}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	background: #ffffff url("images/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}

/* Begin Images */
p img {
	padding: 0;
	}

/*	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
	}
	
a img {
	border: none;
	}
	
#headerimg {
  margin: 0;
  height: 125px;
  width: 100%;
  }
  
  
/* End Images */

/* Club Blurb */

.clubblurb_heavy {
  font-size: 1.1em;
  font-weight: bold;
  }

.clubblurb_light {
  font-size: 1.1em;
  font-weight: normal;
  }

/* End Club Blurb */