/********************************************
File: style.css · Title:
Description:
613 lines [	 Show line numbers ]
   AUTHOR:        Erwin Aligam
   WEBSITE:         http://www.styleshout.com/
  TEMPLATE NAME:   PixelGreen
   TEMPLATE CODE:   S-0010
   VERSION:          1.2
  LAST MODIFIED:    June-27-2008
 *******************************************/
 @import url("../../rsc/css/basic.css");  /* Import basic styles */
 @import url("../../rsc/css/img.css");  /* Import standard image styles */
 @import url("../../rsc/css/blog_elements.css");  /* Import standard blog elements styles */
 @import url("../../rsc/css/forms.css");  /* Import default form styles */
 @import url("../../rsc/css/comments.css");  /* Import default comment styles */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { padding: 0; margin: 0; }

/* html {
 xxbackground-color:#999B9E;
}
*/
body {
  background: #0A1423 url('img/faa_lef_bkgd_4.jpg') top center no-repeat;
  padding:0;
  margin:0px;
}

#wrap {
  margin: 0;
   padding: 0;
  font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
  color: #555;
  text-align: center;
  top:0;
  background:url(img/bkgd_white_750.jpg) repeat-y center top;
        /*width: 100%;*/
}

/* links */
a { background: inherit; color: #29669D; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em Georgia, 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color:#163861; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }
h4 { margin-left:16px; }

p, h1, h2, h3, h4 {
  xxmargin: 0px 10px;
  padding:5px;
}
ul, ol {
  margin: 1px 10px;
  padding: 0 15px;
}

/* images */
.bText img {
  border: 1px solid #DADADA;
  padding: 5px;
  background: #FAFAFA;
}
.bText .sig img  {
  border: none;
  padding: opx;
  background:none;
}

img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #999B9E;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
          padding: 0 0 0 0px;
	/* margin: 0px 20px;
    xxbackground-color: #FFFBE7;
  xxbackground-position: 8px 10px;
  xxborder: 1px solid #f2f2f2;
  xxborder-left: 1px dotted #BABABC; */
  border-right: 1px dotted #BABABC;
  font: bold 1.0em/1.25em "Trebuchet MS", Tahoma, sans-serif;
  color: #666666;
}
blockquote p {
  border:none;
}



/* form elements */
form {
  margin:10px 15px; 
  padding: 0;
  xxborder: 1px solid #f2f2f2;
  background-color: #FFF;
}
input {
  padding: 2px; 
/*  border:1px solid #999; */
  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
  color:#777;
}
textarea {
  width:300px;
  padding:2px;
  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
  border:1px solid #999;
  display:block;
  color:#777;
}
input.button {
  margin: 0;
  font: bold 1em Arial, Sans-serif;
  background: #FFF url(gradientbg.jpg) repeat-x;
  padding: 2px 3px;
  color: #333;
  border: 1px solid #DADADA;
}
/* search form */
form.search {
  background-color: transparent;
  border: none;
  padding: 0;
}
form.search p { margin:0; padding: 0; }
form.search input.SearchField {
  width: 116px;
  color: #333;
  height: 20px;
  padding: 2px;
  margin-bottom: 5px;
  vertical-align: top;
}
form.search input.SearchButton {
  font: bold 12px Arial, Sans-serif;
  color: #333;
  width: 60px;
  height: 26px;
  border: 1px solid #DADADA;
  padding: 3px 3px;
  vertical-align: top;
}


/***********************
    LAYOUT
************************/

#header-content {
  float: center;
  width: 750px;
}

/* header */
#header {
  text-align: left;
  height: 0px;
  background-color: transparent;
  border-top: 0px solid #999B9E; /* IE7 vertical placement */
}
#header-content {
  margin: 0 auto; padding: 0;
  position: relative;
  padding:0;
}
#header-content .widget_core_coll_title h1 a {
  font: bold 40px 'Trebuchet MS', Sans-serif;
  letter-spacing: -2px;
  color: #FFF;
  margin: 0; padding: 0;
  text-decoration: none;

}



#header-content .widget_core_coll_tagline {
  font: bold 12px 'Trebuchet Ms', Sans-serif;
  text-transform: none;
  color: #FFF;
  margin: -10px 0 0 18px;
  /*margin-top: -10px;*/
  padding: 0;
  color: #ddd;
}

/* header menu */
div.PageTop {
  float: right;
  position: absolute;
  top: 127px;
  left: 74%;
}

div.top_menu ul {
  position: absolute;
  right: 0px;
  bottom: 6px;
}

#header-content ul {
  font: bolder 1.3em 'Trebuchet MS', sans-serif;
  color: #FFF;
  list-style: none;
  margin: 0; padding: 0;
}
#header-content li {
  display: inline;
}
#header-content li a {
  float: left;
  display: block;
  padding: 3px 12px;
  color: #FFF;
  background-color: #333;
  text-decoration: none;
  border-right: 1px solid #272727;
}
#header-content li a:hover {
  background: #65944A;
  color: #FFF;
}
#header-content li a.selected  {
  background: #65944A;
  color: #FFF;
}

