
/*------------------------------------------------
--CURRENTLY A BIT OF A MESS--

DEFAULT IT CSS

**TABLE OF CONTENTS**
A - PARTIAL RESET
00 - GENERAL STRUCTURE
01 - BASIC COLORING
02 - TABLES
03 - TOP NAVIGATION
04 - MAIN NAVIGATION
05 - PAGING
06 - ICONS
07 - TOOL TIPS
08 - GENERAL TYPOGRAPHY
09 - NEWS
10 - LINK BUTTONS
11 - ADMIN CONTROLS OVER USER
12 - DATE PICKER

----------------------------------------------*/
/* A - PARTIAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
ul,li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background-color: #FFFDEE;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
@font-face {
	font-family: 'AMI';
	src: url('../type/ami-webfont.eot');
	src: local('☺'), url('../type/ami-webfont.ttf') format('truetype'), url('../type/ami-webfont.svg#webfontC1nWGR8m') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AM';
	src: url('../type/archer-m-webfont.eot');
	src: local('☺'),  url('../type/archer-m-webfont.ttf') format('truetype'), url('../type/archer-m-webfont.svg#webfontOFvnteYw') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*  -01 - UNSORTED */

.OverviewBox
{
    padding:8px 8px 30px 8px;
    margin-bottom:5px;
    display:block;
    clear:both;
    border-bottom:1px solid #DED9B1;
    min-height:250px;

    }
    
    .OverviewBox img{float:left;margin-right:20px;}


.PreviewBox
{
    padding:8px 8px 10px 8px;
    margin-bottom:5px;
    display:block;
    clear:both;
    border-bottom:1px solid #DED9B1;
    min-height:150px;

    }
    
    .PreviewBox img{float:left;margin-right:20px;}


.PrintBox
{
    border:2px solid #DED9B1;
    float:left;
    margin:10px;
    }


.oLink{margin-right:15px;}

.presentation {
float:left;
padding-bottom:14px;
background:url(../chicago/shadow.png) no-repeat left bottom;
}


/*  00 - GENERAL STRUCTURE
/* ----------------------------------------------*/
html{height:100%;}
body
{
    margin: 0px;
    padding: 0px;
    font: 12px Verdana, Tahoma;
    color: #585225;
    height:100%;
    background: #FFFDEE url(../chicago/repeat_header.jpg) repeat-x;
    
}

.container{margin: 0 auto;width: 906px;}


#banner{background: url(../chicago/foundation.png) no-repeat;background-position: -160px 0px;height:45px;}

#banner .vcard
{
float:right ;
    font-family: "AM", Georgia, serif;    
    font-size: 32px;
    color: #1c282f;
    }

#mainNav
{
    background:  url(../chicago/foundation.png) no-repeat;background-position: -8px -150px; 
    height:75px;   
    display:block;clear:both}
#mainNav a:link,#mainNav a:visited
{
    display:block;float:left;
    padding:25px;
    font-family: "AM", Georgia, serif;    
    font-size: 32px;
    color: #1c282f;
    text-decoration: none;
    letter-spacing:-3px;
    line-height:22px;
    text-transform:uppercase;
    -webkit-transition:color .2s ease-out;   
    border-right:1px dashed #999

    }

/* 01 - BASIC COLORING
/* ----------------------------------------------*/

h1,h2,h3,h4{color: #585225;}
.content h1,.content h2,.content h3,.content h4{color: #710024;margin-bottom:4px;}
a:link,a:visited{color: #585225;text-decoration:none;}
a:hover{color: #58a;text-decoration:none;}

/* 08 - GENERAL TYPOGRAPHY
/* ----------------------------------------------*/


h1
{
font-size: 32px;
line-height: 38px;
letter-spacing: -1px;
margin-bottom: 10px;
font-family:'Impact',sans;
display:block;
clear:both
}

h2
{
font-size: 32px;
line-height: 60px;
letter-spacing: -1px;
margin-bottom: 10px;
font-family:'Georgia','Times', 'Times New Roman', serif;
display:block;

}

h3
{
font-size: 24px;
line-height: 20px;
letter-spacing: 1px;
margin-bottom: 5px;
display:block;
font-family:'Georgia','Times', 'Times New Roman', serif;

}




hr
{
    margin: 20px 0;
    padding: 0;
    width: auto;
    height: 1px;
    color:#666;
    display: block;
    clear:both;
}

   

a.button
{
    background: url(../chicago/foundation.png)
    }
a.button
{
    display:block;
    float:left;
    background-position: 0px -0px;
    width:152px;
    height:30px;
    border:none;
    cursor:pointer;
    font-size:12px;
    line-height:18px;
    font-weight:bold;
    font-family:Myriad , Tahoma , sans-serif;
    text-align:center;
    padding:5px 3px 2px 3px ;
    text-decoration:none;
    color: #710024
    
 }
a.button:hover
{
    background-position:  0px -40px;
    color:yellow    
}

