﻿/********************************************************************************************************************************
*
*   File:           appication.css
*   Revision:       1.0
*   Creation Date:  02/01/10
*   Author:         Patrick L. Gryzan
                    Josh Bundy
*   Description:    This cascading style sheet applies to the SciTech web site.
*
*********************************************************************************************************************************/

/******************************************************** Globals ***************************************************************/
body
{
    background: #01380e; /* Optional */
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;	
    text-align: center; /* IE Fix */
    margin: 5px;
    color: #666;
}

acronym
{
    cursor: help;
    border-bottom: 1px dashed #999;
}

a
{
    text-decoration: none;
    color: #01380e;
    border-bottom: 1px solid #01380e;
}

a:hover
{
    border-bottom: 1px solid #49515C;
    color: #49515C;
}

#tab
{
    display: none;
    visibility: hidden;
}

/******************************************************** Container *************************************************************/
#container
{
    margin: 0 auto;
    width: 745px;
    background: #01380e;
    padding: 5px 0 0 0;
    text-align: left; /* Cancel IE Fix */
}

/******************************************************** Logo *****************************************************************/
#logo
{
    background:  url(../media/images/header.jpg) no-repeat;
    width: 743px;
    height: 98px;
    clear: both;
}

/******************************************************** Header ***************************************************************/
#header
{
	background: #01380e;
	position: relative;
	width: 735px;
	height: 28px;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

/******************************************************** Main Navigation ******************************************************/
#mainnav
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#mainnav li
{
	display: inline;
	list-style: none;
}

#mainnav a
{
    float:left;
    width: 100px;
    padding: 5px;
    text-align: center;
    font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background: #eee;
	border: 1px solid #aaa;
	border-bottom: none;
	white-space: nowrap;
}

#mainnav a:hover
{
	border-color: #666;
	background: #dadada;
	padding-bottom: 6px;
}

#mainnav li.selected a
{
    border-color: #666;
    background: #fff;
    padding-bottom: 6px;
}

/******************************************************** Sub Navigation ******************************************************/
.subnav
{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -27px;
	left: 1px;
	width: 55em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	list-style-type: none;
	visibility: hidden;
}

.subnav li a
{
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-left: 1px dotted #aaa;
	background: none;
	color: #336699;
	text-decoration: none;
}

.subnav li a:hover
{
	color: #333;
}

.subnav li a:active
{
	color: #000;
}

.subnav li:first-child a
{
    border: none;
}

/******************************************************** Main **************************************************************/
#main
{
    background: #fff;
    width: 733px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: 1px solid #666;
    border-bottom: 2px solid #444;
    border-right: 2px solid #444;
    clear: both;
    padding-top: 40px;
    padding-bottom: 8px;
    height: 100%;
}

/******************************************************** Left Nav *********************************************************/
#leftnav
{
    float: left;
    width: 190px;
    position: relative;
    line-height: 18px; 
    word-spacing: 2px;
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
}

#leftnav p
{
    margin-top: 0;
}

#leftnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

#leftnav ul li
{
    margin-top: 5px;
}

#articles, #videos, #groups
{
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    width: 170px;
    background: #fff url(../media/images/para_bg.jpg) repeat-x;
}

#groups ul
{
    display: block;
    margin-bottom:10px;
}

/******************************************************** Left Nav & Content **********************************************/
#leftnav h3, #content h3, #leftnav h4, #content h4
{
    font-size: 1.1em; 
    margin: 0 10px 0 0; 
}

#leftnav h3, #content h3
{  
    color: #49515C; 
}

#leftnav h4, #content h4
{ 
    color: #d90c0c; 
}

#spacer
{
    float: right;
    width: 530px;
    position: relative;	
    line-height: 18px; 
    text-align: justify; 
    word-spacing: 2px;
    padding-left: 6px;
    border-left: 1px dotted #aaa;
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
}

/******************************************************** Content *********************************************************/
#content
{
    border-top: 1px solid #ddd; 
    background-color: #fff;
}

#content img
{
    margin-left: 1px;
}

#content .title
{
    position: absolute;
    z-index: 10;
    left: 26px;
    top: 212px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#copy
{
    padding: 10px 20px;
    background: #fff url(../media/images/para_bg.jpg) repeat-x;
}

/******************************************************** Footer *********************************************************/
#footer
{
    background:  #01380e;
    width: 746px;	
    margin: 0; 
    text-align: center;	
    color: #ddd;
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 16px;
    clear: both;
}
	
#footer a
{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

#footer a:hover
{
    border-bottom: 1px dashed #fff;
    color: #fff;
}

#footer .xhtml11 a
{
    border: none;
    text-decoration: none;
}
