/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #d5d5d5;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #fff;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}


.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: url('images/footer.jpg') no-repeat top;
	border: none;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;
	font-size: 18px;
	color:#000;
}


h2.pagetitle {
	font-size: 1.6em;
	}
	
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: #000;
	}

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: #000;
	}
	
.entry p a			{font-weight:bold;}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right:5px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	/*color: #06c;*/
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 900px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 26px;
	margin: 0px 0 0;
	width: 503px;
}

.widecolumn {
	float: left;
	padding: 0 0 20px 26px;
	margin: 0px 0 0;
	width: 567px;
}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 10px 0 0 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	height:197px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 5px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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, #contactform #submit {
	margin: 0 0 5px auto;
	background:url(images/sidebar_header_bg.jpg) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
	width:120px;
	height:32px;
	font-weight:bold;
	font-size:11px;
}
/* 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 Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin-right: 5px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: 10px;
	}
/* 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 */

/* Added by Gladiatormedia */
#footerboxes{
	padding-top:30px;
}

#footer a		{text-decoration:none;color:#fff;}

#footer h1 {
	font-size:20px;
	padding-top:0;
	text-align:left;
	margin-bottom:10px;
	font-weight:normal;
}

#footer	{
	color:#fff;	
	font-family: "Helvetica", "Arial", sans-serif;
	font-size:10px;
}

#footer i	{font-style:normal;}

#footer b{
	font-size:11px;	
}

.footerbox1 {
	float:left;
	width:250px;
	margin:0 21px 0 15px;
}

.footerbox2 {
	float:left;
	width:300px;
	margin-right:21px;
}

.footerbox3 {
	float:left;
	width:280px;
}

.requestbutton{
	font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;
	cursor:pointer;
	color:#fff;
	background:url(images/btnRequest.png) no-repeat;
	width:67px;
	height:24px;
	border:none;
	text-align:center;
	padding-bottom:3px;
}

.nav {
	width:100%;
	height:31px;
	background:url(images/menu_items_bg.jpg) no-repeat;
}

.navItems {
	list-style-type:none;
	margin:0;
	padding:3px 0 0 0;
}

.mac .navItems {
	padding:5px 0 0 0;
}

.ffmac .navItems {
	padding:8px 0 0 0;
}

.navItems li {
	display:inline;	
	margin:0 22px 0 10px;
	font-size:20px;
	font-family: "Helvetica", "Arial", sans-serif;
}

.navItems li a {
	color:#fff;	
	text-decoration:none;
}

.sidebarBlock{
	width:277px;
	margin-bottom:10px;
}

.sidebarContent{
	padding:5px 3px;
	background-color:#f8f8f8;
	border:solid 1px #656566;
}

.sidebarBlock h1{
	background:url(images/sidebar_header_bg.jpg) no-repeat;
	text-align:left;
	height:28px;
	padding:3px 0 0 9px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size:20px;
	font-weight:normal;
}

.mac .sidebarBlock h1{
	height:25px;
}

.mac .sidebarBlock h1, .ffmac .sidebarBlock h1{
	padding:6px 0 0 9px;
}

div.entry{
	color:#3a3a3a;
	margin-top:5px;
	line-height:17px;
}

div.sociable_tagline{	
	background:url(images/sharethis.jpg) no-repeat;
	width:567px;
	height:31px;
	color:#fff;
	font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;
	font-size:14px;
}

div.sociable_tagline .sociable_tagline_text{
	padding:8px 0 0 35px;
}

div.sociable_icons	{
	border:1px solid #69696a;
	padding:10px 5px 5px 5px;
}

div.tweet{
	background:url(images/latesttweet.jpg) no-repeat;
	width:212px;
	height:95px;
	float:left;
}

div.tweetContent	{
	padding:2px 5px 5px 15px;
	width:190px;
	color:#4a4a4a;
	font-size:11px;
}

div.tweetContent b{color:#000;font-size:12px;}

.tweetLogo{float:left;margin-right:4px;}
.twitterDate {float:right;font-size:10px;}

div.subtext	{font-size:10px;color:#666;}
div.subtext	a {color:#666;}

img	{border:none;}

.post h1			{font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;font-size:40px;color:#000;margin:0;padding:0;text-align:left;line-height:60px;}
.post a				{color:#000;border-bottom:1px dotted #666;}
.post h2 a, .post .sociable a 	{border:none;}
.post a:hover		{text-decoration:none;}

div.readmore		{width:130px;background-color:#3a3a3a;color:#cecfd0;text-align:center;padding:2px 0;}
span.intro a.more-link	{font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;margin: 0 0 5px auto;background:url(images/sidebar_header_bg.jpg) no-repeat;color:#fff;border:none;padding:1px 5px;}

p		{margin-top:0;}

hr.r1	{background-color:#EAEAEA;color:#EAEAEA;height:1px;margin:5px 0;text-align:center;border:0;}

.tweetContent a 	{color:#000;text-decoration:none;}

.comments		{font-size:11px;font-weight:normal;background-color:#e7e7e7;border:1px solid #c2c2c2;padding:10px;}
.comments h3	{margin:0;}

.comment a		{color:#000;text-decoration:none;}
.comment cite	{font-size:11px;font-weight:bold;font-style:normal;}
.says 			{display:none;}

.pagination				{color:#8a8a8a;font-size:14px;}
.pagination span		{color:#000;font-size:16px;font-weight:bold;margin-right:5px;}
.pagination a			{color:#8a8a8a;text-decoration:none;margin-right:5px;padding:10px 5px;}
.pagination a:hover		{color:#000;border:1px solid #888888;}
.pagination a.current	{color:#000;border:1px solid #888888;}

.introText					{font-family:Georgia, Helvetica, serif; color:#6b6f70;}
span.intro					{font-family:Georgia, Helvetica, serif; color:#6b6f70;font-size:16px;}
span.intro a				{color:#000;text-decoration:none;font-weight:normal;}
.narrowcolumn span.intro	{font-family:Arial,Helvetica,sans-serif;color:#3A3A3A;font-size:12px;}
.commentlist a				{text-decoration:none;color:#3a3a3a;font-family: "Helvetica-Bold", "Helvetica  Bold", "Helvetica ", sans-serif;border-bottom:0;}

.post .subtext			{margin-bottom:10px;}
.post h3				{color:#3A3A3A;font-size:12px;font-style:italic;margin:10px 0 5px 0;}

/* End added by Gladiatormedia */