﻿/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	/*border: 0;*/
}
body, html {
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background: #eee url(/images/background.jpg) repeat-x; 
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
}
body {
	font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
	color: #000099;
	outline: none;
}
a:hover{
	color: #0000FF;
	text-decoration: none;
}
a:active {outline: none;}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}

.clear { clear: both; }

#mainContainer {
	width: 760px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	background: #fff url(/images/content_background3.gif) repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	border-left: 1px solid #222;
	border-right: 1px solid #222;

}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

p.example { margin-left:2em;}
/**************************
HEADER
**************************/
#header {
	background: #FFF url(/images/header.jpg) 0 0 no-repeat;
	height:90px;
	position:relative;
}
#header ul {
	list-style: none;
	font-weight:bold;
	background: #fff url(/images/menu.gif) 0 0 no-repeat;
	margin-top:45px;
	height:23px;
	padding-top:3px;
	text-transform:uppercase;
}
#header li {
	display: inline;
	padding: 0px 15px 0;
	border-left:1px solid #fff;
}
#header li.home { border:0;}

#header li a {color:#fff;}


#header a {text-decoration:none;}
#header a:hover {color:White;}
#header ul a:hover {color: #FFF; text-decoration:underline;}

#header p {
	text-indent:-2000px;
}
#header h1, #header h2{
	text-indent:-2000px;
	display: block;	
	position:absolute;
	z-index: 100; 
}
#header h1 {
	top:20px;
	left:70px;
}
#header h1 a {
	display:block;
	width:330px;
}

#header h2 {
	top:15px;
	left:470px;
}
#header h2 a {
	display:block;
	width:270px;
	height:40px;
}
		
/*#header li.home a {color: #da0000; text-decoration:underline;}*/
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 165px;  
}
* html .outer {
	padding-right: 0; /* change to -120 for right column... Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 760px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
	margin-left: -165px;
}
#content {
	float: right;
	width: 560px;
}
* html #content {
	position: relative;  /*** IE needs this  ***/
	
}
.contentWrap{
	padding: 5px 15px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}

/*************************
CENTER COLUMN
**************************/
#content h2{
	text-align:center;
	color:#852927;
	font: bold 1.6em "Lucida Grande", "Verdana", sans-serif; 
	padding-top:1em;
	letter-spacing:-.5px;
}

#content h3 {text-align:center;padding-top:1em;}

#content p, #content dl, #content ul, #content ol{
	font: normal 1.4em "Times", "Times New Roman", sans-serif; 
	
}
#content dl ul {font-size:1em;}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 175px;
	padding: 5px;
}
* html #left {
	position: relative;  /*** IE needs this  ***/
	margin:0px;
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
	padding-left:1px;
}
#left li {
	padding-bottom: 0;
}
#left li a {
	font: bold 1.1em "Lucida Grande", "Verdana", sans-serif; 
	display:block;
	width:143px;
	padding:5px;
	padding-left:20px;
	color:White;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
* html #left li a { /*ie6 doesn't like "transparent" borders*/
	border-top:0px solid #8c211e;
	border-bottom:0px solid #8c211e;
}
#left a.bbb, #left a.bbb:hover{
	padding:0; 
	margin:0; 
	border:0;
	background-color:Transparent;
	padding-left:8px;
	padding-top:10px;
}
#left li a:hover {
	color:White;
	text-decoration:underline;
	background-color:#8c211e;
	border-top:1px solid #7a1714;
	border-bottom:1px solid #7a1714;
}

#livechat {
	margin: 20px 0 0 10px;
}

#federal-resume-awards {
	padding-left:30px;
	padding-top:50px;
}
#federal-resume-awards li {
	padding: .2em 0;
}

.testimonials {
	margin:1.5em;
	padding:1.5em;
	background-color:#bb4e4b;
	font-size:.8em;
}
.signature {padding:1em 2em 0;}
	

#left .box {margin:2em 0;}

#left .box h3 {
	color:#7a1714;
	background-color:#8c211e;
	border-top:1px solid #7a1714;
	border-bottom:1px solid #7a1714;
	margin:.5em 0;
	padding-left:10px;
	
}
#left .box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	border:0px solid red;
}

#left .box ul li {
	margin-bottom: 3px;
	padding-left:20px;
}
#left .box ul li a {
	display:inline;
	padding-left:0;
}
#left .box ul li a:hover 
{
	background-color:Transparent;
	border:0;
	color:#ccc;
}
/*#left .box ul li span {visibility:hidden;}*/
	
#left img.rssButton {
	margin:0;
	border:0px solid red;
}

#subscribe 
{
	color:#fff;
}
#subscribe a {color:#fff;}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 120px;
	padding: 5px;
}
* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -120px; /*** IE gets this margin. ***/
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 760px;
	height: 21px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -21px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	color: white;
	font-size:.9em;
	background: #fff url(/images/footer.gif) 0 0 no-repeat;
}
#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size:.9em;
	background: #000 url(/images1/footer.gif) 0 0 no-repeat;
}
#footer {
	height: 70px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -21px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
}
#footer ul {
	list-style: none;
	font-weight:bold;
	padding-top:.4em;
}
#footer li {
	display: inline;
	padding:0 .4em;
	border-left:1px solid #fff;
}
#footer li a {
	font: normal 1em "Lucida Grande", "Verdana", sans-serif; 
}
#footer p {padding:1em 0 0;}