/* header photo */
.headerphoto {
  margin: 0 auto;
  width: 100%;
  height: 149px;
  padding: 0;
  background: url('img/09/faa_lef_banner_bkgd_3_09.jpg') no-repeat center;
}
.headerphoto h1 {
	position: fixed;
	left:-900px;
	cursor: pointer;
	display: none;
}

.headerphoto_nh {
  margin: 0 auto;
  width: 100%;
  height: 149px;
  padding: 0;
  background: url('img/09/faa_lef_new_hire_bkgd_09.jpg') no-repeat center;
}
.headerphoto_nh h1 {
	position: fixed;
	left:-900px;
	cursor: pointer;
	display: none;
}


/* content */
#content-wrap {
	margin: 0 auto 0 auto;
	padding:0;
  xxclear: both;
  width: 750px;
  border-top:solid 3px #00aeef;
  background:#FFF;
  height:100%;
}

#content, #footer-content {
 float: center;
  width: 750px;
}

#content {
	text-align: left;
 	padding: 0;
 	height:100%;
}

/* sidebar */
#sidebar {
float: right;
  width: 215px;
  margin: 0;
  padding: 15px;
  background:#E9E9E9;
  
}
#sidebar h1 {
	color: #29669D;
	padding: 5px 10px 4px 10px;
	margin: 0;
	margin-top:10px;
	border: none;
	xxborder-bottom: 1px dotted #FFF;
	font-family: Verdana'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	  background: #F4F4F4 url('img/sb_h1_bkgd.jpg') bottom repeat-x;

}

.sidebar_button {
		background:#E9E9E9;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
}
#sidebar p {
  padding: 5px 0 7px 0;;
  margin: 0px 10px 5px 10px;
  font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
       border: none;
       border-bottom: 1px solid #FFF;
	   color: #1b4b79;
	   background:#FFF;
}

.sidebox {
  background: #FFF;
  margin-bottom: 10px;
}

.sideboxtop {
  background-image: url(img/box-orange_TL.gif) ;
  background-repeat: no-repeat;
  background-position: top left;
        margin:0;
        padding:0;
		visibility:hidden; /* hide box for design update 11/08 */
}

.sideboxbot {
  background-image: url(img/box-orange_BL.gif) ;
  background-repeat: no-repeat;
  background-position: top left;
        margin:0;
        padding:0;
		visibility:hidden; /* hide box for design update 11/08 */
}

#sidebar img {
  border: none;
}

/* sidebar menu */
#sidebar ul.sidemenu {
  list-style:none;
  margin: 0 0px 10px 0px;
  padding: 3px;
  background:#FFF;
}
#sidebar ul.sidemenu li {
  padding: 0px 8px 1px 10px;
        color: #112232;
  display:block;
  border-bottom: 1px solid #E3E3E3;
}
#sidebar ul.sidemenu a {
  font-weight:normal;
  padding:.3em 0 0 0;
  line-height: 1.5em;
  text-decoration: none;
        /*background: url('img/sidebox_bullet_blue.gif') no-repeat left; take ut for updated desing 11/08 */
        margin: 0;
        /* padding-left:16px; take ut for updated desing 11/08 */
}
#sidebar ul.sidemenu .dimmed {
	float:left;
}

#sidebar ul.sidemenu a.top{
  border-top: 1px solid #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
  text-decoration: none;
  border-bottom: 1px solid #E3E3E3;
        /*background: url('img/sidebox_bullet_blue.gif') no-repeat left; take ut for updated desing 11/08 */
        margin: 0;
        /* padding-left:16px; take ut for updated desing 11/08 */
}
#sidebar ul.sidemenu ul {

  margin: 0;
  padding: 0;
  list-style:none;
}

#sidebar ul.sidemenu table {
  margin-top: 0;
  margin-left: 10px;
}

.widget_core_colls_list_owner{
	border-bottom: 2px solid orange;
	margin: 0;
	padding-bottom: 22px;
	padding-left: 10px;
}

.widget_core_colls_list_owner li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
.widget_core_colls_list_owner a:link, .widget_core_colls_list_owner a:visited.default{
	float: left;
	background: orange;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 8px;
	border: 2px solid orange;
	text-decoration: none;
	color: white;
}

.widget_core_colls_list_owner a:link.selected, .widget_core_colls_list_owner a:visited.selected{
	border-bottom: 1px solid orange;
	background: #ffffff;
	color: #000;
}

.widget_core_colls_list_owner a:hover{
	background: #281385;
}

.widget_core_menu_link {
  font-size: small;
}

.widget_core_menu_link ul.sidemenu a {
	display:block;
	padding:4px;
}


.aboutATO div {
  float: center;
  padding: 0px;
  margin:0;
  xxbackground: #FFF url('img/gradientbg.jpg') repeat-x;
  xxborder: 1px solid #EFEDED;

}

