/*
Theme Name: Panfidelity
Theme URI: http://www.afinerweb.com/panfidelity.htm
Description: Panfidelity page template
media: screen
Version: 0.1
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/

/* Begin Typography & Colors */
body {
  background: #B193E2;
  background-image:  url("images/purple_gradient.png");
  font-family: Arial, Helvetica, sans-serif;
  color: #000000; 
}

#main {
  background: #C5FFE4; 
}

a {
  color:#7200FF;
}

#masthead {
  color: #7200FF;
  color: #B193E2;
}


#header {
  color: #002E18; 
  background: #7BE9B4;
}


#footer {
  color: #002E18; 
  background: #7BE9B4;
}

#footer a {
  color: #000;
}
  
#footer a:hover {
  color:#7200FF;
  background: #A1F8CE;
}
/* End Typography & Colors */

/* Begin Structure */
body {
  margin: 0; 
  text-align: center;
  font-size: .9em;
}

h1 {
  margin-top: 0;
  font-size: 1.4em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#main {
  border: #5D00B3 1px solid; 
  margin: 30px auto 0px; 
  width: 800px;   
}

#masthead-container {
  width: 800px;
  height: 230px;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 20px; 
}

#masthead {
  border: #5D00B3 1px solid; 
  width: 760px;
  height: 190px;
  background-image:  url("images/masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;  
}

#header {
  border-top: #5D00B3 1px solid; 
  border-bottom: #5D00B3 1px solid;  
  font-size: 1.1em;
  font-weight: bold;
  width: 800px;   
  padding-top: 3px;
  padding-bottom: 2px;
}


#page {
  background-image:  url("images/green_gradient.png");
  margin: 0 auto; 
  width: 800px;   
  min-height: 600px; /* also update * html #page{} below for IE */
}
/* for Internet Explorer */
* html #page {
height: 600px;
}

 
#content {
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 15px;
  text-align: left;
}

#homelink {
  padding: 5px 20px;
  text-align: left;
  font-weight: bold
}


#footer {
  border-top: #5D00B3 1px solid; 
  width: 800px;   
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8em;
	clear: both;
}

#footer a {
  text-decoration: none;
  padding: 5px 10px;
}
  
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.cbold {
	text-align: center;
	font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.site_credit {
  font-size: 0.8em;
}

/* End Structure */
