/*   
Theme Name: Flux Parity
Theme URI: http://www.fluxparity.com/
Description: Blue and grey with a banner image.
Author: Chris Gurney
Author URI: http://www.fluxparity.com/
Version: 1.0
.
Distributed under the Creative Commons Attribution-ShareAlike 2.0 license.
http://creativecommons.org/licenses/by-sa/2.0/
.
*/

HTML {
  overflow: -moz-scrollbars-vertical;
}

* { 
  padding: 0; 
  margin: 0; 
  line-height: 20px;
}

BODY {
  background: #a3acad url("images/pageback.jpg") repeat-x; 
  margin: 0 0 30px 0;
  padding: 0; 
  height: 100%;
  color: #000; 
}

#container {
  position: relative; 
  width: 744px; 
  margin: 0 auto; 
  text-align: left;
  /*border: 0px solid blue;*/
  padding: 0;
}

.spacer {
  clear: both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}


/* header
---------------------------------------------------------- */

#banner {
  background: #003f72 url("images/banner.png") no-repeat scroll 0% 0%;
  height: 122px;
  margin: 20px 0 0 0;
  padding: 0;
}

#spacerlogo {
  float: left;
}

#header {
  margin: 0;
  padding: 0;
}
 
/* footer
---------------------------------------------------------- */

#footer {
  clear: both; 
  margin: 0;
  padding: 3px 0 0 0;
  color: #a3aaaa;
  font-size: 80%;
  font-family: verdana, arial, sans-serif;
  height: 25px; /* Fixes IE6 peekaboo bug */
  background: #d6dddd url("images/content-bot.gif") no-repeat bottom left;
}

#footer a {
	text-decoration: none;
	color: #909999;
}

#footer a:hover {
	text-decoration: underline;
}

#fleft {
  float: left;
  margin-bottom: 2px;
  width: 525px;
}

#fright {
  float: right;
  text-align: right;
  margin: 0;
  padding: 3px 12px 0 0;
  width: 203px;
}

/* about
---------------------------------------------------------- */

#about {
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 10px 0 0 0;
  background-color: #fff;
}

#about #abody a {
	color: #0066CC;
}

#about #abody a:hover {
	color: #C00;
	text-decoration: underline;
}

#about h1 {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #2d3e70;
	text-transform: uppercase;
	/*visible: false;*/
}

#about #left a {
	color: #0066CC;
}

#about #left a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#about #left h2 {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #2d3e70;
}

#about #linkbox {
	background: #EFEFE1 url("images/bg_aboutlinkbox_bottom.png") no-repeat left bottom;	
  width: 337px;
  margin: 0 0 10px 20px;
  height: 63px;
  padding: 0 0 8px 0;
}

#about #linkboxtop {
	background: url("images/bg_aboutlinkbox.png") no-repeat left bottom;
  height: 15px;
  width: 337px;
  margin: 0 0 0 20px;
}

#about #linkbox h2 {
  color: #2d3e70; 
	text-transform: uppercase;
}

#about #linkbox p {
  color: #2d3e70; 
}

#about #linkbox #buttons {
  text-align: center;
  padding: 5px 0 0 0;
}

#about #linkbox #lleft {
  float: left;
  text-align: right;
  width: 90px;
}

#about #linkbox #lright {
  float: right;
  width: 245px;
}

#about #right {
  float: right;
  width: 360px;
  margin: 10px 20px 10px 0;
}

#about #right a {
  color: #2d3e70; 
  text-decoration: none;
}

#about #right a:hover {
  text-decoration: underline;
}

#about #right a:visited {
  text-decoration: none;
}

/* blog
---------------------------------------------------------- */

#blog {
  /*position: relative; */
  padding: 0; 
  /*border: 1px solid white;*/
  height: 100%;
  line-height: 120%;
  margin: 0;
  background: #fff url("images/blogback.png") repeat-y;
}

#blogsidebartop {
  margin: 0;
  padding: 10px 0 0 0;
  background: url("images/blogsidebartop.png") no-repeat top right;
}

#bbody {
  background-color: white;
}

#bbody .commenticon {
	background: url("images/comment.png") no-repeat left bottom;
  height: 10px;
  width: 12px;
  padding: 0 0 0 15px;
  display: inline;
}

