html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {color: black;background: white;}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

body
{
	background:#554344;
	margin:0;
	font:10pt/14pt "Trebuchet MS", sans-serif;
}

input, select, textarea {
	font-size:10pt;
	font-family:"Trebuchet MS", sans-serif;
}

/* graphical structure */
#c_all {
	width:1100px;
	margin:auto;
}
#c_all.lowres {
	position:absolute;left:0;top:0;margin-left:0
}
#b{width:950px;float:left;background:#FFF url(content.png) repeat-y;}
#tiny_content{width:650px;margin:auto;margin-top:20px;background:#FFF;border:8px solid #000;padding:8px}
#right_ads{padding-top:43px;margin-left:955px}
#banner{background:url(banner.jpg) no-repeat;height:190px;}
#banner a{display:block;height:185px;}
#banner span{display:none}
#menuctr{background:url(menu.png) no-repeat;height:65px;}
#footer{
	clear:both;
	background:url(footer.png) repeat-y;
	padding:6px;
	font-size:8pt;
	color:#FFDFB6;
	text-align:center;
	margin-top:1em
}

#footer a {
	color:#ffdfb6
}
#footer a:hover{
	color:#fff
}

#content
{
	padding:5px 30px;
	padding-bottom:20px;
	clear:both;
	min-height: 550px;

}

.main_n
{
	width:660px;
	padding-right:50px;
	float:right
}
.main_1c
{
	padding:20px
}

#imenu
{
	float:left;
	width:150px;
	font-size:10pt;
	line-height:14pt;
	margin-top:0.75em
}

#imenu a
{
	display:block;
	margin-bottom:0.5em
}

#imenu a.current
{
	color:black;
	font-weight:bold;
	text-decoration:none
}

#imenu hr {
	display:block;
	border:none;
	border-bottom:1px solid #000;
	padding-top:3px
}

h1,h2,h3{
	
}

h1
{
	font-size:20pt;
	line-height:32pt;
	font-weight:bold
}
h2 {
	font-size:16pt;
	line-height:28pt;
	font-weight:bold
}
h3 {
	font-size:14pt;
	line-height:16pt;
	font-weight:bold;
	margin:1em 0
}

a {
	color: #693434
}

a:hover {
	color: #aa4040
}

/* top */

#top {
	background:url(top.png) no-repeat;
	height:46px;
}

#top_u {
	padding-top:6px;
	padding-left:10px;
	font-size:8pt;
	color:#FFDFB6
}

#top_u a {
	color:#FFDFB6
}

#top_u a:hover {
	color:#ffffff
}

#top input {
	font-size:8pt;
	color:#FFDFB6;
	background:#000;
	border:1px solid #7F474B;
}


#top_tb {
	border-collapse: collapse;
	width: 918px;
}

#top_tb td {
	vertical-align: top
}


#top_tb_user {
	padding-top:6px;
	width: 600px;
}
#top_tb_search {
	padding-top:6px;
	width: 200px;
}

#langctr {
	text-align:right;
}

#langctr a {
	text-decoration:none
}


/* menu */
#menu
{
	padding-left:30px;
	padding-top:24px;
}
#menu a.tl, #menu a.tla { display:block; float:left; height: 26px }
#menu a.tl, #menu a.tla { background-repeat: no-repeat }
#menu a.tl 						{	background-image:url(menutext2.png);	}
#menu a.tla, #menu a.tl:hover, #menu a.current_sel	{	background-image:url(menutext2ro.png); }
#menu a.tl span, #menu a.tla span { display: none; }
/*
vx=0
for n, w in zip("etusivu info tapahtuma ohjelma yhteys blogi".split(), (99, 69, 157, 119, 182, 70)):
	print "#menu a.%s		{	width:%dpx;		background-position: %dpx 0px;}"%(n, w, vx)
	vx -= w
	
*/
#menu a.etusivu		{	width:99px;		background-position: 0px 0px;}
#menu a.info		{	width:69px;		background-position: -99px 0px;}
#menu a.tapahtuma	{	width:157px;	background-position: -168px 0px;}
#menu a.ohjelma		{	width:119px;	background-position: -325px 0px;}
#menu a.yhteys		{	width:182px;	background-position: -444px 0px;}
#menu a.blogi		{	width:70px;		background-position: -626px 0px;}




