/*
	Iris
	
	v2.0 rev 5
	Copyright (C) BlockCommunity, 2009-2011.
*/

/*
	Global styles.
*/

html {
	background: #111 url('/themes/iris/header-background.png') repeat-x;
}

a {
	color: #09f;
}

/*
	Main content areas.
	body is the equivalent of a container here
*/

body {
	color: #333;
}

#header {
	color: #222;
}

#menu {
	background: url('/themes/iris/nav-bg.png') repeat-x;
}

#content {
	background: #fff url('/themes/iris/content-gradient.png') repeat-x;
	border: 1px solid #bebebe;
}

#sidebar {
	background: #fff;
}

#footer {
	color: #fff;
}

/*
	Header parts.
*/

#header h3 {
	color: #fff;
}

#header h3 a {
	color: #fff;
}

#header #ad {
	color: #fff;
}

/*
	Menu styles.
*/

#menu li a {
	color: #333;
	text-shadow: #fff 0px 1px;
}

/*
	Panel menu styles.
*/

#panel-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
}

#panel-menu li {
	background: url('/themes/iris/nav-bg.png') repeat-x;
	border: 1px solid #ccc;
}

#panel-menu li a {
	text-shadow: #fff 0px 1px;
	color: #333;
}

/*
	Tooltips
*/

span.tooltip:hover span {
	background: #fff;
	border: 2px solid #eee;
	color: #333;
}

/*
	Banner
*/

#banner {
	background: #B3E9F5;
}

/* Blocks! */

.full-block {
	background: #111 url('/themes/iris/header-background.png') repeat-x;
	color: #fff;
}

.third-block, .quarter-block {
	background: #111 url('/themes/iris/header-background.png') repeat-x;
	color: #fff;
}

/* Asset and Profile */
.asset-right .description, .profile-right .description, .profile-right .update, .comment {
	border-left: 2px solid #111;
}
.profile-section h3, .news-article h3, .forum-category h3, .forum-search-result h3 {
	border-bottom: 2px solid #111;
}

/*
	Forum fun.
*/

.forum-posts li h3.title {
	border-top: 2px solid #eee;
}
.forum-posts li div.content hr {
	color: #eee;
	background: #eee;
}
.forum-posts li h5 {
	border-top: 2px solid #eee;
}
.forum-posts li h5 a.rep {
	border-color: #222;
}

div.pm-content, div.pm-signature {
	border-top: 2px solid #eee;
}

.forum-threads li:hover, .private-messages li:hover, .news-posts li:hover {
	background: #eee;
	border-radius: 10px;
}

.forum-poll-bar {
	color: #fff;
}

/*
	Forum quotes
*/

blockquote {
	border: 2px solid #eee;
	background: #fff;
	color: #000;
}
blockquote cite {
	border-bottom: 2px solid #eee;
}
blockquote.code ol {
	color: #000;
}

/*
	Profile madness
*/

ul.profile-sections li h3 {
	background: #ddd url('/themes/iris/menu-gradient.png') repeat-x;
}
ul.profile-sections li div {
	background: #eee;
}
ul.profile-sections li div h4 {
	border-bottom-color: #111;
}
