/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

.catimgs img{
       padding-bottom:5px;
}

.quotespage blockquote{
	color:#dcdcdc;
	font-family:arial;
	font-size:8pt;
        text-align:justify;
        line-height:14px;
}

table{
       	color:#dcdcdc;
	font-family:arial;
	font-size:8pt;
        text-align:justify;
        line-height:14px;
}

#search form{
	margin: 0px;
}

#search input, #search textarea, #search option, #search select, #menu input#s{
       border: 1px solid #6e6e6e;
       margin-left:10px
       background-color:#dcdcdc;
	color: #FFFFFF;
       margin:5px;
}

#recentimgs img{
       height:50px;
       width:50px;
}

.faded img{
        border:2px solid #746a6a;
        opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

.faded img:hover{
        border:2px solid #6e2e2e;
        opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
}

a {
	color: #e04e4e;
        text-decoration:none;
}

a img {
	border: 0px;
}

a:visited {
	color: #e04e4e;
        text-decoration:none;
}

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

blockquote {
	border-left: 8px solid #983a3a;
        background-color:#362d2d;
	margin-left: 2em;
	padding: 10px;
        opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;
}

body {
	background-color:#191919;
	margin: 0;
	padding: 0;
       	color:#dcdcdc;
	font-family:arial;
	font-size:8pt;
        text-align:justify;
        line-height:14px;
}

#container1{
	background: url(/images/bg.jpg) center center repeat-y;
	width: 900px;
	margin: 0 auto;
	display: block;
	position: relative;
}

#head1{
	background:url(/images/head1.jpg) no-repeat;
	height:295px;
	position:relative;
	display: block;
}

#head2{
	background:url(/images/head2.jpg) center no-repeat;
	background: #757575;
	background: rgba(50,50,50,.6);
	height:55px;
	margin-bottom: 15px;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#nav{
	color:#dcdcdc;
	font-family: "times new roman", arial;
	font-variant: small-caps;
	font-size:16px;
	letter-spacing: 1px;
	padding-top:20px;
	font-weight:bold;
	text-align: center;
}

#nav a:link, #nav a:visited{
	color:#f65151;
	text-decoration:none;
}

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

#side{
	font-family:arial;
	font-size:11px;
	line-height: 150%;
	color:#c7c7c7;
	float:left;
	width:279px;
	min-height:100%;
	height:auto;
	position:relative;
	display: block;
	text-align:justify;	
}

#side h1{
  font-family: "Modern Antiqua", "Times New Roman", Georgia, serif;
  font-size:18px;
  font-variant:small-caps;
  font-weight:normal;
  background:url(/images/menuh1.png) no-repeat;
  height:42px;
  width:257px;
  color:#848484;
  padding-top:12px;
  margin:0px;
  padding-left:5px;
  letter-spacing:0.1em;
}

#content{
  color:#dcdcdc;
	font-family: arial;
	font-size: 12px;
	line-height: 150%;
	float: right;
	width: 605px;
	min-height: 100%;
	height: auto;
	position: relative;
	display: block;
}

.st{
	background:url(/images/sidebar-top.png) no-repeat;
	width:279px;
	height:13px;
	padding:0px;
	margin:0px;
	display:block;
	overflow: hidden;

}

.sm{
	background-image:url(/images/sidebar-middle.png);
	width:279px;
	padding:0px;
	margin:0px;
	display:block;
	height:auto;
	overflow: hidden;

}

.sc{
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	display:block;
	overflow: hidden;
}

.sb{
	background:url(/images/sidebar-bottom.png) no-repeat;
	width:279px;
	height:13px;
	padding:0px;
	margin:0 0 15px 0;
	display:block;
  overflow: hidden;
}

#ct{
	background:url(/images/content-top.png) no-repeat;
	width:499px;
	height:9px;
	padding:0px;
	margin:0px;
	display:block;
        overflow: hidden;
}

#cm{
	background-image:url(/images/content-middle.png);
	width:499px;
	padding:0px;
	margin:0px;
	display:block;
        overflow: hidden;

}

.cc{
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	display:block;
        overflow: hidden;
}


#cb{
	background:url(/images/content-bottom.png) no-repeat;
	width:499px;
	height:11px;
	padding:0px;
	margin:0px;
	display:block;
  overflow: hidden;
}

#spacer{
	clear:both;
	height:20px;
	display:block;
}


#foot{
	background:url(/images/foot.jpg) center center no-repeat;
	height:94px;
	position:relative;
	display: block;
	margin: 0 auto;
	text-align:center;
}

.foottext{
	color:#939393;
	font-family:"times new roman", arial;
	font-variant: small-caps;
	font-size:12px;
	padding-top:45px;
	display: block;
}

.foottext a:link, .foottext a:visited{
	color:#939393;
	text-decoration:none;
}

.foottext a:hover{
	color:#939393;
	text-decoration:underline;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



h2 {
        color:#848484;
        font-family:"times new roman";
        font-size:14pt;
        font-variant:small-caps;
        font-weight:bold;
	letter-spacing: 0.1em;
	margin: 12px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: "Modern Antiqua", "Times New Roman", Georgia, serif;
	margin-top: 0;
  font-size:18px;
  letter-spacing: 1px;
  padding: 5 0 5 0px;
  color: #e04e4e;
  font-weight: normal;
  font-weight: 400;
  text-transform: uppercase;
}

#content h3 {
  color: #e04e4e;
}

.post {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background: url(images/content_bg.png) repeat;
}




ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #9d9d9d;
	color: #fff;
	font-size: 8pt;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #cdcdcd;
	text-align: right;
	clear: both;
}


.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
        font-size: 7pt;
	color: #a5a5a5;
	font-weight: normal;
        font-variant:all
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;


	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

