/*
* Ringun modi 1.0
*
* http://irc-galleria.net/view.php?nick=Ringu
* http://www.routadesign.com/rng.txt
* http://irc-galleria.net/channel.php?channel_id=723139
*
* Tämä modi on vapaasti käytettävissä ja muuteltavissa
* Modi ei sisällä yhtäkään kuvaa, eikä edellytä niiden käyttöä - joskin täysin mahdollistaa sen
* Jätä tämä teksti näkyviin, jotta muutkin voivat hyötyä tehdystä työstä :)
*/
 
body {
	background: #000; url() repeat;
	padding: 0; 
	margin: 0;
	color: #CC0099;
	font: 9px/16px Century Gothic,Geneva,Arial,Tahoma,sans-serif;
	line-height: 20px;
}

table {
	border-collapse: collapse;
}

#outerbody {

}

#headerblock  {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 14px;
	padding: 0 15px;
	margin: 0;
	line-height: 30px;
	width: 200px;
	color: #FFFFFF;
}

h1 .ircgalleria {
	
}

h1 .separator { 

}

h1 .title {
/* 	font-size: 12px; <- lisää tuo jos nickisi on pitkä eikä näy */
}

h1 .title .small {
	display: none;
}


/* ALAPALKKI (poissa käytöstä) */

#footer {
	display: none;
}

#footer .innerborder {
	
}


/* HAKU */

#search {
	position: absolute;
	left: 10px;
	top: 40px;
	width: 670px;
	line-height: 20px;
}

#search tr {
	height: 20px;
}

#search input.text,
textarea.text,
select {
	background-color: #FFE6BF;
	border: 4px #FFFFFF
	color: #000;
	width: 200px;
	font-size: 10px;
}

/* PAREMMILLA SELAIMILLA NÄKYVÄ HAUN HOVER */

#search input.text:hover {
	background: #FFB380;
	color: #FFF;
}

/* */

#search .searchtitle div { display: none; }

#search a {
	text-decoration: none;
	font-weight: bold;
}

#search a:link {
	color: #B34700;
	font-weight: bold;
}

#search a:visited {
	color: #B34700;
	text-decoration: none;
	font-weight: bold;
}

#search a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B34700;
	border-bottom: 2px dotted #FFF;
}

/* LEIPÄTEKSTI */

p, td, ol, ul, dl, div {
	letter-spacing: 0px;
	font-size: 11px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

/* PÄÄVALIKKO */

#mainmenu {
	z-index: 200;
	margin: 0;
	padding-left: 265px;
	background: #CF198F url("") no-repeat;
	border-bottom: 3px solid #000000;
	line-height: 30px;
	height: 33px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 30px;
}

html>#mainmenu {
	height: 30px;
}

#mainmenu .innerborder {

}

#mainmenu ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}


#mainmenu li a {	
	display: block;
	padding: 0 10px;
	font-size: 10px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 10px;
}

#mainmenu #mmnewcomments a {
	color: #E82771;
	font-weight: bold;
}

#mainmenu li a:link {
	color: #E82771;
	border: 0;
	font-weight: bold;
}

#mainmenu li a:visited {
	color: #E82771;
	border: 0;
	font-weight: bold;
}

#mainmenu li a:hover {
	color: #E82771;
	background-color: #B36B00;
	border: 0;
	font-weight: bold;
}

/* PIILOTETAAN "TURHAT", SAMALLA SELKEYTETÄÄN */

#mmrandom, #mmstats, #mminfo { display: none; }

/* ALAVALIKKO */

#submenu {
	position: absolute;
	left: 265px;
	top: 100px;
	width: 635px;
	z-index: 300;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	vertical-align: middle;
	margin: 0; 
	padding: 0 5px;
	float: left; 
}

#submenu li a {	
	margin: 0; 
	padding: 0;
	float: left;
	font-size: 10px;
}


#submenu li.selected {

}

#submenu li.selected a {

}

/* INFOPALKKI, KUVA JA KOMMENTIT */

#tabbedbody {
	position: absolute;
	left: 0;
	top: 100px;
	padding: 0;
	margin: 0;
	width: 970px;
}

#tabbedbody input.text,
textarea.text,
select {
	background-color: #F5F5F5;
	border: 1px solid #FFF;
	color: #000;
	width: 300px;
	font-size: 10px;
}

#tabbedbody input.submit {
	color: #FFFFFF;
	letter-spacing: 0px;
	background-color: #CC0099;
	border: 1px solid #FFF;
	font-size: 10px;
}

/* PAREMMILLA SELAIMILLA NÄKYVÄ KOMMENTTIRIVIN HOVER */

#tabbedbody input.text:hover {
	background: #C60000;
	color: #FFF;
}

/* */

/* INFOPALKIN BOKSIT */

div.smallbox {
	margin-bottom: 10px;
	margin-left: 10px;
}

div.smallbox div.title {

}

div.smallbox .content {

}


div.smallbox .content br {

}

div.smallbox .content .innerborder {
	padding: 0 10px 0 10px;
}

div.smallbox .content div.tabledecorator {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.smallbox .errors {
	color: #FFFFFF;
}

div.smallbox ul {
	margin-left: 25px;
	padding-left: 0;
}

div.smallbox p {
	margin-top: 10px;
}

#profilechannels .content .innerborder,
#profilecommunities .content .innerborder,
#profileactions .content .innerborder,
#profileadmintools .content .innerborder {
	padding: 10px;
}

/* KOMMENTIT */

div.commentbox {

}

div.commentbox .title {
	display: none;
}