#footer a {color:White;}
/*#footer h4 {
	font: bold 10px "Lucida Grande", "Verdana", sans-serif;
	padding: 4px 0 4px 23px;
	background: #ddd;
	_background: #ddd !important;
	_padding-top: 2px !important;
	margin: 0 -10px;
	border-top: 1px dotted #bbb;
	color: #333; 
	border-left: 10px solid #222;
	border-right: 10px solid #222;
	
}*/

/**************************
FORM
**************************/

/*---------------FORM---------------------*/
#inlineform {
	border: 1px solid #999;
	padding: 1em;
	margin:1em 0 1em 1.5em;
	width:290px;
	float:right;
	background:#eee;
}
#inlineform td {width:200px;}
#inlineform td input {width:170px;}

#wideform {
	width:450px;
	padding:1em 2em;
	margin:1em auto;
	border:1px solid red;
	background:#eee;
	border: 2px solid #999;
	font-size:1.2em;
}
#wideform table {
	width:350px;
	margin:1em auto;
}
#wideform caption {
	margin:0 auto;
	padding-bottom:1em;
	color: #892523;
}
#wideform td, #wideform th {font-size:16px; white-space:nowrap;}
#wideform td {
	width:200px;padding:3px 0;}
#wideform td input {
	font-size:16px;
	width:250px;
}
#wideform th label {margin-right:20px;white-space:nowrap;}
#wideform td.fineprint {font-size: .8em; width:100%;}

#blockform {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding-left: 1em;
	margin:1em 0 2em 2em;
	width:430px;
}
#blockform table {
	width:430px;
}
.error-label {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1em;
	display: block;	
	font-weight: normal !important;
	margin-top: .5em;
	background: transparent url(/images/resumeinfo-red-excl.gif) no-repeat 0% 0%;
	padding-left: 26px;
	margin-bottom:0;
	border:1px solid red;
	}
.error-label strong {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}
	
/*
input, select {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
*/
span.errors {
	display: block;
	padding: 1em 2em;
	margin: 1em 4em;
	border: 2px solid #FA1A08;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1em;
	background: #fff url(/images/red-excl.gif) no-repeat 1em 1em;
	padding-left: 4em;
	}
span.errors strong {
	color: #A20000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
span.label {
	display: block;
}
	
span.example {
	display: block;
	margin: 3px 0 0;
}
	
.form table {
	margin: 1em 0 1em;
	border-collapse: collapse;
}
.form table td, .form table th {
	padding: .1em 0 .1em;
	vertical-align: top;
	/*border-bottom: 1px solid #E1ECE1;*/
}
.form table th {
	width: 140px;
	font-weight: bold;
}

.form td.fineprint {text-align:center;}

.form caption {
	font-size:1.2em;
	font-weight: bold;
	
}
/* inputs */
/*
.form table input, .form table select   { 
	width: 150px; 
	border: 1px solid #ccc;
	margin-right:1em;
	
	height: 22px;
	font-size: 1.1em;
	color: #333;
}
*/
#blockform textarea {
	width: 400px;
	color: #333;
}
.form table .checkbox input {
	width: 20px; 
	border: 0px;
}

.error-label {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1em;
	display: block;	
	font-weight: normal !important;
	margin-top: .5em;
	background: transparent url(/images/red-excl.gif) 0 5px no-repeat;
	padding-left: 26px;
	margin-bottom:0;
	border:1px solid red;
	}
.error-label strong {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}


dl.standard {
	margin-top: 1em;
	}
dl.standard dt {
	font-weight: bold;
	margin-top: 1em;	
	background: transparent url(/images/bullet-greyarrow.gif) no-repeat 0% 3px;
	padding-left: 25px;
	}	
dl.standard dd { margin-left: 25px; }

.highlight {
	background: transparent url(/images/highlighter.gif) repeat-x top left;
	margin: 0 -10px 0 -5px;
	padding: 0 10px 0 5px;
}


/* temporary ugly header style */
div#content div.contentWrap h2 {font-size:2em; color:#0000FF;}
.contentWrap h2 span {color:#FF0033;}



/*----------------------------
					 Posts
----------------------------*/

div.post {
	/*border-bottom: 1px solid #000;*/
	padding: 3px 10px;
	margin-bottom: 0;
	background-color: White;
	line-height: 17px;
}

div.post h1 {
	margin: 1em 0 7px 0;
	position: relative;
	top: 5px;
	line-height:1em;
}
div.post h1 a {
	color:#000099;
	text-decoration:none;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
}

div.post p.code, div.post pre {
	line-height: 12px;
	background: #D8D8D8;
	padding: 3px;
}
div.post img {float:right;padding:2px; border:1px solid #666;}
div.post .bottom {clear:both;}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

.bookmarks a img {
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

.bookmarks a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: White;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
}

.comment img.flag{
	position: relative;
	top : 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.success{
	color:Green;
	font-weight: bold;
}

/*.commentForm #preview {
	background-color: white;
	min-height: 100px;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}*/

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: White;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive span {
	display: block;
	margin-bottom: 3px;
}

#archive span a {
	margin-left: 4px;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 3em;
	font-size: 10px;
	padding-left:10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 100px;
}

#searchbox label {display: block; width:100px;}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
	border:1px solid red;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
	color:#eee;
}

#tagcloud a.biggest {
	font-size: 1.4em;
}

#tagcloud a.big {
	font-size: 1.2em;
}

#tagcloud a.medium {
	font-size: 1em;
}

#tagcloud a.small {
	font-size: .8em;
}

#tagcloud a.smallest {
	font-size: .7em;
}