*{
	font-family: Helvetica, Serif;
	margin:0;
	padding:0;
}

body{
	background-repeat: repeat-x;
	background-image: url(images/bg-new.png);
	background-position: top;
	background-attachment: fixed;
	background-color: #d9ff95;
	text-align:center;
}

h1{
	background: no-repeat right;
	height:47px;
	position:relative;
}

h2{
	z-index:400;
	position:relative;
	font-weight:normal;
}

h2 a{
	text-shadow: 0px 1px 3px #b1b1b1;
	font-weight: bold;
	color: #2d5ac6;
	font-size:30px;
	text-decoration:none;
}

hr{
	background:#9a9b7e;
	padding-top:8px;
	border:1px #FFF solid;
	border-width:1px 0;
}

h1 span{
	display:none;

}

#logo{
	position:absolute;
	top:0;
	left:0;
}



#page-container{
	z-index: 100;
	border-top-style: none;
	background-repeat: no-repeat;
	background-image: url(images/logo-new.png);
	width:877px;
	position:relative;
	top: 30px;
	border-top:7px;
	background-color:#FFF;
	margin:0 auto;
	-webkit-box-shadow:0px 0px 15px #666;
	box-shadow:0px 0px 15px #666;
	padding-bottom:15px;
	text-align: left

}

#posts{
	padding-top: 60px;
	width:592px;
	position:relative;
	left:0;
}

.post{
	width:502px;
	margin-left:90px;
	text-align:left;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
	
}

.post img{
	border:5px #2a2a2a solid;
	margin-bottom:20px;
}

.post p{
	margin-top:10px;
	color:#717171;
	font-size:18px;
}

.date{
	position:absolute;
	width:225px;
	left:-113px;
	top:0px;
	height:142px;
	background:url(images/page-curl.png) no-repeat;
	padding:16px 0 0 30px;
	font-size: 12px;
	z-index:100;
}

.month{
	color:#9a9b7e;
}

.day{
	color:#717171;
}

.year{
	color:#cbccb7;
}


#sidebar{
	padding-top: 30px;
	float: right;
	clear: right;
	height: 100%;
	padding-left: 10px;
	position: absolute;
	width: 220px;
	text-align:left;
	top: 130px;
	right:0;
}

h3{
	font-style: normal;
	font-weight: normal;
	color: #4dcb56;
	padding:7px 0;
	background: no-repeat 140px 0;
}



ul{
	list-style-image:url(images/bull.png);
	list-style: none;
	margin-left:0px;
	margin-top:10px;
}

ul li{
	font-size:15px;
	height:27px;
}

a{
	color: #2d5ac6;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


a img{
	border:0px;
}

#squares{
	background-position: center top;
	background-image: url(images/squares.png);
	background-repeat: no-repeat;
	position: fixed;
	left:0;
	z-index: 1;
	border-style: none;
	height: 331px;
	width: 100%;
}




