/* <- ÄLÄ POISTA! TÄTÄ MERKINTÄÄ ->
 * Copyright (c) 2001-2006 IRC-Galleria
 *
 * http://ircmodaukset.vuaw.com/
 * (c) Suolehti/MMR. 2009
 *
 * 
 */
 
body {
	background-image: url("http://i58.photobucket.com/albums/g275/minttulehti/mods/turkoosi/lime.png");
	padding: 0; margin: 0;
	color: #A4EA64;
	font-family: Verdana, Arial, Sans-Serif;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

#outerbody {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}

/*yläpalkin asetukset*/

#headerblock {
	position: relative;
        background-color: #fff;
	height: 54px;
}

h1 {
	margin: 0;

	display: block;
	height: 54px;

	position: relative;
}

h1 .ircgalleria {
	display: none;

}

h1 .separator { display: none; }


h1 .title .small {
	font-weight: normal;
}

h3 {
	font-size: 13px;
}

/*oma nimimerkki*/
h1 .title {
	font-family: Verdana, Sans-Serif;
	color: #A4EA64;
	font-size: 12px;
	font-weight: bold;

	display: block;
	margin: none;
	position: absolute;
	top: 10px;
	left: 30px;
}

h1 .title .small {
	font-weight: normal;
}


/* copyrightit alareunassa */

#footer {
	background-color: #fff;
	margin-bottom: 40px;
	border-top: 0px solid black;
}

#footer .innerborder {
	font-size: 8px;
	text-align: center;
	padding: 2px 20px 5px 20px;
	color: #A4EA64;
	background-color: #fff;
}

#footer a {
	color: #A4EA64;
}


/*yläpalkissa olevat haut*/

#search {
	position: absolute;
	bottom: 11px;
	right: 8px;
}

#search table {
	border-collapse: collapse;
}

#search table td {
	vertical-align: top;
	padding: 0;
}

/*haun tuunaus */
#search td.searchtitle div    { display: none; }
#search td.nicktitle div      { display: none; }
#search td.communitytitle div { display: none; }
#search td.channeltitle div   { display: none; }

#search input {
	margin: 0;
}

#search input.text {
        background-color: #A4EA64;
	border: 1px solid #fff;
	font-size: 9px;
	font-family: Verdana, Sans-Serif;
        color: #fff;
	padding: 1px;
}

#search form {
	margin: 0; padding: 0;
	margin-right: 5px;
}

#search a {
	text-decoration: none;
}

#search a span {
	font-size: 11px;
	padding-left: 3px;
	visibility: hidden;
}

#search a:hover {
	text-decoration: none;
}


/*leipäteksti (kaikki tekstit miinus lehdykät ja päävalikko)*/

p, td, ol, ul, dl, div {
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 0px;
	font-size: 10px;
}

p {
	line-height: 15px;

	margin-top: 0;
	margin-bottom: 10px;
}

/*kuvat*/

#imagerules li,
#longrules li,
#blogrules li {
	margin-bottom: 4px;
}

h4 {
	font-size: 11px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 5px;
}

/*boldaukset*/
p b, li b {
	color: #A4EA64;
}

strong {
}

.error, ul.errors {
	color: #A4EA64;
}

.alert {
	color: #A4EA64;
	font-weight: bold;
}

div.smallbox .error {
	color: #A4EA64;
}

a {
	text-decoration: none;
	font-weight: none;
}

/*linkit*/

a:link {
	color: #A4EA64;
}

a:visited {
	color: #A4EA64;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

span.nick1 a {
	margin-left: 2px;
	margin-right: 2px;
}

div.picture a {
}

div.picture img {
	border: 0px solid #fff;
	margin: 0;

/*kommentti input*/

}

input {
	margin: 0;
	margin-right: 5px;
}

input.text,
textarea.text,
select {
        background-color: #fff;
	border: 0px solid #fff;
	font-size: 10px;
	
       color: #A4EA64;
}


input.submit {
	color: #A4EA64;
	font-size: 10px;
	letter-spacing: 0px;
        
        background-color: #fff;
	border: 0px solid #fff;
}

/*päävalikko*/

#mainmenu {
	background-color: #fff;
	margin: 0;
	float: left;

	width: 100%;

	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#mainmenu .innerborder {
	float: left;
	width: 100%;
	  
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}

