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

body {
	margin: 0; 	padding: 0;
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #001342 url(../images/headerbg.jpg) repeat-x 0 0;
	color: #000000;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;}
h1 { font-size: 2.5em; color:#FFFFFF } 
h2 { font-size: 2em; text-transform:uppercase;color:#000099}
h3 { font-size: 1.8em; color:#CC0000; text-align:center; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	padding: 6px;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: #1E89DC;
  border: 1px solid #0065C6;   
}
acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
   border: 1px solid #0065C6;
	background: #1E89DC; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}


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

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width:770px;	
}

/* box */
.box {
	width:710px;
	margin: 10px;
	padding: 10px 5px 20px 20px;		
	border: 5px solid #1C45A1;
	background-color:#FFFFFF;		
}

/* header */
#header {
	height: 178px;
	text-align: left;
	width:770px;
	margin:0px auto;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 10px;	
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	letter-spacing:-0.6px;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px; left: 50px;
}

/* content */
#content-wrap {
	clear: both;
	background-color: #042268;		
	width:770px;
	margin:0px auto;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* main */
#main {
	width:780px;
	margin: 10px 0 10px 0; 
	padding: 5px 0;		
}
#main h1 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #CC0000;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}
#main h1 a {
	color: #B1E100;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #AA0000;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #042268;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #E8F4FF;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

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

/* additional classes */
.clear { clear: both; }
.white {	color: #E8F4FF; }

.post-by {
	font-size: .95em;	
	padding-top: 0;
}
#authors {width:900px; margin:0 0 180px 0; display:block; clear:both}
/* allow room for 3 columns */
  ul
  {
    width: 500px;
  }

  /* float & allow room for the widest item */
  ul li
  {
    float: left;
    width: 150px;
	list-style:none;
	font-weight:900;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

/* allow room for 3 columns */
  .ul2
  {
    width: 700px;
  }

  /* float & allow room for the widest item */
  .ul2 li
  {
    float: left;
    width:550px;
	list-style:square;
	margin:5px 0  0 10px;
	font-weight:normal;
  }

  /* stop the float */
  br
  {
    clear: left;
  }
