/* Tag Widget
----------------------------------------------------------------------------- */


	#tags {
	
	width: 960px;
	margin: 0 0 13px 0;
	float: left;
	position: relative;
	
	}
	
	#tags p {
	
	font-size: 14px;
	line-height: 21px;

	}	


/* DISPLAY
----------------------------------------------------------------------------- */


	div.widget-tag.description h3 {
	
	margin-bottom: 0;
	display: none;
	
	}

	div.widget-tag.description p {
	
	font-size: 14px;
	line-height: 21px;
	padding-top: 35px;
	margin: 0;
	
	}


/* STORE / BROWSE
----------------------------------------------------------------------------- */

	
	body.section-store div.widget-tag.list h3 {
	
	display: none;
	
	}
	
	body.section-store div.widget-tag.list ul {
	
	position: absolute;
	top: 0;
	left: 0;
	
	}
	
	body.section-store div.widget-tag.list li {
	
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	float: left;
	margin-right: 25px;
	
	}
	
	body.section-store div.widget-tag.list li a {
	
	color: #9a6446;
	
	}
	
	body.section-store div.widget-tag.list li a:hover {
	
	color: #432f24 !important;
	
	}
	
	body.section-store div.widget-tag.list li strong,
	body.section-store div.widget-tag.list li strong a {
	
	color: #432f24;
	
	}
	

/* BROWSE / PRESS
----------------------------------------------------------------------------- */


	#filter {
	
	position: relative;
	
	}
	
	body.section-press div.widget-tag {
	
	float: left;
	margin-right: 160px;
	
	}

	body.section-press div.widget-tag h3 {
	
	font-size: 20px;
	line-height: 20px;
	float: left;
	margin-right: 13px;
	
	}
	
	body.section-press div.widget-tag a {
	
	font-weight: bold;
	text-transform: uppercase;
	
	}
	
	body.section-press div.widget-tag ul {

	font-size: 20px;
	line-height: 26px;
	width: 150px;
	height: 16px;
	padding: 8px 10px 14px 10px;
	margin: -10px 0 0;
	overflow: hidden;
	background: #f6f4f3;
	position: absolute;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	}
	
	#year ul {
	
	top: 0;
	left: 180px;
	
	}

	
	#month ul {
	
	top: 0;
	left: 425px;
	
	}
	
	body.section-press div.widget-tag ul.hover {

	height: auto;
	overflow: visible;
	
	}
	
	body.section-press div.widget-tag li {

	margin-bottom: 2px;
	padding-bottom: 2px;
	height: 20px;
	
	}

	body.section-press div.widget-tag li.last {

	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;

	}

	body.section-press div.widget-tag.hover {

	padding: 10px 15px 5px 10px;
	margin: -5px -14px 0 0px;
	
	}

	body.section-press div.widget-tag.hover h3 {
	
	margin-bottom: 10px;
	width: 169px !important;
	height: 13px !important;
	background-repeat: no-repeat !important;
	
	}
	
