/* $Id: style.css,v 1.0 2008/12/08 04:26:00 katz Exp $ */
/***  Richard Anderson Ltd, a Glazier project   ***/

* {
	margin:0;
    padding:0;
	-moz-outline:none; /* remove mozilla outline on focus for all elements */
	outline:0;
}
html {
	height: 100%;
}
body {
	background:#ffffff url(images/background.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	font-family: "Times New Roman",Times,serif;
	color:#FFF;
	text-align:center;
	min-width:1200px;
	overflow:auto;
}

.content p{
	margin-top:5px;
}



a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#ffffcc;
}
.clear-both {
	clear:both;
}
.clear {
	clear:both;
	margin:0px 0 12px 0;
	border-top:1px solid #fff;
}
img { 
	padding:0;
	border:0;
}
h1, h2, h3, h4 {
	color:#ffffcc;
}
h1, h2.title{
	font-size:22px;
	font-weight:lighter;
	margin:0;
}
h2 {
	color:#999999;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:lighter;
	margin:0;
}
hr {
  height: 1px;
  border: 1px solid #000;
}



/*** THE STRUCTURE ***/
.page #wrap-container {
	position:relative;
	text-align:left;
	width:100%;
}
.default #wrap-container {
	position:relative;
	text-align:left;
	width:100%;
}
#container {

}
#header {
	width:100%;	
	height:160px;
	display:block;
}
#bg-content-wrapper {
	width:100%;
	background:url(images/content_bg.png) repeat!important;
	position:relative;
	float:left;
}
.page #content-wrapper {	
	max-width:1191px;
	width:1191px;
	width:auto!important;
	min-height:445px;
	height:445px;
	float:left;
	padding:0px!important;
}
.default #content-wrapper {	
	max-width:1191px;
	width:1191px;
	width:auto!important;
	min-height:445px;
	height:445px;
	float:left;
	padding:0px!important;
}

#logo {
	width:369px;
	height:51px;
	position:absolute;
	position:absolute;
	top:60px;
	left:790px;
}

#nav {
	clear:both;
	height:30px;
	background:#000;
	width:100%;
	display:block;
	background:url(images/nav.png) repeat-x;
}
/** PAGE STYLES ***/

.page #left {
	position:absolute;
	width:746px;
	height:445px;
	border-right:1px solid #FFF;

}

.page  #right {
	position:absolute;
	max-width:399px;
	left:745px;

}
.page  #right .node{
	position:relative;
	margin:80px 0px 0px 30px;
	height:320px;
	width:420px;
	padding:4px;
	overflow-y:auto;
}

/** DEFAULT STYLES ***/
.default {


}
.default  a {
	color:#fff!important;
}
.default  a:hover{
	color:#fff!important;
}
.default  h1, .default  h2, .default  h3, .default  h4{
	color:#fff!important;
}
.default #left {
	position:relative; 
	width:896px;
	min-height:445px;
	border-right:1px solid #FFF;
	float:left;
	font-family:Georgia,serif;
	font-size:11px;
}
.default #left  .squeeze{
	padding:10px;
	height:420px;
	overflow:auto;
}

.default  #right {
	position:relative;
	float:right;
	max-width:249px;
	min-height:445px;
	font-family:Georgia,serif;
	font-size:11px;
}
.default #right  .squeeze{
	padding:10px;
	height:435px;
	overflow:auto;
}
.people {
	margin:0px 0px 0px 10px;
}
.people table td, .people table  {
	background:none;
}

#footer {
	width:100%;	
	height:200px;
	display:block;
	clear:both;
	color:#FFF;
	background:url(images/footer_bg.png) repeat;
	font-size:11px;
}
/*** STYLE LISTS ***/
ol li {
	margin:0px 0px 0px 20px;
}

/*** Menu Styles ***/
ul.menu li, li.leaf {
	list-style-type:none;
	list-style-image:none;
	padding:2px 0px 2px;
}
/** Main Navigation -- see superfish ***/


