/*------------------------------------------------------------------------------
ICONS
------------------------------------------------------------------------------*/
.favorites-count {
	background: transparent url(../Images/Public/Icons/visits.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 18px;
}

.contact-show, .contacts-pending, .feeds-contact, .invite-contact {
	background: transparent url(../Images/Profile/Icons/contact.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 16px;
}

.alert {
	background: transparent url(../Images/Public/Icons/alert.png) left center no-repeat !important;
	padding: 0.5em;
	line-height: 12px;
	vertical-align: middle;
	padding-left: 2em;
}

.feeds-post {
	background: transparent url(../Images/Profile/Icons/post.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 16px;
}

.feeds-music {
	background: transparent url(../Images/Profile/Icons/music.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 16px;
}

.contact-add-icon, .post-add-icon {
	background: transparent url(../Images/Public/Icons/post-add.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	line-height: 16px;
	text-indent: -9999px;
	width: 16px;
}

a.show-posted-by {
	background: transparent url(../Images/Public/Icons/comments.png) no-repeat;
	float: left;
	text-indent: 15px;
}

a.show-comments {
	background: transparent url(../Images/Public/Icons/comments.png) no-repeat;
	float: left;
	text-indent: 16px;
}

.music-play {
	background: transparent url(../Images/Public/Icons/play.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	line-height: 16px;
	text-indent: -9999px;
	width: 18px;
}

a.show-rsvp-stats {
	background: transparent url(../Images/Public/Icons/rsvp-stats.png) no-repeat;
	float: left;
	text-indent: 16px;
}


.comments-show {
	background: transparent url(../Images/Public/Icons/comments.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 18px;
}

.abuse-report-text {
	background: transparent url(../Images/Public/Icons/abuse-report.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 18px;
}

a.show-rsvp-ok {
	background: transparent url(../Images/Public/Icons/rsvp-ok.png) no-repeat;
	float: left;
	text-indent: 15px;
}

.tags-show {
	background: transparent url(../Images/Public/Icons/tags.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 18px;
}

.post-share {
	background: transparent url(../Images/Public/Icons/share.png) no-repeat;
	float: left;
	text-indent: 16px;
}

.post-mail {
	background: transparent url(../Images/Public/Icons/msg-send.png) no-repeat;
	float: left;
	text-indent: 16px;
}

.post-print {
	background: transparent url(../Images/Public/Icons/print.png) no-repeat;
	float: left;
	text-indent: 16px;
}

/*------------------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------------------*/
a.button {
	text-decoration: none;
}

.button-left {
	background: transparent url(../Images/Public/Buttons/left.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 5px;
}

.button-text {
	background: transparent url(../Images/Public/Buttons/text.gif) repeat-x;
	color: #fff;
	display: block;
	font: normal 9px/1.2em Tahoma,sans-serif !important;
	float: left;
	height: 21px;
	padding: 5px;
}

.button-right {
	background: transparent url(../Images/Public/Buttons/right.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 5px;
}

.fan-add {
	background: transparent url(../Images/Profile/Icons/fan-add.png) no-repeat;
	float: left;
	line-height: 16px;
	text-indent: 16px;
}

/*------------------------------------------------------------------------------
TAGS - HEADER
------------------------------------------------------------------------------*/
.tags-title {
	background: transparent url(../Images/Public/Icons/tags-title.png) no-repeat;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	text-indent: 50px;
}

.tags-radios {
	background: transparent url(../Images/Public/Icons/tags-radios.png) no-repeat;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	text-indent: 50px;
}

.tags-title a, .tags-radios a {
	margin: 0 0.3em 0 0;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

.tags-title a:hover, .tags-radios a:hover {
	background: #666666;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	border-radius: 3px;
	margin: 0 0.3em 0 0;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
MUSIC - SEARCH
------------------------------------------------------------------------------*/
#music-search {
	background: #ecebe6;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	width: 950px;
}

#music-search h2 {
	color: #ea3d5a;
	font: bold 24px/1.4em Arial, sans-serif;
	margin: 0 auto;
	padding: 0.4em auto;
	text-transform: uppercase;
}

#music-search form {
	margin: 1em auto;
	width: 440px;
}

#music-search form input.text {
	margin: 1em auto;
	width: 60%;
}

/*------------------------------------------------------------------------------
PAGER
------------------------------------------------------------------------------*/
.pager-container {
	background: #e6e5da;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*------------------------------------------------------------------------------
FILTER - SEARCH & DATE
------------------------------------------------------------------------------*/
form#filter-search {
	margin: 0;
	white-space: nowrap;
}

form#filter-search input.text {
	margin: 0;
	padding: 2px 4px;
	width: 166px;
}

.filter-date {
	margin: 0.4em 0 0 0;
}

.filter-date a, #header ul#nav-app li a.filter-app {
	padding: 3px 8px;
	text-decoration: none;
}

.filter-date a:hover, .filter-date a.current, #header ul#nav-app li a.filter-app:hover, #header ul#nav-app li a.current {
	background: #666666 !important;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	border-radius: 3px;
	padding: 3px 8px;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
POSTS - ROWS
------------------------------------------------------------------------------*/
.post-row:hover {
	background: #ecebe6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

/* -----------------------------------------------------------------
REVIEWS - QUOTES
-------------------------------------------------------------------*/

.colstory-quote  {
	background: url(../Images/Public/Icons/colquote-start.png) top left no-repeat;
	padding: 0 0 0 1.8em;
	width: auto;
}

.indent {
	padding:0 0 0 1.8em;
	width: auto;
}
