@import url( reset.css ); /* Reset browser defaults */

/* > Global Elements
-------------------------------------------------------------- */

html { height: 100% }

body {
	background: #ffcced;
	font-size: 14px;
	font-family: 'American Typewriter', 'PAmericanTypewriter', Courier, monospace;
	line-height: 19px;
	color: #000;
	margin: 0px;
	height: 100%;
	text-align: center;
}
	body.activity-permalink {
		min-width: 960px;
		max-width: 960px;
	}


/* > Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'CompactaBlack';
	src: url('../fonts/compacta-webfont.eot');
	src: local('‚ò∫'), url('../fonts/compacta-webfont.woff') format('woff'), url('../fonts/compacta-webfont.ttf') format('truetype'), url('../fonts/compacta-webfont.svg#webfont6vbdIKXw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Compacta';
	src: url('../fonts/compactaroman-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('../fonts/compactaroman-webfont.woff') format('woff'), url('../fonts/compactaroman-webfont.ttf') format('truetype'), url('../fonts/compactaroman-webfont.svg#webfontGplxx600') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/1.9.1/american_typewriter_bold-webfont.eot');
    src: url('../fonts/1.9.1/american_typewriter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/1.9.1/american_typewriter_bold-webfont.woff') format('woff'),
         url('../fonts/1.9.1/american_typewriter_bold-webfont.ttf') format('truetype'),
         url('../fonts/1.9.1/american_typewriter_bold-webfont.svgz#AmericanTypewriterBold') format('svg'),
         url('../fonts/1.9.1/american_typewriter_bold-webfont.svg#AmericanTypewriterBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/1.9.1/american_typewriter-webfont.eot');
    src: url('../fonts/1.9.1/american_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/1.9.1/american_typewriter-webfont.woff') format('woff'),
         url('../fonts/1.9.1/american_typewriter-webfont.ttf') format('truetype'),
         url('../fonts/1.9.1/american_typewriter-webfont.svgz#AmericanTypewriterRegular') format('svg'),
         url('../fonts/1.9.1/american_typewriter-webfont.svg#AmericanTypewriterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/






/* > Global Elements
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

h1 { font-size: 72px; margin: 0 0 15px 0; line-height: 72px; font-weight: normal; text-transform: uppercase; font-family: 'CompactaBlack', 'Arial Black', sans-serif;}
h2 { font-size: 30px; margin: 0 0 15px 0; line-height: 30px; font-weight: normal; text-transform: uppercase; font-family: 'CompactaBlack', 'Arial Black', sans-serif;}
h3 { font-size: 18px; margin: 0 0 15px 0; line-height: 18px; font-weight: normal; }
h4 { font-size: 18px; margin: 0 0 15px 0; line-height: 18px; font-weight: normal; }
h5 { font-size: 14px; margin: 0 0 15px 0; font-weight: normal;}
h6 { font-size: 12px; margin: 0 0 15px 0; font-weight: normal;}

a { color: #000; text-decoration: none; border-bottom: 1px solid #000; }
a:hover { border-bottom: 1px solid #f00; color: #f00; }
a:active { color: #f00; border-bottom: 1px solid #f00; }
a:focus { outline: 1px dotted #ccc; }

.clear { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

p {	margin-bottom: 9px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#000;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

small {
	font-size: 10px;
	line-height: 13px;
}


.pink,
.pink a, .pink h1, .pink h2, .pink h3, .pink h4 {
	color: #fce !important;
}
.pink #header {
	border-bottom: 10px solid #fce;
}
.pink #header #search-bar input[type=text] {
	border: none;
	border-bottom: 1px solid #fce;
	color: #fce;
}
.pink #header #search-bar input[type=submit] {
	border: none;
	border-bottom: 1px solid #fce;
		background-position: 1px -22px !important;
}
.pink #header #search-bar .input_search:hover input[type=text] {
	color: #f00;
	border-bottom: 1px solid #f00;
}
.pink #header #search-bar .input_search:hover input[type=submit] {
	background-position: 1px -52px !important;
	border-bottom: 1px solid #f00;
}


.pink .navigation a:hover {
	color: #f00 !important;
}

.bg.pink {
	background-color: #000;
}






.pink50, .pink50 a {
	color: #767;
}

.pink25, .pink25 a {
	color: #b9b;
}

img.avatar {
	float: left;
}

a.no_u {border-bottom: none;}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.togglespan .togglespan_span {
	display: none;
}
.togglespan:hover .togglespan_span {
	display: inline;
}


/* > Admin Bar
-------------------------------------------------------------- */

/*
#wp-admin-bar .padder {
	width: 90% !important; * Line up the admin bar with the content body in this theme *
}
*/



/* > Basic Layout Setup
-------------------------------------------------------------- */

.bg {
	width: 100%;
	min-width: 1045px;
	xmax-width: 1200px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.bg_image {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.bg_image_half {
	position: absolute;
	top: 0px;
	width: 50%;
	z-index: -50;
}

.bg_image_half img {
	margin-bottom: 15px;
}


.container {
	width: 1005px;
	margin: 0 auto;
	padding: 10px 0 0;
}


/* this is probably deprecated */
.topspacer {
	xheight: 30px;
}


.padder {
	padding: 0px 30px 0;
}


.bg_1 {
	background-image: url(../images/bg_lines_1.gif);
}

.bg_1-1 {
	background-image: url(../images/bg_lines_1-1.gif);
}
.bg_1-2 {
	background-image: url(../images/bg_linesxx_1-2.gif);
}
.bg_1-1-1 {
	background-image: url(../images/bg_linesxx_1-1-1.gif);
}

.bg_1-2-1 {
	background-image: url(../images/bg_lines_1-2-1.gif);
}

.bg_1-2dot-1 {
	background-image: url(../images/bg_lines_1-2dot-1.gif);
}

.bg_1-3-1 {
	background-image: url(../images/bg_lines_1-3-1.gif);
}

.bg_1-3dot-1 {
	background-image: url(../images/bg_lines_1-3dot-1.gif);
}

.bg_1-3x2-1 {
	background-image: url(../images/bg_lines_1-3x2-1.gif);
}

.bg_1-4dot-1 {
	background-image: url(../images/bg_lines_1-4dot-1.gif);
}

.bg_2-1 {
	background-image: url(../images/bg_linesxx_2-1.gif);
}

.bg_4-1 {
	background-image: url(../images/bg_lines_4-1-trans.gif);
}

.bg_4x4-1 {
	background-image: url(../images/bg_lines_4x4-1.gif);
}

.bg_4x2-1 {
	background-image: url(../images/bg_lines_4x2-1.gif);
}

.bg_4x2-1-1 {
	background-image: url(../images/bg_lines_4x2-1-1.gif);
}
.bg_narrow_1 {
	background-image: url(../images/bg_lines_narrow_1.gif);
}

.bg_1-3-1_pink {
	background-image: url(../images/bg_lines_1-3-1_pink.gif);
}
.bg_1-3dot-1_pink {
	background-image: url(../images/bg_lines_1-3dot-1_pink.gif);
}
.bg_4-1_pink {
	background-image: url(../images/bg_lines_4-1_pink.gif);
}

.bg_dot {
	background-image: url(../images/bg_dot.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.bg_dot_pink {
	background-image: url(../images/bg_dot_pink.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.bg_x4dot {
	background-image: url(../images/bg_x4dot.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.bg_x5dot {
	background-image: url(../images/bg_x5dot.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}

.bg_leftmenu_dot {
	background-image: url(../images/bg/bg_leftmenu_dot.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}


.content {
	width: 755px;
	padding-top: 9px;
}


.fake_header {
	border-bottom: 10px solid #000;
}



.fakelink {
	border-bottom: 1px solid #000;
}
.fakelink:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}



.counter {
	font-family: 'American Typewriter', 'PAmericanTypewriter', Courier, monospace;
	font-size: 10px;
	color: #fce;
	background-color: #000;
	padding: 0 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
h2 .counter {
	float: right;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 4px;
}




/* > Header
-------------------------------------------------------------- */

#header {
	position: relative;
	border-bottom: 10px solid #000;
	margin-top: 0px;
	background-image: none !important;
}


	#header #search-bar {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 160px;
	}

		#header #search-bar .padder {
			padding: 0;
		}

		#header #search-bar input[type=text] {
			xheight: 25px;
			height: 24px;
			width: 134px;
			border-bottom: 1px solid #ebc;
		}

		#header #search-bar input[type=submit] {
			width: 20px;
			background-position: 1px 8px;
			border-bottom: 1px solid #ebc;
		}

		#header #search-bar .input_search:hover input[type=text] {
			border-bottom: 2px solid #f00;
			height: 23px;
		}

		#header #search-bar .input_search:hover input[type=submit] {
			border-bottom: 2px solid #f00;
		}
		
		
		#header #search-bar #search-which {
			display: none;
		}



	#header #sectiontitle {
		padding-bottom: 10px;
	}

		#header #sectiontitle a {
			border-bottom: none;
		}


	



	#header.collapsed {
		border-bottom: none;
	}
	#header.collapsed #search-bar {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 160px;
	}

		#header.collapsed #search-bar input[type=text] {
			border: none;
			font-size: 12px !important;
			line-height: 14px !important;
			padding: 1px 0px 1px 1px !important;
			border-bottom: 1px solid #b9b;
			height: 14px !important;
			width: 145px !important;
		}

		#header.collapsed #search-bar input[type=submit] {
			border: none;
			border-bottom: 1px solid #b9b;
			height: 14px !important;
			width: 14px !important;
			xbackground-position: 2px 2px;
			background-position: -37px 2px !important;
		}

		#header.collapsed #search-bar .input_search:hover input[type=text] {
			border-bottom: 1px solid #f00;
		}

		#header.collapsed #search-bar .input_search:hover input[type=submit] {
			border-bottom: 1px solid #f00;
			background-position: -37px -58px !important;
		}
		
		
		#header #search-bar #search-which {
			display: none;
		}
		
		

/* > NAVIGATION (new)
-------------------------------------------------------------- */

ul#menu {
	font-size: 18px; 
	line-height: 25px;
	position: relative;
	height: 57px;
	width: 755px;
	}
ul#menu li {
	float: left;
	margin-right: 20px;
	}
ul#menu li a {
	border-bottom: none;
	}
ul#menu li.selected a.main {
	border-bottom: 2px solid #000;
	}
ul#menu li a:hover {
	border-bottom: 2px solid #f00;
	}
ul#menu li:hover a.main {
	border-bottom: 2px solid #f00;
	color: #f00;
	}
	
ul#menu li ul.submenu {
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	height: 32px;
	width: 100%;
	}
ul#menu:hover li ul.submenu {
	display: none !important;
	}
ul#menu li:hover ul.submenu {
	display: block !important;
	}
ul#menu li ul.submenu li {
	margin-right: 8px;
	}
ul#menu li ul.submenu li a {
	}
ul#menu li ul.submenu li.selected a {
	border-bottom: 2px solid #000;
	}
ul#menu li ul.submenu li a:hover {
	border-bottom: 2px solid #f00;
	}
	
.category-club ul#menu li ul#submenu-club,
.buttheads ul#menu li ul#submenu-club,
.butthead-profile ul#menu li ul#submenu-club,
.change-avatar ul#menu li ul#submenu-club,
.category-buttheadofthemonth ul#menu li ul#submenu-club,
.single-buttheadofthemonth ul#menu li ul#submenu-club,
.category-events ul#menu li ul#submenu-club,
.single-events ul#menu li ul#submenu-club,
.category-mixtapes ul#menu li ul#submenu-club,
.single-mixtapes ul#menu li ul#submenu-club {
	display: block;
	}
	
.category-magazine ul#menu li ul#submenu-magazine,
.category-interviews ul#menu li ul#submenu-magazine,
.category-sexreviews ul#menu li ul#submenu-magazine,
.single-sexreviews ul#menu li ul#submenu-magazine,
.category-pictures ul#menu li ul#submenu-magazine,
.category-library ul#menu li ul#submenu-magazine,
.single-library ul#menu li ul#submenu-magazine,
.category-butt2011 ul#menu li ul#submenu-magazine,
.single-calendar ul#menu li ul#submenu-magazine {
	display: block;
	}
	
.category-fagmap ul#menu li ul#submenu-fagmap,
.single-fagmap ul#menu li ul#submenu-fagmap {
	display: block;
	}



div.sectionmenu {
	font-size: 18px; 
	line-height: 25px;
	position: relative;
	}

div.sectionmenu a {
	border-bottom: none !important;
	}
div.sectionmenu a:hover {
	border-bottom: 2px solid #f00;
	}
div.sectionmenu a.selected {
	border-bottom: 2px solid #000;
	}
div.sectionmenu a.selected:hover {
	color: #000 !important;
	cursor: default;
	}
div.sectionmenu a.title:hover {
	border-bottom: none !important;
	}
	
	

/* > NAVIGATION COLLAPSED
-------------------------------------------------------------- */

#menu_collapsed {
	font-size: 12px;
	padding-bottom: 3px;
}
#menu_collapsed a {
	border: none;
}


/* > Filter
-------------------------------------------------------------- */

#filter {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

	#filter h4 {
		margin-bottom: 8px;
	}
	#filter h4 a {
		border-bottom: none;
	}
	#filter ul {
		list-style: none;
		margin: 0;
	}

	#filter ul li {
		margin: 0;
		float: left;
	}
	#filter ul li a {
		border-bottom: none;
	}
	#filter ul li a:hover {
		border-bottom: 2px solid #f00;
		color: #f00;
	}
	#filter ul li a.selected,
	#filter ul li.selected a {
		border-bottom: 2px solid #000 !important;
	}
	#filter ul li a.selected:hover,
	#filter ul li.selected a:hover {
		color: #000;
		cursor: default;
	}
	#filter ul li.filter_search {
		margin-top: -4px;
	}
	#filter ul li.filter_search input[type=text] {
		border-bottom: 1px solid #ebc;
		height: 24px;
	}
	#filter ul li.filter_search input[type=submit] {
		border-bottom: 1px solid #ebc;
	}
	#filter ul li.filter_search .input_search:hover input[type=text] {
		border-bottom: 2px solid #f00;
		height: 23px;
	}
	#filter ul li.filter_search .input_search:hover input[type=submit] {
		border-bottom: 2px solid #f00;
	}
	
	
	
	
/* > Admin Nav board
-------------------------------------------------------------- */