#bbody .post {
  padding: 10px 0 20px 0;
  background: url("images/postback.png") no-repeat top left;
  float: left;
  width: 520px;
}

#bbody .post blockquote {
  display: block;
  padding: 0;
  margin: .25em 0 .6em 25px;
  font-style: normal;
  border-left: 3px solid #ddd;
}

#bbody .post img {
  border: none;
  background-color: #EEE; 
  padding: 8px;
  float: right;
  display: inline;
  margin: 0 0 10px 10px;
}

#bbody .post h1 {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #2d3e70;
	/*text-transform: uppercase;*/
	/*visible: false;*/
}

#bbody .post h1 a {
	text-decoration: none;
	color: #2d3e70;
}

#bbody .post h1 a:hover {
	text-decoration: none;
	color: #990000;
}

#bbody .post h2 {
	margin: 14px 0px 6px 0px;
	color: #2d3e70;
}

#bbody .post h6 {
	font-weight: normal;
	font-size: 10px;
	margin: 6px 0px 20px 0px;
	color: #666;
}

#bbody .post h6 a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}

#bbody .post h6 a:hover {
	text-decoration: underline;
	color: #666;
}

#bbody .post h6 img {
  border: none;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#bbody .post h3 {
	background: #FFF url("images/h3_grad.jpg") repeat-x;
	font-weight: normal;
	font-size: 11px;
	color: #333366;
	margin: 0 15px 38px 20px;
  padding: 0;
	border-top: 1px #A4ABC1 solid;
}

#bbody .post h3 a {
	color: #0066CC;
	border: none;
	font-weight: bold;
  text-decoration: none;
}

#bbody .post h3 a:hover {
	color: #C00;
	text-decoration: underline;
}

#bbody .post h3 a img {
	border: none;
}

#bbody .post h3 .left {
  float: left;
}

#bbody .post h3 .right {
	/*margin: 0 0 0 140px;*/
  float: right;
}

#bbody .post p a {
	color: #0066CC;
}

#bbody .post p a:hover {
	color: #C00;
	text-decoration: underline;
}

#bbody .post ul {
  margin: 7px;
}

#bbody .post ul a {
	color: #0066CC;
  text-decoration: underline;
}

#bbody .post ul a:hover {
	color: #C00;
	text-decoration: underline;
}

#bleft {
  float: left;
  width: 525px;
  margin: 0;
  padding: 10px 0 0 0;
}

#bleft p img {
  border: solid 1px #000000;
  color: #ffffff;
  padding: 2px 2px 2px 2px;
  margin: 5px 5px 5px 5px;
}

#bright {
  float: right;
  margin: 0;
  padding: 0;
  width: 203px;
}

#bright h2 {
  margin: 5px 0 0;
  padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
  font-weight: bold;
  color: #555555;
}

#bright a {
  color: #666666;
  text-decoration: none;
}

#bright a:hover {
  text-decoration: underline;
}

#bright ul p img {
  border: solid 1px #999;
  padding: 5px;
}

#bright ul, #bright ul ol {
  margin: 0 0 0 18px;
  padding: 0;
}

#bright ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
  font-size: 1.2em;
}

#bright ul p, #bright ul select {
  margin: 5px 0 8px;
  padding: 0 10px 0 0px;
}

#bright ul ul, #bright ul ol {
  margin: 5px 0 0 0;
}

#bright ul ul li:before {
  color: #666666;
  content: "\00BB \0020";
}

#bright ul ul ul, #bright ul ol {
  margin: 0 0 0 0;
}

ol li, #bright ul ol li {
  list-style: decimal outside;
}

#bright ul ul li, #bright ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

#bright ul.services li:before {
  content: "";
}

#bright ul.services img {
  border: none;
  padding: 0px 8px 0px 0px;
  height: 16px;
  width: 16px;
}

#searchform {
  margin: 10px auto;
  padding: 5px 3px 5px 20px; 
  text-align: left;
}

#bright form {
  margin: 0;
}

#bright #searchform #s {
  width: 108px;
  height: 18px;
  padding: 2px;
  border: solid 1px;
  bottom: 0;
}

#bright #searchsubmit {
  color: #fff;
  padding: 1px 5px;
  margin: 0px;
  border: 1px solid;
  border-color: #000000;
  background-color: #aaaaaa;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  display: inline;
  height: 24px;
  width: 50px;
  bottom: 0;
}

