/**
 * Stylesheet for <Trendwolves>
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/* Typography and text styles */
body, html {
	height: 100%;
	width: 100%;
}

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.4; /* Safari 2.0.4 */
	background: #808080;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 15px;
	padding: 0 0 8px 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	clear: both;
}

h3 {
	font-size: 13px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 0 0 2px 0;
}

p {
	font-size: 12px;
	padding: 0 0 12px 0;
}

ul, ol {
	padding: 0 0 18px 25px;
}

ul ul, ul ol, ol ul {
	padding-bottom: 0;
}

small, span.mute {
	color: #808080;
	font-size: 11px;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

blockquote {
	padding: 0 0 0 7px;
	border-left: 2px solid red;
}

blockquote p {
	padding: 0;
	margin: 0;
}

cite {
	display: block;
	text-align: right;
	font-size: 11px;
	font-family: Arial, sans-serif;
	padding: 0 0 12px;
}

/* Default styling for data tables */
table {
	font-family: Arial, sans-serif;
	margin: 0 0 12px;
}

table.border {
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

table.padding td, table.padding th {
	padding: 5px 2px;
}

table.border {
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table th {
	font-weight: 700;
	background: #EEE;
	color: black;
	text-align: left;
}

tr.rowOdd {
	background: white;
}

tr.rowEven {
	background: #FDFDFD;
}

/* Links */
a:link {
	color: #FF3623;
}

a:visited {
	color: #d20000;
}

a:hover {
	color: black;
}

a:active {
	color: red;
}

/**
 * = Page structure and layout
 */

#contentbg {
	width: 310px;
	left: 50%;
	position: fixed;
	margin-left: -89px;
}

#youtube {
	width: 270px;
	height: 224px;
}

/* Content */
#content {
	width: 310px;
	height: 100%;
	left: 50%;
	margin-left: -89px;
	position: absolute;
	z-index: 40;
}

#content div.actualcontent {
	padding: 249px 20px 20px;
	width: 270px;
	z-index: 300;
}

#content div.actualcontent2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/testbg-trans.png);
	_background: white;
}

#logo h1, #logo span.sitetitle {
	font-size: 38px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 1000;
	margin-left: 22px;
	/*
	margin-left: -6px;
	*/
}

#logo h1, #logo span.sitetitle {
	background: url('../images/trendwolves_logo-trans.png') no-repeat;
	width: 90px;
	height: 165px;
	/*
	width: 133px;
	height: 244px;
	*/
	text-indent: -9000px;
}

#logo h1 a, #logo span a {
	text-decoration: none;
	width: 90px;
	height: 165px;
	/*
	width: 133px;
	height: 244px;
	*/
	overflow: hidden;
	display: block;
}

#tagline {
	position: absolute;
	font-weight: bold;
	left: 50%;
	top: 204px;
	z-index: 1001;
}

#language {
	position: fixed;
	right: 0;
	top: 0;
}

#language li {
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 0 5px 0 0;
}

#language li a:link,
#language li a:visited {
	background: #FFF;
	padding: 2px 3px;
	text-decoration: none;
	display: block;
}

#language li a:hover,
#language li a:active {
	background: #EEE;
}

#language li.selected a:link,
#language li.selected a:visited,
#language li.selected a:hover,
#language li.selected a:active {
	font-weight: 700;
	color: #fff;
	background: #FF3623;
}

/* Navigation */
#navigation {
	width: 202px;
	position: fixed;
	left: 50%;
	margin-left: -310px;
	top: 50%;
	margin-top: -250px;
}

#navigation {
	background: url(../images/testbg2-trans.png);
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
}

#navigation ul li {
	border-bottom: 1px solid #202020;
	list-style: none;
	padding: 0;
}

#navigation ul li:last-child {
	border: none;
}

#navigation li ul {
	padding: 0;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}

#navigation ul li a:hover,
#navigation ul li a:active {
	background: #FFF;
	color: #000;
}

#navigation ul li.selected a:link,
#navigation ul li.selected a:visited {
	background: #FF3623;
	color: #FFF;
	cursor: default;
}

#navigation ul li ul li a:link,
#navigation ul li ul li a:visited {
	padding: 5px 10px 5px 25px;
	font-weight: 300;
	cursor: pointer;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a:active {
	background: #FFF;
	color: #000;
}

#navigation ul li.selected ul li a:link,
#navigation ul li.selected ul li a:visited {
	cursor: pointer;
	background: none;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a:active,
#navigation ul li.selected ul li a:hover,
#navigation ul li.selected ul li a:active {
	background: none;
	color: red;
}

/**
 * = MODULE: News
 * ----------------------------------------------------------
 */

