html,body {
	height: 100%;
	margin: 0;
}

body{
	margin:0;
	background:url(images/tile_bg.jpg) repeat;
	min-width: 980px;
}
div.body_wrapper{
	color:#fff;
	margin:0;
	font:15px/20px Georgia, "Times New Roman", Times, serif;
	background:url(images/bg-body.jpg) repeat-x;
	min-width: 980px;
}
/* General reset start*/
img{border-style:none;}
a{
	weight:700;
	color:#fff;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* General reset end*/
.container{
	min-height: 100%;
	background: url(images/bg-header.jpg) no-repeat 50% 0;
}
* html .container{
	height: 100%;
}
#page{
	margin:0 auto;
	width: 980px;
	padding-bottom: 280px;
}
/* header start */
#header{
	position: relative;
	width: 100%;
	padding-bottom: 155px;
}
#header:after{
	display: block;
	clear: both;
	content :"";
}
#header .logo{
	position: absolute;
	top: 0;
	left: -37px;
	text-indent: -9999px;
	overflow: hidden;
	width: 441px;
}
#header .logo a{
	background: url(images/logo.png) no-repeat;
	height: 187px;
	display: block;
}
/* nav start */
#nav{
	float: right;
	padding: 28px 100px 25px 23px;
	list-style: none;
	margin: 0 15px 0 0;
	display: inline;
	background: url(images/bg-nav.png) no-repeat;
}
#nav li{
	display: inline;
	position: relative;
	padding-left: 18px;
}
#nav a{
	font-size: 20px;
	color: #341402;
}
/* nav end */
.about-us,
.rss-link{
	position: absolute;
	color: #0c3a02;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	letter-spacing: -1px;
	text-align: center;
}
.rss-link{
	top: 34px;
	right: 35px;
	width: 66px;
	background: url(images/icon-rss.gif) no-repeat;
	padding-top: 67px;
}
.about-us{
	width: 108px;
	padding-top: 41px;
	top: 142px;
	right: 5px;
	background: url(images/icon-about.png) no-repeat;
}
/* header end */
/* content start */
#content-wrapper{
	padding: 55px 18px 18px 10px;
	overflow: hidden;
	height: 1%;
}
#content-sub, #content{
	padding: 50px 0px 300px 10px;
	overflow: hidden;
	height: 1%;
}
.main{
	float:left;
	width:650px;
}
.parchment{
	float:left;
	background: url(images/parchment.jpg) repeat;
	width: 608px;
	padding: 20px 25px 20px 25px;
	border: 3px solid rgba(111,164,53,.6);
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	text-shadow: 2px 2px 5px #000;
}

#sidebar{
	float:right;
	width:250px;
	margin-left: 55px;
}
ul.bar {
	list-style: none;
	padding:0;
}
ul li.widget{
	padding: 0 0 30px 0;
}
 li.widget ul{
	list-style: none;
	padding:0;
}
div.clear{
	clear: both;
}

div h1{
	margin: 0 0 18px;
	color: #84b33e;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
}

