/*
Theme Name: Nomikos
Theme URI: http://www.vroomfogle.com/nomikos
Description: Theme for Nomikos Library
Version: 0.1 Released Dec 2005
Author: Vroomfogle
Author URI: http://www.vroomfogle.com
*/

body {
    color: white;
    background: black;
}

a:link    { color: Orange; text-decoration: underline; }
a:visited { color: #C0C0C0; text-decoration: underline; }
a:hover   { color: teal; text-decoration: underline; }

img {
    border: none;
    margin: 5px 5px 5px 5px;
}

.imgcaption {
    text-align: center;
    margin: 0px auto 0px auto;
    font-size: 0.8em;
    font-style: italic;
}

/* SECTIONS */
#Content {
    position: relative;
    width: auto;
    border: none black 2px;
    margin: 10px 20px 20px 225px;
    font: 1.0em "Times New Roman", verdana, arial, helvetica, sans-serif;
}

#ContentBlock {
    padding: 0px;
    z-index: 3;
}

#SideBarLeft {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 200px;
    z-index: 1;
    font-size: 1.0em;
    border: none black 1px;
    text-align: left;
    padding: 0px;
}

#SideBarLeft ul {
    list-style-type: none;
}

#login {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 300px;
}
#login ul {
    list-style-type: none;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    margin-left: 225px;
}

#home {
    margin: 50px 60px 200px 60px;
}

.NoPosts {
    text-align: center;
    font-size: 1.5em;
    margin: 100px 0px 500px 0px;
    font-weight: bold;
}

/* HEADINGS */
/*
h3 {
    margin: 0px 0px 0px 0px;
}
*/
h4 {
    text-align: center;
    margin-bottom: 0px;
}

/* STANDARD ELEMENTS */
ul {
	list-style: outside;
	margin: 0px 15px 10px 15px;
	padding-left: 5px;
}
ul .children {
    margin: 0px 10px 5px 10px;
    padding-left: 0px;
}

li {
}

table {
    border-width: 2px;
    border-style: outset;
    border-collapse: collapse;
    margin: 10px auto 20px auto;
    clear: both;
}
tr:first-child {
    font-weight: bold;
}
td {
    vertical-align: top;
    border-width: 2px;
    border-style: none solid none solid;
    padding: 4px;
}

.gmonly {
    font-style: italic;
}

/* ALIGNMENT CLASSES */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

@media print {
    body {
        background: white;
        color: black;
    }
    #Content {
        border: 10px;
        margin: 0 auto 0 auto;
        padding: 5px 5px 5px 5px;
    }
    .footer {
        margin-left: 0;
    }
    #SideBarLeft, .comment {
        display: none;
    }
    a:link, a:visited, a:hover {
        color: black;
        text-decoration: underline;
    }
    ol {
        color: black;
    }
}

/* Advanced Search PLugin CSS */
#ctas_form {
    text-align: left;
}

#ctas_form fieldset ul {
    list-style: none;
    margin: 5px 15px;
    padding: 0;
}

#ctas_form fieldset {
    border: 1px solid #777;
    margin: 15px 0;
    padding: 15px;
}

#ctas_form legend {
    font-size: 1.1em;
    font-weight: bold;
}

#ctas_form fieldset li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ctas_form fieldset li:before {
    content: '';
}

#ctas_form input {
    border: 1px solid #777;
    background-color: #f9f9f9;
    color: #444;
}

#ctas_form input:focus {
    background-color: #fff;
    color: #444;
}

#ctas_footer p {
    font-size: 0.9em;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #888;
}