.admin-nav {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	background-color: #000;
	color: #fce;
	padding: 10px 15px;
}

	.admin-nav h4 {
		margin-bottom: 8px;
	}
	.admin-nav h4 a {
		border-bottom: none;
	}
	.admin-nav ul {
		list-style: none;
		margin: 0;
	}

	.admin-nav ul li {
		margin: 0;
		padding: 0 10px 0 0;
		float: left;
	}
	.admin-nav ul li a {
		color: #fce;
		border-bottom: none;
	}
	.admin-nav ul li a:hover {
		border-bottom: 2px solid #f00;
		color: #f00;
	}
	.admin-nav ul li a.selected {
		border-bottom: 2px solid #000;
	}
	.admin-nav ul li a.selected:hover {
		color: #000;
		cursor: default;
	}
	.admin-nav ul li.filter_search {
		margin-top: -4px;
	}
	.admin-nav ul li.filter_search input[type=text] {
		border-bottom: 1px solid #ebc;
		height: 24px;
	}
	.admin-nav ul li.filter_search input[type=submit] {
		border-bottom: 1px solid #ebc;
	}
	.admin-nav ul li.filter_search .input_search:hover input[type=text] {
		border-bottom: 2px solid #f00;
		height: 23px;
	}
	.admin-nav ul li.filter_search .input_search:hover input[type=submit] {
		border-bottom: 2px solid #f00;
	}
	
	


/* > ALERT (Status message)
-------------------------------------------------------------- */

#alert {
	text-align: center;
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	background-color: #000;
	color: #fce;
	z-index: 50;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	
	font-size: 18px;
	line-height: 25px;
	display: none;
	border-bottom: 5px solid #fce;
}
#alert p {
	width: 945px;
	padding: 26px 0 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#alert.updated {
}
#alert.welcome {
	top: 1px;
}
#alert.error {
	color: #f00;
}
#alert a#alert_close {
	color: #f00;
	position: absolute;
	top: 12px;
	right: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	line-height: 500;
	
	background-image: url('../images/sprites/sprite_close.png');
	background-repeat: none;
	background-position: 1px -49px;
}
#alert a#alert_close:hover {
	border-bottom: none;
	background-color: #fce;
	background-position: 1px 1px;
}
#alert a#alert_close:active {
	border-bottom: none;
	background-color: #f00;
	background-position: 1px 1px;
}
#alert.error a#alert_close {
	background-position: 1px -99px;
}
#alert.error a#alert_close:hover,
#alert.error a#alert_close:active {
	background-position: 1px 1px;
}

.home-page #alert {
	border-bottom: none;
}


/* > Dark Room (private pages)
-------------------------------------------------------------- */

.darkroom {
	background-color: #000 !important;
	color: #fce;
	}
	
.darkroom a {
	color: #fce;
	}

.darkroom h1 {
	font-family: 'American Typewriter', 'PAmericanTypewriter', Courier, monospace;;
	color: #fce;
	font-size: 48px;
	line-height: 48px;
	}
	
.darkroom .content {
	background-color: #fce;
	color: #000;
	width: auto;
	}
.darkroom .content a {
	color: #000;
	}

/* Main navigation */
.darkroom #header {
	border-bottom: none;
	}
.darkroom ul#menu li.selected a.main {
	border-color: #fce;
	}
.darkroom ul#menu li ul.submenu li a:hover {
	color: #f00;
	}
.darkroom #header #search-bar input[type=text] {
	color: #fce;
	}
.darkroom #header #search-bar input[type=submit] {
	background-position: 2px -21px;
	}
.darkroom #header #search-bar input[type=submit]:hover {
	background-position: 2px -51px;
	}

/* Section navigation */
.darkroom .content div.sectionmenu {
	padding: 5px 15px;
	text-align: center;
	}
.darkroom .content div.sectionmenu a:hover {
	color: #f00;
	border-bottom: 2px solid #f00 !important;
	}
.darkroom .content div.sectionmenu a.selected {
	border-bottom: 2px solid #000 !important;
	}
/* Admin bar */
.darkroom #wp-admin-bar {
	xborder-bottom: 1px solid #767;
	}
.darkroom #wp-admin-bar .padder {
	border-bottom: 1px solid #767;
	}
/* Footer */
.darkroom  #footer {
	color: #767;
	margin-top: 20px;
	}
.darkroom  #footer a {
	color: #767;
	}



/* > Container -- should be deleted later?
-------------------------------------------------------------- */

div#container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
	body.activity-permalink div#container {
		background: none;
		border: none;
	}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: right;
	width: 160px;
	margin-top: 0px;
	padding-top: 10px;
}


.messages div#sidebar {
	padding-top: 0px;
}

	div#sidebar .padder {
		padding: 0px;
	}
	div#sidebar div#sidebar-me {
	}
	div#sidebar div#sidebar-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}
	div#sidebar div#sidebar-me a {
		border-bottom: none;
	}


	
	

/* > Ads
-------------------------------------------------------------- */

.ad_caption {
	padding-bottom: 5px;
}
.ad_skyscraper {
	padding: 0 0 30px;
	font-size: 10px;
	line-height: 12px;
}
.ad_skyscraper a img {
}

.ad_teaser {
	padding: 0 0 30px;
	font-size: 10px;
	line-height: 13px;
}
.ad_teaser a {
	border-bottom: none;
}
.ad_teaser a img {
	padding: 1px;
	margin: 5px 0;
}
.ad_teaser a:hover img {
	padding: 0;
	border: 1px solid #f00;
}

.ad_teaser.butt2012 {
	padding: 15px 0 10px;
}
.ad_teaser.butt2012 img {
	padding: 0;
	border: 1px solid #b9b;
}
.ad_teaser.butt2012 a:hover img {
	border: 1px solid #f00;
}
.ad_teaser.noline {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: none !important;
}

.ad_teaser.butt2014 {
	margin-top: 10px;
	padding: 15px 0 37px;
	border-top: 2px solid #000;
}
.ad_teaser.butt2014 img {
	padding: 0;
	border: 1px solid #b9b;
	margin-left: -1px;
	margin-top: 5px;
}
.ad_teaser.butt2014 a:hover img {
	border: 1px solid #f00;
}

.contributors_teaser {
	margin-top: 0;
	xborder-top: 2px solid #000;
	xpadding: 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
}


.bottom_ad {
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
	border-top: 1px solid #000;
	text-align: center;
}
.bottom_ad small {
	display: block;
	margin-bottom: 3px;
}
.bottom_ad a {
	border: none;
}




/* > Content
-------------------------------------------------------------- */

div#content {
}

div#content .padder {
}
	div#content .left-menu {
		float: left;
		width: 170px;
	}

	div#content .main-column {
		margin-left: 190px;
	}
	


/* > Layout 1:1
-------------------------------------------------------------- */

.layout_1-1 {
	background-image: url(../images/bg_line_dot.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}

.layout_1-1 .left {
	width: 50%;
}

.layout_1-1 .right {
	width: 50%;
	float: right;
}

.layout_1-1 .box {
	border-top: 5px solid #000;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* > Layout 2:1
-------------------------------------------------------------- */

.layout_2-1 {
	background-image: url(../images/bg_linesx_2-1.gif);
}

.layout_2-1 .left {
	width: 492px;
}

.layout_2-1 .right {
	width: 231px;
	float: right;
	overflow: hidden;
}

.layout_2-1 .box {
	border-top: 5px solid #000;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* > Layout 1:3
-------------------------------------------------------------- */

.layout_1-3 {
	
}

.layout_1-3 .left {
	width: 160px;
	overflow: hidden;
}

.layout_1-3 .right {
	width: 565px;
	float: right;
	overflow: hidden;
}

.layout_1-3 .box {
	border-top: 3px solid #000;
	padding-top: 10px;
	padding-bottom: 15px;
}


/* > CLUB BUTT overview style
-------------------------------------------------------------- */


.page-template-pagetplclub-php .text_intro {
	border-top: none;
	padding-top: 10px;
	padding-bottom: 50px;
}



.page-template-pagetplclub-php h4 {
	margin: 0 0 10px 0;
}

.page-template-pagetplclub-php .right h4 a {
	border-bottom: none;
}

.page-template-pagetplclub-php .right h4 img {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.page-template-pagetplclub-php .right .box {
	padding-bottom: 10px;
}

.page-template-pagetplclub-php .right img {
	padding-top: 9px;
	border-top: 1px solid #000;
	margin-top: 10px;
}



.page-template-pagetplclub-php #filter {
	margin-bottom: 25px;
}

.page-template-pagetplclub-php div.dir-search input[type=text] {
	width: 453px;
}
.page-template-pagetplclub-php #filter div.dir-search input[type=text] {
	width: 230px;
}

.page-template-pagetplclub-php div.dir-search input[type=submit] {
}




.page-template-pagetplclub-php #sidebar-login-form {
}

.page-template-pagetplclub-php .box_login input[type=text],
.page-template-pagetplclub-php .box_login input[type=password] {
		border-bottom: 1px solid #000 !important;
		font-size: 18px !important;
		padding: 3px 0 1px 0 !important;
		color: #000 !important;
}

.page-template-pagetplclub-php .box_login input[type=text]:focus,
.page-template-pagetplclub-php .box_login input[type=password]:focus {
		color: #f00 !important;
		background-color: transparent !important;
}

.page-template-pagetplclub-php .box_login input[type=submit] {
		background-image: url('../images/btn_3d_231.gif');
		width: 231px;
		margin-top: 5px;
}

.page-template-pagetplclub-php .box_login input[type=submit]:hover {
		background-image: url('../images/btn_3d_231_r.gif');
		color: #fce;
}

.page-template-pagetplclub-php #xsidebar-login-form input[type=submit] {
		background-image: url('../images/btn_3d_m110.gif');
		width: 110px;
		height: 28px;
		font-size: 14px;
		margin: 0 auto;
}

.page-template-pagetplclub-php #xsidebar-login-form input[type=submit] {
		background-image: url('../images/btn_3d_s80.gif');
		width: 80px;
		height: 23px;
		font-size: 12px;
}

.page-template-pagetplclub-php .layout_1-3 .right {
	width: 570px;
}



.page-template-pagetplclub-php .prevnext {
	text-align: center;
	padding: 0 0 20px;
}


.page-template-pagetplclub-php .register {
	text-align: center;
	padding: 15px 0;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}




/* > MAGAZINE overview style
-------------------------------------------------------------- */


.page-template-pagetplmagazine-php h1 {
	padding-bottom: 40px;
}


.page-template-pagetplmagazine-php .text_intro {
	border-top: none;
	padding-top: 10px;
	padding-bottom: 50px;
}



.page-template-pagetplmagazine-php h4 {
	margin: 0 0 10px 0;
}

.page-template-pagetplmagazine-php h4 a {
	border-bottom: none;
}

.page-template-pagetplmagazine-php .right h4 img {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.page-template-pagetplmagazine-php .right .box {
	padding-bottom: 10px;
}

.page-template-pagetplmagazine-php .right img {
	padding-top: 9px;
	border-top: 1px solid #000;
	margin-top: 10px;
}





.page-template-pagetplmagazine-php #sidebar-login-form {
}

.page-template-pagetplmagazine-php .box_login input[type=text],
.page-template-pagetplmagazine-php .box_login input[type=password] {
		border-bottom: 1px solid #000 !important;
		font-size: 18px !important;
		padding: 3px 0 1px 0 !important;
		color: #000 !important;
}

.page-template-pagetplmagazine-php .box_login input[type=text]:focus,
.page-template-pagetplmagazine-php .box_login input[type=password]:focus {
		color: #000 !important;
		background-color: transparent !important;
}

.page-template-pagetplmagazine-php .box_login input[type=submit] {
		background-image: url('../images/btn_3d_231.gif');
		width: 231px;
		margin-top: 5px;
}

.page-template-pagetplmagazine-php .box_login input[type=submit]:hover {
		background-image: url('../images/btn_3d_231_r.gif');
		color: #fce;
}

.page-template-pagetplmagazine-php #xsidebar-login-form input[type=submit] {
		background-image: url('../images/btn_3d_m110.gif');
		width: 110px;
		height: 28px;
		font-size: 14px;
		margin: 0 auto;
}

.page-template-pagetplmagazine-php #xsidebar-login-form input[type=submit] {
		background-image: url('../images/btn_3d_s80.gif');
		width: 80px;
		height: 23px;
		font-size: 12px;
}

.page-template-pagetplmagazine-php .layout_1-3 .right {
	width: 570px;
}



.page-template-pagetplmagazine-php .prevnext {
	text-align: center;
	padding: 0 0 20px;
}


.page-template-pagetplmagazine-php .past {
	text-align: center;
	padding: 15px 0 0;
	border-top: 5px solid #000;
}



/* > Columns
-------------------------------------------------------------- */

.cols_1 {
	}

.cols_2 {
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	}

.cols_3 {
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	column-count: 3;
	column-gap: 30px;
	}

.cols_4 {
	-webkit-column-count: 4;
	-webkit-column-gap: 30px;
	-moz-column-count: 4;
	-moz-column-gap: 30px;
	column-count: 4;
	column-gap: 30px;
	}

.cols_5 {
	-webkit-column-count: 5;
	-webkit-column-gap: 30px;
	-moz-column-count: 5;
	-moz-column-gap: 30px;
	column-count: 5;
	column-gap: 30px;
	}


/* > Interview overview style
-------------------------------------------------------------- */


.page-template-pagetplinterview-php .text_intro {
	border-top: none;
	padding-top: 50px;
}

