/* define fonts */
@font-face {
    font-family: Aller;
    font-style:  normal;
    src: url("/include/fonts/aller/Aller_Bd.ttf");
}
@font-face {
    font-family: Twentyeight;
    font-style:  normal;
    src: url("/include/fonts/28/28 Days Later.ttf");
}

/** whole body **/
body { 
    margin: 0px;
    padding: 0px;
    
    /* Resets 1em to 10px */
    font-size: 62.5%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

    /*font-family: "Aller";*/
    background: #cecfec;
    color: #000000;

    min-width: 800px;
    min-height: 600px;
}

/** Margin adds padding outside **/
/** Then Border **/
/** Padding adds padding inside **/

/** header field **/
#header {
    font-family: "Aller";
    font-size: 120%;
    height: 150px;
    background: #cfcfcf;
    margin: 5px 5px 0px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a2a2a;
    padding: 0px;
}
#container {
    overflow:auto
    margin: 0px;
    padding: 0px;
}
#menu {
    float: left;
    left: 0px;
    width: 157px;
    margin: 0px 5px 5px 5px;
    padding: 10px 0px 10px 0px;
    background: #cfcfcf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a2a2a;
}
#content {
    font-size: 1.2em;
    background: #cfcfcf;
    padding: 20px; 
    margin: 5px 5px 0px 170px;
    margin: 5px 5px 0px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a2a2a;
    overflow: auto;
    min-width: 600px;
}
#footer {
    clear: both;
    font-size: 1.2em;
    width: 750px;
}


/** Div + class for img logos to be centers **/
#logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/** Div for directory folders in the gallery**/
div.folder {
    float: left;
    display: inline;
    width: 122px;
    height: 150px;
    margin: 5px 1px 5px 1px;
    text-align: center;
}

/** Div class for img thumbnails in gallery **/
.view img {
    max-width:100%;
}
/** Move to view.css **/
.thumbnail img {
    border-style: solid;
    border-width: 1px;
    border-color: #0f0f0f;
}
.thumbnail {
    float: left;
    display: inline;
    width: 175px;
    height: 200px;
    margin: 5px 1px 5px 1px;
    text-align: center;
}
/** Pano specific css **/
/** Move to view.css **/
.thumbnailpano img {
    border-style: solid;
    border-width: 1px;
    border-color: #0f0f0f;
}
.thumbnailpano {
    float: left;
    display: inline;
    width: 550px;
    margin: 5px 1px 5px 1px;
    text-align: center;
}
.break {
    clear:both;
}

/** 
* General Defaults 
**/
h1, h2, h3, h4 {
    font-weight: bold;
    padding: 5px 0px 5px 0;
    margin-bottom: 5px;
    color: #0f0f0f;
}
small {
    font-size: 75%;
}
h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.25em;
}
p { 
    padding: 5px 0px 5px 0px;
    margin-left: 0px;
    margin-top: 10px; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    line-height: 125%;
} 
li {
    padding: 0px;
    margin-left: 40px;
    margin-top: 5px; 
    margin-right: 5px; 
    margin-bottom: 5px; 
    list-style: circle;
}
/** 
* link specific 
**/
a {
    color: #5f5f5f;
    text-decoration: underline;
}
a:link {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a:visited { 
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/** 
* header specific 
**/
h1.header {
    margin: 0px;
    padding: 50px;
    font-size: 6em;
    color: #6f7088;
    text-shadow: #090909 5px 5px 5px;
}

/** 
* content specific 
**/
#content p { 
    text-align: left;
}
#content pre { 
    padding: 1em;
    color: black;
    background-color: #F9F9F9;
    line-height: 1.2em;
    font-size: 1.1em;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    margin: 5px;
}
#content code {
    font-size : 1.2em;
}

/** 
* menu specific
**/
#menu ul { 
    font-weight: bold;
    padding : 5px;
    margin : 5px;
}
#menu h2 { 
    font-size: 1.2em;
    margin: 0px 0px 0px 10px;
}
#menu li { 
    clear: both;
    font-weight: normal;
    padding-left: 10px;
    margin-left: 5px;
    list-style: none;
}
#menu li:before { 
    content: "\00BB \0020";
}
/** dont like underline on menu override */
#menu a:visited {
    text-decoration: none;
}
#menu a {
    color: #000000;
    text-decoration: none;
}
#menu a:link {
    color: #000000;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
#menu p {
    margin: 5px 5px 5px 5px;
}

/** 
 * footer specific 
**/
#footer p { 
    text-align: center;
    padding: 5px 5px 5px 170px;
}

/** wordpress specific **/
/** see default style.css for wordpress **/
.searchform {
    margin: 10px 10px 15px 10px;
}
/** Wordpress post entry, just put a black line after **/
.post {
    margin-bottom: 5px;
    border-bottom-color: #2a2a2a;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear:both;
}
/*img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
/** images alignment **/
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
/** used for back and forward text **/
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/** force scroll bar always **/
/** stops jumps when scroll bar appears or not **/
html {
    overflow: scroll;
} 
