﻿/* Author: Misty Beier www.misty-beier.com
   Date: 02.01.10
   Notes: Created exclusively for Andre Beier. Do not make editions to stylesheet.
   ----------------------------------------------------------------------*/

/* Basic Styles
   ----------------------------------------------------------------------*/
*
{
    margin: 0;
    padding: 0;
}
html
{
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #000;
}
body
{
    font: 14px/20px Tahoma, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #f4f4f4;
    width: 960px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0 270px;
}
p
{
    padding: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Book Antiqua" , "Times New Roman" , serif;
    font-weight: 700;
}
h1
{
    font-size: 36px;
    line-height: 42px;
}
h2
{
    font-size: 28px;
}
h3
{
    font-size: 26px;
}
h4
{
    font-size: 24px;
}
h5
{
    font-size: 22px;
}
h6
{
    font-size: 20px;
}
a:link
{
    color: #6aa5f6;
    text-decoration: none;
}
a:visited
{
    color: #6aa5f6;
    text-decoration: none;
}
a:hover
{
    color: #6aa5f6;
    text-decoration: underline;
}
a:active
{
    color: #6aa5f6;
    text-decoration: none;
}
img
{
    border: 0;
}
form {
	padding:20px;
}
#aspnetForm 
{
    padding:0;
}
label {
	font-weight:700;
	vertical-align:top;
	width:80px;
	text-align:right;
	float:left;
	margin:0 5px 20px 0;
	padding:5px 0 0;
}
input, textarea {
	margin:0 0 20px 0;
	padding:5px;
}

/* Slideshow
   ----------------------------------------------------------------------*/
.slideShow
{
    position: relative;
}
.slideShow div
{
    position: absolute;
    top: 0;
    left: 0;
}
.slideShow div.active
{
    z-index: 500;
}
.slideShow img
{
    border: none;
}

/* Miscellaneous Styles
   ----------------------------------------------------------------------*/

.hrDivider
{
    height: 1px;
    background-color: #333;
    background-image: url(images/divider.png);
    background-position: top left;
    background-repeat: repeat-x;
    clear: both;
    height: 9px;
}
.upperCase
{
    text-transform: uppercase;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.floatRight
{
    float: right;
    padding: 0 0 20px 20px;
}
.floatLeft
{
    float: left;
    padding: 0 20px 20px 0;
}
.centerAlign
{
    text-align: center;
}
.rightAlign
{
    text-align: right;
}
.valignTop
{
    vertical-align: top;
}
.noWrap
{
    white-space: nowrap;
}
ul.no-list-style
{
    list-style-type: none;
}

ul.no-list-style li
{
    float: left;
    display: inline;
    padding: 0 10px 0 0;
}
.ajaxload
{
    text-align:center;
    background: url(/apps/andre-beier/images/ajaxload.gif) no-repeat top center; 
    width:32px; 
    height:32px;
    width:100%;
    padding:30px 0 0;
}
/* 2 Column Layout Template 
   ----------------------------------------------------------------------*/
.fixed-2col
{
    text-align: left;
    width: 100%;
}
.content 
{
    padding:20px;
}

/* Header
   ----------------------------------------------------------------------*/
.header
{
    
    width: 960px;
    clear: both;
    margin: 0;
}
.header .logo
{
    display: inline;
    float: left;
    padding: 20px 0;
    width: 250px;
    text-align: right;
}

.header .logo h2
{
    text-transform: uppercase;
    line-height: 28px;
    font-weight: normal;
    color: #ccc;
}


/* Left Column
   ----------------------------------------------------------------------*/
.left-col
{
    overflow: hidden;
    width: 750px;
    height: 750px;
    float: left;
    background-color: #000;
    margin:10px 0 0 0;
}




/* Right Column
   ----------------------------------------------------------------------*/
.right-col
{
    float: right;
    width: 180px;
    height: 750px;
    background-color: #000;
}

.menu
{
    clear: both;
    width: 150px;
    padding: 7px 0 10px 0;
}
.menu ul
{
    list-style-type: none;
}
.menu ul li
{
    display: inline;
}
.menu ul li a
{
    padding: 3px 8px 10px 8px;
    text-decoration: none;
    float: left;
    font-family: "Book Antiqua" , "Times New Roman" , serif;
    font-size: 18px;
    line-height: 18px;
    color: #f4f4f4;
    background-image: url(images/menu-bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0 10px 0 0;
}
.menu ul li img
{
    float: left;
}
.menu ul li a:hover
{
    padding: 3px 8px 10px 8px;
    color: #6aa5f6;
    text-decoration: none;
}

/* Footer
   ----------------------------------------------------------------------*/
.footer
{
    padding: 20px;
    clear: both;
}
.footer .menu
{
    margin: 0 0 20px 0;
    color: #ccc;
}

.footer .menu ul li a
{
    padding: 0 10px 0 0;
    text-decoration: none;
    float: left;
    font-family: "Book Antiqua" , "Times New Roman" , serif;
    font-size: 18px;
    line-height: 18px;
    color: #999;
    background-image: none;
    margin: 0 10px 0 0;
}
.footer .menu ul li img
{
    float: left;
}
.footer .menu ul li a:hover
{
    padding: 0 10px 0 0;
    color: #6aa5f6;
    text-decoration: none;
}

.menu ul li a.current-page
{
    color: #6aa5f6;
}



/* End 
   ----------------------------------------------------------------------*/

.modal-popup
{
    position: fixed;
    background-color: white;
    border: 2px solid red;
    display: none;
    padding: 10px;
}


.admin .menu
{
    margin: 0 10px;
    padding: 0;
}
.admin .menu li
{
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
    padding: 0;
    margin: 0;
}
.admin .menu li a
{
    display: block;
    background: #20548E;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    width: auto;
    color: #EAFFED;
    white-space: nowrap;
}
.admin .menu li a:hover
{
    background: #1A4473;
}
.admin .menu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
}
.admin .menu li ul li
{
    float: none;
    display: inline;
}
.admin .menu li ul li a
{
    width: auto;
    background: #9F1B1B;
}
.admin .menu li ul li a:hover
{
    background: #7F1616;
}

/* Input Validation */

.isInvalid
{
    border: 1px dashed red;
}

