/***********************************************************
 ***********************************************************
 ***           Theme name: GreenLines                    ***
 ***           Author: Indranil Dasgupta                 ***
 ***           URI: http://troidus.com/greenline/        ***
 ***********************************************************
 ***********************************************************/




/* -----  The basic layout  ----- */

* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	background: #9FF994 url('../img/greenline-background.png') repeat-y;
}

#wrapper {
	text-align: left;
	margin-top: 70px;
}

/* -----  / The basic layout  ----- */


/* -----  Miscellaneous  ----- */

a img {
	border: none;
}

/* -----  / Miscellaneous  ----- */


/* -----  The sidebar  ----- */

#sidebar {
	float: left;
	width: 200px;
	padding-right: 20px;
	text-align: right;
	margin-top: 30px;
}

.slogan {
	font-size: 13px;
	color: #336633;
	text-align: right;
	margin-left: 50px;
	width: 150px;
	margin-bottom: 20px;
}

.navigation {
	font-size: 16px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	margin-bottom: 20px;
}

.navigation ul {
	list-style-type: none;
}

.navigation ul li {
	display: block;
	margin-bottom: 10px;
}

.navigation ul li a {
	margin-left: 5px;
	padding-top: 9px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 25px;
	background: url('../img/greenline-nav-bg.png') repeat-x;
	color: #336633;
}

.navigation ul li a:hover {
	background: url('../img/greenline-nav-bg-over.png') repeat-x;
	color: #FFF;
	text-shadow: 0 0 5px #ccc;
}

.searchbar {
	text-align: right;
	margin-bottom: 20px;
}

.searchbar input {
	text-align: right;
	color: #336633;
	border: 1px solid #336633;
}

fieldset {
	border: 0;
}

.linkbar {
	font-size: 13px;
	text-align: right;
}

.linkbar {
	margin-bottom: 20px;
}

.linkbar ul {
	list-style-type: none;
}

.linkbar ul li {
	margin-bottom: 5px;
}

.linkbar ul li a {
	text-decoration: none;
	color: #336633;
	padding: 1px;
}

.linkbar ul li a:hover {
	background: #336633;
	color: #FFF;
}

/* ----- / The sidebar  ----- */

/* ----- The content  ----- */

#content {
	float: left;
	width: 470px;
}

#header {
	text-align: right;
	padding-right: 10px;
}

.masthead {
	font-size: 34px;
	font-family: Georgia, verdana, serif;
	padding-right: 5px;
}

.masthead a {
	color: #336633;
	padding: 2px;
	text-shadow: 0 0 5px #ccc;
}

.masthead a:hover {
	background: #F6FBF5;
}

/* the latest post */

.latest-post {
	background: #F6FBF5;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	_margin-right: 10px; /* shameless IE hack */
}

.post-title {
	font-size: 16px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	font-weight: normal;
	display: block;
	text-shadow: 0 0 5px #ccc;
	color: #255F1D;
}

.post-title a {
	text-decoration: none;
	color: #255F1D;
	border-bottom: 1px solid #51864B;
	display: block;
}

.post-title a:hover {
	border-bottom: 1px solid #000;
}

.metadata {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	color: #79A374;
}

.metadata a {
	color: #79A374;
}

.metadata a:hover {
	color: #255F1D;
}

.post-entry {
	padding-top: 10px;
	color: #255F1D;
	font-size: 13px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #51864B;
	margin-bottom: 5px;
}

.post-entry p {
	padding-bottom: 8px;
}

.post-entry a {
	color: #255F1D;
	padding: 2px;
}

.post-entry a:hover {
	color: #F6FBF5;
	background: #255F1D;
}

.comments_invite {
	text-align: center;
	font-size: 14px;
	color: #79A374;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
}

.comments_invite a {
	color: #79A374;
	padding: 2px;
}

.comments_invite a:hover {
	background: #79A374;
	color: #FFFFFF;
}

/* / the latest post */


/* the previous posts */

.old-posts {
	margin-right: 10px;
	padding-top: 10px;
	margin-bottom: 90px;
}

