/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

/* Flexible Width styles **/


body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
/* background-color: #FFFDF8; */
color: #222;
}

a {
color: #036;
}
a:hover {
color: #06f;
}

.sidebar a, .stamp a {
text-decoration: none;
}

div.body img {

margin : 5px;
border : 1px solid #999;
padding : 2px;

}

.container {
margin: 0;
margin-right: auto;
margin-left: auto;

width: 600px;
position: relative;

}

.head {
padding-top: 0em;
letter-spacing: .1em;
padding-bottom: 0.5em;
font-size: 1.3em
}

.head span {

font-weight: bold;
color: #030;
}

.head a {
color: inherit;
text-decoration: none;
}

.main{
width: 65%;
float: left;
margiin-left: 20px;
padding-top: 0px;
}

.sidebar {
width: 32%;


padding-top: 0px;
float: right;
}

.sidebar p {
margin: .5em 0;
line-height: 1.2em;
}



img.flickrimg
{
  margin: 0px;
  padding: 0px;
  border: 0;
  clear: all;
}

.sbtitle {
margin: 0 5px 15px 5px;
font-size: .9em;
font-weight: bold;
padding: 0px 10px;
color: #030;
}
.sbtitle span {

margin-bottom: 2px;
}
.sbtitle a {
color: inherit;
}

.sbtxt {
margin: 5px 15px;;
font-size: .8em;
padding-bottom: 10px;
}

.flickr_badge_image img {
border: 1px solid #666;
padding: 1px;
margin: 5px 0;
}


.date {

font-size: .9em;
margin-bottom: 1em;
letter-spacing: .2em;

}

.title {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 15px; 
color: #030;
}
.title a {
color: #030;
text-decoration : none;

}


.title span {
margin-bottom: 15px;

}

.body {
color: #222;
font-size: .95em;
line-height: 1.5em;
}

.stamp {

font-size: .7em;
margin-top: 25px;
margin-bottom: 25px;
color: #666;
}


/* Individual Arhcive */

.individual .main {
width: 72%;
}

.individual .sidebar{
width: 25%;
}



/* Comments Page */

.comments_page a {
text-decoration: none;
}

.comments_page p {
margin: 10px 0 ;
}
.subhead {
float: right;
width: 36%;
}

.subhead span {
font-size: .8em;
padding-left: 1em;
}
.subtitle {
font-size: .8em;
}

.comments_page .left_sidebar {
display: none;
}

.comments_page .right_sidebar{
width: 100%;
}

.comment {
border-bottom: double #aaa 1px;
margin: 1em 0;
}
.comment_head {
        font-size: .7em;
        padding-bottom: 5px;
        padding-top: 5px;
}

.head_lable {
 color : #666;
width: 5em;
float: left; 
text-align: right;
margin-right: .5em
}
.comment_body  {
        font-size: .8em;
padding-bottom: 10px;
}


/*COMMENTS */

.comments a {
text-decoration: none;
}
.comment-title {
margin-top: 30px;
font-size: .9em;
font-weight: bold;
margin-bottom: 25px; 
}

.comments-body {
font-size: .85em;
padding-bottom: 10px;
padding-left: 10px;
line-height: 1.5em;
}

.comments-post {
font-size: .8em;
font-style: italic;
}

.comments-form {
font-size: .9em;
padding-bottom: 10px;
padding-top: 30px;
}
.comments-form label {
font-size: .9em;
}

input, textarea {
background-color: inherit;
border: 1px solid #ccc;
font-size: .9em;
font-family: inherit
}

.comments-add {
font-size: .8em;
font-weight: bold;
margin-bottom: 25px; 
}