div.commentbox .content {
	padding: 15px;
}

div.commentbox .innerborder div {
	margin-top: 1px;
	margin-bottom: 1px;
}

div.commentbox .stamp {
	font-size: 10px;
	color: transparent;
	white-space: nowrap;
}

div#newcomments {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#regseduction {
	margin: 0 13px; 
	}

#viewcommentbox a:link, #footer a:link, #commentform a:link, #submenu a:link, #regseduction a:link {
	text-decoration: none;
	font-weight: bold;
	color: #F51DA9;
	}

#viewcommentbox a:visited, #footer a:visited, #commentform a:visited, #submenu a:visited, #regseduction a:visited {
	color: #F51DA9;
	font-weight: bold;
	text-decoration: none;
	}

#viewcommentbox a:hover, #footer a:hover, #commentform a:hover, #submenu a:hover, #regseduction a:hover {
	text-decoration: none;
	color: #F51DA9;
	border-bottom: 2px dotted #FFF;
}

div.picture a {

}

div.picture img {
	margin: 0;
}

input {
	margin: 0;
	margin-right: 5px;
}

/* INFOPALKIN OSIOIDEN OTSIKOT + KUVAHACK (oletuksena pois käytöstä) */

div.smallbox div.title h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #CCC;
}

/* 

#profilebasicinfo div.title, #profileactions div.title, #profilechannels div.title, 
#profilecommunities div.title, #profilevisitcounter div.title, #profileaphorism div.title {
	width: 200px;
	height: 35px;
	border: 0;
}

#profilebasicinfo div.title,  {
	background: url("") no-repeat;
}

#profileactions div.title {
	background: url("") no-repeat;
}

#profilechannels div.title {
	background: url("") no-repeat;
}

#profilecommunities div.title {
	background: url("") no-repeat;
}

#profilevisitcounter div.title {
	background: url("") no-repeat;
}

#profileaphorism div.title {
	background: url("") no-repeat;
}

*/

div#viewcommentbox {
	width: 686px;
}

#viewcommentbox h3 { display: none; }

/* KOMMENTTIEN VÄRIT */

div.commentbox tr.owner {
	font-weight: bold;
	color: #FFBFEF;
}


div.commentbox tr.private, .private {
	font-style: italic;
	color: #ABE6EB;
	background: transparent;
	padding: 1px 3px;
}

div.commentbox tr.private {
	background-color: transparent;
	border-color: none;
}

div.commentbox tr.private td.sender {
	color: #ABE6EB;
}

div.commentbox tr.admin, .admin {
	color: #000;
	font-weight: bold;
}

div.commentbox tr.user {
	color: #000;
}

div.commentbox td {
	padding-right: 5px;
}

div.commentbox td.sender {
	white-space: nowrap;
	color: #FFBF00;
}

#commentform {
	margin: 13px;
}

#commentform td {
	vertical-align: middle;
	color: #4A525A;
}

.horizformtable .nickcell { 
	padding: 0 10px 0 0; 
}

.horizformtable .nickcell b { 
	display: none; 
}

/* INFOPALKKI */

#viewtable {
	border-collapse: collapse;
}

#viewtable td {
	vertical-align: top;
}

#viewtableinfo {
	width: 250px;
}

#viewtableinfo a {
	text-decoration: none;
	font-weight: bold;
}

#viewtableinfo a:link {
	color: #8F006B;
	font-weight: bold;
}

#viewtableinfo a:visited {
	color: #8F006B;
	text-decoration: none;
	font-weight: bold;
}

#viewtableinfo a:hover {
	text-decoration: none;
	color: #8F006B;
	border-bottom: 2px dotted #FFF;
	font-weight: bold;
}

#viewtableimage {
	padding-top: 40px;
}

#viewimage img {
	margin-left: 13px;
	background: #8F006B;
	border: 0px solid #FFF;
	padding: 5px;
  }

#viewcaption {
	margin: 10px 13px;
	font-style: italic;
}

#profilebasicinfo .content .innerborder {
	padding: 8px 10px 8px 10px;
}

#profilebasicinfo .content .innerborder div {
	padding: 2px 0;
}

#profilebasicinfo .content span {
	white-space: nowrap;
}

#profilebasicinfo b {
	display: block;

}

#profilebasicinfo span {
	display: block;
	margin-left: 9px;
}

#profilebasicinfo .online {
	color: #E82771;
	font-weight: bold;
}

#profilechannels .spacer,
#profilecommunities .spacer {
	height: 10px;
}

.smallbox .channellist {
	margin-left: 9px;
}

#profileadmintools div.spacer,
#profileactions div.spacer {
	height: 10px;
}

/* Kotisivu, Sähköposti, Paikkakunta, yms.. */

.smallbox .network {
	font-weight: bold;
	color: #E82771;
}

#profhomepage, #profemail, #profcity, #profdob, #proflastlogin {
	font-weight: bold;
	color: #E82771;
}

#profcity span {
	color: #B36B00;
}

/* IHKUBOKSI */ 

#profileaphorism br {
	
}

#profileaphorism img {
	border: 2px solid #000;
	margin: 0 0 15px 0;
}

#profileaphorism a {
	border: 0;
}

#profileaphorism a:link {
	border: 0;
}

#profileaphorism a:visited {
	border: 0;
}

#profileaphorism a:hover {
	border: 0;
}

#profileaphorism .content {
	padding: 10px 0;
}

#profileaphorism .content .innerborder {

}

/* HYMIÖT (oletuksena pois päältä) */

#smileys, #smileyselector {
	display: none;
}