/* Simple CSS for Wolf CMS 
EDITED by Kelli*/

body {
  background: #fcfdfe;
  background-image: url(/public/images/BG.png);
  background-repeat: repeat-x;
  color: #6B6B6B;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* links  */

a, a:visited {
  color: #79A325;
  text-decoration: underline;
}
a:hover { color: #2e7bb2; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em; margin-top:0;}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */
#homeL {
	width: 450px;
	float: left;
	padding: 15px;
}

#homeR {
	width:420px;
	float: right;
	clear: none;
  color: #01393a;
  float: right;
  font-size: 1.3em;
  line-height: 1.4em;
}
#page {
  background: #fff;
  border-left: 1px solid #a2cae7;
  border-right: 1px solid #a2cae7;
  /*border-bottom: 1px solid #483E37;*/
  margin: -5px auto 10px auto;
  text-align: left;
  width:900px;
  height: auto;
}
#wrapper{
   background: #fff;
   overflow: hidden;
}
/* SITE STRUCTURE */
#header {
  background: #fff;
  border-bottom: 2px dotted #7faed0; /* #A28C6A;  #75A838; */
  height: 160px;
  position: relative;
}

#nav {
  /*margin-top: 130px;/*
  bottom: 0;
  font-face: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 1.2 em;*/
  /*position: absolute;*/
  padding-bottom: 0px;
  margin-left: 15px;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#Homecontent{
	width:900px;
}
#page .content {
  min-height:500px;
  background: #FFFFFF;
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 30px;
  width: 626px;
  /* border-right: 1px dashed #7faed0; */
}
#page .contentCal {
  min-height:500px;
  background: #FFFFFF;
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 5px 30px 5px;
  width: 665px;
  /* border-right: 1px dashed #7faed0; */
}
#page .content h2 {
   color: #2e7bb2;
}
#page .contentCal h2 {
   color: #2e7bb2;
   margin-left: 25px;
}

#page .sidebar {
  background:#ffffff;
  /*color: #6B6B6B;*/
  color: #01393a;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 10px 20px 10px;
  width: 202px;
  margin-top:15px;
  border-left: 1px dashed #7faed0; 
}
#page .sidebar #events {
	padding: 10px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color: #ffffff;
	border-top: 2px dashed #a2cae7;
        border-left: 1px solid #a2cae7;
  	border-right: 1px solid #a2cae7;
        padding: 10px 0;
	font-size: 0.95em;
	color: #777;
	text-align: center;

}

/* STYLES */

#nav ul {
	list-style-type: none;
    	color: #fff;
	font-weight: bold;
	margin-top: 6px;
	margin-left: -15px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav ul li a {
        font-size: 1.1em; 
        padding: 0.5em 0.5em;
	color: #2e7bb2;
	text-decoration: none;
}
#nav li a.current {
	color: #fff;
    background-color: #7faed0;
}
#nav li a.current:hover {
     color: #fff;
    background-color: #7faed0;
}
#nav ul li a:hover {
        color: #fff;
	background-color: #7faed0; /*#483E37;*/
	text-decoration: none;
}

/* footer */

#footer p {
	margin:0;
}
#footer a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

.info {
	margin: 8px 0;
	padding: 6px;
	font-size: 0.8em;
	color: #666;
	background: #EBD9BB;
	border: solid 1px #978060;
}

/* Member Directory Styles */

#profile_nameandpic {
	
	margin: 10px 20px; 
	height: 400px;
	width: 180px;
	float: left;
}

#profile_nameandpic #profile_pic_shadow {
	margin: 10px;
	width: 150px;
	height: 200px;
	background: url('images/shadow.png') top left no-repeat;
	float:right;
}

#profile_nameandpic #profile_pic_shadow img {
	margin: 0px;
	padding: 10px;
	height: 162px;
	width: 126px;
	float:left;
}

#profile_nameandpic p {
	margin-left: 15px;
}


#profile_nameandpic  #profile_name_label {
	width: 180px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #2E7BB2;
}

#profile_nameandpic #preferred_name{
	font-weight: normal;
	font-size: 15px;
	color: #333;
}

#page .content .profile_section
{
	float: left;
	width: 300px;
	margin: 0px 15px 15px;
	padding: 5px;
}

#page .content .profile_section .label
{
	font-weight: bold;
	color: #6b6b6b;
}


        
        