.txt-content-home{
	padding-bottom: 241px;
	float: left;
	width: 450px;
}
.txt-content p{margin: 0;}
.txt-content h1{
	margin: 0 0 18px;
	color: #84b33e;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
}
#page h2, #page h2 a{
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #84b33e;
}
h3{
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #84b33e;
}
h4{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #84b33e;
}
.links-list{
	padding: 0;
	list-style: none;
	margin: 0;
	width: 471px;
	float: right;
}
.links-list li{
	padding: 0 0 29px 26px;
	float: left;
}
.postwrapper{
	float:left;
	background: url(images/parchment.jpg) repeat;
	width: 608px;
	padding: 20px 25px 20px 25px;
	border: 3px solid rgba(111,164,53,.6);
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	text-shadow: 2px 2px 5px #000;
}
.links-list a, .post-image-holder a{
	display: block;
	width: 131px;
	height: 120px;
	text-align: center;
	padding-top: 11px;
	background: url(images/border.gif) no-repeat;
}
.links-list a:hover, .post-image-holder a:hover{background-position: 0 -131px;}
.post-image-holder{
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	width:140px;
}
#post-holder div.post{
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h3.post-title{
	margin:0 0 5px;
}
h3.post-title a{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #84b33e;
}
/* content end */
/* footer start */
#footer{
	position: relative;
	width: 100%;
	height: 275px;
	margin-top: -275px;
	/*background: url(images/footer-bg.jpg) repeat-x;*/
	background: url(images/bg_footer_tile.jpg) repeat;
}
.footer-holder{background: url(images/footer-bg.jpg) repeat-x;}
.footer-holder1{
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg-footer-center.jpg) no-repeat 50% 0;

}
.news-box{
	position: relative;
	height: 137px;
	width: 980px;
	float: left;
}
.news-holder{
	width: 260px;
	position: absolute;
	bottom:5px;
	left: -5px;
	z-index: 20;
}
.news-holder .blog{
	background: url(images/bg-blog.gif) no-repeat 16px 0;
	padding: 0 0 24px 25px;
}
.news-holder .blog a{
	display: block;
	width: 42px;
	height: 26px;
	background: url(images/txt-blog.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.news-holder .blog a:hover{
	background-position: 0 -26px;
}
.news-holder .board{
	background: url(images/bg-board.png) no-repeat;
	height: 326px;
}
.board ul.bar{
	padding: 10px 48px 70px;
	list-style: none;
	margin: 0;
	position: relative;
}
.board h2{
	color: rgb(132, 179, 62);
	margin: 12px 0 10px 0;
}
ul.enhanced-recent-posts{
	list-style: armenian;
	
}
.enhanced-recent-posts  li{
	margin-bottom: 10px;
}
.enhanced-recent-posts  a{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.enhanced-recent-posts a:hover{
	color:rgb(132, 179, 62);
	text-decoration: underline;
}
.speech-bubble{
	position: absolute;
	bottom: 89px;
	left: 215px;
	z-index: 10;
	width: 247px;
	color: #0f1b10;
	line-height: 18px;
	background: url(images/bubble-bottom.gif) no-repeat 100% 100%;
	padding-bottom: 72px;
}
.speech-box{background: url(images/bg-bubble.gif) repeat-y 100% 0;}
.speech-box div.top{
	background: url(images/bubble-top.gif) no-repeat 100% 0;
	padding: 2px 5px 3px 55px;
}
.speech-bubble p{
	margin: 0;
	font-size: 11px;
	word-spacing: -1px;
}
.speech-bubble strong{
	font-size: 10px;
	display: block;
}
.main-footer{
	padding: 23px 13px 0;
	font-size: 11px;
	line-height: 18px;
	clear: both;
}
.main-footer p{margin: 0 0 21px;}
.main-footer ul{
	padding: 0;
	list-style: none;
	margin: 0 0 0 -8px;
	overflow: hidden;
	height: 1%;
}
.main-footer ul li{
	padding: 0 8px;
	background: url(images/sep.gif) no-repeat 0 2px;
	display: inline;
	margin-left: -2px;
}
/*footer end */

/* twitter specific stylings */
#twitbar{
	padding: 0;
	margin: 0;
}
#twitbar h2{
	color: #0f1910;
	margin: 0 0 5px 5px;
	font-size:16px;
	margin:0;
	padding-bottom:4px;
}
#twitter_div ul li span{
	display:block;
	font-size: 12px;
	line-height: 14px;
}
#twitter_div p{
	margin-top:3px;
}

/*comment styling*/
textarea #comment{
	width:650px;
}
.tags a{
	text-decoration: underline;
	color:  rgb(132, 179, 62);
}
.tags a:hover{
	text-decoration: none;
	color: #fff;
}
div.navigation{
	width:750px;
	display: block;
	height:auto;
}
div.navigation .alignleft{
	width: 250px;
}
div.navigation .alignright{
	width:250px;
}
/*Photo Alignment*/
.alignleft{
	float:left;
	margin: 10px 10px 10px 0;
}
.alignright{
	float:right;
	margin: 10px 10px 10px 0;
}