#bright #subscribesubmit {
  color: #fff;
  padding: 1px 5px;
  margin: 0px;
  border: 1px solid;
  border-color: #000000;
  background-color: #aaaaaa;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  display: inline;
  height: 24px;
  width: 70px;
  bottom: 0;
}

.post .postmetadata {
  color: #777;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 15px 40px 20px;
  text-align: justify;
}

.post .postmetadata small {
  padding: 15px 0 15px 0;
  line-height: 0px;
}

.navigation {
  display: block;
  text-align: center;
  margin: 10px 15px 50px 20px;
  font-family: verdana, arial, sans-serif;
  font-size: 0.6em;
}

.navigation a {
	color: #AAAAAA;
  text-decoration: none;
}

.navigation a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.navigation a:visited {
	color: #AAAAAA;
}

/* comments
---------------------------------------------------------- */

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 15px 15px 20px;
}

.commentlist {
  padding: 0 15px;
  text-align: justify;
}

.commentlist a {
	color: #0066CC;
	font-weight: bold;
  text-decoration: none;
}

.commentlist a:hover {
	color: #C00;
	text-decoration: underline;
}

.commentlist a:visited {
}

.commentlist li, #commentform input, #commentform textarea {
  font-family: Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
  margin: 15px 0 3px 0px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}

.commentlist p {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 90%;
  font-weight: normal;
  text-transform: none;
  margin: 15px 0 15px 0;
}

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
}

.commentmetadata a {
  font-weight: normal;
}

/* contact
---------------------------------------------------------- */

#contact {
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 10px 0 0 0;
  background-color: #fff;
}

#contact h1 {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #2d3e70;
	text-transform: uppercase;
	/*visible: false;*/
}

#contact h3 {
	margin: 10px 0 0 0;
	padding-top: 10px;
	padding-bottom: 30px;
}

#contact #left {
  width: 335px; 
  float: left;
}

#contact #right {
  width: 375px; 
  float: right;
}

#contact #formtop {
	background: url("images/bg_commentbox.png") no-repeat left bottom;
  height: 15px;
  width: 337px;
  margin: 10px 0 0 20px;
}

#contact #form {
	background: #EFEFE1 url("images/bg_commentbox_bottom.png") no-repeat left bottom;	
  width: 317px;
  margin: 0 0 20px 20px;
  padding: 0 0 15px 20px;
}

#contact #form label {
  font-size: 80%;
  font-family: verdana, arial, sans-serif;
}

#contact #instructions {
	margin: 0;
	font-size: 80%;
	line-height: 1.7em;
}

#contact #instructions p {
	margin: 0 0 15px 0;
  padding: 0;
}

#contact #form form {
  width: 300px;
}

#contact #form fieldset {
	width: 300px;
	border: 0;
	font-size: 100%;
}

#contact #form input.textinput {
  margin: 0 0 6px 0;
	width: 220px;
}

#contact #form input.button {
  margin: 6px 0 6px 0;
}

#contact #form textarea {
	width: 290px;
	height: 150px;
}

#contact #response {
  font-size: 80%;
  font-family: verdana, arial, sans-serif;
	padding: 15px 20px 5px 0;
}

#contact #response #error {
  color: #ff0000;
  padding: 6px 10px 6px 50px;
	background: url("images/bg_errorbox.png") no-repeat left center;	
}

/* portfolio
---------------------------------------------------------- */

#portfolio {
  height: 100%;
  line-height: 120%;
  margin: 0;
  padding: 10px 0 0 0;
  background-color: #fff;
}

#portfolio h1 {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #2d3e70;
	text-transform: uppercase;
	/*visible: false;*/
}

#portfolio #pbody a {
	color: #0066CC;
	font-weight: bold;
  text-decoration: none;
}

#portfolio #pbody a:hover {
	color: #C00;
	text-decoration: underline;
}

#portfolio #pbody h2 {
	color: #2d3e70;
	margin: 0 0 10px 0;
  /*text-transform: uppercase;*/
}

#portfolio #pbody img {
  border: solid 1px #ABABA0;
}

#portfolio #pbody #feature {
  background: #EFEFE1 url("images/bg_portfolio_feature.png") no-repeat right bottom;
  border: solid 1px #ABABA0;
  margin: 20px;
  padding: 10px 0 10px 0;
}