.page-template-pagetplinterview-php .interview_list {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplinterview-php .item {
	padding-bottom: 9px;
}

.page-template-pagetplinterview-php .item a {
	border-bottom: none;
	text-transform: uppercase;
}

.page-template-pagetplinterview-php .item a:hover {
	color: #f00;;
}

.page-template-pagetplinterview-php .letter {
	border-top: 2px solid #000;
	font-size: 18px;
	padding-top: 9px;
	margin-top: 7px;
}


/* > Interview post style
-------------------------------------------------------------- */

.page-template-pagetplinterviewpost-php .bg {
	height: 100%;
	overflow: hidden;
}

.page-template-pagetplinterviewpost-php .interview_intro {
	font-size: 18px;
	line-height: 24px;
	margin-top: 200px;
	border-top: 5px solid #000;
	padding-top: 5px;
}

.page-template-pagetplinterviewpost-php .interview_qa {
	margin-top: 30px;
	border-top: 3px solid #000;
	padding-top: 5px;
}

.page-template-pagetplinterviewpost-php .interview_credits {
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
}





/* > Star Column post style
-------------------------------------------------------------- */


.page-template-pagetplcolumn-php .text_intro {
	margin-top: 40px;
	
}

.page-template-pagetplcolumn-php .column_text {
	border-top: 2px solid #000;
	padding-top: 5px;
	margin-left: 190px;
}


.page-template-pagetplcolumn-php .column_comments {
	margin-top: 40px;
	border-top: 5px solid #000;
}

.page-template-pagetplcolumn-php .column_archive_on {
	border: 10px solid #000;
	margin-top: 20px;
	padding: 20px;
	background-color: #fce;
}

.page-template-pagetplcolumn-php .column_archive_off {
	margin-top: 30px;
	padding: 20px;
}

.page-template-pagetplcolumn-php .column_author {
	text-align: center;
	width: 300px;
	margin: 10px auto 0px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplcolumn-php .column_author img {
	border: 3px solid #000;
	margin-bottom: 5px;
}

.page-template-pagetplcolumn-php .column_archive_off .column_list {
	display: none;
	
}

.page-template-pagetplcolumn-php .column_list {
	margin-top: 10px;
	
}

.page-template-pagetplcolumn-php .item {
	padding-bottom: 9px;
}

.page-template-pagetplcolumn-php .item a {
	border-bottom: none;
	text-transform: uppercase;
}

.page-template-pagetplcolumn-php .item a:hover {
	color: #f00;;
}


/* > Pictures overview style
-------------------------------------------------------------- */


.page-template-pagetplpictures-php .text_intro {
	border-top: none;
	padding-top: 50px;
}

.page-template-pagetplpictures-php .interview_list {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplpictures-php .item {
	padding-bottom: 10px;
}

.page-template-pagetplpictures-php .item a {
	border-bottom: none;
	text-transform: uppercase;
}

.page-template-pagetplpictures-php .item a:hover {
	color: #f00;;
}

.page-template-pagetplpictures-php .letter {
	border-top: 2px solid #000;
	font-size: 18px;
	padding-top: 9px;
	margin-top: 7px;
}


/* > Archive overview style
-------------------------------------------------------------- */


.page-template-pagetplarchive-php .text_intro {
	border-top: none;
	padding-top: 50px;
}

.page-template-pagetplarchive-php .interview_list {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplarchive-php .item {
}

.page-template-pagetplarchive-php .item a {
	border-bottom: none;
}

.page-template-pagetplarchive-php .item a:hover {
	color: #f00;;
}

.page-template-pagetplarchive-php .letter {
	border-top: 2px solid #000;
	font-size: 18px;
	padding-top: 9px;
	margin-top: 7px;
}


/* > Issues overview style
-------------------------------------------------------------- */


.page-template-pagetplissues-php h2 {
	margin-top: 0;
}

.page-template-pagetplissues-php .text_intro {
	border-top: none;
	border-bottom: 2px solid #000;
	margin-top: 50px;
}

.page-template-pagetplissues-php .issues_list {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

.page-template-pagetplissues-php .issues_list ul {
	
	list-style: none;
}

.page-template-pagetplissues-php .issues_list ul li {
	float: left;
	padding: 0 7px 10px 0;
}

.page-template-pagetplissues-php .issues_list ul li a {
	border: none;
}

.page-template-pagetplissues-php .issues_list ul li a img {
	width: 100px;
	height: 133px;
}

.page-template-pagetplissues-php .issues_list ul li a .title {
	padding: 5px 0 0 0;
}


.page-template-pagetplissues-php .item {
}

.page-template-pagetplissues-php .item a {
	border-bottom: none;
}

.page-template-pagetplissues-php .item a:hover {
	color: #f00;;
}

.page-template-pagetplissues-php .letter {
	border-top: 2px solid #000;
	font-size: 18px;
	padding-top: 9px;
	margin-top: 7px;
}




/* > Library post style
-------------------------------------------------------------- */


.page-template-pagetplissuespost-php h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.page-template-pagetplissuespost-php .library_credits {
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplissuespost-php .library_image {
	padding: 0px 0 15px;
	text-align: center;
}

.page-template-pagetplissuespost-php .library_image .caption {
	padding-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-pagetplissuespost-php .library_image a img {
	border: 5px solid #000;
}

.page-template-pagetplissuespost-php .library_image a:hover img {
	border: 5px solid #f00;
}

.page-template-pagetplissuespost-php .text_intro {
	margin-top: 50px;
}

.page-template-pagetplissuespost-php .library_list {
	margin-top: 30px;
	xfont-size: 18px;
	xline-height: 22px;
	margin-left: 190px;
}

.page-template-pagetplissuespost-php .library_list xa {
	border-bottom: none;
	color: #f00;
}

.page-template-pagetplissuespost-php .library_list p {
	margin-bottom: 12px;
}

.page-template-pagetplissuespost-php .first {
	border-top: 3px solid #000;
	font-size: 18px;
	padding-top: 9px;
}

.page-template-pagetplissuespost-php .last {
	border-bottom: 2px solid #000;
	font-size: 18px;
	padding-bottom: 9px;
}

.page-template-pagetplissuespost-php .library_end {
	border-bottom: 3px solid #000;
	margin-left: 485px;
}


.page-template-pagetplissuespost-php .library_back {
	xborder-top: 1px solid #000;
	xtext-align: center;
	padding: 5px 0;
	margin-top: 20px;
	margin-left: 190px;
}






















/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content { margin-left: 170px; }

	div#item-header h2 {
		font-size: 28px;
		margin: 0 0 15px 0;
		line-height: 120%;
	}
		div#item-header h2 a {
			text-decoration: none;
			color: #777;
		}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 25px 0;
	}

	div#item-header h2 { margin-bottom: 5px; }

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;
		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */



#friend-list {
	border-top: 3px solid #000;
}

	#friend-list .item-avatar {

	}

	#friend-list li {
		padding: 5px 0;
		height: 133px;

	}
		



		

/* > Edit Profile / Change Avatar (Buttheads)
-------------------------------------------------------------- */

.sheet_pink {
	background-color: #fce;
	color: #000;
	padding: 20px;
}

.sheet_pink a {
	color: #000 !important;
}

.change-avatar {
}

.change-avatar h1 {
	font-size: 46px;
	line-height: 46px;
}

.change-avatar h3,
.profile-edit h3 {
	margin-top: 20px;
}



/* > Item Grid (Buttheads)
-------------------------------------------------------------- */

.members.dir-grid ul {
	width: 100%;
}
	.members.dir-grid ul li {
		width: 100px;
		height: 186px;
		margin: 0 10px 0 0;
		padding: 5px;
		float: left;
		font-size: 10px;
		line-height: 12px;
		position: relative;
	}
	.members.dir-grid.dir-grid-small ul li {
		width: 50px;
		height: 95px;
		margin: 0;
		padding: 5px;
		float: left;
		font-size: 10px;
		line-height: 12px;
		position: relative;
		overflow: hidden;
	}
	.members.dir-grid ul li a {
		border-bottom: none;
	}
	.members.dir-grid ul li:hover {
		background-color: #f00;
		color: #fce;
	}
	.members.dir-grid ul.item-grid-dummy li:hover {
		background-color: transparent;
		color: #000;
	}
	.members.dir-grid ul li:hover a {
		color: #fce !important;
	}
	.members.dir-grid ul li:hover a:hover {
		color: #000 !important;
	}
	.members.dir-grid.dir-grid-small ul li:hover a:hover {
		color: #fce !important;
	}

		.members.dir-grid ul li img.avatar {
			margin: 0 0 5px 0;
			width: 100px;
			height: 133px;
		}
		.members.dir-grid.dir-grid-small ul li img.avatar {
			width: 50px;
			height: 67px;
		}
		.members.dir-grid ul.item-grid-dummy li .avatar-dummy {
			margin: 0 0 5px 0;
			width: 100px;
			height: 133px;
			background-color: #d9aecb;
		}
		.members.dir-grid.dir-grid-small ul.item-grid-dummy li .avatar-dummy {
			width: 50px;
			height: 67px;
		}
		
		.members.dir-grid ul li div.item a.link_butthead {
				text-transform: uppercase;
			}
		.members.dir-grid.dir-grid-small ul li div.item a.link_butthead {
				text-transform: none;
			}
		
		.members.dir-grid ul li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		.members.dir-grid ul li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			width: 50%;
		}

		.members.dir-grid.dir-grid-small ul li div.item-meta {
			display: none;
		}

		.members.dir-grid ul li:hover div.item-meta {
			display: none;
		}

		.members.dir-grid ul li div.action {
			display: none;
		}

		.members.dir-grid ul li:hover div.action {
			display: block;
		}

		.members.dir-grid.dir-grid-small ul li:hover div.action {
			display: none;
		}

		.members.dir-grid ul li div.meta {
			margin-top: 10px;
			font-size: 11px;
		}

		.members.dir-grid ul li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}
		.members.dir-grid ul li .admininfo {
			display: none;
		}
		.members.dir-grid ul li .adminname {
			display: none;
		}
		.members.dir-grid ul li .adminaction {
			display: none;
		}
		.members.dir-grid ul li div.item-album {
			display: none;
		}


/* > Item List (alt. Buttheads view)
-------------------------------------------------------------- */

.members.dir-list ul {
	width: 100%;
}
	.members.dir-list ul li {
		height: 67px;
		margin: 0 20px 0 5px;
		padding: 5px;
		position: relative;
		border-top: 1px solid #000;
	}
	.members.dir-list ul li a {
		border-bottom: none;
	}

		.members.dir-list ul li img.avatar {
			margin: 0 10px 0 0;
			width: 50px;
			height: 67px;
		}
		
		.members.dir-list ul li div.item a.link_butthead {
				text-transform: uppercase;
			}
		.members.dir-list.dir-list-small ul li div.item a.link_butthead {
				text-transform: none;
			}
		
		.members.dir-list ul li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		.members.dir-list ul li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			width: 50%;
		}

		.members.dir-list.dir-list-small ul li div.item-meta {
			display: none;
		}

		.members.dir-list ul li:hover div.item-meta {
			display: none;
		}

		.members.dir-list ul li div.action {
			display: none;
		}

		.members.dir-list ul li:hover div.action {
			display: block;
		}

		.members.dir-list.dir-list-small ul li:hover div.action {
			display: none;
		}

		.members.dir-list ul li div.meta {
			margin-top: 10px;
			font-size: 11px;
		}

		.members.dir-list ul li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

		.members.dir-list ul li .admininfo {
			position: absolute;
			left: 400px;
			top: 24px;
		}
		.members.dir-list ul li .adminname {
			position: absolute;
			left: 400px;
			top: 5px;
		}
		.members.dir-list ul li .adminaction {
			position: absolute;
			left: 750px;
			top: 5px;
		}
		.members.dir-list ul li div.item-album {
			display: none;
		}


/* > Item Email List (alt. Buttheads view)
-------------------------------------------------------------- */

.members.dir-email ul {
	border-top: 1px solid #000;
	margin: 0 15px 0 5px;
}
	.members.dir-email ul li {
		height: 20px;
		padding: 5px;
		position: relative;
	}
	.members.dir-email ul li a {
		border-bottom: none;
	}

		.members.dir-email ul li .item-avatar,
		.members.dir-email ul li .link_butthead,
		.members.dir-email ul li .item-meta,
		.members.dir-email ul li .action,
		.members.dir-email ul li .adminaction,
		.members.dir-email ul li .adminname,
		.members.dir-email ul li div.item-album {
			display: none;
		}

		.members.dir-email ul li .admininfo {
		} 
		
		



/* > Item Photos list (alt. Buttheads view)
-------------------------------------------------------------- */

.members.dir-photos ul {
	width: 100%;
}
	.members.dir-photos ul li {
		height: 450px;
		margin: 0 20px 0 5px;
		padding: 5px 0;
		position: relative;
		border-top: 1px solid #000;
	}
	.members.dir-photos ul li a {
		border-bottom: none;
	}

		.members.dir-photos ul li img.avatar {
			margin: 40px 10px 0 0;
			width: 300px;
			height: 399px;
		}
		
		.members.dir-photos ul li div.item {
				position: absolute;
				top: 5px;
				left: 0;
			}
		
		.members.dir-photos ul li div.item a.link_butthead {
				text-transform: uppercase;
			}
		.members.dir-photos.dir-photos-small ul li div.item a.link_butthead {
				text-transform: none;
			}
		
		.members.dir-photos ul li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		.members.dir-photos ul li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			width: 50%;
		}

		.members.dir-photos ul li div.item-meta {
			position: absolute;
			left: 320px;
			top: 0;
			width: 300px;
		}

		.members.dir-photos.dir-photos-small ul li div.item-meta {
			display: none;
		}

		.members.dir-photos ul li div.action {
			display: none;
		}



		.members.dir-photos ul li div.meta {
			margin-top: 10px;
			font-size: 11px;
		}

		.members.dir-photos ul li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

		.members.dir-photos ul li .admininfo {
			position: absolute;
			left: 640px;
			top: 0;
		}
		.members.dir-photos ul li .adminname {
			display: none;
		}
		.members.dir-photos ul li .adminaction {
			display: none;
		}

		.members.dir-photos ul li div.item-album {
			position: absolute;
			top: 45px;
			left: 320px;
		}
		.members.dir-photos ul li div.item-album .item-image {
			width: 300px;
			text-align: center;
			
			position: absolute;
			top: 0;
			left: 0;
		}
		.members.dir-photos ul li div.item-album .item-image.item-image-2 {
			left: 320px;
		}
		.members.dir-photos ul li div.item-album img {
		}
		
		
		

/* > Item Grid (Fag Maps)
-------------------------------------------------------------- */

.groups.dir-grid ul {
	width: 100%;
}
	.groups.dir-grid ul li {
		width: 342px;
		margin: 0 5px 30px;
		text-align: center;
		float: left;
		position: relative;
		border-bottom: none;
		line-height: 16px;
	}
	.groups.dir-grid.dir-grid-small ul li {
		width: 200px;
		margin-bottom: none;
		font-size: 10px;
		line-height: 12px;
	}
	.groups.dir-grid ul li a {
		border-bottom: none;
		display: block;
	}
	.groups.dir-grid ul li a:hover {
		color: #f00;
	}
	.groups.dir-grid ul li h2 {
		font-family: 'Compacta', 'Arial Black', sans-serif; font-size: 60px; line-height: 60px;
		margin-bottom: 0;
	}
	.groups.dir-grid.dir-grid-small ul li h2 {
		font-size: 38px;
		line-height: 36px;
	}

		.groups.dir-grid ul li .item-avatar {
			margin-bottom: 10px;
		}
		.groups.dir-grid.dir-grid-small ul li .item-avatar {
			margin-bottom: 7px;
		}
		.groups.dir-grid ul li .item-avatar img.avatar {
			float: none;
			margin: 3px;
		}
		.groups.dir-grid ul li .item-avatar img.avatar:first-child {
			margin-right: 0;
		}
		.groups.dir-grid.dir-grid-small ul li .item-avatar img.avatar {
			width: 32px;
			height: 43px;
		}
		.groups.dir-grid ul li a:hover .item-avatar img.avatar {
			margin: 0;
			border: 3px solid #f00;
		}
		.groups.dir-grid ul li a:hover .item-avatar img.avatar:first-child {
			border-right: none;
		}
		.groups.dir-grid ul li .item-meta {
			margin-top: 0;
		}
		.groups.dir-grid ul li .item-meta .item-fagmap {
			display: none;
		}
		
		

