@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg-top.jpg) no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-x.png) repeat-x;
	font: 16px/1.5em "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
}
.hide {
	text-indent: -9000px;
	position: absolute;
	height: 1px;
	width: 1px;
}
.fl {
	float: left;
	display: block;
}
.fr {
	float: right;
	display: block;
}
a {
	color: #990000;
}
a:hover {
	color: #FF6600;
}
.clearfix {
	clear: both;
}







/* ----------- BRANDING ITEMS ----------- */
#branding {
	float: left;
	margin-left: 60px;
}
#header h1 {
	display:block;
	width:300px;
	height:400px;
	text-indent:-9009px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#globalNav {
	height: 110px;
}






/* ----------- Lavalamp Style Navigation ----------- */
.lavaLamp {
	position: relative;
	height: 29px;
	width: 500px;
	padding: 30px 15px 15px;
	margin: 0px 0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	background: url(../images/lava.gif) no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url(../images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 12px;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}



#postWrapper {
	float: right;
	margin-right: 70px;
	width: 520px;
	margin-top: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
}
#postWrapper h1 {
	color: #dc551d;
	margin-bottom: .5em;
}
p {
	padding-bottom: 1em;
}
.or {
	vertical-align: 50%;
}
.skinBTNS {
	padding-top: 20px;
	padding-bottom: 20px;
}
div.hr {
	height: 55px;
	background: #fff url(../images/hr.png) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
#sidebar {
	width: 220px;
	margin-left: 60px;
	margin-top: 384px;
	padding-left: 10px;
}
#Search {
	border-style: none;
	background: transparent;
	color: #999999;
	padding-left: 10px;
	font-size: 14px;
}



#searchbtn {
	height: 25px;
	width: 25px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background: transparent url(../images/search-icon.png) no-repeat right center;
	display:inline;
	cursor:pointer !important;
	cursor:hand;
}





#searchField {
}
#sidebar h2 {
	color: #990000;
	border-bottom: 3px solid #DDD8D5;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-top: 40px;
}
#sidebar li {
	list-style: none;
	border-bottom: 1px dashed #DDD8D5;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
	line-height: 2em;
	font-size: 0.9em;
}
#sidebar a:hover {
	color: #990000;
}

.error {
	background: #450b18 url(../images/bg-error-msg.png) repeat-x;
	border: 1px solid #5c2626;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffd2d2;
}
.warning {
	background: #CD9E15 url(../images/bg-warning-msg.png) repeat-x;
	border: 1px solid #bc8d03;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
}
.success {
	background: #CD9E15 url(../images/bg-success-msg.png) repeat-x;
	border: 1px solid #91a759;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #003300;
}
.notice {
	background: #d2ebf9 url(../images/bg-notice-msg.png) repeat-x;
	border: 1px solid #a6d0e7;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #032655;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	color: #DC551D;
}
.post h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD8D5;
	padding-bottom: 4px;
	font-size: 1.8em;
}
.post {
	font-size: 0.8em;
	line-height: 1.7em;
}
#comments  {
	margin-bottom: 15px;
}
#author, #email, #url, #commentform input, #postWrapper input {
	background: url(../images/bg-form.png);
	border: 1px solid #eae9e9;
	padding: 3px;
}
#postWrapper input, #postWrapper textarea, #postWrapper button {
	border: 1px solid #eae9e9;
	padding: 3px;
}
	
#respond {
	margin-bottom: 15px;
}
#comment {
	border: 1px solid #eae9e9;
}
.commentlist li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
	font-size: 0.8em;
}
#respond {
	padding-top: 25px;
}
#archiveHead {
	padding-bottom: 30px;
}
.postGFX {
	background: #ECECEC;
	padding: 4px;
}
.pageContent p {
	font-size: 0.8em;
}
.pageContent h2 {
	margin-bottom: .5em;
	margin-top: 1em;
}
p.intro {
	font-size: 1em;
	line-height: 1.7em;
}

.premiumPlus, .viewCart { margin-left:25px;}
.buyStandard { float:left;}
.buyPlus {float:left; padding-left:25px}

#donate { padding-top:20px;}
