/*   
Theme Name: RedGrey
Theme URI: redgrey
Description: Designed for a photo blog
Author: Allison Henderson
Author URI: http://echodrift.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

* {
     margin: 0;
}

html, body {
    height: 100%;
}

body  {
	font: 1em "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	background: #8C8C8C url(images/body-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

A:link {
	color: #990030;
	text-decoration: underline;
}

A:visited {
	color: #990030;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: none;
}


.nav A:link{
	color: #000000;
	text-decoration: none;
	border-bottom: #FFFFFF solid medium;
	font-variant: small-caps;

}

.nav A:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: #FFFFFF solid medium;
	font-variant: small-caps;
}

.nav A:hover {
	color: #737373;
	text-decoration: none;
	border-bottom: #990030 solid medium;
	font-variant: small-caps;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}

#container2{
	margin: auto;
	width: 830px;
	text-align: left;
	padding-bottom: 20px;
	}
	
#header	{
	height:96px;
	width:820px;
/*	background: url(images/header.jpg) no-repeat left bottom; */
}

#header img {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	font: 1.2em Tahoma, Helvetica, sans-serif;
	padding-left: 15px;
	height: 30px;
	text-align: right;
	clear:both;
}

.footer, .push {
    height: 75px;
}
	
.footer {
	background: #000000 url(images/footer-bg.jpg)repeat-x;
	clear:both;
	margin: 0 auto;
	width: auto;
}

h1, h2, h3 {
	color: #464646;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: left;
}

h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}

h1 A:link {
	color: #464646;
	text-decoration: none;
	border-bottom-width: 0px;
}

h1 A:visited {
	color: #464646;
	text-decoration: none;
	border-bottom-width: 0px;
}

h1 A:hover {
	color: #464646;
	text-decoration: none;
	border-bottom-width: 0px;
}

	
h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.entry	{
	font: .9em "Trbuchet MS", Tahoma, sans-serif;
	width:620px;
	float: left;
	text-align: center;
}

.entry img {
	border: #000000 1px solid;
	padding: 3px;
	background-color:#FFFFFF;
}

.entry p {
	
	margin: 15px 0px 20px 0px;
}

.sidebar {
	width: 200px ;
	float: right;
	padding-left:10px;
}

.sidebar ul { 
	list-style-type: none; 
	padding: 0px; 
	margin: 5px 0px 20px 0px; 
	float:right;
	width: 200px;
}

.sidebar ul li { 
	margin: 0px; 
	padding: 0px; 
}
.sidebar ul li a {
	border-bottom: 1px solid #990030;
	height: 20px; 
	display: block;
	padding: 0 0 0 18px;
	font: .9em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
}

.sidebar ul li a:hover {
	border-bottom: 1px solid #000000;
	color: #990030;
	background-color: #A0A0A0;
}

blockquote {
	font: .8em "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-style:italic;
	text-align: left;
	width: 400px;
	margin: 20px auto;
	padding: 0px 0px 0px 5px;
	border-left: thick solid #990030;
}

.tags {
	font: .75em "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-variant: small-caps;
}

.postedin {
	font: .8em "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}

.navigation {
	margin-bottom: 15px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align:right;
}

.sidebar table {
	font: .9em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	border-collapse: collapse;
	width: 200px;
}

.sidebar td {
	border-bottom: 1px solid #990030;
	text-align: right;
}

#today {
	font-weight:bold;
}


.sidebar th, tr {
	text-align: right;
}

tr A:link {
	color:#990030;
	text-decoration: none;
	font-weight: bold;
}

tr A:visited {
	color: #990030;
	text-decoration:none;
	font-weight: bold;
}

tr A:hover {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}

.sidebar caption {
	margin-top: 20px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color:#464646;
}

.comments {
	font-size: .9em;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px;
}

.comments li{
	border-bottom: 1px solid #000000;
	padding-top: 15px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	margin:auto;
	text-align:center;
}

.archives {
	text-align: left;
	font: .9em "Trbuchet MS", Tahoma, sans-serif;
	width:620px;
	float: left;
	padding-top: 20px;
}

input, textarea {
	border-color: #000000;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font: .9em "Trebuchet MS", Tahoma, sans-serif;
	background-color:#A0A0A0;
}

.submit input{
	background-color:#A0A0A0;
	font: .9em "Trebuchet MS", Tahoma, sans-serif;
	border-color: #000000;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}