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

    background: #6677aa;
    color: #000000;

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

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

/** header field **/
.header {
    font-size: 120%;
    background: #a0b5dd;
    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: 5px 0px 0px 0px;
    padding: 0px;
}
.menu {
    float: left;
    left: 0px;
    width: 157px;
    margin: 0px 5px 5px 5px;
    padding: 10px 0px 10px 0px;
    background: #a0b5dd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a2a2a;
}
.content {
    font-size: 1.2em;
    background: #a0b5dd;
    padding: 20px; 
    margin: 0px 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;
    background: #a0b5dd;
    font-size: 1.2em;
    width: 100% - 0.2em;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2a2a2a;
}


/** Div + class for img logos to be centers **/
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
}
.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.folders {
    display: block;
    overflow: auto;
}
/** Div for directory folders in the gallery**/
.folder {
    float: left;
    display: inline;
    width: 122px;
    height: 150px;
    margin: 5px 1px 5px 1px;
    text-align: center;
}
.folder a,
.folder a:link,
.folder a:visited,
.folder a:hover {
    text-decoration: none;
}

.folder img {
    width: 122px;
    display: block;
}

.images {
    display: block;
    overflow: auto;
}
/** css for photograph navigation **/
div.photonav {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
ul.photonav  {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
li.photonav {
    border: 0px; 
    border: 1px solid #6677aa;
    margin: 0px; 
    padding: 2px;
    font-size: 12px;
    list-style: none;
    margin-right: 2px;
    float: left;
    text-align: center;
    width: 20px;
}
li.photonav a,
li.photonav a:hover 
li.photonav a:link 
li.photonav a:visited {
    text-decoration: none;
}
li.previous,
li.next {
    border: 0px; 
    margin: 0px; 
    padding: 0px;
    font-size: 15px;
    list-style: none;
    margin-right: 2px;
    float: left;
    text-align: center;
}
li.photonav {
    margin-top: 7px;
    margin-right: 2px;
    margin-left: 2px;
}
.pageactive {
    font-weight: bold;
}
/** Inactive style */
.inactive {
    opacity: 0.2;
}
/** 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 a:link,
.thumbnail a,
.thumbnail a:hover, 
.thumbnail a:visited {
    text-decoration: none;
}
.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;
}
.thumbnailpano a,
.thumbnailpano a:link,
.thumbnailpano a.visited,
.thumbnailpano a:hover {
    text-decoration: none;
}
.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: #2f2f2f;
    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 
**/
.header h1 {
    margin: 0px;
    padding: 40px 40px 25px 40px;
    font-size: 6em;
    color: #6f7088;
    color: #2f2f2f;
    text-shadow: #090909 5px 5px 5px;
}
.header p.twitter {
    color: #0f0f0f;
    font-style: italic;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: #090909 1px 1px 5px;
    text-align: center;
}
.header a {
    text-decoration: none;
}

/** 
* 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;
}
.navigation {
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: auto;
}
/*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;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* See http://wordpress.org/support/topic/wp-caption-how-to-set-the-right-and-left-padding-for-captions */
.wp-caption{ 
    padding-top: 3px;
    text-align:center; 
    background-color: #EFEFED; 
    border: 1px solid #D0D0CE; 
    margin-top: 15px; 
    margin-bottom: 15px; 
}
.wp-caption img { 
    margin:0 auto; 
    padding: 0; 
    border: 0 none;
}
.wp-caption-text{ 
    margin: 0; 
    padding: 4px 0px 4px 4px; 
    color: #676F51; 
    font-size: 0.85em; 
}

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