#portfolio #pbody a.feature {
  color: #000;
  font-weight: normal;
}

#portfolio #pbody a.feature:hover {
  color: #000;
  text-decoration: none;
}

#portfolio #pbody #thumbs {
  text-align: center;
  margin: 0px 20px 15px 50px;
}

#portfolio #pbody #thumbs #thumb {
  float: left;
  margin: 10px;
}

#portfolio #pbody #thumbs #image {
  border: solid 1px #ABABA0;
  background: #EFEFE1;
  padding: 10px;
}

#portfolio #pbody #thumbs #magnify {
  border: none;
  position: absolute;
  margin-left: -40px;
  margin-top: 10px;
}

#portfolio #callout {
	background: #EDEDED url("images/bg_portfoliocallout_bottom.png") no-repeat left bottom;	
  width: 200px;
  margin: 0 0 10px 20px;
  height: 140px;
  padding: 0 0 8px 0;
}

#portfolio #callout h2 {
  margin: 0 0 10px 0;
  color: #666;
}

#portfolio #callout p {
  margin: 0;
}

#portfolio #callout ul {
  margin: 0 0 0 28px;
  padding: 0;
}

#portfolio #callout ul li {
  list-style-type: none;
  list-style-image: none;
}

#portfolio #callout ul li:before {
  color: #666666;
  content: "\00BB \0020";
}

#portfolio #callouttop {
	background: url("images/bg_portfoliocallout.png") no-repeat left bottom;
  height: 15px;
  width: 200px;
  margin: 0 0 0 20px;
}

#portfolio #right {
  float: right;
  width: 223px;
  margin: 10px 20px 10px 0;
}

/* navbar
---------------------------------------------------------- */

#navbar {
  float: left;
  width: 100%;
  /*background:#DAE0D2 url("images/bg.gif") repeat-x bottom;*/
  font-size: 80%;
  line-height: normal;
  text-transform: uppercase;
  font-family: arial, helvetica, tahoma, sans-serif;
  height: 36px;
}

#navbar ul {
  margin: 0;
  padding: 6px 10px 0;
  list-style: none;
}

#navbar li {
  display: inline;
  margin: 0;
  padding: 0;
}

#navbar a {
  float: left;
  /*background:url("images/left_both.gif") no-repeat left top;*/
  margin: 0;
  padding: 0 0 0 9px;
  /*border-bottom:1px solid #765;*/
  text-decoration: none;
}

#navbar a span {
  float: left;
  display: block;
  /*background:url("images/right_both.gif") no-repeat right top;*/
  /*padding:5px 15px 4px 6px;*/
  padding: 5px 13px 4px 4px;
  color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a span {float:none;}
/* End IE5-Mac hack */

#navbar a:hover span {
  color: #fff;
}

#navbar #current {
  /*background-position:0 -150px;*/
  border-width:0;
  background:url("images/tab_left.gif") no-repeat left top;
}

#navbar #current span {
  /*background-position:100% -150px;*/
  padding-bottom:5px;
  color:#fff;
  background:url("images/tab_right.gif") no-repeat right top;
}

#navbar a:hover {
  /*background-position:0% -150px;*/
  background:url("images/tab_left.gif") no-repeat left top;
}

#navbar a:hover span {
  /*background-position:100% -150px;*/
  background:url("images/tab_right.gif") no-repeat right top;      
}


/* typography
---------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p {
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  padding-left: 20px;
}

p {
  font-size: 75%;
  margin-bottom: 8px;
  padding-right: 15px;
}

ul, ol {
  font-size: 75%;
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  padding-left: 40px;
}

h1 {
  font-size: 75%;
  color: #788100;
  /*text-transform: uppercase;*/
}

.inset {
  margin-right: 6px;
}

h2 {
  font-size: 85%;
  margin-top: 10px;
}

h3 {
  font-size: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

h3 a {
  color: black;
}

h3 a:visited {
  color: #666;
}

p.small {
  font-size: 65%;
}

span.small {
  font-size: 85%;
}

span.date {
  font-style: italic;
  font-size: 85%;
  color: #999;
}
 
p.big {
  font-size: 200%;
  text-align: center;
  font-weight: bold;
}

