/*



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. :)



*/

#widget {


	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid black;
	font-weight: bold;
}


.widget_recent_entries ul {

	padding: 0px 0px 0px 30px;

	margin:0px;

}





.widget_recent_entries ul li {

	margin-left: 0px;

	padding-left: 15px;

	text-indent: -10px;

}



.widget select {

	margin-left:15px;

}



.screen-reader-text {

     position: absolute;

     left: -1000em;

}



acronym, abbr {

	border-bottom: 1px dashed #333;

}



acronym, abbr, span.caps {

	font-size: 90%;

	letter-spacing: .07em;

}



acronym, abbr {

	cursor: help;

}



blockquote {

	border-left: 5px solid #ccc;

	margin-left: 1.5em;

	padding-left: 5px;

}





cite {

	font-size: 90%;

	font-style: normal;

}





ol#comments li p {

	font-size: 100%;

}



.feedback {

	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

	letter-spacing: -1px;

	color: #ccc;

	text-align: right;

	clear: both;

}



/* classes used by the_meta() */

ul.post-meta {

	list-style: none;

}



ul.post-meta span.post-meta-key {

	font-weight: bold;

}



.credit {

	background: #90a090;

	border-top: 3px double #aba;

	color: #fff;

	font-size: 11px;

	margin: 10px 0 0 0;

	padding: 3px;

	text-align: center;

}



.credit a:link, .credit a:hover {

	color: #fff;

}





.meta {

	font-size: .75em;

}



.meta li, ul.post-meta li {

	display: inline;

}



.meta ul {

	display: inline;

	list-style: none;

	margin: 0;

	padding: 0;

}



.meta, .meta a {

	color: #808080;

	font-weight: normal;

	letter-spacing: 0;

}



#sidebar form {

	margin: 0 0 0 13px;

}

#sidebar img {
display:block;
margin-left:auto;
margin-right:auto;
margin-top: 5px;
border: 2px solid black;
}



#sidebar inputs {

	width: 60px;

	background: #eee;

	border: 1px solid #999;

	color: #000;

}





#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 {

	text-align:center;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	text-align:left;

	display: block;

	margin-right: auto;

}



.alignright {

	text-align:right;

	display: block;

	margin-left: auto;

}



.wp-caption {

	border: 0px none black;

	color: #ffffff;

	text-align: center;

	background-color: #000000;

	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: 10px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions & aligment */



.storytitle {

	display: inline;

}



.storycontent {

	margin-left:20px;

}



html { 

  padding:0px;

  margin:0px;

}



#header {

	width: 100%;

	border: 0px;

	margin: 0px; 

	padding: 0px;

	background-color: #000000;

}





#line {

	width: 100%;

	height: 5px;

	border: 0px;

	margin: 0px;

	padding: 0px;

	background-color:#990000;

}



#content {

	width: 98%;

	border: 0px;

	margin: 0px 0px 0px 10px; 

	padding: 0px;

}



#footer {

	width: 100%;

	border: 0px;

	margin: 0px; 

	padding: 0px;

}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 15px Arial;
width: 195px; /* Main Menu Item widths */
border: none;
}
 
.menu ul li{
position: relative;
}

/* Top level menu links style */
.menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 6px;
border-bottom: 2px solid black;
border-right: 1px solid black;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active{
background-color: #A7D277; /*background of tabs (default state)*/
}

.menu ul li a:visited{
color: black;
}

.menu ul li a:hover{
background-color: #89AC62;
}

/*Sub level menu items */
.menu ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.menu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

#sidebar {
	background-color: #6a854c;
	border-bottom: 2px solid black;
	border-right: 1px solid black;
	padding-bottom: 5px;
	width: 199px;
}

 
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

.clear {
	clear: both;
}

body {

  padding:0px;

  margin:0px;

  background-color: #cccc99;

  font-family: Arial, Helvetica, sans-serif;

}

p.tinytxt {

   font-size: 10px;

}

h4.gtxt {

   color: #ffffff;

}

a.glink {

   font-weight:bold;

}



p.gtxt {

   font-size: 10px;

   color: #ffffff;

}



p.gbtxt {

   color: #ffffff;

   font-size: 14px;

   font-weight: bold;

}



a.gtxt {

   text-decoration: none;

   font-size: 10px;

   color: #ffffff;

   line-height: 12px;
}



a.ghtxt {

   color: #ffffff;

   text-decoration: none;

   font-weight: bold;

}

.attachedimg img {
padding: 50px;
background-color: black;
}

@media print
{
.printlink {
  visibility: hidden;
  display: none;
}

#header {
  visibility: hidden;
  display: none;
}

#sidebar {
  visibility: hidden;
  display: none;
}

#menu {
  visibility: hidden;
  display: none;
}

#widget {
  visibility: hidden;
  display: none;
}
}
