/*
 * Modauspohjaksi tarkoitettu stylesheetti. Sisältää vain
 * profiilisivua ja kuva-arkistoa koskevat määritykset.
 *
 * $Id: basestyle.css,v 1.3 2004/12/29 13:19:58 tuner Exp $
 */
 
body {
	background-color: #0A0A0A;
	padding: 0; margin: 0;
	color: #DAE6ED;

	font-family: Verdana, Arial, Sans-Serif;
}

table {
	border-collapse: collapse;
}

#outerbody {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#headerblock {
	position: relative;
}

h1 {
	background-color: #14273D;
	margin: 0;

	display: block;
	height: 54px;

	position: relative;
}

h1 .ircgalleria {
	color: #E2EBF1; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 28px;

	display: block;
	margin: auto;
	position: absolute;
	top: 11px;
	left: 19px;

}

h1 .separator { display: none; }

h1 .title {
	font-family: Verdana, Arial, Sans-Serif;
	color: #F68C00;
	font-size: 12px;
	font-weight: bold;

	display: block;
	margin: auto;
	position: absolute;
	top: 25px;
	left: 190px;
}

h1 .title .small {
	font-weight: normal;
}


/* --- sivujen alareunan palkki ---
 * Copyright tiedot saa piilottaa. Tekijänoikeuslaki pätee
 * vaikka erillistä mainintaa ei olisikaan. 
 */

#footer {
	background: #152E48;
	margin-bottom: 40px;
	border-top: 1px solid black;
}

p {
	line-height: 15px;

	margin-top: 0;
	margin-bottom: 10px;
}



/* --- leipätekstissä ja listoissa olevat boldaukset --- */

p b, li b {
	color: #F68C00;
}

strong {
}

.error, ul.errors {
	color: #FF7070;
}

.alert {
	color: #FF3030;
	font-weight: bold;
}

div.smallbox .error {
	color: red;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #E1C196;
}

a:visited {
	color: #CEB086;
}

a:hover {
	text-decoration: underline;
	color: #FFDEB0;
}


div.picture a {
}

div.picture img {
	border: 1px solid #667A8F;
	margin: 0;
}

input {
	margin: 0;
	margin-right: 5px;
}

input.text,
textarea.text,
select {
	background-color: #162538;
	border: 1px solid #667A8F;
	font-size: 12px;

	color: white;
}

input.submit {
	color: black;
	font-size: 10px;
	letter-spacing: 1px;

	background-color: #90A2B6;

	border-top: 1px solid #B8CFE9;
	border-left: 1px solid #B8CFE9;
	border-bottom: 1px solid #58636F;
	border-right: 1px solid #58636F;
}

/* --- päävalikko --- */

#mainmenu {
	background-color: #33506F;
	margin: 0;
	float: left;

	width: 100%;

	border-top: 1px solid #667A8F;
	border-bottom: 1px solid #667A8F;
}

#mainmenu .innerborder {
	float: left;
	width: 100%;
	  
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#mainmenu ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;

	padding-left: 10px;
	padding-right: 10px;
}

#mainmenu li {
	display: block;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;

	float: left; /* älä muuta tätä! se on lamea ja huonontaa käytettävyyttä */
}

li#mmlogout {
	float: right;
}

#mainmenu li.selected {
	background-color: #768BA6;
}

#mainmenu li a {
	display: block;

	padding: 2px 10px 3px 10px;
	color: #E2EBF1;
	font-size: 10px;

	float: left;
	margin: 0;

	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu #mmnewcomments a {
	color: #DAAA67;
	font-weight: bold;
}

#mainmenu li a:hover {
	color: #F68C00;
	background-color: #1C2C3C;
}


/* --- Alavalikko, esitetään lehdyköinä --- */




/* --- kapeat, kevyillä kehyksillä varustetut boksit --- */

div.smallbox {
	margin-bottom: 10px;
	border-top: 1px solid black;
}

div.smallbox div.title {
	border: 1px solid #667A8F;
	border-bottom: none;

	background-color: #445A72;
}