/*** Primary Links ***/

ul.primary li a:link, ul.primary li a:visited {
	background-color:#333;
	border-color:#CCCCCC #CCCCCC #EEEEEE;
	color:#FFF;
}
ul.primary li.active a, ul.primary li a:hover {
	background-color:#000;
	border-color:#CCCCCC #CCCCCC #EEEEEE;
	color:#FFF;

}
/*** Secondary Links ***/
ul.secondary a.active , ul.secondary a:hover{
	border-bottom:2px solid #FFF;
}

/*** FORM Styles ***/
form input {
	border:1px solid #ccc;
}
form input:hover {
	background:#fffdd8;
	border:1px solid #ccc;
}

#user-login form input.form-submit {
	background:#ccc;
	border:1px solid #ccc;
	padding:4px;
	font-size:11px;
	width:100px;
}
#user-pass form input.form-submit {
	background:#ccc;
	border:1px solid #ccc;
	padding:4px;
	font-size:11px;
	width:160px;
}
form input {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	padding:2px;
}
form {
	padding:10px;
}
#user-login input#edit-name, #user-pass input#edit-name,  #user-login input#edit-pass, #user-register input#edit-name,  #user-register input#edit-mail{
	width:250px;
}
form .description {
	width:400px;
}

/** Table Styles **/
table {
  border-collapse: none;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 0;
}
tr.even, tr.odd {
  background-color: #000;
  border-bottom: 0px solid #ccc;
}
tbody {
  border-top: 0px solid #ccc;
}
tbody th {
  border-bottom: 0px solid #ccc;
}


table.system-status-report td, table.system-status-report th {
	color:#FFF;
	margin-top:10px;
}
table.views-entry td, table.views-entry td.view-name, table.views-entry td.view-ops, div.warning, tr.warning  {
	background:#000;
	color:#FFF;
}

table td, table th{
	padding:4px;
	background:#000;
}
tr.selected td {
	background:#333;
}
div.error, tr.error {
	background:none;
	border:0;
	color:#fff;
	padding:10px;
}
.block-region {
	background-color:#000;
	border:1px solid #FFF;
}

/** HIDE COLLAPSED ITEMS ON NODE FORM ***/
#node-form  fieldset.collapsed {
	display:none;
}

/** BOTTOM CONTENT ***/
.field-type-nodereference{
	display:none;
}
.footer_text_one {
	position:absolute;
	margin:10px 0px 0px 20px;
	width:400px;
	height:200px;
}

/** MAILING LIST **/
.mailing_list {
	margin:10px 0px 0px 30px;
	width:350px;
	height:130px;
	float:left;
}
.mailing_list form {
	padding:0px;
}	
.mailing_list form label {
	display:inline;
	float:left;
	width:100px;
	margin:3px 0px 3px 0px;
}
.mailing_list form input {
	margin:3px 0px 3px 0px;
}
#footer  table  {
	margin:0px 0px 0px 20px;
	border:0;
	padding:0;
}
#footer  table th {
	border:0!important;
}
#footer  table tr {

	border:0!important;

}
#footer  table  td{
	background:none;
	border:0!important;
	padding:8px;
	width:400px;
	height:174px;
	vertical-align:top;
}
#footer  table  td p, #footer  table  td h1,  #footer  table  td h2,  #footer  table  td h3{
	padding:0px 5px 0px 5px;
}
.footer_text_two{
	position:absolute;
	margin:10px 0px 0px 390px;
	width:400px;
	height:200px;
}
.footer_text_two img {
	padding:0px 0px 0px 50px;
}
.footer_text_three{
	position:absolute;
	margin:10px 0px 0px 810px;
	width:400px;
	height:200px;
}

#left .footer_text_one, #left .footer_text_two, #left .footer_text_three {
	position:relative;
	margin:0px 0px 0px 0px!important;
	width:auto!important;
	height:auto!important;
}

.footer-message {
	position:absolute;
	margin:0px 0px 0px 30px;
}
