@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Arial, sans-serif, serif;
  font-size:10pt;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(/wp-content/themes/StudioPress/images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(/wp-content/themes/StudioPress/images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  clear:both;
  margin-top: 15px;
  height: 13px;
  background: url(/wp-content/themes/StudioPress/images/bgtopwhite.gif) left top no-repeat;
  font-size:11px;
  text-align:left;
  padding:4px 10px;
}
.topcurvewhite a {
  text-decoration:none;
}

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(/wp-content/themes/StudioPress/images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(/wp-content/themes/StudioPress/images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#underheader {
  clear: both;
  margin-top: 60px;
  padding: 0 0 45px 0;
  text-align:left;
  }

#profilebox {	/* User Profile or other for non-logged in */
	float:right;
	width:650px;
	color:#FFF;
	font-weight:800;
}

#yourinfo {
	float:right;
	margin:10px;
}

#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 28pt;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 14pt;
  color: #4C82A6;
  }
  
#underheader h3.pagetagline {
  padding: 0 0 0 0;
  position:relative;
  font-size:12px;
  color:#fff;
  font-style:italic;
  }
  
  
/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 15px 15px 15px 10px;
  background: #fff;
  text-align:left;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }