/*Page Vars*/
html{
	background:url(images/grad.png) repeat left top;
}

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

 h1, h2, h3{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #493E2B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.4em;
	
}

h2 {
	font-size: 1.3em;
	
}

h3 {
	/*font-size: 1.6em;
	background:url(images/l2.png) bottom no-repeat;*/
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(images/l2.png) no-repeat;
	background-position:bottom left;
}

/*Header Area*/

#header {
	width: 1000px;
	height:244px;
	margin: auto;
	padding: 0px;
	background: url(images/header.png) no-repeat left top;
}

#sign a#signpost{
	display:block;
	width:177px;
	height:143px;
	padding-right:30px;
	padding-bottom:25px;
}

#sign a:hover{
	width:1000px;
	background:url(images/sign-r.png) no-repeat;
}

#name a#namel{
	display:block;
	width:177px;
	height:30px;
}

#name a:hover{
	width:1000px;
	background:url(images/sign-c.png) no-repeat;
}

/*Content*/
#page{
	width: 926px;
	margin: auto;
	background: #fff;
}

#content{
	width:546px;
	padding:25px 25px 25px 25px;
	float:left;
}

.post {
	margin-bottom: 15px;
}

.posta {
	margin-bottom: 15px;
}

.post .title {
	margin-bottom: 10px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .meta {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(images/l1.png) bottom no-repeat;
}

.post .entry {
	padding: 10px 0px 30px 0px;
	text-align: justify;
	line-height:25px;
	background:url(images/l1.png) bottom no-repeat;
}

#image {
	width:150px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 12px #ECECEC solid;
	display:block;
	float:left;
}

#img {
	width:448px;
	margin-bottom: 20px;
	margin-right: 60px;
	border: 12px #ECECEC solid;
	display:block;
	float:left;
}

/*Forms*/
#form{
	color:#5A554E;
	border-right:#6E8D3D 1px dashed;
	width:300px;
	float:left;
}

label{
	float:left;
	clear:right;
}

input{
	border:#6E8D3D 1px dashed;
	color:#5A554E;
	font-style:oblique;	
}

input .title{
	border:#6E8D3D 1px dashed;
}

fieldset{
	border:#6E8D3D 1px dashed;
}

select{
	border:#6E8D3D 1px dashed;
	color:#5A554E;
	font-style:oblique;
}

textarea{
	border:#6E8D3D 1px dashed;
	color:#5A554E;
	font-style:oblique;
}

#info{
	width:200px;
	float:left;
	margin-left:10px;
	margin-top:-12px;
}


/*Sidebar*/
#right{
	float:right;
	width:280px;
	padding:33px 25px 29px 25px;
}

/*Footer*/
#footer{
	clear:both;
	width:926px;
	height:100px;
	margin:0 auto;
	background:url(images/f1.png) no-repeat;
	background-position:bottom;
}

#fcontent{
	padding: 0px 10px 10px 10px;
	text-align:center;
}

#fcontent2{
	padding: 10px 10px 0px 10px;
	text-align:center;
}

#fcontent a{
	color: #5A554E;
}

#ficons ul{
	width:58px;
	height:10px;
	padding:0px 0px 0px 380px;
	float:left;
	display:block;
}

.error{
	font-size:10px;
	margin-bottom:-30px;
	color:red;
	visibility:hidden;
}