#mainmenu ul {
	list-style: none;



	border: none;
	margin: 0;
	padding: 0;

	padding-left: 9px;
	padding-right: 10px;
}

#mainmenu li {
	display: block;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;

	float: left;
}

li#mmlogout {
	float: right;
}

#mainmenu li.selected {
	background-color: #fff;
}



#mainmenu li a {
	display: block;

	padding: 2px 9px 3px 9px;
	color: #A4EA64;
	font-size: 9px;

	float: left;
	margin: 0;

	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu #mmnewcomments a {
	color: #A4EA64;
	font-weight: bold;
}

#mainmenu li a:hover {
	color: #fff;
	background-color: #fff;
}

/*tyhjä mainmenu*/

#emptymainmenu {
	background-color: #fff;
	margin: 0;

	width: 100%;

	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#emptymainmenu .innerborder {
	width: 100%;
	  
	border-top: 0px solid black;
	border-bottom: 0px solid black;

	height: 17px;
	display: block;
}

/*lehdykät*/

#submenu, #subsubmenu {
	clear: both;
	float: left;
	font-size: 9px; letter-spacing: 0px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 15px;
	margin-left: 0px;
	border-bottom: 0px solid #fff; 
	width: 100%;
        background-color: #fff;
}

#submenu ul, #subsubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 17px;
}

#submenu li, #subsubmenu li {
	vertical-align: middle;

	margin: 0; padding: 0;
	padding-left: 15px;
	margin-right: 0;

	background-color:  #fff;

	float: left;
}

#submenu a, #subsubmenu a {
	display: block;
	margin: 0; padding: 0;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-color:  #fff;

	color: #A4EA64;

	float: left;

	font-size: 10px;
}

/*lehdyköiden linkit*/

#submenu a:hover, #subsubmenu a:hover {
	text-decoration: none;
        font-color: #fff;
}

#submenu li.selected, #subsubmenu li.selected {
	background-color: #fff;
}

#submenu li.selected a, #subsubmenu li.selected a {
	background-color: #fff;
}

/*sisäinen*/

#innerbody {
	clear: both;
	background-color: #fff;
	padding: 12px 18px 20px 18px;
}

#tabbedbody {
	clear: both;
	padding: 12px 18px 20px 18px;
	border-top: 0px solid #fff;
	background: #fff;
}


/* leipätekstiä sisältävät järeät laatikot*/

div.box {
	margin-bottom: 10px;
}

div.box div.title {
	border-bottom: 0px solid #fff;
	background-color: #fff;
}

div.box div.title h3 {
	margin: 0;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 3px;

	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px; 
	
	color: #A4EA64;
}

div.box .content {
	border-top: 0px solid #fff;
	background-color: #fff;

}

div.box .content .innerborder {
	border-top: 0px solid #fff;
	padding: 0 10px 10px 10px;
}

div.box .boxfooterleft {
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	background-color: #fff;
}

div.box .boxfooterright {
	display: block;
	margin: 0;
	height: 10px;
	padding: 0;
	background-color: #fff;

	font-size: 0;
}

div.box .content .text,
div.box .content select {
	background-color: #fff;

}

div.box .content .innerborder table {
	margin-top: 10px;
}

div.box .content p {
	margin-top: 10px;
	margin-left: 20px;
}

/*laatikot vasemmalla*/

div.smallbox {
	margin-bottom: 10px;
	border-top: 0px solid black;
	padding: 0;
	background-color: #fff;
}

div.smallbox div.title {
	border: 0px solid #fff;
	border-bottom: none;
	background-color: #fff;
}

div.smallbox div.title h3 {
	margin: 0;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Sans-serif;
	color: #A4EA64;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.smallbox .content {
	padding: 0;
	border: 0px solid #fff;
}

div.smallbox .content .innerborder {
	border: 0px solid black;
	padding: 0 10px 0 10px;
	margin: 0;
}

div.smallbox .content div.tabledecorator {
	margin-top: 10px;

	margin-bottom: 10px;
}

