/*  
Theme Name: Superstarcastic
Theme URI: http://www.superstarcastic.com
Description: A more urban look
Version: 2.0
Author: David Nellis
Author URI: http://www.superstarcastic.com/

The CSS, XHTML, images, and design are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
  body p { padding: 7px 7px 7px 7px; }

body blockquote {
 padding: 10px;
 border: 2px solid #000000;
 background-color: #ffffff
 font-style: italic;
}

body strong {font-weight: bold;}

body em {font-style: italic;}

body li {list-style: disc inside; color:#393519;} 

.post {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 background-color: #C0C6A0;
 padding: 10px;
}
.post a:link {color: #000000;}
.post a:visited {color: #282A16;}
.post a:active {color: #000000;}
.post a:hover {color: #000000;}
.post p { padding: 0px 15px 15px 15px; }

.darkest {
    font-size: 12px;
    color: #B0C883;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #282A16;
}
.darkest A:link {text-decoration: none; color: #B0C883;}
.darkest A:visited {text-decoration: none; color: #B0C883}
.darkest A:active {text-decoration: none; color: #B0C883;}
.darkest A:hover {text-decoration: underline; color: #B0C883;}

.menubar {
	font-weight: bold;
	font-size: 122%;
}

.titlebar {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #9CA475;
	font-weight: bold;
	color: #393519;
	font-size: 14px;
        padding: 6px 6px 6px 6px;
}
.titlebar A:link {text-decoration: none; color: #282A16;}
.titlebar A:visited {text-decoration: none; color: #282A16}
.titlebar A:active {text-decoration: none; color: #282A16;}
.titlebar A:hover {text-decoration: underline; color: #282A16;}
.titlebar h2 { font-size:107%; }

.titlebarsmall {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #393519;
        padding: 6px 6px 6px 6px;
}
.titlebarsmall A:link {text-decoration: none; color: #282A16;}
.titlebarsmall A:visited {text-decoration: none; color: #282A16}
.titlebarsmall A:active {text-decoration: none; color: #282A16;}
.titlebarsmall A:hover {text-decoration: underline; color: #282A16;}
.titlebarsmall h2 { font-size:107%; }





#nextLast {
	color: #282A16;
	text-align: center;
}
#nextLast A:link {text-decoration: none; color: #282A16;}
#nextLast A:visited {text-decoration: none; color: #282A16}
#nextLast A:active {text-decoration: none; color: #282A16;}
#nextLast A:hover {text-decoration: underline; color: #282A16;}

.postFooter {
	text-align: center;
}