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

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

a:link {
  color: #99cc66;
  text-decoration:none;
}
a:visited {
  color: #99cc66;
  text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
  color: #ff0000;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
/***********/
/* 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:#d9dab2;
}									/* 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 {
  background:transparent url(images/header_bg.jpg) repeat-x scroll 0 0;
  height:88px;
}
#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;
  padding-top:20px;
  background:#f4f4f4 url(images/bg_container.jpg) repeat-x scroll 0 0;
  min-width:999px;
}

.sidebar {
}

#left-sidebar .sidebar img {
	float:right;
	margin-right:2px;
}

#left-sidebar {
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	background:#405668 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	margin-right:16px;
	min-height:380px;
	padding:20px 20px 20px 5px;
	position:absolute;
	text-align:right;
	width:142px;
}

#right-sidebar {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#487e96 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	left:183px;
	margin-left:-6px;
	min-height:380px;
	padding:20px;
	position:absolute;
	text-align:left;
	width:133px;
}

#page {
	float:left;
	margin-right:50px;
	margin-top:-20px;
	min-height:500px;
	overflow:hidden;
	padding:20px 0 0 20px;
}

#footer {
  clear: both;
  padding-top: 20px;
  text-align: left;
}

/* Common page items */
#page h2.title {
display:none;
margin-bottom:10px;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
}
#page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin:0 0 10px -5px;
  padding-left:5px;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb {
}

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

#tweet ul li {
	list-style:none;
}

/*--------portfolio styles----------*/
.contentArea_foliocolumn {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#ffffff none repeat scroll 0 0;
	float:left;
	height:140px;
	margin:0 10px 10px 0;
	padding:10px;
	width:152px;
}

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

.contentBox_foliotext {
	float:left;
	padding:10px 0 0 5px;
	width:147px;
	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:#ffffff none repeat scroll 0 0;
	margin:0 0 5px -5px;
	padding:2px 0 1px 5px;
	clear:both;
}
.node .content {
}
.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: 100%;
}
body.sidebar-right #header {
  width: 100%;
}
body.two-sidebars #header {
  width:100%;;
}
body.no-sidebars #header {
  width: 100%;
}

body.sidebar-left #page {
/*  width: 77%;
  padding-left: 2%; */
  margin-left:190px;
}
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
body.two-sidebars #page {
	clear:both;
	position:relative;
	margin-left:355px;

}
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;
}