/* > Item Tabs
-------------------------------------------------------------- */



div.item-list-tabs {
	clear: left;
	overflow: hidden;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 0 0 0 0;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
			}

			div.item-list-tabs ul li.last {
				float: right;
			}
				div.item-list-tabs#subnav ul li.last {
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			padding: 0;
			text-decoration: none;
		}
			div.item-list-tabs ul li a {
				border-bottom: none;
			}
			div.item-list-tabs ul li a:hover {
				border-bottom: 1px solid #f00;
			}
			
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			border-bottom: 1px solid #000;
		}
			div.item-list-tabs ul li.selected a:hover,
			div.item-list-tabs ul li.current a:hover {
				cursor: default;
				color: #000;
			}
			ul li.loading a {
				background-image: url( ../images/ajax_loader_pink.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity {

}

div#message {
	display: block;
	border: 5px solid #000;
	font-size: 14px;
	padding: 0;
	margin-top: 0;
}

div#message p {
}

div#message.notice {
	display: block;
	border: none;
	xfont-size: 12px;
	xline-height: 14px;
	padding: 0;
	background-color: #000;
	color: #fce;
	margin-top: 30px;
	margin-bottom: 0;
	border-top: 1px solid #fce;
}
div#message.notice p {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#message.notice a {
	color: #fce;
	border-bottom: 1px solid #fce;
}
div#message.notice a#close-notice {
	position: absolute;
	right: 0px;
	top: 10px;
}



/* > SEARCH Input
-------------------------------------------------------------- */

.input_search {
}
.input_search_active {
}
	.input_search input[type=text] {
		padding: 5px 0 0 5px;
		margin: 0;
		height: 23px;
		font-size: 18px !important;
		line-height: 18px !important;
		border-top: 1px solid #ebc;
		border-left: 1px solid #ebc;
		border-right: none;
		border-bottom: 1px solid #ebc;
		vertical-align: bottom;
	}
	.input_search_active input[type=text] {
		height: 23px !important;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 2px solid #000 !important;
	}
	.input_search_active:hover input[type=text] {
		border-bottom: 2px solid #f00 !important;
	}
	
	.input_search input[type=submit] {
		background-image: url('../images/sprite_search.png');
		background-position: 2px 9px;
		height: 31px;
		width: 19px;
		border-top: 1px solid #ebc;
		border-left: none;
		border-right: 1px solid #ebc;
		border-bottom: 2px solid #000;
		line-height: 500px;
		padding: 0;
		margin: 0;
	}
	.input_search_active input[type=submit] {
		height: 31px !important;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 2px solid #000 !important;
	}
	.input_search_active:hover input[type=submit] {
		border-bottom: 2px solid #f00 !important;
	}
	
	
	.input_search:hover input[type=text] {
		border-top: 1px solid #f00;
		border-left: 1px solid #f00;
		border-bottom: 2px solid #f00;
		color: #f00;
	}
	
	.input_search input:focus[type=text] {
		color: #000;
	}
	
	.input_search:hover input[type=submit] {
		border-top: 1px solid #f00;
		border-right: 1px solid #f00;
		border-bottom: 2px solid #f00;
		background-color: #f00;
		background-position: 1px -52px !important;
	}
	
	.input_search input[type=submit]:hover {
		background-position: 1px 8px !important;
		cursor: pointer;
		border-left: none;
	}
	.input_search input[type=submit]:active {
		background-color: transparent !important;
		background-position: 1px -52px !important;
	}
	
	
	
	.input_search a.btn_stopsearch {
		background-image: url('../images/sprite_search.png');
		background-position: -49px 10px;
		height: 29px;
		width: 30px;
		border-left: none;
		border-bottom: 1px solid #ebc !important;
		border-top: 1px solid #ebc;
		border-right: 1px solid #ebc;
		padding: 0;
		margin-left: 2px;
		float: right;
		display: none;
		position: relative;
	}
	.input_search_active a.btn_stopsearch {
		display: block;
	}
	
	.input_search a.btn_stopsearch .tooltip {
		position: absolute;
		xtop: 26px;
		xleft: 5px;
		top: 8px;
		left: 40px;
		width: 100px;
		display: none;
		color: #b9b;
	}
	.input_search a.btn_stopsearch:hover {
		background-position: -49px -50px;
		height: 29px;
		border-bottom: 1px solid #f00 !important;
		border-top: 1px solid #f00;
		border-right: 1px solid #f00;
	}
	.input_search a.btn_stopsearch:hover .tooltip {
		display: block;
	}
	.input_search a.btn_stopsearch:active {
		background-position: -49px -20px;
		background-color: #f00;
	}
	

.tooltip2 {
	background-color: #ffccbb;
	border: 1px solid #b9b;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 4px;
}

.tooltip {
	color: #767;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}


.posttip {
	background-color: #fce;
	color: #f00;
	border-bottom: 10px solid #f00;
	xborder-right: 2px solid #000;
	border-top: 1px solid #b9b;
	border-left: 1px solid #b9b;
	border-right: 1px solid #b9b;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	position: absolute;
	left: -10px;
	bottom: 23px;
	width: 350px;
	padding: 10px;
	display: none;
}
.posttip h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}
.xposttip {
	background-color: #f00;
	color: #000;
	border: 10px solid #f00;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	position: absolute;
	left: -5px;
	bottom: 23px;
	width: 400px;
	padding: 10px;
	display: none;
}
.xposttip h2 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

.posttip.imgtip {
	padding: 0;
	width: auto;
	border: 10px solid #f00;
}	

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: 0 0 1px 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	height: 16px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		border: none;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 2px 4px;
			border: 1px solid #000;
		}
			div.pagination .pagination-links a:hover {
				border: 1px solid #f00;
			}
			div.pagination .pagination-links a:active {
				background-color: #f00;
				color: #fce;
			}
			
		div.pagination .pagination-links .page-numbers {
			
		}
	div.pagination div.messages-options-nav {
	}
	div.pagination div.messages-options-nav a {
		color: #fce;
	}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
	display: block;
}
	div#message.updated { }

div#message p {
	padding: 10px 15px;
	display:block;
}
	div#message.error {
		border: 5px solid #f00;
	}
	div#message.error p {
		color: #f00;
	}
	div#message.error p a {
		color: #f00;
		border-bottom: 1px solid #f00;
	}
	div#message.error p a:hover {
		color: #fce;
		border-bottom: 1px solid #fce;
	}

	div#message.updated p {
		
	}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=button],
ul.button-nav li a, div.generic-button a {
	text-decoration: none;
	vertical-align: bottom;
}
	a.button:hover, a.button:focus, input[type=button]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
	}
	
	/* New minimalist buttons for BUTT */
	
	input[type=submit] {
		border: none;
		color: #000;
		font-family: 'American Typewriter', 'PAmericanTypewriter', Courier, monospace;
		background-color: transparent !important;
		background-repeat: no-repeat;
		xwidth: 100%;
		font-size: 18px;
		text-transform: uppercase;
		outline: none;
		border: 2px solid #000;
		padding: 5px 7px;
		text-align: center;
	}
	
	input[type=submit]:hover {
		color: #f00;
		border: 2px solid #f00;
	}
	input[type=submit]:active {
		color: #fce !important;
		background-color: #f00 !important;
	}
	
	
	
	input[type=submit].disabled {
		color: #767 !important;
		border: 2px solid #767 !important;
	}
	input[type=submit].disabled:active {
		background-color: transparent !important;
	}
	
	
	
	
	
	input[type=submit].submit_s {
		font-size: 14px;
		padding: 3px 7px;
		border: 1px solid #000;
	}
	input[type=submit].submit_s:hover {
		border: 1px solid #f00;
	}
	input[type=submit].submit_s:active {
	}
	input[type=submit].submit_s.disabled {
		color: #767 !important;
		border: 1px solid #767 !important;
	}
	
	
	a.button, span.button {
		font-size: 14px;
		padding: 3px 7px;
		border: 1px solid #000 !important;
		color: #000 !important;
		}
	a.button:hover, span.button:hover {
		border-color: #f00 !important;
		color: #f00 !important;
		}
	a.button:active, span.button:active {
		border-color: #f00 !important;
		color: #fce !important;
		background-color: #f00;
		}
	
	a.button.disabled, span.button.disabled {
		border-color: #767 !important;
		color: #767 !important;
		cursor: default;
		}
	
	a.button.button_group, span.button.button_group {
		border-right: none !important;
		}
	
	a.button.button_gray, span.button.button_gray {
		border-color: #767 !important;
		color: #767 !important;
		}
	a.button.button_gray:hover, span.button.button_gray:hover {
		border-color: #f00 !important;
		color: #f00 !important;
		}
	a.button.button_gray:active, span.button.button_gray:active {
		border-color: #f00 !important;
		color: #fce !important;
		background-color: #f00 !important;
		}
		
	a.button.button_noborder, span.button.button_noborder {
		border: none !important;
		}
		
	a.button.button_large, span.button.button_large {
		font-size: 18px;
		line-height: 22px;
		border: 2px solid #000 !important;
		}
	a.button.button_large:hover, span.button.button_large:hover {
		border: 2px solid #f00 !important;
		}
	a.button.button_large:active, span.button.button_large:active {
		background-color: #f00;
		color: #fce;
		border: 2px solid #f00 !important;
		}
	
	
	
	
	/* Old Graphical 3-D buttons for BUTT */
	
	input.threed[type=submit] {
		border: none;
		color: #000;
		font-family: 'American Typewriter', 'PAmericanTypewriter', Courier, monospace;
		text-transform: uppercase;
		background-color: transparent !important;
		background-repeat: no-repeat;
		background-image: url('../images/sprite_btn.png');
		width: 200px;
		height: 37px;
		font-size: 18px;
		background-position: 0px 0px;
		outline: none;
		vertical-align: bottom;
	}
	
	input.threed[type=submit]:hover {
		color: #f00;
		background-position: 0px -37px;
	}
	input.threed[type=submit]:active {
		color: #f00;
		background-position: 0px -74px;
	}
	
	input[type=submit].threed_submit_s {
		background-image: url('/img/sprite_btn_small.gif');
		width: 106px;
		height: 23px;
		background-position: 0px 0px;
		font-size: 14px;
	}
	input[type=submit].threed_submit_s:hover {
		background-position: 0px -23px;
		color: #f00;
	}
	input[type=submit].threed_submit_s:active {
		background-position: 0px -46px;
		color: #f00;
	}

	

	
	input[type=submit].submit_xxl {
		border: none;
		text-align: center;
		background-image: url('/img/sprite_btn_xxl2.png');
		width: 366px;
		height: 80px;
		background-position: 0px 0px;
		font-size: 40px;
		padding-top: 5px;
	}
	
	input[type=submit].submit_xxl1 {
		background-image: url('/img/sprite_btn_xxl.png');
		width: 517px;
		height: 113px;
		background-position: 0px 0px;
		font-size: 60px;
		padding-top: 10px;
	}
	input[type=submit].submit_xxl:hover {
		background-position: 0px -113px;
		color: #f00;
	}
	input[type=submit].submit_xxl:active {
		background-position: 0px -226px;
		color: #f00;
	}
	
	
	
	
	
	
	

	
	
	
	/* Generic Buttons for Friendship request, etc */
	
	.friendship-button {
		border: none;
		padding: none;
		display: inline;
	}
	

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #767 !important;
		color: #767;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { 
		border-color: #767 !important; 
		color: #767 !important; 
		}

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}
	

	/* Buttons that look like links */
	div.is_friend a {
		border-color: #767 !important;
		color: #767;
	}
	div.is_friend a:hover { 
		border-color: #f00 !important; 
		color: #f00 !important;
		}


ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	width: 2px;
	background-repeat: no-repeat;
	background-position: center center;

	background-image: url('../images/ajax_loader_pink_16.gif');
	padding: 8px;
	display: none;
}
.ajax-loader-s {
	background-image: url('../images/ajax_loader_pink_12.gif') !important;
	padding: 6px;
	display: none;
}
.ajax-loader-m {
	background-image: url('../images/ajax_loader_pink_20.gif') !important;
	padding: 10px;
	display: none;
}
.ajax-loader-l {
	background-image: url('../images/ajax_loader_pink_24.gif') !important;
	padding: 12px;
	display: none;
}
.ajax-loader-xl {
	background-image: url('../images/ajax_loader_pink_32.gif') !important;
	padding: 16px;
	display: none;
}
.ajax-loader-xxl {
	background-image: url('../images/ajax_loader_pink_48.gif') !important;
	padding: 24px;
	display: none;
}
.ajax-loader-xxxl {
	background-image: url('../images/ajax_loader_pink_64.gif') !important;
	padding: 32px;
	display: none;
}



.ajax-loader-75 {
	background-image: url('../images/ajax_loader_75_16.gif') !important;
	padding: 8px;
	display: none;
}
.ajax-loader-75-s {
	background-image: url('../images/ajax_loader_75_12.gif') !important;
	padding: 6px;
	display: none;
}
.ajax-loader-75-m {
	background-image: url('../images/ajax_loader_75_20.gif') !important;
	padding: 10px;
	display: none;
}
.ajax-loader-75-l {
	background-image: url('../images/ajax_loader_75_24.gif') !important;
	padding: 12px;
	display: none;
}
.ajax-loader-75-xl {
	background-image: url('../images/ajax_loader_75_32.gif') !important;
	padding: 16px;
	display: none;
}
.ajax-loader-75-xxl {
	background-image: url('../images/ajax_loader_75_48.gif') !important;
	padding: 24px;
	display: none;
}
.ajax-loader-75-xxxl {
	background-image: url('../images/ajax_loader_75_64.gif') !important;
	padding: 32px;
	display: none;
}



.ajax-loader-black {
	background-image: url('../images/ajax_loader_black_16.gif') !important;
	padding: 8px;
	display: none;
}
.ajax-loader-black-s {
	background-image: url('../images/ajax_loader_black_12.gif') !important;
	padding: 6px;
	display: none;
}
.ajax-loader-black-m {
	background-image: url('../images/ajax_loader_black_20.gif') !important;
	padding: 10px;
	display: none;
}
.ajax-loader-black-l {
	background-image: url('../images/ajax_loader_black_24.gif') !important;
	padding: 12px;
	display: none;
}
.ajax-loader-black-xl {
	background-image: url('../images/ajax_loader_black_32.gif') !important;
	padding: 16px;
	display: none;
}
.ajax-loader-black-xxl {
	background-image: url('../images/ajax_loader_black_48.gif') !important;
	padding: 24px;
	display: none;
}
.ajax-loader-black-xxxl {
	background-image: url('../images/ajax_loader_black_64.gif') !important;
	padding: 32px;
	display: none;
}





