/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
body {
  color: #d3d7db;
  background: #3b414a url(images/body_bg.png) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 11px;
}

a:link {
  color: #69cefa;
  text-decoration:none;
}
a:visited {
  color: #69cefa;
  text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
  color: #ff0000;
  text-decoration:none;
}
#header .navigation li a.active {
	color:#69CEFA;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%;
}
h3.title {
	font-size:1.88em;
}
h4 {
	font-size:1.66em;
}
h5 {
	font-size:1.33em;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
hr {
	border:dotted 1px;
	margin:40px 0 25px;
}
/***********/
/* TABLES  */
/***********/

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
tr.even, tr.odd {
	background-color:#575E67;
}									/* END TABLES */


b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
#header {
  margin-bottom: 10px;
  padding: 10px;
}
#header h1 {
  margin-bottom: 10px;
}
#header img.logo {
  vertical-align: middle;
}
#header .site-name {
}
#header .site-slogan {
}
#header .navigation {
}
#header .navigation .navigation-primary {
}
#header .navigation .navigation-secondary {
}
#header form.search {
  margin-top: 10px;
}

#container {
  xclear: both;
  width:960px;
  padding-bottom:180px;
}

.sidebar {
}

#sidesaddle {
	max-width:300px
}
#left-sidebar .sidebar img {
	float:right;
	margin-right:2px;
}

#left-sidebar {
	float:left;
	text-align:right;
	width:170px;
	margin-right:15px;
}
#left-sidebar #block-block-2 img {
	margin-left:3px;
	width:22px;
}

#right-sidebar {
	float:left;
	text-align:left;
	width:170px;
	margin-left:15px;
}

#page {
  float: right;
  overflow: visible;
  min-height: 500px;
}

#footer {
	bottom:0;
	clear:both;
	height:150px;
	left:0;
	padding-top:20px;
/*	position:fixed; */
	text-align:center;
	width:100%;
}

/* Common page items */
#page h2.title {
	margin-bottom:10px;
	font-size:2.5em;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
}
#page .messages {
	background-color:#63C151;
	border:5px solid #B07902;
	color:#E9EEF3;
	font-size:1.53em;
	margin:0 0 10px -5px;
	padding:10px;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb {
}

#tweet ul {
	padding-left:0px;
}

#tweet ul li {
	background:transparent url(images/link_list_bullet.gif) no-repeat scroll 0 4px;
	list-style:none;
	padding-left:10px;
}

/*--------portfolio styles----------*/
.contentArea_foliocolumn {
	float:left;
	height:140px;
	padding-bottom:18px;
	width:173px;
}

.contentBox_foliothumb {
	float:left;
	padding: 0 0px 0 0;
	height:86px;
	width:152px;
}

.contentBox_foliotext {
	float:left;
	padding:10px 0 0 5px;
	width:152px;
	font-size:0.883em;
	line-height:1.3em;
}

/* Blocks */
.block {
  padding-left: 5px;
  padding-right: 5px;
}
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}

/* Nodes */
.node {
  margin-bottom: 10px;
}
.node h3.title {
	background:#73787F none repeat scroll 0 0;
	margin:0 0 5px -5px;
	padding:2px 0 1px 5px;
	clear:both;
}
.node .content {
}
.node .content p {
}

.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}

/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */
#header {
  margin-right: auto;
}
body.sidebar-left #header {
  width: 80%;
}
body.sidebar-right #header {
  width: 80%;
}
body.two-sidebars #header {
  width:80%;;
}
body.no-sidebars #header {
  width: 100%;
}

body.sidebar-left #page {
  width: 77%;
  padding-left: 2%;
}
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
body.two-sidebars #page {
  width:550px;
  padding-left: 20px;
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}

.footer {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left .footer {
  width: 80%;
}
body.sidebar-right .footer {
  width: 80%;
}
body.two-sidebars .footer {
  width: 60%;
}
body.no-sidebars .footer {
  width: 100%;
}

/* FORMS */

#modalContainer {
	clear:inherit;
	width:520px;
}

#modalContainer .form-item {
	margin:10px;
	text-align:left;
}



/* Fixed-width sidebars, fixed center column. */
/*
#left-sidebar {
  float: left;
  width: 120px;
}
#right-sidebar {
  float: left;
  width: 100px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: left;
  width: 440px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}
*/

/* Fixed-width sidebars, fluid center column. */
/*
#left-sidebar{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
}
#right-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  margin-left: 160px;
  margin-right: 160px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: none;
  margin-left: 160px;
  margin-right: 160px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  margin-left: 160px;
  margin-right: 160px;
}
*/
/* end custom layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}
.webform-client-form input, form input {
	background:#595f68;
	color:#FFFFFF;
	border-top:solid 1px #313841;
	border-left:solid 1px #313841;
	border-bottom:solid 1px #88909c;
	border-right:solid 1px #88909c;
	padding:1px 3px;
}
.webform-client-form select, form select {
	background:#595f68;
	color:#FFFFFF;
	border-top:solid 1px #313841;
	border-left:solid 1px #313841;
	border-bottom:solid 1px #88909c;
	border-right:solid 1px #88909c;
/*	padding:1px 3px; */
}
.webform-client-form textarea, form textarea {
	background:#595f68;
	color:#FFFFFF;
	border-top:solid 1px #313841;
	border-left:solid 1px #313841;
	border-bottom:solid 1px #595f68;
	border-right:solid 1px #88909c;
	padding:1px 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
}
.resizable-textarea .grippie {
	background:#595f68 url(images/grippie.png) no-repeat scroll center 2px;
	border-left:solid 1px #313841;
	border-right:solid 1px #88909c;
	border-bottom:solid 1px #88909c;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
#edit-submit, #edit-preview, #edit-delete, #edit-reset {
	background:#595f68;
	color:#FFFFFF;
	border-top:solid 1px #313841;
	border-left:solid 1px #313841;
	border-bottom:solid 1px #88909c;
	border-right:solid 1px #88909c;
	padding:1px 3px;
	cursor:pointer;
}
#edit-submit:hover, #edit-preview:hover, #edit-delete:hover, #edit-reset:hover {
	background:#EEC70C;
	color:#333333;
	border-top:solid 1px #313841;
	border-left:solid 1px #313841;
	border-bottom:solid 1px #88909c;
	border-right:solid 1px #88909c;
	padding:1px 3px;
	cursor:pointer;
}
#webform-component-im_interested_in {
	float:right;
	position:relative;
	right:300px;
	top:-99px;
}