@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background: url("/images/bgstripe.gif");
	font-size: 12px;
	font-family: "PTSansBold", "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #000;
}

.header-byline {
	color:#CCCCCC;
}

.header-title {
	text-align:left;
	color:#FFF;
	font-size: 48px;
}
a.header-title:link { text-decoration:none; color:#FFF;font-style:italic; }
a.header-title:visited { text-decoration:none; color:#FFF;font-style:italic; }
a.header-title:hover { text-decoration:underline; color:#FFF;font-style:italic; }
a.header-title:active { text-decoration:underline; color:#FFF;font-style:italic; }

/********* 
 * FOOTER 
 *********/
.footer-title {
	text-align:left;
	color:#FFF;
	font-size:16px;
}

a.footer-link:link { text-decoration:none; color:#CCCCCC;font-style:italic; }
a.footer-link:visited { text-decoration:none; color:#CCCCCC;font-style:italic; }
a.footer-link:hover { text-decoration:underline; color:#CCCCCC;font-style:italic; }
a.footer-link:active { text-decoration:underline; color:#CCCCCC;font-style:italic; }

.copyright { color: #737373; font-size:12px; }

/*********
 * CONTENT
 *********/
.stitched {
	border:3px dashed #ddd;
	box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 7px #eee, 3px 3px 3px 7px #777;
	background: #fff;
	width:1000px;
}

#container {
	border-radius:15px;
	text-align:left;
	margin:10px auto;
	padding:10px;
	position: relative; 
	width:1000px;
	overflow: hidden;
}



.heading {
	font-size: 36px;
	font-style: bold;
	color: #961028;
	text-shadow: 1px 1px 1px #7d2131;
}

.subheading {
	font-size: 26px;
	color: #961028;
	text-shadow: 1px 1px 1px #7d2131;
}
.content {
	font-size: 14px;
	width:400px;
}

/*********
 * LAYOUT
 *********/
#leftnav {
	float: left;
	width: 400px;
}

#centernav {
	margin-left: 500px;
	border-left: 2px solid #ddd;
	margin-right: 200px;
	/*border-right: 2px solid #ddd;*/
}

#rightnav {
	float: right;
	width: 100px;
}

.asterisk{display:block; background:url(img/asterisk.gif) no-repeat left 4px;}
input {
	display:block;
	width:360px;
	border:1px solid #c3c3c3; 
	margin:11px 0px 0px 22px; 
	padding:4px 4px 4px 6px; 
	border-top:2px solid #999999; 
	border-bottom:1px solid #dddddd; 
	font-size: 16px; 
	color:#daa2a2;
}
input.paypal {
	border:0px;
}
textarea {
	display:block; 
	width:360px; 
	border:1px solid #c3c3c3; 
	margin:11px 0px 0px 22px; 
	padding:4px 4px 4px 6px; 
	border-top:2px solid #999999; 
	border-bottom:1px solid #dddddd; 
	font-size:16px; 
	color:#daa2a2;
}
input#submit {
	background:url('img/submit.gif') no-repeat; 
	width:100px; 
	height:33px; 
	border:none; 
	margin:14px 0px 0px 295px; 
	padding:0px;
}
input#submit:hover, input#submit.over {
	background:url('img/submit.gif') no-repeat 0px -33px;
}

.banner {
	font-size: 36px;
	font-style: bold;
	
	background-image:url('img/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#fff;
	
	width:2000;
	height:50;
}
.banner-title {
	width:1000px; 
	text-align:left;
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #666;
}
.banner-back {
	font-style: bold;
	font-size: 14px;
	background-image:url('img/canvas-1x20.png');
	background-repeat: repeat-x;
	width:2000;
	padding: 0px 0px 0px 0px;
	color:#fff;	
}
.banner-links {
	font-style: bold;
	font-size: 14px;
	background-image:url('img/canvas-1x20.png');
	background-repeat: repeat-x;
	width:1000px; 
	text-align:left;
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	text-shadow: 1px 1px 1px #666;
}
.highlight {
	background-color:#FFF68F;
	box-shadow: 0px 0px 0px 5px EEC900;
}



/*
--------------------------------------------------
	CODE BLOCKS
--------------------------------------------------
*/
 
#code
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px dotted #585858;
	color: #CACACA;
	color: #A8A8A8;
	background: #181818;
	padding: 0 1em 0 1em;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	white-space: pre;
	overflow: visible;
	font-family: consolas, monospace;
	display: inline-block;
}
/* Code highlight. */
#code h1
{
	display: inline;
	color: #FFBB44;
	padding: 0;
	margin: 0;
	display: inline;
	width: inherit;
	border: 0;
	text-transform: none;
	font-weight: normal;
	font-size: inherit;
}
/* Code comment */
#code h2
{
	display: inline;
	color: #268026;
	padding: 0;
	margin: 0;
	display: inline;
	width: inherit;
	border: 0;
	text-transform: none;
	font-weight: normal;
	font-size: inherit;
}