a.loading {
	background-image: url( ../images/ajax_loader_pink.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

.loading_pink {
	background-image: url( ../images/ajax_loader_pink.gif ) !important;
	background-position: 100% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

input, textarea {
	font: inherit;
	background-color: transparent;
}

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	input[type=text] {
		border: 1px solid #b9b;
		padding: 5px;
		font-size: 14px;
		color: #000;
	}
	form.standard-form textarea:hover, form.standard-form input[type=text]:hover,
	form.standard-form input[type=password]:hover {
		border: 1px solid #f00;
		color: #f00;
	}
	form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
		border: 1px solid #000 !important;
		color: #000 !important;
		background-color: transparent !important;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}
		

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}


form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}
	
	
	
/* result icons */

form.standard-form input[type=text].result_okay,
form.standard-form input[type=password].result_okay {
	background-image: url('../images/sprite_results.png');
	background-repeat: no-repeat;
	background-position: right -295px;
}

form.standard-form input[type=text].result_error,
form.standard-form input[type=password].result_error {
	background-image: url('../images/sprite_results.png');
	background-repeat: no-repeat;
	background-position: right -95px;
}

form.standard-form input[type=text].result_loading,
form.standard-form input[type=password].result_loading {
	background-image: url('../images/ajax_loader_pink_12.gif');
	background-repeat: no-repeat;
	background-position: 98% 7px;
	color: #767 !important;
}


form.standard-form textarea.result_okay {
	background-image: url('../images/sprite_results.png');
	background-repeat: no-repeat;
	background-position: right -295px;
}
form.standard-form textarea.result_error {
	background-image: url('../images/sprite_results.png');
	background-repeat: no-repeat;
	background-position: right -95px;
}
form.standard-form textarea.result_loading {
	background-image: url('../images/ajax_loader_pink_12.gif');
	background-repeat: no-repeat;
	background-position: 98% 7px;
	color: #767;
}


/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table#message-threads {
		margin: 0;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 4px;
		vertical-align: top;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
	}
	
	
	

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: -9px -20px 20px -20px;
	width: auto;
}
	table.forum tr:first-child {
		background: #fafafa;
	}

	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

		
		


/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
		div.post h2.pagetitle a, div.post h2.posttitle a {
			color: #666;
			text-decoration: none;
		}

	.paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: georgia, times, serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 20px 0; }
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: "Monaco", courier, sans-serif; }
	div.post blockquote {
		quotes: none;
		font-style:italic;
		padding:0 3em;
		font-family: georgia, times, serif;
		font-size: 16px;
		line-height: 150%;
	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: 1px solid #eee;
	}
		div.post table th { border-top: 1px solid #eee; text-align: left; }
		div.post table td { border-top: 1px solid #eee; }

	div.post div.author-box {
		background: #f0f0f0;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		width: 70px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.author-box p { margin: 5px 0 0; }
		div.author-box a { text-decoration: none; }

		div.post div.author-box img {
			float: none;
			border: 4px solid #fff;
			margin: 0;
		}

	div.post div.post-content {
	}

	.date, .postmetadata {
		font-size: 12px;
		padding: 3px 0;
		margin: 5px 0;
	}

	.date.nocontent, .postmetadata.nocontent, .nocontent .date, .nocontent .postmetadata {
		font-size: 14px;
		padding: 0;
		margin: 0;
	}

	.postmetadata p {
		margin: 0 !important;
	}

	.date a, .postmetadata a {
		border-bottom: none;
	}

	.date a:hover, .postmetadata a:hover {
		border-bottom: 1px solid #f00;
	}

	div.post img { margin-bottom: 15px; }
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	div.post img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	div.post .aligncenter, div.post div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}
	
	
/* > Postmetadata Menu
-------------------------------------------------------------- */

ul.postmetadata_menu {
	xlist-style: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0 !important;
	
}
ul.postmetadata_menu li {
	list-style: none;
	padding: 4px 2px 3px 1px !important;
	margin: 0;
}
ul.postmetadata_menu li.onhover {
	display: none;
}
ul.postmetadata_menu:hover li.onhover {
	display: block;
}
ul.postmetadata_menu li.info {
	padding: 0px 2px 9px 1px !important;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
ul.postmetadata_menu li.info a {
	border-bottom: none;
	text-decoration: underline;
}
ul.postmetadata_menu li.link {
	padding: 0 !important;
}
ul.postmetadata_menu li.link a {
	display: block;
	padding: 4px 2px 3px 4px;
	border-bottom: none;
}
ul.postmetadata_menu li.link a:hover {
	background-color: #000;
	color: #fce !important;
}
ul.postmetadata_menu li.link a:active {
	background-color: #f00;
	color: #fce !important;
}
ul.postmetadata_menu li.link.link_gray a {
	color: #767 !important;
}
ul.postmetadata_menu li.link.link_gray a:hover {
	color: #fce !important;
}
ul.postmetadata_menu li.link.link_gray a:active {
	color: #fce !important;
}
ul.postmetadata_menu li.line {
	padding: 0 !important;
}
ul.postmetadata_menu li.line a {
	display: block;
	padding: 5px 2px 4px 4px;
	border-bottom: 1px solid #b9b;
}
ul.postmetadata_menu li.line a:hover {
	background-color: #000;
	color: #fce !important;
}
ul.postmetadata_menu li.line a:active {
	background-color: #f00;
	color: #fce !important;
}
ul.postmetadata_menu li.line.line_gray a {
	color: #767 !important;
}
ul.postmetadata_menu li.line.line_gray a:hover {
	color: #fce !important;
}
ul.postmetadata_menu li.line.line_gray a:active {
	color: #fce !important;
}
ul.postmetadata_menu li.button {
	padding: 3px 0 !important;
}
ul.postmetadata_menu li.button a {
	display: block;
	padding: 4px 2px 3px 5px;
	border: 1px solid #000;
}
ul.postmetadata_menu li.button a:hover {
	color: #f00 !important;
	border: 1px solid #f00;
}
ul.postmetadata_menu li.button a:active {
	background-color: #f00;
	color: #fce !important;
	border: 1px solid #f00;
}
ul.postmetadata_menu li.button.button_gray a {
	border-color: #767;
	color: #767 !important;
}
ul.postmetadata_menu li.button.button_gray a:hover {
	border-color: #f00;
	color: #f00 !important;
}
ul.postmetadata_menu li.button.button_gray a:active {
	border-color: #f00;
	color: #fce !important;
	background-color: #f00;
}
ul.postmetadata_menu li.button.button_disabled a {
	border-color: #b9b;
	color: #b9b !important;
}
ul.postmetadata_menu li.button.button_disabled a:hover {
	border-color: #b9b;
	color: #b9b !important;
	cursor: default;
}
ul.postmetadata_menu li.button.button_disabled a:active {
	border-color: #b9b;
	color: #b9b !important;
	background-color: transparent;
}
ul.postmetadata_menu li.button_fake {
	margin: 3px 0;
	padding: 4px 2px 3px 5px !important;
	border: 1px solid #000;
}
ul.postmetadata_menu li.button_fake.button_disabled {
	color: #b9b;
	border: 1px solid #b9b;
}
ul.postmetadata_menu li.setting {
	padding: 0 !important;
	background-color: #fc0;
	margin: 0 !important;
	color: #000;
}
ul.postmetadata_menu li.setting h6 {
	border-bottom: 1px solid #b90;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #000;
}
ul.postmetadata_menu li.setting a.h6 {
	padding: 4px 5px 2px;
	display: block;
	background-image: url('../images/sprite_profile_edit.png');
	background-position: right -594px;
	border-bottom: none;
}
ul.postmetadata_menu li.setting a.h6:hover {
	background-color: #000;
	color: #fc0;
	background-position: right -744px;
}
ul.postmetadata_menu li.setting a.h6:active {
	background-color: #f00;
	color: #fc0;
	background-position: right -744px;
}
ul.postmetadata_menu li.setting .setting_content {
	border-top: 1px solid #000;
	margin: 0 5px 5px;
	padding: 5px 0 0;
	display: none;
}
ul.postmetadata_menu li.setting .field_setting_on .setting_content {
	display: block;
}
ul.postmetadata_menu li.setting .radio_onoff {
	width: 100px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
.radio_onoff.result_loading {
	background-image: url('../images/ajax_loader_pink_16.gif') !important;
	background-position: left center;
	background-repeat: no-repeat;
}
.radio_onoff.result_okay {
	background-image: url('../images/sprite_results.png');
	background-repeat: no-repeat;
	background-position: -70px -300px;
}

.radio_onoff.result_error {
}



/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */



div.post div.comment-avatar-box {
	float: left;
	margin: 0;
	width: 32px;
}
	div.comment-avatar-box p { margin: 5px 0 0; }
	div.comment-avatar-box a { text-decoration: none; }

	div.post div.comment-avatar-box img {
		float: none;
		margin: 0;
		width: 32px !important;
		height: 43px !important;
	}





#comments {
}

#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #555;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

#comments ol.commentlist li.comment {
	margin: 0 0 25px 0;
	min-height: 43px;
	border-top: 1px solid #000;
	padding: 5px 0 0 0;
}

#comments ol.commentlist li.comment_first {
	margin-top: 23px;
}

#comments ol.commentlist li.comment .comment-content {
	margin-left: 45px;
	xmargin-right: 100px;
}

	#comments ol.commentlist li.comment .comment-content .link_butthead {
		border-bottom: none;
		text-transform: uppercase;
	}
	#comments ol.commentlist li.comment .comment-content .link_butthead:hover {
		border-bottom: 1px solid #f00;
	}

	#comments ol.commentlist li.comment .comment-content .comment-options {
		font-size: 12px;
		color: #767;
	}

	#comments ol.commentlist li.comment .comment-content .comment-options a {
		border-bottom: none;
		color: #767;
	}

	#comments ol.commentlist li.comment .comment-content .comment-options a:hover {
		color: #f00;
		border-bottom: 1px solid #f00;
	}
	

	#comments ol.commentlist li.comment .comment-content .reply_link_container a {
		font-size: 12px;
		color: #767;
		border-bottom: none;
		padding: 2px 4px;
		margin-left: -2px;
	}
	#comments ol.commentlist li.comment .comment-content .reply_link_container a:hover {
		background-color: #000;
		color: #fce;
	}
	#comments ol.commentlist li.comment .comment-content .reply_link_container a:active {
		background-color: #f00;
		color: #fce;
	}
	
	#comments ol.commentlist li.comment .comment-content .comment-options a.delete_comment {
		display: none;
		float: right;
		padding: 2px 4px 0;
	}
	#comments ol.commentlist li.comment:hover .comment-content .comment-options a.delete_comment {
		display: block;
	}
	#comments ol.commentlist li.comment .comment-content .comment-options a.delete_comment:hover {
		border-bottom: none;
		color: #f00 !important;
		background-color: #fc0;
	}
	#comments ol.commentlist li.comment .comment-content .comment-options a.delete_comment:active {
		color: #fc0 !important;
		background-color: #f00 !important;
	}
	#comments ol.commentlist li.comment .comment-content .comment-options a.delete_comment.loading {
		background-position: left center !important;
		padding-left: 20px !important;
		padding-right: 4px !important;
		display: block;
		color: #000 !important;
		
		cursor: default;
	}
	#comments ol.commentlist li.comment .comment-content .comment-options a.delete_comment.loading:hover {
		color: #000 !important;
		background-color: transparent;
	}
	

	div.comment-meta {
		border-top: none;
		padding-top: 0;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		
	}

	div.comment-options {
		border-bottom: none;
	}
	
#comments ol.commentlist ul.children li.comment {
	margin-left: 45px;
	}

	#comments ol.commentlist ul.children li.comment .comment-content {
		xborder-top: 1px dotted #000;
	}


#comments form.loading {
	background-image: url( ../images/ajax_loader_pink_20.gif );
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
		
		
#comments #respond {
}
	#comments #respond  {
	}
	#comments #respond .comment-content {
		margin-left: 45px;
		margin-bottom: 10px;
	}
	#comments #respond .comment-content #comment {
		width: 508px !important;
		height: 45px;
		border: 1px solid #b9b;
		padding: 2px 5px;
	}
	#comments #respond .comment-content .form-submit {
		margin-top: 10px;
		text-align: right;
		xdisplay: none;
	}
	#comments #respond .comment-content_active {
	}
		#comments #respond .comment-content_active #comment {
			height: 75px;
		}
		#comments #respond .comment-content_active .form-submit {
			display: block;
		}
	

#comments ol.commentlist #respond {
	margin-left: 45px;
	border-top: 3px solid #000;
	padding-top: 7px;
	border-bottom: 3px solid #000;
	margin-bottom: 15px;
}
#comments ol.commentlist #respond .comment-content #comment  {
	width: 463px !important;
}
#comments ol.commentlist #cancel-comment-reply-link {
	color: #767;
	border-bottom: none;
	margin-bottom: 3px;
	margin-right: 15px;
}
#comments ol.commentlist #cancel-comment-reply-link:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}

#comments ol.commentlist .comment-reply-login .reply-login {
	display: none;
}
#comments ol.commentlist .comment-reply-login:hover .reply-login {
	display: inline;
}


/* logged-out message */
#comments .loggedout_defunct {
	position: relative;
}

#comments .loggedout_defunct .loggedout_overlay {
	position: absolute;
	top: 0px;
	background-color: #000;
	color: #f00;
	padding: 3px 5px;
	z-index: 100;
	width: 510px;
	height: 44px;
	display: none;
	xfont-size: 18px;
	line-height: 16px;
}
#comments .loggedout_defunct .loggedout_overlay a {
	color: #f00;
	border-bottom: 1px solid #f00;
}
#comments .loggedout_defunct .loggedout_overlay a:hover {
	color: #fce;
	border-bottom: 1px solid #fce;
}

#comments .loggedout_defunct:hover .loggedout_overlay {
	display: block;
}
	
	

/* > Default Page
-------------------------------------------------------------- */

.page-template-default .text_intro {
	border-top: none;
}
.page-template-default .padder_content .content .page .post {
	margin-bottom: 0;
}
	

/* > Footer
-------------------------------------------------------------- */

#footer {
	padding: 0 30px 25px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
