/*   
Theme Name:EXiMiOUS
Theme URI:http://www.eximiousproductions.com
Description:A theme I am doing for Deb Nicholson.
Author:Karl Giesing
Author URI:http://www.khznoise.com
Version:0.1
*/

/**
 * General
 */

body {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #6F6;
    color: #000;
}

#main h1 {
    text-align: left;
    font-variant: small-caps;
    font-size: 1.9em;
    position: relative;
    left: -25px;
    color: #C00;
}

#main h2 {
    font-variant: small-caps;
    font-size: 1.5em;
    position: relative;
    left: -25px;
    color: #C00;
}

a:link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #c00;
    text-decoration: none;
}

a:active {
    color: #c00;
    text-decoration: none;
}

p {
    line-height: 148%;
}

input,
textarea {
    background: #393 url("images/bg-ffc.png") repeat scroll 0% 0%;
}

/**
 * Body classes - see http://codex.wordpress.org/Template_Tags/body_class
 */

body.rtl {
    text-align: right;
}

/* 
 * From header.php
 */

#header {

}

#logo {
    
}

#headinfo {
    display: none;
}

/**
 * From footer.php 
 */

#footer {
    /* text-align: center; */
    font-size: 80%;
}

#footer ul {
    clear: both;
    list-style: none;
    padding-left: 0;
}

#footer li {
    text-align: center;
    display: inline;
    padding-right: 0.5em;
}

#footer p {
    clear: both;
}

/* 
 * From index.php 
 */

/* Page Links */

#page-links-container {
    border: solid 1px #C00;
    background-color: #FF6;
    /* left: -2em; */
}

#page-links-container ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top: solid 1px #C00;
    border-bottom: solid 1px #C00;
}
#page-links-container li {
    text-align: center;
    float: left;
    display: block;
    margin: 0;
    padding: 0.1em;
    width: 4em;
    background-color: #FF6;
    /* border-left: solid 1px #C00; */
    border-right: solid 1px #C00;
    font-family: Futura, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 1.2em;
}
#page-links-container li:hover {
    background-color: #FFC;
}

#page-links-container ul a {
	text-decoration: none;
	text-shadow: red;
	font-weight: bold;
	color: #000;
}

#page-links-container .current_page_item{
    background: transparent url("images/bg-ffc.png") repeat scroll 0% 0%; 
}



/**
 * The Loop
 */

#loop {
    background: transparent url("images/bg-ffc.png") repeat scroll 0% 0%;
    border: 2px solid #393;
    padding-left: 2em;
    padding-right: 1em;
}

.post-meta {
    font-size: 90%;
}

.post-meta li {
    list-style-type: none;
}

a.more-link {
	display: block;
    float: right;
    font-style: italic;
	font-size: small;
}

.post-details {
    font-style: italic;
    text-align: right;
	font-size: 0.9em;
}

.postmetadata {
    display: block;
    font-size: 90%;
    font-style: italic;
    margin: 2em;
}

.post-tags {
    display: inline;
}

.post-categories {
    display: inline;
}

.post-edit {
    display: inline;
}

/**
 * From sidebar.php
 */
#sidebar {
    font-size: 80%;
}

#widgetlist {
    padding-left: 0; 
}

#sidebar li {
    list-style-type: none;
}

#searchform label {
    display: none;
}

input#searchsubmit {
    background-color: #ff6;
    background-image: none;
    border: 2px #C00 solid; 
}

/**
 * PLUGIN STYLES
 */

/**
 * Link Library
 */

.linklist li {
    list-style: none;
}

.linklistcatnamedesc {
    display: block;
}