/*  
Theme Name: 01
Theme URI: 
Description: 
Author: Jason Fladlien
Author URI: http://jmflad.com
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4 {
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	letter-spacing:-1px;
	text-transform: capitalize;
}

h1 {
	font-size:28px;
	line-height:34px;
	text-align:center;
	color:#000000;
	margin-bottom:24px;
		
}

h2 {
	font-size:24px;
		line-height:28px;
	color:#990000;
	margin-bottom:20px;

}

h3 {
	font-size: 20px;
    line-height:27px;
	font-weight: bold;
	margin: 0;
	color:#000099;
	margin-bottom:20px;

}
h4 {
	font-size:15px;
	margin:0;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
color:#990000;
}









/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: auto;
  	font-size:14px;
	line-height:19px;
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #101014 url(images/bgbody.png) repeat-x top left;
  }

p {
margin-bottom:20px;
}

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.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: 20px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #ccc;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #EAEAEA;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }



/* Main content */

#main {
  clear: both;
  width: 650px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: auto;
  padding: 0 25px 5px 25px;
  background: #fff;
  border: 8px solid #25252f;
  }

#contentwrapper {
  float: left;
  width: 650px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #9E1B1B;
  }



.post {
  margin: 20px 0 25px 0;
  }




/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  width:702px;
  margin-left:auto;
  margin-right:auto;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #B95A5A;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

blockquote {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#EBE9EA;
	border-top: #25252f solid 2px;
	border-left:#25252f solid 2px;
	border-right:#25252f solid 2px;
	border-bottom:#25252f solid 2px;
	font-style:normal;

}

blockquote h1 {
	color:#990000;
	font-size:17px;
	margin-left:5%;
	margin-right:5%;
	line-height:23px;
}


blockquote p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

ol li
{
list-style-type: decimal;
 margin:18px;
   margin-bottom:25px;
   margin-right:35px;
   margin-left:60px;
}

ul li {
	list-style-image: url('images/black-arrow.png');
	background-repeat: no-repeat;
background-position: 0px 5px; 
   margin:18px;
   margin-bottom:25px;
   margin-right:35px;
   margin-left:60px;
   padding-left: 11px; 
}

.highlight {
	background-color:yellow;
	color:black;
}


.sidebarright {
	width: 185px;
	border:1px solid;
	border-color:#000033;
	background-color:#EBE9EA;
	float: right;
	padding:10px 10px 10px 10px;
	margin-left:15px;
}

.sidebarright h1{
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	font-size:16px;
	line-height:19px;
	letter-spacing:0px;
	margin-top:12px;
	text-transform:capitalize;
	margin-bottom:20px;
}

.sidebarright p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}

.sidebarright ul {
	list-style-type:circle;
	margin-left:1px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 17px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	list-style-position:outside;
}


.sidebarleft {
	width: 185px;
	border:1px solid;
	border-color:#000033;
	background-color:#EBE9EA;
	float: left;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-right: 20px;
}

.sidebarleft h1{
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	font-size:16px;
	line-height:19px;
	letter-spacing:0px;
	margin-top:12px;
	text-transform:capitalize;
	margin-bottom:20px;
}

.sidebarleft p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}


.img-right {
float: right;
margin-left:20px;
}

.img-left {
float: left;
margin-right:20px;
}

#order-start {
	text-align:left;
	width:76%;
	margin-left:auto;
	margin-right:auto;
	border:3px dashed;
	border-color:#111;
	background-color:#ffffcc;
	padding-left: 22px;
	padding-right:12px;
	padding-top:15px;
	padding-bottom:15px;
}

#order-start h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
}


#order-close {
	text-align:center;
	width: 74%;
	border: 2px solid;
	border-color:#000;
	background-color:white;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:14px;
	margin-top:14px;
}
.certifed-server {
	text-align:center;
	font-family: arial, verdana;
	font-size:12px;
	font-weight:bold;
}