#footer .padder {
	border-top: 10px solid #000;
	padding: 10px 0 0;
}
	#footer a {
		color: #000;
		border-bottom: none;
	}
	#footer a:hover {
		color: #f00;
		border-bottom: 1px solid #f00;
	}
	
	
	
	
	
	
	
/* > Buttheads - sitewide
-------------------------------------------------------------- */


.field {
	height: 50px;
}
.field.field_captcha {
	height: 150px;
}
	.field.field_captcha #recaptcha_image {
		margin-left: 151px;
		border: 1px solid #b9b;
		padding: 2px;
	}
	.field.field_captcha .recaptcha_options {
		margin-left: 151px;
		font-size: 10px;
		line-height: 14px;
		padding-top: 5px;
	}
	.field.field_captcha .recaptcha_options div {
		float: left;
	}
	.field.field_captcha .recaptcha_options div.recaptcha_copyright {
		float: none;
		clear: left;
	}
	.field.field_message {
	}
	.field.field_message textarea {
		margin-top: 5px;
	}
	.field.field_notice {
		height: 30px;
		margin-left: 151px;
	}
	.field.field_submit {
		margin-left: 151px;
		text-align: right;
	}
.field label {
	font-weight: normal !important;
	width: 151px;
	float: left;
	line-height: 14px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.field input[type=text] {
	width: 294px !important;
	font-size: 14px;
	margin-top: 5px;
}
.field input[type=file] {
	border: 1px solid #b9b !important;
	padding: 5px;
}
.register .field,
.enlisp .field {
	font-size: 18px;
	line-height: 22px;
}
.register .field.field_last_name,
.register .field.field_email,
.enlisp .field.field_last_name,
.enlisp .field.field_email {
	height: 65px;
}
.register .field input[type=text],
.register .field input[type=password],
.enlisp .field input[type=text],
.enlisp .field input[type=password]   {
	width: 262px !important;
	font-size: 14px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #767;
}
.register .field input[type=text]:focus,
.register .field input[type=password]:focus,
.enlisp .field input[type=text]:focus,
.enlisp .field input[type=password]:focus  {
	color: #fce !important;
	border: 1px solid #fce !important;
}
.register .field small,
.enlisp .field small {
	display: block;
	padding-top: 5px;
	padding-left: 152px;
}

.register .error,
.enlisp .error {
	display: block;
	border: 5px solid #f00;
	padding: 5px 10px;
	color: #f00;
	margin: 10px 0;
}
.register .error a,
.enlisp .error a {
	color: #f00 !important;
	border-bottom: 1px solid #f00;
}
.register .error a:hover,
.enlisp .error a:hover {
	color: #fce !important;
	border-bottom: 1px solid #fce;
}

.register .substep p a,
.enlisp .substep p a {
	color: #fce !important;
	border-bottom: 2px solid #fce;
}
.register .substep p a:hover,
.enlisp .substep p a:hover {
	color: #f00 !important;
	border-bottom: 2px solid #f00;
}

.register .substep p a.button_finish,
.enlisp .substep p a.button_finish {
	color: #fce !important;
	border: 2px solid #fce;
	padding: 5px 10px;
}
.register .substep p a.button_finish:hover,
.enlisp .substep p a.button_finish:hover {
	color: #f00 !important;
	border: 2px solid #f00;
}
.register .substep p a.button_finish:active,
.enlisp .substep p a.button_finish:active {
	color: #000 !important;
	border: 2px solid #f00;
	background-color: #f00;
}




	
	
/* > Buttheads - sitewide
-------------------------------------------------------------- */

.butthead_name {
	text-transform: uppercase;
}


/* > CONTACT layout
-------------------------------------------------------------- */


.page-template.contact {
}

.page-template.contact .intro {
	padding-bottom: 50px;
}

.page-template.contact small {
}
.page-template.contact small a {
	border-bottom: none;
}

.page-template.contact .entry {
	padding-top: 7px;
}


/* > INFORMATION layout
-------------------------------------------------------------- */


.page-template.information {
}

.page-template.information .intro {
	padding-bottom: 50px;
}

.page-template.information small {
}
.page-template.information small a {
	border-bottom: none;
}

.page-template.information .entry {
}


.page-template.information .content .address_list {
	border-top: 2px solid #000;
	padding-bottom: 3px;
}
.page-template.information .content .address_list_top {
	border-top: 5px solid #000;
}

.page-template.information .content .link_list a.link_email {
	border-bottom: none;
}
.page-template.information .content .link_list a {
	border-bottom: 1px solid #b9b;
}
.page-template.information .content .link_list a:hover {
	border-bottom: 1px solid #f00;
}
.page-template.information .content .link_list small a {
	color: #767;
	border-bottom: none;
}
.page-template.information .content .link_list small a:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}
.page-template.information .content .link_list p {
	margin-bottom: 14px;
}

.page-template.information .content .image {
	padding-bottom: 20px;
}





/* > Test stuff
-------------------------------------------------------------- */

#testpost {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 5px 0 10px;
}

#testpost .img {
	text-align: left;
	padding-bottom: 10px;
}

#testpost h2 {
}


.text_intro {
	border-top: 5px solid #000;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
	padding-top: 10px;
}


a.icon {
	width: 2px;
	height: 2px;
	background-repeat: no-repeat;
	background-position-y: 0;
	display: block;
	overflow: hidden;
	line-height: 50px;
	border-bottom: none !important;
	float: left;
	}
	
a.icon:hover {
	background-position-y: -30 !important;
	}
a.icon:active {
	background-position-y: -60 !important;
	}
	
a.icon.delete {
	background-image: url('../images/sprite_delete.png');
	padding: 6px;
	background-position-x: 0;
	}
a.icon.delete:hover {
	background-position-y: -60px;
	}
a.icon.delete:active {
	background-position-y: -90px;
	}

.helper {
	position: fixed;
	top: 5px;
	left: 10px;
	background-color: #000;
	color: #fce;
	font-size: 10px;
	z-index: 50000;
}

a.link {
	background-image: url('../images/sprite_arrows.png');
	background-position-x: right;
	background-position-y: 0;
	background-repeat: no-repeat;
	padding-right: 15px;
	}

a.link:hover {
	background-position-y: -60px;
	}
a.link:active {
	background-position-y: -60px;
	}
	
	
	
a.link.link_arrow_r {
	background-position-y: 5px;
	}
a.link.link_arrow_r:hover {
	background-position-y: -55px;
	}
a.link.link_arrow_r:active {
	background-position-y: -55px;
	}
	
	
a.link.link_arrow_l {
	padding-left: 15px;
	padding-right: 0;
	background-position-x: left;
	background-position-y: -95px;
	}
a.link.link_arrow_l:hover {
	background-position-y: -155px;
	}
a.link.link_arrow_l:active {
	background-position-y: -155px;
	}
	
	
a.link.link_arrow_pink_l {
	padding-left: 15px;
	padding-right: 0;
	background-position-x: left;
	background-position-y: -125px;
	}
a.link.link_arrow_pink_l:hover {
	background-position-y: -155px;
	}
a.link.link_arrow_pink_l:active {
	background-position-y: -155px;
	}
	
	
a.link.link_arrow_down {
	background-position-y: -197px;
	}
a.link.link_arrow_down:hover {
	background-position-y: -257px;
	}
a.link.link_arrow_down:active {
	background-position-y: -257px;
	}


a.link.link_arrow_up {
	background-position-y: -297px;
	}
a.link.link_arrow_up:hover {
	background-position-y: -357px;
	}
a.link.link_arrow_up:active {
	background-position-y: -357px;
	}
	

a.link_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
}


a.link .link_expand {
	display: none;
	}
a.link:hover .link_expand {
	display: inline;
	}
	


a.arrow_big {
	background-image: url('../images/sprite_arrows.png');
	background-position-x: center;
	background-position-y: -400px;
	background-repeat: no-repeat;
	padding-top: 25px;
	text-align: center;
	display: block;
	border-bottom: none;
	}
a.arrow_big:hover {
	background-position-y: -500px;
	}
a.arrow_big:active {
	background-position-y: -400px;
	color: #000;
	}



/* > Service pages (information, about)
-------------------------------------------------------------- */

.service {
}
.service .content {
	width: auto;
}
.service .entry {
	margin-left: 0;
	border-top: 5px solid #000;
}

.service h1 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 2px;
}

.service .intro {
	xheight: 130px;
	margin-bottom: 30px;
}
.service .text_intro {
	line-height: 24px;
}

.service .content .colmask {
	margin-bottom: 10px;
}


.service #blog-archives.accordion {
	background-image: url('../images/bg_accordion_2px.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.service #blog-archives.accordion .post {
	clear: left;
	position: relative;
	margin-bottom: 0;
	height: 42px !important;
	overflow: visible;
}

.service #blog-archives.accordion .post.newsletter {
	height: auto !important;
	overflow: visible;
	margin-top: 40px;
}

.service #blog-archives.accordion .post .post-content {
	margin: 0;
}

.service #blog-archives.accordion .post_on {
	height: auto !important;
	background-color: #fce;
}

.service #blog-archives.accordion .post a.hd {
	display: block;
	padding: 12px 10px 7px 10px;
	height: 25px;
	border-bottom: none;
}
.service #blog-archives.accordion .post_on a.hd {
	color: #000;
	border-top: 2px solid #000 !important;
	border-left: 2px solid #000 !important;
	border-right: 2px solid #000 !important;
	padding: 10px 8px 5px 8px;
}
.service #blog-archives.accordion .post_on.last a.hd {
}
.service #blog-archives.accordion .post a.hd:hover {
	
	border: 2px solid #f00;
	padding: 10px 8px 5px 8px;
	color: #f00;
}
.service #blog-archives.accordion .post.last a.hd:hover {
	border-bottom: 2px solid #f00;
}
.service #blog-archives.accordion .post_on a.hd:hover {
	border-bottom: none !important;
}

.service #blog-archives.accordion .post h4 {
	margin-bottom: 0;
}



.service #blog-archives.accordion .post .close {
	padding-top: 0px;
	position: absolute;
	right: 15px;
	top: 15px;
	display: none;
}
.service #blog-archives.accordion .post_on .close {
	display: block;
}




.service #blog-archives.accordion .post .entry {
	margin: 0 0 15px 0;
	padding: 10px 15px 0px 15px;
	border-top: none;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: left;
	display: none;
}
.service #blog-archives.accordion .post.newsletter .entry {
	display: block;
	border: 2px solid #000;
	padding: 10px;
}
.service #blog-archives.accordion .post .post-content .entry a {
	display: inline;
	padding: 0;
	xborder-bottom: 1px solid #fce;
}

.service #blog-archives.accordion .post_on .post-content .entry {
	display: block;
}


/* > Service: Contact
-------------------------------------------------------------- */

.service.contact {}

.service.contact .content .colmask {
	min-height: 200px;
}
.service.contact .content .text_intro p {
	margin-bottom: 16px;
}

.service.contact .content .address_list {
}
.service.contact .content .address_list a.link_email {
	border-bottom: none;
}
.service.contact .content .address_list a {
	border-bottom: 1px solid #b9b;
}
.service.contact .content .address_list a:hover {
	border-bottom: 1px solid #f00;
}
.service.contact .content .address_list small a {
	color: #767;
	border-bottom: none;
}
.service.contact .content .address_list small a:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}
.service.contact .content .address_list p {
	margin-bottom: 14px;
}


/* > Service: Contributors
-------------------------------------------------------------- */

.service.information {
	
}

.service.information .text_intro a {
	border-bottom: 1px solid #b9b;	
}
.service.information .text_intro a:hover {
	border-bottom: 1px solid #f00;	
}

.service.information #contributors,
.service.contact #contributors {
	border-top: 10px solid #000;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	padding: 15px 20px;
}
.service.information #contributors .entry,
.service.contact #contributors .entry {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.service.information #contributors .entry a,
.service.contact #contributors .entry a {
	border-bottom: 1px solid #b9b;
}
.service.information #contributors .entry a:hover,
.service.contact #contributors .entry a:hover {
	border-bottom: 1px solid #f00;
}

.service.information #facebook,
.service.contact #facebook {
	background-color: #000;
	padding: 0 ;
	margin-top: 15px;
	margin-bottom: 0 !important;
	position: relative;
	
}


.service.information #facebook #twitter,
.service.contact #facebook #twitter {
	position: absolute;
	left: 300px;
	top: 0;
	
	margin: 0 10px 0 10px;
	padding: 20px 0 21px 65px;
}

.service.information #facebook #twitter .icon,
.service.contact #facebook #twitter .icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	
	width: 50px;
	height: 50px;
}

.service.information #facebook #twitter .atbuttmagazine,
.service.contact #facebook #twitter .atbuttmagazine {
	position: absolute;
	left: 155px;
	bottom: 27px;
	color: #777;
	font-family: 'Lucida Grande','Helvetica';
	font-size: 11px;
}


.service.information .content .colmask {
	min-height: 100px;
	margin-bottom: 0;
}
.service.information .content .colmask .col1,
.service.information .content .colmask .col2,
.service.information .content .colmask .col3 {
	padding: 0;
}

.service.information .text_intro {
	xfont-size: 14px;
	xline-height: 19px;	
}
.service.information .border_top {
	border-top: 5px solid #000;
}

.service.information .entry {
	border-top: none;
	padding-top: 12px;
}

.service.information #contributors {
	margin-top: 15px;
	border: 10px solid #000;
}

.service.information .content {
	padding-bottom: 15px;
}


/* > Service: Contributors
-------------------------------------------------------------- */


.front-agecheck {

}
.front-agecheck .bg {
	margin-top: 0;
	height: 100%;
	overflow: hidden !important;
	xmax-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.front-agecheck .bg_image.full {
	z-index: 0;
}
.front-agecheck .bg_image.full img {
	width: 100%;
}
.front-agecheck .container {
	height: 100%;
}
.front-agecheck .padder {
	height: 100%;
}
.front-agecheck .content {
	width: auto;
	position: relative;
	height: 100%;
}
.front-agecheck .pink .content {
	color: #fce !important;
}
.front-agecheck .pink .content a {
	color: #fce !important;
	border-bottom: 3px solid #fce !important;
}
.front-agecheck .pink .content a:hover {
	color: #f00 !important;
	border-bottom: 3px solid #f00 !important;
}



.front-agecheck #footer {
	display: none;
}
.front-agecheck #wp-admin-bar,
.front-agecheck #bp-adminbar-shop-menu,
.front-agecheck #bp-adminbar-contact-menu,
.front-agecheck #bp-adminbar-information-menu {
	display: none;
}