.aboutATO b {
  font: bolder 1.3em 'Trebuchet MS', sans-serif;
}

.aboutATO p {
  float: center;
  width: 496px;
  margin: 0 auto;
  padding: 10px;
  background: #FFF url('img/gradientbg.jpg') repeat-x;
  border: 1px solid #EFEDED;  
}

.contributors div {
  float: center;
  padding: 0px;
  background: #FFF url('img/gradientbg.jpg') repeat-x;
  border: 1px solid #EFEDED;

}

.contributors b {
  font: bolder 1.3em 'Trebuchet MS', sans-serif;
}




.contributors p {
  float: center;
  width: 496px;
  margin: 0 auto;
  padding: 10px;
  background: #FFF url('img/gradientbg.jpg') repeat-x;
  border: 1px solid #EFEDED;  
}

.genericDiv div {
  float: center;
  padding: 0px;
  xxbackground: #FFF url('img/gradientbg.jpg') repeat-x;
  border: 1px solid #EFEDED;

}

.genericDiv b {
  font: bolder 1.3em 'Trebuchet MS', sans-serif;
}

.genericDiv p {
  float: center;
  margin: 0 auto;
  width: 496px;
  padding: 10px;
  xxbackground: #FFF url('img/gradientbg.jpg') repeat-x;
  border: 1px solid #EFEDED;  
}


/* main */
#main {

  width: 460px;
  float:left;
  xxz-index:101;
  margin: 0; 
  padding: 20px 15px 15px 20px;
  background:#FFF;
}
#aboutATO {

  width: 100%;
  z-index:101;
  margin: 0; 
  padding: 0;
  background:#FFF;
}
#main h3.bTitle {
  margin: 0;
  font: bold 1.3em Georgia,'Trebuchet MS', Tahoma, Sans-serif;
  padding:5px 0;
  display: inline;
}
#main ul li {
  /*list-style-image: url('img/bullet.gif');*/
}

#main ul, #main ol {
  /* margin-left: 10px;*/
 /*border-left: 1px dotted #BABABC;
  xxborder-right: 1px dotted #BABABC;
  margin-right: 10px;
  */
}

#main ul li, #main ol li {
  xxmargin-left: 20px;
}

.maintop {
    background:url(img/box-white_TL.gif) no-repeat top left #000; 
}


.mainbot {
  background:url(img/box-white_BL.gif) no-repeat top left #000; 
  }

.post {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: #FFF;
  xxborder-top: 1px dotted #BABABC;
}
.post .post-footer {
  margin: 0px;
  padding:5px 15px 5px 15px;
  border-top: 1px dotted #29669D;
  border-bottom: 1px solid #29669D;
  font-size: 95%;
  font-weight: bolder;
}
.post .post-footer img {
  margin: 3px;
}
.post .post-footer .date {
  background: url('img/clock.gif') no-repeat 0 center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
  background: url('img/comment.gif') no-repeat 0 center;
  padding-left: 20px; margin: 0 10px 0 5px;
}

.post .post-footer .comments {

    background-color:#FFFBE7;
  padding-left: 20px; 
  margin: 0 20px 0 20px;
}

/* pagelinks */

.pagelinks p {
        border: none;
}

.pagelinks a:link, .pagelinks a:visited {
        color: blue;
}

.pagelinks a:hover {
        color: #FF9933;
}
/* FEEDBACK */

.feedback_feed_msg {
        margin: 0 -15px;;
        padding: 0;
}
 
/* footer */

#footer {
  clear: both;
  margin: 0; padding: 0;
  font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
  text-align: center;
  color: #FFF;
}

#footer h1, #footer p {  
        margin-left: 0;
        color: #FFF;
        border:none;
 }

#footer-content {
  margin: 0 auto;
  xxpadding-left: 15px;
  color: #FFF;
  background: url(img/bkgd_footer.jpg) repeat-x;
  width:750px;
  text-align:left;
}
#footer-content a {
  text-decoration: none;
  color: #FFF;
}
#footer-content a.contact_link {
  text-decoration: underline;
}
#footer-content a:hover {
  text-decoration: underline;
  color: #333;
}
#footer-content ul {
  list-style: none;
  margin: 0; padding: 0;
}
#footer-content .col {
  width: 32%;
  padding: 0 5px 30px 0;
}
#footer-content .col2 {
  width: 30%;
  padding: 0 0 30px 0;
}


.item_footer {
        color: #112232;
        margin: 0 20px;
  padding:5px 15px;
  border-left: 1px dotted #BABABC;
  border-right: 1px dotted #BABABC;
}
.item_footer p {
  margin: 0px;
  padding-right:15px;
  padding-left:15px;
        border: none;
  border-top: 1px dotted #BABABC;
}

span#copy {
  color: #FFF;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {  text-align: right; }
.center {text-align: center;}

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#sidebar .widget_core_coll_xml_feeds ul.sidemenu li a {
  display: inline;
}

table.bCalendarTable {
  font-size: 85%;
}
td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
  width: 5.5ex;
}

** End Of File **