div.smallbox div.title h3 {
	margin: 0;
	padding: 2px;
	
	text-align: center;
	font-family: Arial, Sans-serif;
	color: #E2EBF1;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.smallbox .content {
	border: 1px solid #667A8F;
	background-color: #1F3145;
}

div.smallbox .content .innerborder {
	border: 1px solid black;
	padding: 0 10px 0 10px;
}

div.smallbox .content div.tabledecorator {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.smallbox .errors {
	color: #FF4040;
}

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;
}

/* --- kommenttiboksi --- */

div.commentbox {
	border-top: 1px solid #5C6E81;
	border-bottom: 1px solid #5C6E81;
	background-color: #182A3D;
}

div.commentbox .title {
	display: none;
}

div.commentbox .content {
	padding: 15px;
}

div.commentbox .innerborder div {
	margin-top: 1px;
	margin-bottom: 1px;
}

div.commentbox .stamp {
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #B2C1CB;

	white-space: nowrap;
}

div#newcomments {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #F68C00;
}

/* --- view.php:n kommentiboksi. ie:tä varten täytyy määritellä kiinteä leveys. --- */

div#viewcommentbox {
	width: 686px;
}

 
/* kommenttien värit */
div.commentbox tr.owner {
	color: #F28E00;
}

div.commentbox tr.private, .private {
	color: #E04BC6;
}

div.commentbox tr.admin, .admin {
	color: #00FFF6;
}

div.commentbox tr.user {
	color: #95EA48;
}

div.commentbox td {
	padding-right: 5px;
}

div.commentbox td.sender {
	white-space: nowrap;
}

#commentform {
	margin-top: 10px;
	margin-bottom: 10px;
}

#commentform td {
	vertical-align: middle;
}


/* --- käyttäjän profiilisivu --- */

#viewtable {
	border-collapse: collapse;
}

#viewtable td {
	vertical-align: top;
}

#viewtableinfo {
	width: 213px;
}

#viewtableimage {
	width: 686px;
	padding-left: 20px;
}

#viewtableimage img {
	border: 0;
}

#viewcaption {
	margin: 3px 10px 20px 1px;
}

#profilebasicinfo .content .innerborder {
	padding: 8px 10px 8px 10px;
}

#profilebasicinfo .content .innerborder div {
	padding: 2px 0 2px 0;
}

#profilebasicinfo .content span {
	white-space: nowrap;
}

#profilebasicinfo b {
	display: block;
}

#profilebasicinfo span {
	display: block;
	margin-left: 9px;
}

/*
#profilebasicinfo .content a {
	font-weight: normal;
	text-decoration: underline;
}
*/

#profilebasicinfo .online {
	color: #69F251;
	font-weight: bold;
}

.smallbox .network {
	font-weight: bold;
}

#profilechannels .spacer,
#profilecommunities .spacer {
	height: 10px;
}

.smallbox .channellist {
	margin-left: 9px;
}

#profileadmintools div.spacer,
#profileactions div.spacer {
	height: 10px;
}

#profileaphorism .title {
	display: none;
}

#profileaphorism .content {
	background-color: #4D6072;
}

#profileaphorism .content .innerborder {
	padding: 10px;
	font-family: "Lucida Console", Monospace;
}

#profileadmintools .title h3 {
	text-transform: none;
}



/* --- Kuva-arkiston tyylit --- */

table.grid {
	border-collapse: collapse;
}

table.grid td {
	vertical-align: top;

	width: 172px;

	padding: 1px;
	padding-bottom: 10px;
}

table#archivetable,
table#bookmarktable {
	width: 100%;
}

table.grid td div {
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
}

table.grid td div div {
	padding: 0;
}

td#archive table.grid div.default {
	background-color: #364C64;
}

td#archive table.grid div.default img {
	border: 1px solid #F28E00;
}

table.grid div.online img {
	border: 1px solid #33FF33;
}

table.grid div.online {
	background-color: #227022;
}

table.grid div.invisible img {
	filter: Alpha(opacity=40) Gray();
	-moz-opacity: .30;
	opacity: 0.3;
}

table.grid {
}

table.grid div.tools {
	margin-bottom: 3px;
}

