html {
	background-color: #000000;
}

body {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 12px;
	background-color: #000000;
	text-align:left;
}

a {
    font-weight: bold;
    color: #8cc640;
}

h1, h2 {
	font-size:18px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom:10px;
	font-family: Georgia;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

p {
	line-height: 1.3;
	font-size: 12px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

#menu {
	border-bottom: solid 2px #FFFFFF;
	padding-bottom:5px;
	margin-bottom:10px;
}
#menu ul {
	padding-left: 2px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #FFFFFF;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	font-family: Georgia;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a.selected {
	text-decoration: none;
}

#menu h1 {
	font-family: Georgia;
	font-size: 56px;
	font-weight: bold;
	margin-top:43px;
	margin-bottom:15px;
}

/* Widget styles */
.jngldrmWidget h1,h2,h3,p{
	color: inherit;
}

.jngldrmWidget {
	padding: 5px;
	margin-bottom:10px;
	background-color: #8cc640;
	color: #000000;
}

.jngldrmWidgetArrow {
	background-color: #8cc640;
	color: #000000;
}


.jngldrmWidget p img{
	left:-5px;
	position:relative;
}


/* Blog styles */
.blog-post  h2 a {
	text-decoration:none;
}

.blog-text-info {
	font-size:11px;
	margin-bottom:5px;
}

.blog-text-intro {
	text-decoration:none;
	color:#5B6460;
}

.blog-text-read-more {
	float: right;
	background: url('../../../Icons/Silk/add.png') no-repeat;
	padding-left: 20px;
	padding-top:3px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 2px;
	height:13px;
}

.read-more-arrows {
	letter-spacing:-0.12em;
}

.blog-post {
	margin-top:20px;
	border-bottom: 2px solid lightgray;

}
.blog-text-item {
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid lightgray;
}

.comments {
	background:url("../images/comments_small.png") no-repeat scroll 0 0 transparent;
	margin:0 0 0 10px;
	padding:2px 0 5px 23px;
	text-decoration: none;
	font-weight: bold;
	float:right;
}

.content-comment-row {
	margin-bottom:8px;
}