div.smallbox .errors {
	color: #A4EA64;
}

div.smallbox ul {
	margin-left: 25px;
	padding-left: 0;
}

div.smallbox p {
	margin-top: 10px;
}

div#indexfriends.smallbox h4 {
	font-family: Verdana, Sans-serif;
	font-size: 10px;

	margin-bottom: 2px;
}

div#indexfriends.smallbox div.tabledecorator {
	margin-top: 3px;
}

div#indexfriends.smallbox p {
	margin-top: 0; margin-bottom: 5px;
}

div#indexfriends.smallbox td.time {
	width: 38px;
}

#profilechannels .content .innerborder,
#profilecommunities .content .innerborder,
#profileactions .content .innerborder,
#trinketactions .content .innerborder,
#profileadmintools .content .innerborder,
#blogactions .content .innerborder {
	padding: 10px;
}

#trinketactions .content .innerborder,
#profileactions .content .innerborder,
#blogactions .content .innerborder,
#profileactions .content .innerborder {
	padding-top: 6px;
	padding-bottom: 6px;
}

#profilesms .content .innerborder{
	padding: 6px 10px 6px 10px;
}

/* kommenttiboksi*/

div.commentbox {
	border: 0px solid #000;
	background-color: #fff;
}

div.commentbox .title {
	color: #A4EA64;
}

div.commentbox .content {
	padding: 15px;
}

div.commentbox .innerborder div {
	margin-top: 1px;
	margin-bottom: 1px;
}

div.commentbox .stamp {
        display: none;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #A4EA64;

	white-space: nowrap;
}

div#newcomments {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #A4EA64;
}

#commentform {padding-top: 10px;}

div#viewcommentbox {
	width: 691px;
}

/* kommenttien värit */
div.commentbox tr.owner {
	color: #000;
}

div.commentbox tr.private, .private {
	color: #A4EA64;
}

div.commentbox tr.admin, .admin {
	color: #A4EA64;
}


div.commentbox tr.user {
	color: #A4EA64;
}

div.commentbox tr.deleted td { /* AJAX poistettu kommentti */
	text-decoration: line-through;
	color: #c0c0c0;
}

div.commentbox tr.deleted td.undelete { /* AJAX poistettu kommentti */
	text-decoration: none
}

div.commentbox td {
	padding-right: 5px;
}

div.commentbox td.sender {
	white-space: nowrap;
}

div.commentbox td.comment a {
	font-weight: normal;
	text-decoration: underline;
}

span.friend {
/*	color: #A4EA64; */
}



/*käyttäjän profiilisivu */

#viewtable {
	border-collapse: collapse;
}

#viewtable td {
	vertical-align: top;
}

#viewtableinfo {
	width: 214px;
	padding: 0;
}

#viewtableimage {
	width: 683px;
	padding-left: 18px;
}

#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 .online {
	color: #A4EA64;
	font-weight: bold;
}

.smallbox .network {
	font-weight: bold;
}
#blogwriterspacer,
#profilechannels .spacer,
#profilecommunities .spacer {
	height: 21px;
}

.smallbox .channellist {
	margin-left: 9px;
}

#profileadmintools div.spacer,
#profileactions div.spacer {
	height: 10px;
}

#profileaphorism .title {
	display: none;
}

#profileaphorism .content {
}

#profileaphorism .content .innerborder {
	padding: 10px;
}

#profileadmintools .title h3 {
	text-transform: none;
}

#profileaphorism img {
	border: none;
}

/*hymiölaatikko*/

#smileys {
	position: relative;
	width: 30px;
}

a#smileybutton {
	margin-left: 4px;
	margin-right: 4px;
}

#smileyselector {
	display: none;
	position: absolute;
	bottom: 20px;
	left: -36px;
	width: 93px;
	padding-top: 5px;
	background-color: #A4EA64;
	border: 0px solid #fff;
	z-index: 1000;
}

#smileyselector div.smiley, #smileyselector div.smileyclose {
	text-align: center;
	height: 25px;
	width: 31px;
	float:left;


}

#smileyselector br {
	clear: left;
}

#smileyselector div.smileyclose a {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 3px;
}