div.newsarticle {
	margin: 0 0 18px 0;
}

#home div.newsarticle h4 {
	padding: 0;
}

#newsdetail h1 {
	padding: 0;
}

#news h3 a:link,
#news h3 a:visited,
#news h3 a:hover,
#news h3 a:active {
	text-decoration: none;
}

#newsdetail div.newscontent {
	padding: 0 0 10px 0;
}

p.archivelink {
	text-align: right;
	background: #000;
	float: right;
	padding: 2px 5px;
	margin: 0 0 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	position: relative;
	top: -10px;
}

p.archivelink a {
	text-decoration: none;
	color: #FFF;
}

/**
 * = MODULE: Contact
 * ----------------------------------------------------------
 */

label {
	color: #000;
	font-weight: 700;
}

input, textarea {
	font: 300 12px/14px Arial, sans-serif;
}

input.input-text, input.input-password {
	border: 1px solid #ABABAB;
	padding: 3px 2px;
}

textarea.textarea {
	padding: 3px 2px;
	border: 1px solid #ABABAB;
}

textarea#message {
	width: 264px;
}

span.form-error {
	color: red;
	display: block;
	padding: 0 0 2px 0;
}

span.form-success {
	background: green;
	display: block;
	color: #FFF;
	padding: 10px;
	margin: 0 0 10px;
}

div.form-error {
	background: red;
	color: white;
	padding: 10px;
	margin: 0 0 10px;
}

input.input-text-error,
textarea.textarea-error {
	border: 1px solid red;
	padding: 3px 2px;
}

form dl dd {
	padding: 0 0 8px 0;
}

#name {
	width: 130px;
}

#name, #email, #website, #subject {
	width: 180px;
}


/* Fork defaults: image classes */
img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

/* Fork defaults: linkbutton */
a.linkbutton {
	border: 1px solid #E5EAF7;
	background: #FFF;
	padding: 3px 8px;
	display: block;
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0;
}

/* Fork defaults: backlinks*/
p.backlink {
	clear: both;
}

p.backlink a {
	background: #FFF;
	padding: 3px 6px;
	border: 1px solid #AAA;
	text-decoration: none;
}

p.backlink a:hover {
	background: #FFD;
}

/* Fork defaults: pagination */
.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 5px 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #AAA;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #CCC;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #FFF;
	border: 1px solid #BBB;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

code {
	font-family: Monaco, "Courier New", monospace;
}

/* Clearfix */
.clearfix:after, .section h2:after, .newsarticle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.section h2 {
	line-height: 26px;
}

span.imgreplace, span.imgreplace2 {
	display: block;
	text-indent: -9000px;
	float: left;
}

#nutshell h2 span.imgreplace, #twitter h2 span.imgreplace {
	background: url('../images/trendwolves_logo_small-trans.png') no-repeat;
	width: 63px;
	height: 26px;
	margin-right: 3px;
}

#video h2 span.imgreplace {
	background: url('../images/youtube_logo-trans.png') no-repeat;
	width: 60px;
	margin: 1px 0 1px 3px;
	height: 24px;
}

#twitter h2 span.imgreplace2 {
	background: url('../images/twitter-trans.png') no-repeat;
	width: 93px;
	height: 19px;
	margin: 4px 0 4px 4px;
}

div.date {
	background: black;
	color: white;
	width: 27px;
	font-weight: 700;
	text-align: center;
	line-height: 1.18;
	padding: 2px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

div.newsarticle-content {
	float: left;
	width: 233px;
	padding-left: 10px;
}

div.date .day {
	font-size: 18px;
}


#twitter {
	padding-top: 20px;
}

#twitter blockquote {
	background: black;
	color: white;
	font-weight: 700;
	padding: 7px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	border: none;
}

#twitter p cite {
	text-align: right;
	display: block;
	padding-right: 15px;
}

div.balloon-arrow {
	width: 25px;
	height: 8px;
	position: relative;
	background: url(../images/blockquotebottom-trans.png) no-repeat;
	bottom: 1px;
	left: 64%;
}

#twitter blockquote p {
	padding: 0;
}

#youthfiles h2 span.imgreplace {
	background: url('../images/urban_youth_files_logo-trans.png') no-repeat;
	width: 137px;
	height: 18px;
	margin: 5px 0 4px;
}

#youthfiles img {
	padding: 0 8px 20px 0;
}

.block {
	display: block;
}

.floatleft {
	float: left;
}

img.floatleft {
	float: left;
	padding-right: 8px;
}

/* Firefox fixes */
@-moz-document url-prefix() {
	/* enforce scrollbar */
	body.onsite {
		overflow: -moz-scrollbars-vertical;
	}
}