/* > New 3-Col Layout / 2-Col Layout
-------------------------------------------------------------- */


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	xoverflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	xoverflow:hidden;
}
/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:160px;			/* width of the right column */
}
.threecol .colleft {
	right:565px;			/* width of the middle column */
}
.threecol .col1 {
	width:565px;			/* width of center column content (column width minus padding on either side) */
	left:915px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:160px;			/* Width of left column content (column width minus padding on either side) */
	left:160px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:160px;			/* Width of right column content (column width minus padding on either side) */
	left:785px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column (left menu) settings */
.leftmenu {
}
.leftmenu .colleft {
	right:565px;			/* right column width */
}
.leftmenu .col1 {
	width:565px;			/* right column content width */
	left:755px;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:160px;		/* left column content width (column width minus left and right padding) */
	left:0px;			/* (right column left and right padding) plus (left column left padding) */
}



/* 2 Column (half/half) settings - percent */
.halfcol {
}
.halfcol .colleft {
	right: 50%;			/* right column width */
}
.halfcol .col1 {
	width: 48%;			/* left column content width (left column width minus left and right padding) */
	left:50%;			/* (right column width) plus (left column left padding) */
}
.halfcol .col2 {
	width:48%;			/* right column content width (right column width minus left and right padding) */
	left:54%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column Narrow (half/half) settings */
.halfcol_narrow {
}
.halfcol_narrow .colleft {
	right: 377px;			/* right column width */
}
.halfcol_narrow .col1 {
	width: 362px;			/* left column content width (left column width minus left and right padding) */
	left: 377px;			/* (right column width) plus (left column left padding) */
}
.halfcol_narrow .col2 {
	width: 362px;			/* right column content width (right column width minus left and right padding) */
	left: 407px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column Sidebar (content/sidebar) settings */
.sidebarcol {
}
.sidebarcol .colleft {
	right: 160px;			/* right column width */
}
.sidebarcol .col1 {
	width: 755px;			/* left column content width (left column width minus left and right padding) */
	left: 160px;			/* (right column width) plus (left column left padding) */
}
.sidebarcol .col2 {
	width: 160px;			/* right column content width (right column width minus left and right padding) */
	left: 190px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column (Section front) settings */
.sectionhome {
}
.sectionhome .colleft {
	right: 305px;			/* right column width */
}
.sectionhome .col1 {
	width: 630px;			/* left column content width (left column width minus left and right padding) */
	left: 305px;			/* (right column width) plus (left column left padding) */
}
.sectionhome .col2 {
	width: 305px;			/* right column content width (right column width minus left and right padding) */
	left: 325px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column (Section front) settings */
.sectionhome_about {
}
.sectionhome_about .colleft {
	right: 620px;			/* right column width */
}
.sectionhome_about .col1 {
	width: 295px;			/* left column content width (left column width minus left and right padding) */
	left: 620px;			/* (right column width) plus (left column left padding) */
}
.sectionhome_about .col2 {
	width: 620px;			/* right column content width (right column width minus left and right padding) */
	left: 650px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column Section front (half/half) settings */
.sectionhome_halfcol {
}
.sectionhome_halfcol .colleft {
	right: 295px !important;			/* right column width */
}
.sectionhome_halfcol .col1 {
	width: 295px !important;			/* left column content width (left column width minus left and right padding) */
	left: 295px !important;			/* (right column width) plus (left column left padding) */
}
.sectionhome_halfcol .col2 {
	width: 295px !important;			/* right column content width (right column width minus left and right padding) */
	left: 325px !important;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 2 Column (Fagmap single) settings */
.fagmap-single {
}
.fagmap-single .colleft {
	right: 570px;			/* right column width */
}
.fagmap-single .col1 {
	width: 370px;			/* left column content width (left column width minus left and right padding) */
	left: 570px;			/* (right column width) plus (left column left padding) */
}
.fagmap-single .col2 {
	width: 565px;			/* right column content width (right column width minus left and right padding) */
	left: 590px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}



/* 3 Column (list style) settings */
.fagmap-single-three {
width: 555px;
}
.fagmap-single-three .colmid {
	right:180px;				/* width of the right column */
}
.fagmap-single-three .colleft {
	right:195px;				/* width of the middle column */
}
.fagmap-single-three .col1 {
	width: 165px;				/* width of center column content (column width minus padding on either side) */
	left: 375px;				/* 100% plus left padding of center column 52% */
}
.fagmap-single-three .col2 {
	width:165px;				/* Width of left column content (column width minus padding on either side) */
	left:405px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.fagmap-single-three .col3 {
	width:165px;				/* Width of right column content (column width minus padding on either side) */
	left:435px;				/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}





/* Share
-------------------------------------------------------------- */

#butt_share_inline {
	position: relative;
	z-index: 20;
}

#butt_share_inline:hover {
}
#butt_share_inline:hover a#butt_share_link {
	background-color: #fce;
	color: #f00;
	border-bottom: 1px solid #f00;
	xborder-top: 5px solid #000;
	padding-top: 5px;
}

#butt_share_inline #butt_share_overlay {
	display: none;
	position: absolute;
	bottom: 10px; left: 0px;
	margin-bottom: 5px;
	z-index: 10;
}


#butt_share_inline:hover #butt_share_overlay {
	display: block;
	background-color: #000;
}

#butt_share_inline #butt_share_overlay .container {
	display: block;
	line-height: 16px;
	background-color: #000;
	padding: 5px;
	width: 102px !important;
}

#butt_share_inline #butt_share_overlay a {
	color: #fce;
	width: 100px !important;
	display: block;
	border-bottom: none;
	padding: 2px 0 2px 2px;
}

#butt_share_inline #butt_share_overlay a:hover {
	background-color: #fce;
	color: #000 !important;
}






.postmetadata_menu #butt_share {
	position: relative;
	z-index: 20;
}

.postmetadata_menu #butt_share:hover {
	background-color: #000;
}
.postmetadata_menu #butt_share:hover a#butt_share_link {
	background-color: #000;
	color: #fce;
}

.postmetadata_menu #butt_share #butt_share_overlay {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 10;
}


.postmetadata_menu #butt_share:hover #butt_share_overlay {
	display: block;
}

.postmetadata_menu #butt_share #butt_share_overlay .container {
	display: block;
	line-height: 16px;
	background-color: #000;
	padding: 5px;
	width: 150px !important;
	border-top: 1px dotted #fce;
}

.postmetadata_menu #butt_share #butt_share_overlay a {
	color: #ffccee;
	width: 145px !important;
}

.postmetadata_menu #butt_share #butt_share_overlay a:hover {
	background-color: #fce;
	color: #000 !important;
}





/* Overlay (site-wide)
-------------------------------------------------------------- */

#overlay {
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	z-index: 500;
	display: none;
}
#overlay #overlay_loading {
	position: fixed !important;
	left: 0; 
	right: 0;
	top: 140px;
	display: block;
	text-align: center;
	width: 100%;
	xheight: 50px;
}




/* Overlay registration (site-wide)
-------------------------------------------------------------- */

.registration {
	background-color: #40333b;
}
.registration #search-terms,
.registration #search-submit {
	border: none !important;
}
.registration .content {
	padding-top: 0px;  /* no space between registration form and navigation-border */
}

#overlay.overlay_registration {
	background-image: url('../images/bg_black_75.png');
	display: block;
	text-align: center;
}
#overlay.overlay_registration a {
	color: #fce;
}
#overlay.overlay_registration a:hover {
	color: #f00;
}

#register-page {
	margin-top: 0;
	background-color: #000;
	padding: 20px;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	color: #fce;
}
#overlay.overlay_registration #register-page {
	margin-top: 45px;
}
#register-page a {
	color: #fce;
}
#register-page a:hover {
	color: #f00;
}
#register-page .layout {
	border-top: 10px solid #fce;
	border-bottom: 5px solid #fce;
	padding-bottom: 10px;
}

#register-page h1 {
	padding: 15px 0;
	border-bottom: 10px solid #fce;
	margin: 0 0 10px;
}
#register-page .text_intro {
	border-top: none;
	padding-top: 10px;
}
#register-page a.overlay_close {
	position: absolute;
	right: 20px;
	top: 1px;
	font-size: 10px;
	border-bottom: none;
	display: none;
	
}
#overlay.overlay_registration #register-page a.overlay_close {
	display: inline;
	
}
#register-page form {
	margin-top: 10px;
}
#register-page form .substep {
	min-height: 200px;
}
#register-page form #message.error p {
	padding: 4px 7px;
}
#register-page form .field_inline input[type=text],
#register-page form .field_inline input[type=password] {
	color: #fce;
	font-size: 18px;
	padding: 8px 6px 4px 6px;
	width: 420px;
	border: 1px solid #767;
	margin: 0;
}
#register-page form .field_inline small {
	padding: 6px 8px 6px 8px;
	background-color: #000;
	position: relative;
	z-index: 510 !important;
	border-left: 1px solid #767;
	border-bottom: 1px solid #767;
	border-right: 1px solid #767;
	color: #767;
	display: none;
	font-size: 12px;
	line-height: 14px;
}
#register-page form .field_inline:hover input[type=text],
#register-page form .field_inline:hover input[type=password] {
	border: 1px solid #f00 !important;
	color: #f00 !important;
}
#register-page form .field_inline:hover small {
	display: block;
}
#register-page form .field_inline small.small_active {
	border-left: 1px solid #767 !important;
	border-bottom: 1px solid #767 !important;
	border-right: 1px solid #767 !important;
	color: #767 !important;
	display: block;
}
#register-page form .field_inline input[type=text]:focus,
#register-page form .field_inline input[type=password]:focus {
	border: 1px solid #fce !important;
	color: #fce !important;
}
#register-page form .field_inline {
	position: relative;
	height: 40px;
}
#register-page form .field_inline label {
	font-size: 18px;
	color: #cca3be;
	position: absolute;
	padding: 0;
	top: -7px;
	left: 5px;
}
#register-page form .field_inline label.active,
#register-page form .field_inline:hover label.active {
	color: #545;
	xcolor: #867;
}
#register-page form .field_inline:hover label {
	color: #f00;
	cursor: text;
}
/* result icons */

#register-page form .field_inline input[type=text].result_okay,
#register-page form .field_inline input[type=password].result_okay {
	background-position-y: -192px !important;
}

#register-page form .field_inline input[type=text].result_error,
#register-page form .field_inline input[type=password].result_error {
	background-position-y: -92px;
}
#register-page form .field_inline input[type=text].result_check,
#register-page form .field_inline input[type=password].result_check {
	background-color: #600 !important;
	border: 1px solid #f00 !important;
}
#register-page form input[type=submit].submit_xxl {
	background-image: none !important;
	border: 3px solid #fce;
	color: #fce;
	padding: 9px 10px 4px 12px !important;
	text-align: left;
	height: 60px;
	width: 434px;
}
#register-page form input[type=submit].submit_xxl:hover {
	border: 3px solid #f00;
	color: #f00;
}
#register-page form input[type=submit].submit_xxl:active {
	border: 3px solid #f00 !important;
	color: #000 !important;
	background-color: #f00 !important;
}


#register-page #step_1b {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
#register-page #step_1b .ajax-loader {
	display: block;
	width: 402px;
	height: 117px;
}


#register-page #step_2 .submit {
	margin-top: 5px !important;
}







/* Overlay Message (new)
-------------------------------------------------------------- */

#overlay_msg {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	z-index: 400;
	
	display: none;
}
#overlay_msg .inner {
	width: 500px;
	background-color: #000;
	padding: 15px;
	color: #fce;
	text-align: left;
	border-bottom: 2px solid #fce;
}
#overlay_msg .inner form {
	padding: 0;
}
#overlay_msg .inner form .field_to {
	height: auto !important;
}
#overlay_msg .inner form .field_to label {
	font-size: 18px;
	line-height: 25px;
	width: 180px;
}
#overlay_msg .inner form .field_to .name_container {
	xposition: absolute;
	xtop: 30px;
	xleft: 195px;
	font-size: 18px; line-height: 25px;
	text-transform: uppercase;
	padding-top: 15px;
}
#overlay_msg .inner form .field_to .name_container ul.acfb-holder {
	margin-top: -6px;
}
#overlay_msg .inner form .field_to .name_container a {
	color: #fce;
	border: none;
}
#overlay_msg .inner form .field_to .name_container a:hover {
	color: #f00;
	border-bottom: 2px solid #f00;
}
#overlay_msg .inner form .field_to .name_container a.link_butthead {
}
#overlay_msg .inner form .field_to small {
	margin: 5px 0 5px 180px;
	text-transform: capitalize;
	color: #767;
	display: block;
}
#overlay_msg .inner form textarea {
	width: 490px;
	height: 100px;
	background-color: #fce;
	border: 0;
	color: #000;
}
#overlay_msg .inner form textarea:hover {
	color: #000;
}
#overlay_msg .inner form textarea:focus {
	border: none !important;
	background-color: #fce !important;
}
#overlay_msg .inner form .field_message {
	height: auto !important;
}

#overlay_msg .inner form .field_submit {
	height: auto !important;
	padding-bottom: 0;
}
#overlay_msg .inner form .field_submit input.button_chromeless {
	margin: 0;
}
#overlay_msg .inner #overlay_msg_close {
	position: absolute;
	right: 15px;
	top: 36px;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url('../images/sprites/sprite_close.png');
	background-repeat: no-repeat;
	background-position: 1px -49px;
	line-height: 100px;
	overflow: hidden;
	border-bottom: none;
}
#overlay_msg .inner #overlay_msg_close:hover {
	background-position: 1px 1px;
	background-color: #fce;
}
#overlay_msg .inner #overlay_msg_close:active {
	background-position: 1px 1px;
	background-color: #f00;
}

#overlay_msg #message {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
}
#overlay_msg div.ajax-loader {
	position: absolute;
	bottom: 18px;
	left: 18px;
}
#overlay_msg .content.error a {
	color: #f00;
	border-bottom: 2px solid #f00;
}
#overlay_msg .content.error a:hover {
	color: #fce;
	border-bottom: 2px solid #fce;
}


/* NEW Chromeless Button */

input.button_chromeless {
	border-top: none; border-left: none; border-right: none;
	padding: 0;
}
input.button_chromeless:hover {
	border-top: none; border-left: none; border-right: none;
}
input.button_chromeless:active {
	background-color: transparent !important;
}

input.button_chromeless.pink {
	color: #fce; border-color: #fce;
}
input.button_chromeless:hover {
	border-top: none; border-left: none; border-right: none;
	color: #f00 !important; border-color: #f00;
}
input.button_chromeless:active {
	background-color: transparent !important;
	color: #800 !important; border-color: #800;
}





/* AUTOCOMPLETE */

