/*
Theme Name: ss photoblog
Theme URI: http://www.bethanddavidallen.net/
Description: ss photoblog is a one-column theme created for Wordpress 
Version: 0.1
Author: Beth Allen
The CSS, XHTML, images and design are for the authorized use of the owner of this file only.
*/





body{
	font-size: 85%; 
	font-family: Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0px;
	margin: 0px;
    background: #000000;
		text-align: center;
}

#wrap {
    width: 840px;
    padding-left: 0px;
	padding-top: 20px;
    margin: auto;

}


/***************************/
/*	Headers            */
/***************************/

#header {
	text-align: left;
    background: url('images/header.jpg');
    height: 200px;
	width: 840px;
    margin: auto;
}


a img,:link img,:visited img { border:none }    

a, a:link {
	color: #cccccc;
	text-decoration: none;
}

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

h1 {
    font-size: 2.0em;
	color: #ece6d0;
	font-weight: normal;
    margin: 0px;
    padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #cccccc;
}

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

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #ffc700;
	font-weight: normal;
}


h3 {
	color: #ffc700;
    padding: 0px;
    font-size: 1.5em;
    font-variant: small-caps;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/* Main page Menu over the Header Image */


ul.menu {
    text-align: center;
    height: 20px;
	padding: 0px;
    font-size: 1.4em;
    list-style: none;
    line-height: 1.0em;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu,
ul.menu li a {
	padding: 10px 10px 0px 10px;
	}

ul.menu li a {
    color: #f3d4ab;
	margin:0px;
}

ul.menu li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/************************************************
*	Main Content									*
************************************************/


#content {
        width: 840px;
		text-align: center;
		font-size: 100%;
}

.item {
    padding: 10px 0px 0px 0px;
    color: #ffffff;  
    margin-top: 20px;
}

.item  img {
	border-style: groove;
	border-color: #000000;
	border-width: 10px;
}

.metadata {
    font-size: 70%;
	color: #cccccc;
}

.navigation {
 
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
    font-size: 0.9em;
}

.navigation a:link, .navigation a:visited{
	color: #cccccc;
	text-decoration: underline;
}
.navigation a:hover {
        color: #cccccc;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
/*********************************************/
/*	Comment Area	*/
/*********************************************/


#comment {
	width: 500px;
	padding: 10px 10px 0px 10px;
	margin: auto;
    color: #b3ad96;
text-align: left;
}
	

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #58491e;
}

/******************************************************/
/* for alternating block backgrounds in comments area */
/******************************************************/
#comment .alt { padding-top: 5px; margin-top: 10px;}
#comment .standard { padding-top: 5px; margin-top: 10px;}


.comment-author {
    margin: 0 0 0 0;
}
.comment-date {
      font-size: 0.8em;
      color: #58491e;
      display: inline;
      padding-right: 5px;
	  font-weight: italic;
}

.commentlist p {
	clear: both;
	font-size: 1.0em;
	
}
#commentlist li p{

    font-weight: normal;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 480px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
      background: #ede8d2;
}
#commentsform form input{
      background: #ede8d2;
}

	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

/************************************************/
/*	Footer			*/
/************************************************/


#footer {
    background: url('images/footer.jpg') no-repeat;
    width: 840px; 
    height: 100px;	
    text-align: center;
   	color: #595441;
    font-size: 0.8em;
	padding-top: 20px;
	margin-top: 80px;
}

#footer a:link, #foot a:visited{
	color: #cc9933;
    text-decoration: none;
}
#footer a:hover {
        color: #ffffff;
}