

/* TYPOGRAPHY */

p{
	font-family: helvetica;
	font-size: 11px;
	line-height: 16px;
	margin: 15px 23px 30px 23px;
}

.date{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.08em;
	color: #888888;
}

.sidebartitle{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.08em;
	color: #595959;
}


/* DIVS */


#wrapper {
	width: 835px;
	margin: 0 auto;
}

#bannerhr {
	height: 15px;
	width: 835px;
}

#bannerhr-temp {
	height: 15px;
	width: 100%;
	background-image:"/images/banner-hr.jpg";
	background-repeat:repeat-x;
}

#cap {
	height: 32px;
	width: 835px;
}

#logo {
	height: 37px;
	width: 835px;
}

#logo-temp {
	height: 37px;
	width: 100%;
}

#button {
	margin-right: 34px;
}

#content{
	width: 835px;
}

#content-temp{
	width: 100%;
}

#main_content {
	float: left;
	width: 578px;
}

#main_content-temp {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#bar-temp{
	height: 28px;
	width: 100%;
	background-color:#edebe6;
}

#bar{
	height: 28px;
	width: 578px;
	background-color:#edebe6;
}

#title{
	height: 28px;
	float: left;
}

#date{
	padding-top: 13px;
	float: left;
}

#content_menu {
	float: right;
	width: 222px;
}

#search{
    height: 22px;
	margin-bottom: 12px;
}

#icontab{
	height: 25px;
	width: 222px;
}

#icons{
	height: 15px;
	margin-top: 0px;
	margin-right: 5px;
	float: left;
}

#follow{
	height: 15px;
	padding-top: 5px;
    float: left;
}

#footer{
	clear:both;
}