.ac_results {
	padding: 0px;
	border-top: 1px solid #767;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	margin-left: -6px;
	margin-top: 3px;
	background-color: #fce;
	overflow: hidden;
	z-index: 99999;
	
	position: fixed;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 295px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	overflow: hidden;
	text-align: left;
	color: #767;
	border-bottom: 1px solid #b9b;
}
.ac_results li span.hi {
	color: #000;
}
		.ac_results li img {
			width: 32px;
			height: 43px;
		}

.ac_loading {
}
.ac_over {
	color: #b9b !important;
	background-color: #000;
}
.ac_over span.hi {
	color: #fce !important;
}



.ac_moreItems {
	text-align: center;
	background-color: #000;
	color: #fce;
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}


ul.acfb-holder { 
	padding : 3px 5px 0 3px; 
	border  : 1px solid #b9b; 
	height  : auto !important; 
	height  : 1%; 
	overflow: hidden; 
	font-size : 12px; 
	width	: 285px;
	position: relative;
	cursor: text;
}
input[type=text].acfb-input{
	border: none !important;
	margin: 0 !important;
	padding:3px 0pt 2px !important;
	width: 120px !important;
	color: #fce !important;
}
input[type=text].acfb-input:focus{
	border: none !important;
	color: #fce !important;
}
/* TextboxList sample CSS */
* html ul.acfb-holder,*:first-child+html ul.acfb-holder { 
	padding-bottom: 2px; 
}
ul.acfb-holder .ajax-loader {
	position: absolute;
	right: 5px;
	top: 7px;
	background : url('../images/ajax_loader_black_16.gif') right center no-repeat !important;
}
ul.acfb-holder li { 
	float   : left; 
	margin  : 0 10px 1px 0;
	list-style-type: none;
}
ul.acfb-holder li.acfb-data { 
	border     : 1px solid #b9b; 
	padding    : 1px 5px 2px; 
}

	ul.acfb-holder li.friend-tab {
		border     : 1px solid #fce;
		padding    : 1px 7px 0;
		text-transform: uppercase;
		cursor: default;
	}
		li.friend-tab img.avatar {
			display: none;
		}

		li.friend-tab span.p {
			width: 2px;
			cursor: pointer;
			color: #767;
		}
		li.friend-tab img.p {
			width: 7px;
			height: 7px;
			margin-left: 5px;
			cursor: pointer;
			padding: 1px;
		}

ul.acfb-holder .p {cursor: pointer;}















/* Welcome messages (first login, etc)
-------------------------------------------------------------- */

.welcome {
	padding-bottom: 5px;
}
#welcome {
	border-bottom: 10px solid #000;
	color: #f00;
	padding: 15px 0 25px;
	position: relative;
}
#welcome h3 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 5;
	text-align: left;
	color: #f00;
}

.welcome_tooltip {
	border: 3px solid #f00;
	color: #f00;
	padding: 3px 7px;
}

#welcome a.close {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 12px;
	line-height: 14px;
	border-bottom: none;
	color: #c00;
	text-align: right;
}
#welcome a.close:hover {
	border-bottom: 1px solid #000;
	color: #000;
}




/* Strips (site-wide)
-------------------------------------------------------------- */

.strip {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 50;
}
.strip .padding {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 12px;
	text-align: left;
}

#strip_activate {
	background-color: #fce;
	border-top: 5px solid #f00;
	color: #f00;
}
#strip_activate a {
	color: #f00;
	border-bottom: 1px solid #f00;
}
#strip_activate a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
#strip_activate a.no_u {
	border-bottom: none !important;
}
#strip_activate h3 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 2px;
	xdisplay: inline;
	border-bottom: none;
}
#strip_activate h3.inline {
	display: inline;
	margin-right: 20px;
}
#strip_activate h4 {
	text-align: left;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 0;
	xdisplay: inline;
	border-bottom: none;
	color: #000;
}
#strip_activate h4.inline {
	display: inline;
}
#strip_activate .validation_email {
}
#strip_activate .profile_incomplete {
	width: 340px;
	float: left;
	padding-top: 3px;
	padding-left: 15px;
	border-left: 1px solid #f00;
}
#strip_activate a.email {
	color: #000;
	border-bottom: 1px solid #000;
}




#strip_login {
	background-color: #000;
	color: #f00;
	padding: 10px 5px 0 15px;
	margin-bottom: 15px;
	position: fixed;
	bottom: 0px;
	width: 925px;
	z-index: 50;
}

#strip_login a {
	color: #f00;
	border-bottom: 1px solid #f00;
}
#strip_login a:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}
#strip_login .text {
	float: left;
	width: 457px;
	border-right: 1px dotted #f00;
	margin-right: 10px;
	margin-bottom: 10px;
}
#strip_login label {
	float: left;
}
#strip_login input[type=text],
#strip_login input[type=password] {
	border:none;
	border-bottom: 1px solid #f00;
	color: #f00;
	font-weight: normal;
	margin-right: 5px;
	width: 138px !important;
}
#strip_login input[type=text]:hover,
#strip_login input[type=password]:hover {
	border: none;
	border-bottom: 1px solid #fce;
	color: #fce;
}
#strip_login input[type=text]:focus,
#strip_login input[type=password]:focus {
	border-bottom: 1px solid #fce !important;
	color: #fce !important;
}
#strip_login input[type=submit] {
	background-image: url(/img/sprite_btn_small_b.png);
	width: 145px;
	height: 20px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 17px;
	background-position: -160px -20px;
}
#strip_login input[type=submit]:hover {
	background-position: -160px -40px;
	color: #000;
}
#strip_login input[type=submit]:active {
	background-position: -160px 0;
	color: #000;
}




/* SoundCloud Player
-------------------------------------------------------------- */

/* Player */

.sc-player {
  width: 100%;
  height: 79px;
  position: relative;
  font: 12px 'American Typewriter';
  background-color: #000;
  color: #fce;
  x-moz-border-radius: 8px;
  x-webkit-border-radius: 8px;
}

.sc-player.large {
  width: 540px;
  height: 260px;
  position: relative;
  margin-bottom: 20px;
}

.sc-player a {
  text-decoration: none;
  color: #333;
  border-bottom: none;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  display: none;
}

/* controls */

.sc-player .sc-controls { 
  position: absolute;
  width: 59px;
  height: 59px;
  left: 10px;
  top: 10px;
}

.sc-player .sc-controls a {
  display: block;
  width: 59px;
  height: 59px;
  color: transparent;
  background: url('../images/sc-player/play.png');
  cursor: default;
}

.sc-player .sc-controls a:hover {
  background: url('../images/sc-player/play-hover.png');
}

.sc-player .sc-controls a.sc-pause{
  display: none;
  background: url('../images/sc-player/pause.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  display: none;
  background: url('../images/sc-player/pause-hover.png');
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
}

.sc-player.playing .sc-controls a.sc-pause:hover{
} 

/* scrubber */

.sc-player .sc-scrubber {
  position: absolute;
  left: 100px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background-color: #fce;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player .sc-scrubber .sc-time-span{
  position: absolute;
  left: 10px;
  right: 10px;
  height: 8px;
  bottom: 8px;
  background-color: #fce;
  border: 1px solid #000;
}
.sc-scrubber .sc-waveform-container {
  z-index: 800;
  width: 100%;
  position: absolute;
}

.sc-player .sc-scrubber .sc-time-span img {
  height: 8px;
  width: 100%;
  visibility: hidden;
}

.sc-player .sc-scrubber .sc-buffer {
  background-color: #dac;
  z-index: 1;
  position: absolute;
  top: 0;
  height: 8px;
}

.sc-player .sc-scrubber .sc-played {
  background-color: #000;
  z-index: 799;
  position: absolute;
  top: 0;
  height: 8px;
}

.sc-player .sc-track-duration {
  display: none;
}
.sc-player .sc-scrubber .sc-time-indicators{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 24px;
  text-align: center;
  color: #000;

}

/* Track listings*/

.sc-player ol.sc-trackslist {
  position: absolute;
  left: 90px;
  right: 20px;
  top: 12px;
  text-align: center;
  z-index: 20;
  height: 18px;
  overflow: hidden;
  list-style: none;
}
.sc-player.large ol.sc-trackslist {
  height: 195px;
  overflow: auto;
}

.sc-player ol.sc-trackslist li{
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  position: relative;
}

.sc-player ol.sc-trackslist li span {
  position: absolute;
  right: 0;
  top: 3px;
}

.sc-player ol.sc-trackslist li, .sc-player ol.sc-trackslist li a {
  color: #767;
}

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li.active a, .sc-player ol.sc-trackslist li:hover {
  color: #000;
  cursor: default;
}
.sc-player ol.sc-trackslist li {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.sc-player ol.sc-trackslist li.active {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* Track info*/

.sc-player .sc-info{
  display: none;
}

.sc-player.info .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 400px;
  padding: 5px;
  height: 200px;
  z-index: 500;
  margin-left: -200px;
  display: block;
}

.sc-player.info .sc-info.active{
  left: 50%;
  top: 12%;
}

.sc-player .sc-info-toggle{
  display: none;
}
.sc-player.info .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

.sc-player.info .sc-info-toggle.active{
  left: -5000px;
}

.sc-player.info .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

/* volume control */
.sc-player .sc-volume-slider {
  position: absolute;
  top: -2px;
  left: -24px;
  width: 14px;
  height: 63px;
  z-index: 21;
  background-image: url(../images/sc-player/vol-v-border.png);
}
.sc-player.large .sc-volume-slider {
  bottom: 23px;
}
.sc-player .sc-volume-slider .sc-volume-status{
  position: absolute;
  height: 0%;
  width: 12px;
  bottom: 1px;
  left: 1px;
  background-image: url(../images/sc-player/vol-v-active.png);
  background-position: 0 bottom;
}
.sc-player .sc-volume-slider:hover .sc-volume-status {
  background-image: url(../images/sc-player/vol-v-active-hover.png);
}
.sc-player .sc-volume-slider .sc-volume-status:active {
  cursor: pointer;
}

/* utilities */

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}



/* New inline fields
-------------------------------------------------------------- */

form .field_inline {
	position: relative;
	height: 30px;
}
form .field_inline.field_inline_textbox {
	height: auto;
}
form .field_inline label {
	color: #767;
	position: absolute;
	padding: 0;
	top: 5px;
	left: 6px;
}
form .field_inline.field_inline_textbox label {
	top: -5px !important;
}
form .field_inline:hover label {
	color: #f00;
	cursor: text;
}
form .field_inline small {
	padding: 6px 8px 6px 8px;
	background-color: #000;
	position: relative;
	z-index: 510 !important;
	border-left: 1px solid #767;
	border-bottom: 1px solid #767;
	border-right: 1px solid #767;
	color: #767;
	display: none;
	font-size: 12px;
	line-height: 14px;
}
form .field_inline:hover small {
	display: block;
}
form .field_inline small.small_active {
	border-left: 1px solid #767 !important;
	border-bottom: 1px solid #767 !important;
	border-right: 1px solid #767 !important;
	color: #767 !important;
	display: block;
}
form .field_inline input[type=text],
form .field_inline input[type=password] {
	color: #000;
	padding: 3px 6px;
	width: 288px;
	border: 1px solid #cca3be;
	margin: 0;
}
form .field_inline:hover input[type=text],
form .field_inline:hover input[type=password] {
	border: 1px solid #f00 !important;
	color: #f00 !important;
}
form .field_inline input[type=text]:focus,
form .field_inline input[type=password]:focus {
	border: 1px solid #000 !important;
	color: #000 !important;
}
/* result icons */

form .field_inline input[type=text].result_okay,
form .field_inline input[type=password].result_okay {
}

form .field_inline input[type=text].result_error,
form .field_inline input[type=password].result_error {
}
form .field_inline input[type=text].result_check,
form .field_inline input[type=password].result_check {
	background-color: #600 !important;
	border: 1px solid #f00 !important;
}




#searchform input[type=text] {
	font-size: 18px;
	border: 1px solid #b9b;
	padding: 5px;
}
#searchform input[type=submit] {
}




.highlighter {
	border: 10px solid #ff0 !important;
}



/* RECAPTCHA */

#recaptcha_div {
	height: 190px !important;
}
#recaptcha_div #recaptcha_area, #recaptcha_div #recaptcha_table {
	width: 434px !important;
}

#recaptcha_area .recaptchatable {
	border: none !important;
}
#recaptcha_area .recaptchatable * {
	color: #fce !important;
	font-family: 'American Typewriter', 'Courier New', Courier, monospace !important;
	font-size: 14px !important;
}

.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r2_c2,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1 {
	background: #000 !important;
}

.recaptchatable .recaptcha_r4_c1 {
	width: 401px !important;
}
.recaptchatable .recaptcha_r4_c2 {
	width: 7px !important;
}
.recaptchatable .recaptcha_r4_c4 {
	width: 1px !important;
}

#recaptcha_area .recaptchatable #recaptcha_image {
	border: 5px solid #fce !important;
	width: 414px !important;
	background-color: #fff !important;
	text-align: left;
	padding: 5px;
	height: 57px !important;
}
#recaptcha_area .recaptchatable #recaptcha_image a {
	color: #f00 !important;
}
#recaptcha_area .recaptchatable #recaptcha_image a:hover {
	color: #000 !important;
}

#recaptcha_area .recaptchatable .recaptcha_input_area {
	margin: 0 !important;
}
#recaptcha_area .recaptchatable #recaptcha_response_field {
	border: 1px solid #767 !important;
	width: 380px !important;
	font-size: 18px !important;
	padding: 8px 6px 4px !important;
	bottom: auto !important;
}
#recaptcha_area .recaptchatable #recaptcha_response_field:hover {
	border: 1px solid #f00 !important;
	color: #f00 !important;
}
#recaptcha_area .recaptchatable #recaptcha_response_field:focus {
	border: 1px solid #fce !important;
	color: #fce !important;
}
#recaptcha_area .recaptchatable #recaptcha_reload_btn {
	display: block;
	width: 25px;
	height:47px;
	background-image: url(/_inc/images/captcha/captcha_btn_reload.png) !important;
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
}
#recaptcha_area .recaptchatable #recaptcha_reload_btn img {
	visibility: hidden !important;
}


#recaptcha_area .recaptchatable #recaptcha_switch_audio_btn {
	display: block;
	width: 25px;
	height:16px;
	background-image: url(/_inc/images/captcha/captcha_btn_audio.png) !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
#recaptcha_area .recaptchatable #recaptcha_switch_audio_btn img {
	visibility: hidden !important;
}


#recaptcha_area .recaptchatable #recaptcha_whatsthis_btn {
	display: block;
	width: 25px;
	height:16px;
	background-image: url(/_inc/images/captcha/captcha_btn_help.png) !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
#recaptcha_area .recaptchatable #recaptcha_whatsthis_btn img {
	visibility: hidden !important;
}