.old-head {
	border-bottom: 1px solid #51864B;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #51864B;
	margin-bottom: 10px;
	text-shadow: 0 0 5px #ccc;
}

.previous-posts, .previous-posts-alt {
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	color: #51864B;
}

.previous-posts:hover, .previous-posts-alt:hover {
	background: #C4DCC1;
}

.previous-posts a, .previous-posts-alt a {
	text-decoration: none;
	color: #51864B;
	padding: 1px;
	border-bottom: 1px dotted #51864B;
}

.previous-posts a:hover, .previous-posts-alt a:hover {
	border-bottom: 1px solid #51864B;
}

.previous-posts-alt {
	background: #F6FBF5;
}

/* / the previous posts */

/* ----- / The content  ----- */


/* ----- The footer  ----- */

#footer {
	background: #F6FBF5;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #79A374;
	_margin-right: 10px; /* shameless IE hack */
}

#footer a {
	color: #79A374;
}

/* -----  / The footer  ----- */


/* -----  The comments  ----- */

.comments {
	margin-top: 30px;
	margin-bottom: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

.commenth3 {
	border-bottom: 1px solid #51864B;
	margin-right: 10px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #51864B;
	margin-bottom: 20px;
}

.comment-display {
	margin-bottom: 20px;
	background: #FDFFF8;
	padding: 3px;
}

.comment-info {
	overflow: auto;
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.comment-name {
	float: left;
	color: #51864B;
	font-size: 14px;
}

.comment-name a {
	color: #51864B;
}

.comment-name a:hover {
	background: #51864B;
	color: #FDFFF8;
}

.comment-date {
	float: right;
	font-size: 12px;
}

.comment-date a {
	color: #51864B;
	text-decoration: none;
	border-bottom: 1px dotted #51864B;
}

.comment-body {
	clear: both;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 13px;
	color: #51864B;
}

.comment-body a {
	color: #51864B;
}

/* -----  / The comments  ----- */


/* ----- The comment form  (tables, ewww!!)  ----- */

.comment-form {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #51864B;
	_margin-left: -10px; /* shameless IE hack */
}

.comment-form table tr {
	padding-bottom: 10px;
}

.tdleft {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #51864B;
}

.tdright {
	text-align: left;
	padding-bottom: 10px;
	font-size: 13px;
	color: #51864B;
}

.tdright a {
	font-size: 13px;
	color: #51864B;
}

.comment-form table #name, .comment-form table #email, .comment-form table #web {
	width: 300px;
} 

.comment-form table textarea {
	width: 300px;
	height: 100px;
}

/* ----- / The comment form  ----- */


/* -----  The Live search plugin  ----- */

#LSResult {
	position: absolute;
	background: #F6FBF5;
	width: 250px;
	font-size: 12px;
	color: #336633;
}

#LSResult a {
	color: #336633;
}

#LSResult a:hover {
	background: #336633;
	color: #F6FBF5;
}

#LSShadow {
	padding: 5px;
}

#LSRes {
	background-color: #F6FBF5;
}

.LSRow {
	padding: 0 5px;
}

#LSHighlight {
	background-color: #aaa;
}

#LSHeader {
	padding: 2px 2px 8px;
}

.lsDate {
	display: block;
	color: #555;
}

.commenth {
	margin-right: 10px;
	font-family: "Century Gothic", "Lucida Grande", verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #51864B;
	margin-bottom: 20px;
}

.navigation ul li {
	margin-left: 5px;
	margin-right: 0;
	padding-top: 9px;
	padding-right: 0;
	display: block;
	width: 201px;
	height: 25px;
	background: url('../img/greenline-nav-bg.png') repeat-x;
}

.capthead {
	font-size: 30px;
	font-family: Georgia, verdana, serif;
	padding-right: 5px;
	color: #51864B;
}

#main-area .post-entry h3 {
	line-height: 22px;
    font-size:145%;
    font-weight:normal;
}

h3.post-title strong {
    font-weight:normal;
    font-size:125%;
	font-family: tahoma, arial;
    letter-spacing: 2px;
}
.post-entry ul li {
    padding-left:10px;
}

/* -----  / The Live search plugin  ----- */






