/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #CEDAF0;
	margin: 12px;
	padding: 0;
	min-width: 760px;
}
#masthead {
	color: #999999;
	background-color: #28447D;
	padding: 0;
	margin: 0;
}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(img/clm05_middle.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {padding: 12px 20px;}
#footer .content {padding: 12px 20px;}
#footer {
	color: #FFF;
	background-color: #28447D;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#right a:link {
	color: Blue;
}
#right a:visited {
	color: Blue;
}
#right a:hover {
	color: Red;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #9B7C00;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	text-align: center;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

.centeredImage    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.bold	{
	font-weight: bold;
}

.italic	{
	font-style: italic	
}

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  color:  black;
  background-image: url(images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: -4px 40%;  
}

blockquote.bug {
  background-image: url(images/bug.png);
}

blockquote.suggestion {
  background-image: url(img/pencil.png);
}

p.code {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 90%;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.hilite_yellow { background-color:yellow}

/* Snazzy Borders  */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0; text-align: center; margin-bottom: 5px;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#d4d4d4; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background: #FFFFE0; border:0 solid #08c; border-width:0 1px;}
/* End Snazzy Borders  */