.banner_ad {
	display:block;
	margin-bottom:1em;
	padding:0;
}

.banner_ad img, .banner_ad div.flash_ctr {
	border:2px solid #000;
	width:140px;
	height:150px;
}


.banner_ad_bakacon img {
	border-color:transparent !important;
}

#loginform {
	display:block;
	float:left;
}

#loginform_loading{
	background:url(ajaxload.gif) no-repeat;
	display:block;
	float:left;
	
	width:18px;
	height:15px;
	margin-left:5px;
	margin-top:2px;
}


.kikyuu {
	font-size:8pt;
	line-height:11pt;
	max-width: 250px;
	background:#222;
	color:#FFF;
	border:3px solid #FFF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:1em;
	
}

.kikyuu-success {
	background:#2b431b;
}

.kikyuu-error {
	background:#502929
}




/** Blog posts */

.blog_post {
	border-bottom:1px dotted #554344;
	padding-bottom:1em;
	margin-bottom:1em;
}

.single_blog_post h2 a {
	color:#000;
	text-decoration:none
}

.blog_post_meta
{
	font-size:8pt;
	margin:0 1em;
	margin-bottom:0.5em;
}

.comment_form_ctr label, .comment_tiny label {
	width:100px;
	margin-right:1em;
	display:block;
	float:left;
}

.comment_form_ctr p, .comment_tiny form p {
	display:block;
	clear:both;
	margin-bottom:0.5em
}

.comment_user
{
	height:16px;
	padding-left:18px;
	font-weight:bold;
}


.comment_staff_user
{
	background:url(desulogo16.gif) no-repeat;
	color:#090
}

.comment_text
{
	padding-top:0.2em;
	padding-left:18px;
	
}

.comment
{
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #554344
}



/** Front page */

.front_box h2 {
	font-size: 12pt;
	border-bottom:1px dotted #000;
	line-height: 16pt
}

#front_boxes {
	margin-top:15px;
	margin-left:50px;
	width:750px;
	height:150px;
}

.front_box {
	float:left;
	width: 350px;
	padding:0 10px
}

.front_box small.arch {
	display:block;
	text-align:right
}

#front_banner {
	clear:both;
	text-align:center;
	padding-top:2em;
}

#etusivubox {
	width:750px;
	margin:auto;
	text-align:center;
}

#etusivubox td {
	padding:0 20px
}

#etusivubox td.esbox1 {
	text-align:left;
	width:220px;
}

#etusivubox small {
	font-size:8pt;
	line-height:12pt
}

.staff_info {
	font-size:8pt;
	line-height:12pt;
	text-align:center;
	padding-bottom:1em
}

#paginator {
	text-align:center;
	margin:1em;
	clear:both;
	line-height:3em
}


#paginator .page {
	padding:3px 6px;
	margin:0 2px;
	display:inline;
	border:1px solid #2B1515;
	vertical-align:middle;
	background:#f3f2f1;
	text-decoration:none;
}

#paginator a.current-page {
	color:#fff;
	background:#2B1515
}

#after-paginator {
	clear:both;
	margin-bottom:1em
}

#paginator {
	text-align:center;
}



.djform ul.errorlist {
	margin:0;
	padding:0;
	list-style:none;
	color:maroon;
	font-size:8pt;
}

.djform th {
	text-align:right;
	padding-right:.5em
}

.djform .field-ctr {
	padding-left:20px
}

.djform td {
	padding-bottom:1em
}

.djform input, .djform textarea {
	width:100%
}

.djform input#id_tsukicon {
	width:auto
}

.djform .help_text
{
	width:100%;
	padding:5px;
	font-size:8pt;
	line-height:12pt
	
}

.meidoform {
	margin:auto;
	width:700px
}

.ordadm {
	width: 100%
}

.ordadm td {
	vertical-align:top
}

.ordadm .ticket {
	font:9pt arial,helvetica;
	font-weight:bold;
	padding:1px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #363
}

.ordadm .ticket_2pv {
	background:#378842;
	color:#fff
}

.ordadm .ticket_momoi {
	background:pink
}

.ordadm .ordadmfr td {
	border-top:4px groove #363;
	padding-top:0.5em;
}

.japanese {
	font-family: "Trebuchet MS", Meiryo, "MS Gothic", sans-serif !important;
}