﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	color:#FFFFFF;
	font-size:11px;
    background-image: url(/images/background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #123E00;	
}
a:link, a:visited, a:active, a:hover
{
	color: #FFFF00;
}
.profile 
{
 border-width: thin;
 border-style: solid;
 border-color:#7EBE34;
 margin: 0px 10px 10px 10px;
 
}

h1
{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2
{
    border-bottom: 1px solid #7EBE34;
}



ul
{
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	margin: 0px 0px 20px 10px;
	padding-left: 8px;
}

img
{
    border: 0px;
    
}
.gallery_image img
{
 border-width: thin;
 border-style: solid;
 border-color:#7EBE34;
}
.copyright
{
    font-size: 10px;
    padding: 5px 0px 10px 30px;
}

/* Blogger */
/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  /* border-bottom:1px dotted #ccc; */
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

    /* Headings
----------------------------------------------- */
h2 {
  margin:0 0 .75em;
  font:78%/1.4em Tahoma,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:0 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    /* border-bottom:1px dotted #ccc; */
    padding-bottom:1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#7cfc00;
  }
  .post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#7cfc00;
  font-weight:normal;
  }

    .post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }