/*
Theme Name: CodeScan
Theme URI: http://www.codescan.com
Description: Custom theme developed for CodeScan.com
Version: 4.0
Author: Matt Weston
Author URI: http://www.westonit.net
Tags: custom, codescan

*/



/* No Comment */
body {
	margin-top: 0px;
	font-size: 14px; 
	font-family: Arial, Sans-Serif;
	background-image: url('i/bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #464646;
	color: #000000;
	text-align: center;
	}

img {
border: 0;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	}

}
h1
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	color: rgb(255, 84, 4);
	font-weight: bold;
}
h2
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 26px;
	color: rgb(255, 84, 4);
	font-weight: bold;
}
h3
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	color: rgb(255, 84, 4);
	font-weight: bold;
}
h4
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	color: rgb(255, 84, 4);
	font-weight: bold;
}

	
/*	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
*/


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

	
/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
	}

.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	}
/* End Images */



/* Begin Form Elements */


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* New Code */

.container {
width: 951px; 
margin-left:auto; 
margin-right:auto;
}

.hdr{
width: 951px;
height: 140px;
background-image: url('i/t.gif');
}
.hdrl{
float: left; margin-top:16px; padding-left:61px
}
.hdrs{
float:right; margin-top: 40px; padding-right: 51px; width: 300px; text-align: right;
}
.hdrn{
clear:both; margin-left: 29px; padding-top: 12px; text-align:left;
}
.hdrb{
text-align: left;
}

.pg{
width: 100%;
clear:both;
background-color: #ffffff;
}

.fpgt{
/* front page top is different */
background-image: url('i/w.gif');
background-repeat: no-repeat;
}

.pgt{
background-image: url('i/wt.gif');
background-repeat: no-repeat;
}

.pgm{
background-image: url('i/wm.gif');
background-repeat: repeat-y;
}
.pgb{
background-image: url('i/wb.gif');
background-repeat: no-repeat;
background-position: bottom;
}

.pgi{
padding-top: 50px;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 50px;
min-height: 350px;
text-align: left;
}

.f{
width: 100%;
text-align: left;
}
.fl{
float:left;
width: 320px;
height:365px;
background-image: url('i/fl.gif');
}
.fm{
float:left;
width: 311px;
height:365px;
background-image: url('i/fm.gif');
}
.fr{
float:left;
width: 320px;
height:365px;
background-image: url('i/fr.gif');
}
.fli{
padding-top: 50px;
padding-left: 50px;
padding-right: 43px;
}
.fmi{
padding-top: 50px;
padding-left: 40px;
padding-right: 40px;
}
.fri{
padding-top: 50px;
padding-left: 43px;
padding-right: 50px;
}
.why{
/* Why does it work when there's another div inside it in IE? */
text-align: center;
color: white;
}

a:link {
color: #FF5404;
}
a:visited{
color: #FF9D00;
}
a:hover{
color: #FFD11C;
}

.hide {
visibility: hidden;
}


.wpcf7 {
text-align: left;
}

.wpcf7-form{
text-align: left;
}

.qb {
border: 1px solid #c0c0c0;
}


a.wl:link {
color: White;
}
a.wl:visited{
color: White;
}
a.wl:hover{
color: White;
}

.fth{
text-align: center;
font-size: 14px;
font-weight: bold;
color: White;
}

.lgi {
float:left;
padding-top: 5px;
}

.bigbutton{
	height: 59px;
	cursor: pointer;
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;	
}

.rbl{
	background-image: url('images/rbl.gif');
	background-repeat: no-repeat;
}
.rbr{	
	background-image: url('images/rbr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.rbi{
	height: 59px;
	padding-top: 15px;
	padding-right: 5px;
	text-align: center;
}

.bbl{
	background-image: url('images/bbl.gif');
	background-repeat: no-repeat;
}
.bbr{	
	background-image: url('images/bbr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.gbl{
	background-image: url('images/gbl.gif');
	background-repeat: no-repeat;
}
.gbr{	
	background-image: url('images/gbr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.pbl{
	background-image: url('images/pbl.gif');
	background-repeat: no-repeat;
}
.pbr{	
	background-image: url('images/pbr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.obl{
	background-image: url('images/obl.gif');
	background-repeat: no-repeat;
}
.obr{	
	background-image: url('images/obr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
a.white:link {color:#FFFFFF}
a.white:visited {color:#FFFFFF}
a.white:hover {color:#FFFFFF}
a.white:active {color:#FFFFFF}


.comparetable {
width: 700px; margin-left: auto; margin-right: auto;
background-color: #e5e5e5;
}

.regtable {
width: 500px; margin-left: auto; margin-right: auto;
background-color: #e5e5e5;
}


.ctr{
height: 40px;
background-color: white;
}
.cta{
height: 40px;
background-color: #F9F9F9;
}
.cttr{
height: 40px;
background-color: #e5e5e5;
}
.ctbr{
height: 120px;
background-color: white;
}

.ctp {
padding-left: 20px;
}
.ctp2 {
padding-right: 20px;
text-align: right;
}
.mrg li{
margin-bottom: 5px;
margin-top:5px;
}