
/*
 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 */

h1, h2, h3 {
    font-weight: normal;
    color: #003300;
}

h1 {
    letter-spacing: -2px;
    font-size: 3em;
}

h2 {
    letter-spacing: -1px;
    font-size: 2em;
}

h3 {
    font-size: 1em;
}

p, ul, ol {
    line-height: 200%;
}

a.button {
	background-color:#226622;
	color:#EAEAEA;
	padding:.3em;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

a.button:hover {
	background-color:#228822;
}

.right {
	text-align:right;
}

blockquote {
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a {
    color: #9BDB18;
}

a:hover {
    text-decoration: none;
    color: #E6B715;
}

#wrapper {
}

/* Header */
#header {
    width: 760px;
    height: 100px;
    margin: 0 auto;
    background: url(images/img02.jpg) no-repeat right top;
}

#header h1, #header p {
    margin: 0;
    color: #9CBC1E;
}

#header h1 {
    padding: 5px 0 0 70px;
}

#header p {
    padding-left: 73px;
    margin-top: -10px;
}

#header a {
    color: #E6B715;
}



/* Content */
#content {
    float: left;
    width: 600px;
    margin: 0;
}

.post {
    padding: 0 0 20px 0;
width: 400px;
	float:left;
}

.title {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #B7D24D;
}

.byline {
    margin: 0;
    color: #646464;
}

.meta {
    text-align: left;
    color: #646464;
    padding: 10px 10px;
    height: 48px;
    background: url(images/img06.gif) no-repeat left top;
}

.meta .more {
    padding-left: 20px;
}

.meta .comments {
    padding-left: 20px;
}

.meta a {
    color: #003300;
}

/* Sidebar */
#sidebar {
    float: right;
    width: 200px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
}

#sidebar li ul {
    padding: 15px 15px;
}

#sidebar li li {
    border-bottom: 1px dotted #000000;
    padding-left: 15px;
}

#sidebar h2 {
    margin: 0;
    padding: 10px 0 0 40px;
    height: 40px;
    background: url(images/img04.gif) no-repeat left 60%;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */
#footer {
    clear: both;
    width: 760px;
    height: 40px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background: url(images/img05.gif) no-repeat left top;
    text-align: center;
    font-size: smaller;
    color: #52640A;
}

#footer a {
    color: #003300;
}

/*additional*/ * /* jQuery lightBox plugin - Gallery style */
#gallery {
    background-color: transparent;/*#B7D24D;*/
    padding: 10px;
    width: 560px;
    height: 300px;
    min-height: 300px;
}

#gallery ul {
    list-style: none;
	margin:0px;
	padding:0px;
}

#gallery ul li {
    display: inline;
    margin: 0px;
}

#gallery ul img {
    border: 5px solid #191919;
    border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
    border: 5px solid #B7D24D;;
    border-width: 5px 5px 20px;
    color: #fff;
}

#gallery ul a:hover {
    color: #fff;
}

.callout {
	padding-bottom:12px;
	/*background:transparent url(images/callout.png) bottom right no-repeat;*/
}

