﻿/* 
 * MAIN ELEMENTS 
 */

body
{
	padding: 0px;
	margin: 0px;
	background-image: url(Images/Background2Opt.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#page, #subpage
{
	font-family: Helvetica;
	font-size: 12px;
	width: 920px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/TranspBg.png);
	margin-top: 30px;
	margin-bottom: 20px;
}

#subpage 
{
	margin-top: 10px;
	padding-top: 10px;
	width: 900px;
	background-color: #fff;
	margin-bottom: 10px;
}

div#footer
{
	color: #999b9c;
	margin-top: 30px;
	padding: 10px;
	float: left;
	width: 96%;
	font-size: 10px;
	text-align: right;
}

/*
 * HEADER 
 */

#search
{
    float: right; 
    margin-right: 25px;    
}

#search input
{
    background-color: #f6f6f6;
    color: #999b9c;
    border: 1px solid #e5e5e5;
    width: 100px;
}

div#header
{
    padding: 5px 0px 5px 20px; 
    float: left;
}

/*
 * MENU
 */

div#menu
{
    margin-top: 10px;
	height: 50px;
	background-color: #efefef;
	width: 100%;
	padding-left: 20px;
    float: left;
}

/* TOP MENU */
div#menu ul.topnav
{
    margin-top: 10px;
    list-style-type: none;  
    position: absolute;
    z-index: 2;
    padding: 8px 10px 18px 10px;
}

div#menu ul.topnav li, div#menu ul.topnav li.first /*, div#menu ul.topnav li#article_list*/
{
    padding: 18px 0px 18px 0px;
    display: inline;
    margin-left: -3px;
	border-right: 1px solid #fff;
}

/* SUB MENU */
div#menu ul.subnav
{
    list-style-type: none;
    position: absolute;
    z-index: 1;
    display: none;
    margin-top: 50px;
    margin-left: 30px;
    width: 112px;
}

div#menu ul.subnav li 
{
    margin: 0px;
    display: block;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #fff;
    color: #999b9c;
    overflow: hidden;
    width: 112px;
}

div#menu ul.subnav li a
{
    background-color: #f6f6f6;
    color: #999b9c;
    width: 112px;
    padding: 5px 70px 5px 15px;
}

div#menu ul.subnav li a:hover
{
    color: #fff;
    background-color: #4d9b9e;
}

div#menu a, div#menu ul.topnav li.sub 
{ 
    padding: 18px 15px 18px 15px;
    color: #999b9c;
    background-color: #efefef;
    text-decoration: none;
}

div#menu ul.topnav li.sub { cursor: pointer; }

div#menu a:hover, div#menu ul.topnav li.sub:hover
{
    color: #fff;
    background-color: #4d9b9e;
    text-decoration: none;
}

div#menu li.first { border-left: 1px solid #fff; }
div#menu li:hover {	background-color: #4d9b9e; }

/*
 * GLOBALS
 */
 
.section
{
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	color: #4d9b9e;
	padding: 5px;
}

a
{
    text-decoration: none;
    color: #ff7e00;
}

a:hover
{
    text-decoration: none;
    color: #4d9b9e;
}

div#article, div#login, div#editors, div#notes, div#submission, div#author, div#search_results
{
	margin-top: 30px;
	margin-left: 25px;
	float: left;
	width: 850px;
}

input, input.login, textarea, select
{
    color: #999b9c;
    border: 1px solid #4d9b9e;
    background-color: #efefef;
}

div.label 
{ 
    color: #999b9c;
    padding-top: 20px;
}

span.field-validation-error { color: #f00; }

/*
 * PAGE: INDEX
 */

div#left_content, div#right_content 
{
	float: left;
	width: 400px;
	margin-top: 30px;
}

div#left_content
{ 
	padding-right: 50px;
	padding-left: 25px;
}

div.recent { margin-top: 20px; }

div.recent h1, div#latest h1, div#article h1
{
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

div.recent h2, div#latest h2, div#article h2, div#article h3
{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #999b9c;
}

div.recent a 
{
    color: #000;
    background-color: #efefef;
    text-decoration: none;
}

div.recent a:hover
{
    background-color: #fff;
    text-decoration: none;
}

div#latest p { text-align: justify; }

div#latest
{
	margin-top: 20px;
	margin-bottom: 40px;
}

div#about
{
	padding-top: 20px;
	text-align: justify;
}

/*
 * PAGE: ARTICLES
 */

div#article h2.main { float: left; }

div#article h3.main 
{ 
    float: right;
    padding-bottom: 10px;
}

/*
 * PAGE: EDITORS
 */

div#editors p.title
{ 
    font-weight: bold;
    padding-top: 20px;
}

div#editors table td { width: 50%; } 

/*
 * PAGE: NOTES
 */

div#notes p
{
    text-align: justify;
    padding-bottom: 5px;
    text-indent: 20px;
}

div#notes h1
{
    padding-top: 30px;
    font-weight: bold;
    font-size: 12px;
}

/*
 * PAGE: SUBMISSION
 */

div#submission input 
{
    width: 200px;
}

div#submission input, div#submission textarea, div#submission select
{
    color: #000;
    font-weight: bold;
}

blockquote {
	padding-left: 30px;
}

/*
 * PAGE: ADMIN
 */
 
input.login
{
    font-style: italic;
    color: #000;
    width: 150px;
}

/*
 * PAGE: AUTHORS
 */

div.author_info
{
    background-image: url(/Content/Images/AuthorInfo.png);
    background-repeat: no-repeat; 
    padding: 5px 0px 0px 0px;
    margin-left: 15px;
}

div.author_info div.data, div.author_info div.more_data
{
    background-color: #efefef; 
    width: 380px; 
    color: #999b9c;
    padding: 5px;
    overflow: hidden;
}

div.author_info div.more_data
{ 
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
}

div.author_info div.author_menu
{
    background-color: #efefef;
    padding: 5px 10px 5px 0px;
    width: 380px;
    border-top: 1px solid #e5e5e5;
}

div.author_info div.author_menu a
{
    padding: 5px;
    color: #ff7e00; /* #4d9b9e;*/
}

div.author_info div.author_menu a:hover
{
    background-color: #f6f6f6;
    text-decoration: none;
}

div#author div#general
{
    background-color: #efefef;
    margin-top: 20px;
    padding: 5px;
}

div#author div#bio, div#author div#mail
{
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    padding: 5px;
}

div#author div#mail { background-color: #efefef; }
