/* START: Head */
#head {
	padding: 0;
	margin: 0;
	background-color: #d8d8d8;
	font: normal 11px Arial, Helvetica, Sans-serif;
	color: #666666;
}

#head div {
	padding: 0;
	margin: 0;	
}

#head a {
	font: normal 11px Arial, Helvetica, Sans-serif;
	color: #666666;
	text-decoration: none;
}

#head a:hover {
	color: #666666;
	text-decoration: underline;
}

#head .top {
	background: url("/static/shared/img/backgrounds/head_top.gif") repeat-x;
	height: 7px;
	overflow: hidden;
}

#head .bottom {
	background: url("/static/shared/img/backgrounds/head_bottom.gif") repeat-x;
	height: 15px;
	overflow: hidden;
	clear: both;
}

#head .middle {
	width: 1000px;
}

#head .links {
	float: left;
	width: 232px;
}

/* START: Primary and secondary borders */
#head .links .primary {
	width: 232px;
	height: 5px;
	background: url("/static/shared/img/backgrounds/head_links_priamry.gif") no-repeat top;
	font-size: 0;
	margin: 0;
	padding: 0;
}

#head .links .secondary {
	width: 232px;
	height: 5px;
	background: url("/static/shared/img/backgrounds/head_links_secondary.gif") no-repeat top;
	font-size: 0;
	margin: 0;
	padding: 0;
}
/* END: Primary and secondary borders */

#head .links .block {
	width: 202px;
	height: 85px;
	overflow: hidden;
	padding: 2px 15px 2px 15px;
	background: #e9e9e9;
}

#head .links .block hr {
	width: 100%;
	height: 1px;
	border: none 0;
	border-top: 1px solid #fff;
}

#head .banner {
	display: block;
	float: left;
	width: 728px;
	text-align: center;	
	margin: 2px 0 0 13px;
}

#head .banner h4 {
	display: block;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 3px 0;
	color: #666666; 
}
/* END: Head */

/* START: Head icon links */
#head .links .block .hdiv {
	float: left;
	width: 1px;
	height: 15px;
	background: url("/static/shared/img/backgrounds/head_buttadiv.gif") no-repeat;
	margin: 0 6px 0 6px;
}

#head .margin {
	margin: 0;
}
/* END: Head icon links */

/* START: Mobile */
#head .links .block .button1 {
	float: left;
}

#head .links .block .button1 a {	
	float: left;
	display: block;
	padding: 2px 0 3px 20px;
	background: url("/static/shared/img/buttons/head_butt1.gif") no-repeat top left;
}

#head .links .block .button1 a:hover {
	background: url("/static/shared/img/buttons/head_butt1_h.gif") no-repeat top left;
}
/* END: Mobile */

/* START: RSS */
#head .links .block .button2 {
	float: left;
	width: 43px;
}

#head .links .block .button2 a {
	float: left;	
	display: block;
	padding: 2px 0px 3px 20px;
	background: url("/static/shared/img/buttons/head_butt2.gif") no-repeat top left;
}

#head .links .block .button2 a:hover {
	background: url("/static/shared/img/buttons/head_butt2_h.gif") no-repeat top left;
}
/* END: RSS */

/* START: podacast */
#head .links .block .button_podcast {
	float: left;
	width: 70px;
}

#head .links .block .button_podcast a {
	float: left;	
	display: block;
	padding: 2px 0px 3px 20px;
	background: url("/static/shared/img/buttons/head_butt6.gif") no-repeat top left;
}

#head .links .block .button_podcast a:hover {
	background: url("/static/shared/img/buttons/head_butt6_h.gif") no-repeat top left;
}
/* END: podacast */

/* START: Home */
#head .links .block .button3 {
	clear:both;
	float: left;
}

#head .links .block .button3 a {	
	display: block;
	padding: 2px 0 3px 20px;
	background: url("/static/shared/img/buttons/head_butt3.gif") no-repeat top left;
}

#head .links .block .button3 a:hover {
	background: url("/static/shared/img/buttons/head_butt3_h.gif") no-repeat top left;
}
/* END: Home */

/* START: Sign in */
#head .links .block .button4 {
}

#head .links .block .button5 {	
	display: block;
	padding: 0 0 0 20px;
	color: #656565;
	background: url("/static/shared/img/buttons/head_butt5_sublink.gif") no-repeat top left;
}

#head .links .block .button4 .login a {	
	display: block;
	float: left;
	padding: 2px 15px 10px 20px;
	background: url("/static/shared/img/buttons/head_butt4.gif") no-repeat top left;
}

#head .links .block .button4 .login a:hover {
	background: url("/static/shared/img/buttons/head_butt4_h.gif") no-repeat top left;
}

#head .links .block .button4 .sublink {
	display: block;
	padding: 0 10px 0 6px;
	background: url("/static/shared/img/backgrounds/head_butt4_sublink.gif") no-repeat top left;
	float: left;
}

#head .links .block .button4 .sublink a {
	display: block;
	float: left;
	padding: 2px 0 5px;
}

#head .links .block .user_username {
	font-weight: bold;
}
/* END: Sign in */
