/*  
Theme Name: Grey not gray
Theme URI: http://www.methinks.org
Description: My photolog theme.
Version: 1.0
Author: Grace
Author URI: http://www.methinks.org

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}/*remove browser default padding and margins*/

body{
	margin: 0;
	font-family: Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: url(images/bg.gif);
	color: #000000;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
	color: #ff0000;
}



#wrapper{
	margin: 0 auto 0 auto;
	width: 69%;
	text-align: left;
}

#header{
	float: left;
	width: 69%;
}

#container{
	float: left;
	width: 69%;
}



.post h2{
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 18px;
}

div.post{
	background: url(images/topleft.jpg) top left no-repeat;
	float: left;
} 

div.post h2{
	  background: url(images/topright.jpg) top right no-repeat;
	  padding:22px;
	  margin:0;
}

.entry{
	line-height: 18px;
}

div.entry {
	background: url(images/rightborder.jpg) top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 6px 12px 0 15px;
}

div.postfooter {
  	background: url(images/bottomleft.jpg) bottom left no-repeat;
}

div.postfooter p {
  	background: url(images/bottomright.jpg) bottom right no-repeat;
  	padding:20px 20px 15px 15px;
  	display:block;
  	margin:-0.6em 0 0 0;
	text-align: right;
  }



.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer{
	clear: both;
	float: left;
	width: 69%;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
}
/*-------HEADINGS-------*/

h1{
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

/*-----COMMENT styles---*/

#commentssection {
clear:both;
margin:0;

}

#commentssection h3 {
font-family:georgia, times, verdana;
font-size:12pt;
font-weight:300;
font-style:normal;
color:#000;
}

#commentform {
background:url(images/bg1.png);
margin:12px 0 20px 0;
padding:4px 20px 8px 20px;
}

#commentform a {
color:#000;
text-decoration:none;
border-bottom:1px dotted #465D71;
line-height:14pt;
}

#commentform h3 {
font-family:georgia, times, verdana;
font-size:10pt;
font-weight:300;
color:#fff;
}

#commentbox {
width:75%;
min-width:100px;
margin:5px 5px 0 0;
}

#author,#email,#url,#commentbox,#submit {
background:#fff;
font-family:verdana, arial, times;
font-size:8pt;
border:1px solid #B2B2B2;
margin:5px 5px 0 0;
padding:6px;
}

#submit {
margin:5px 5px 0 0;
}

ol.commentlist {
list-style-type:none;
}

ol.commentlist li {
background:url(images/bg1.png);
font-family:verdana, arial, times;
font-size:11px;
overflow:hidden;


padding:5px 0 5px 10px;
}

ol.commentlist li a{
color: #009dde;
}

ol.commentlist li p {
line-height:14pt;
margin:6px 0;
padding:0 12px 0 0;
}
