/*
Theme Name: Andreas01 for PukiWiki (based on WP-Andreas01 ver1.7)
Theme URI: http://lsx.sourceforge.jp/index.php?Skin%2Fandreas01
Refer also: http://andreasviklund.com/wordpress-themes/
*/

/* Body 
--------------------------------------------------------- */
*
{
	margin:0;
	padding:0;
}

body
{
	margin:0 auto;
	background:#f4f4f4 url(bg.gif) top center repeat-y;
	color:#303030;
}

/* Others (Firefox) */
body
{
	font:x-small Verdana,Tahoma,Arial,sans-serif;
}

/* IE6 */
* html body
{
	font:x-small Verdana,Tahoma,Arial,sans-serif;
}

/* IE7 */
*+html body
{
	font:x-small Verdana,Tahoma,Arial,sans-serif;
}

/* Opera8 */
*+html > /**/body
{
	font:x-small Verdana,Tahoma,Arial,sans-serif;
}

#wrap
{
	background-color:#fff;
	color:#333;
	margin:0 auto;
	width:760px;
	font-size:127%;
}

/* Links
--------------------------------------------------------- */
a
{
	background-color:inherit;
	color:#286ea0;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	background-color:inherit;
	color:#286ea0;
	font-weight:normal;
	text-decoration:underline;
}

a img
{
	border:0;
}

/* Header
--------------------------------------------------------- */
#header
{
	margin:3px 0px;
	padding-bottom:-5px;
}

#header h1
{
	background-color:inherit;
	color:#555;
	float:left;
	font-size:18px;
	letter-spacing:-1px;
	margin:0px 0 5px;
	width:500px;
}

#header h1 a
{
	background-color:inherit;
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

#header div#subtitle
{
	background-color:inherit;
	color:#777;
	font-weight:bold;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:6px 0 0;
	text-align:center;
	width:400px;
}

#frontphoto
{
	margin:0 0 10px;
}

/* Navibars
--------------------------------------------------------- */
#navigator
{
	margin:-10px auto 10px;
}

#navigator2
{
	margin:-10px auto 10px;
	padding:0 4px;
	left:0;
	width:100%;
	white-space:nowrap;
}

td.navimenu
{
	margin:2px 5px;
	font-size:1em;
}

td.navimenu a
{
	color:navy;
	padding:0 4px;
	font-weight:bold;
	text-decoration:none;
}

td.navimenu a:active
{
	background-color:t#cce;
	text-decoration:none;
}

td.navimenu a:visited
{
	color:navy;
	text-decoration:none;
}

td.navimenu a:hover
{
	background-color:#cce;
	text-decoration:none;
}

div.naviblock
{
	z-index:10;
	padding:0;
	margin:0;
	border-right:gray 1px solid;
	border-bottom:gray 1px solid;
	border-left:gray 1px solid;
	background-color:white;
	visibility:hidden;
	position:absolute;
}

div.naviblock div.MenuIte
{
	padding:0;
	margin:0;
}

div.naviblock a
{
	font-weight:bold;
	padding:0 8px;
	color:#338;
	text-decoration:none;
	display:block;
}

div.naviblock a:active
{
	background-color:#cce;
	text-decoration:none;
}

div.naviblock a:visited
{
	color:#338;
	text-decoration:none;
}

div.naviblock a:hover
{
	background-color:#cce;
	text-decoration:none;
}

/* Sidebars
--------------------------------------------------------- */
#leftside
{
	clear:left;
	float:left;
	line-height:1.4em;
	margin:0 0 5px;
	padding:0;
	width:140px;
	overflow:hidden;
}

#extras
{
	float:right;
	line-height:1.4em;
	margin:0 0 5px;
	padding:0;
	width:140px;
	overflow:hidden;
}

#leftside p,#leftside ul,#leftside div.textwidget,#extras p,#extras ul,#extras div.textwidget
{
	font-size:1em;
	margin:0;
}

#leftside li,#extras li
{
	line-height:1.2em;
	list-style:none;
	margin:0 0 6px;
}

#leftside ul ul,#extras ul ul
{
	margin:6px 0 0 10px;
}

#leftside ul ul li,#extras ul ul li
{
	margin:0 0 4px;
}

#leftside ul ul li a,#extras ul ul li a
{
	font-weight:normal;
}

#leftside ul.linklist,#extras ul.linklist
{
	font-size:1em;
}

#leftside ul.linklist ul,#extras ul.linklist ul
{
	margin:0 0 20px;
}

#leftside ul.linklist ul li a,#extras ul.linklist ul li a
{
	font-weight:bold;
}

#leftside h2,#leftside ul.linklist li h2,#leftside h3,#extras h2,#extras ul.linklist li h2,#extras h3,table#style_calendar caption
{
	background-color:inherit;
	color:#505050;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin:0 0 6px;
}

#leftside label,#extras label
{
	display:none;
}

/* Box
--------------------------------------------------------- */
div.box
{
	clear:left;
	margin:10px 0 15px;
	padding:7px 5px;
	background-color:#f4f4f4;
	color:#505050;
	border-left:4px solid #cccccc;
	line-height:1.5em;
}

#leftside div.box p,#extras div.box p,#content div.box p,#contentwide div.box p
{
	margin:10px 0 0;
	padding:0;
}

#leftside div.box ul,#extras div.box ul,#content div.box ul,#contentwide div.box ul
{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
}

#leftside div.box ol,#extras div.box ol,#content div.box ol,#contentwide div.box ol
{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
}

#leftside div.box dl,#extras div.box dl,#content div.box dl,#contentwide div.box dl
{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
}

/* Main menu
--------------------------------------------------------- */
.page ul
{
	list-style:none;
	margin:0 0 20px;
	width:140px;
}

.page ul li
{
	display:inline;
	line-height:1.4em;
	width:140px;
}

.page ul li a
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:130px;
}

.page ul li a:hover,.page ul li.current_page_item a
{
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#505050;
}

.page ul ul
{
	font-size:0.9em;
	margin:0 0 0 15px;
	padding:0 0 5px;
	width:125px;
}

.page ul ul a
{
	padding:3px 1px 3px 5px;
	width:115px;
}

.page ul ul ul
{
	width:113px;
}

.page ul ul ul a
{
	width:100px;
}

.page ul li span.noexists
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:130px;
}

.page ul li span.noexists a
{
	background-color:inherit;
	border:none;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:underline;
	width:auto;
}

/* Content
--------------------------------------------------------- */
#content
{
	line-height:1.6em;
	margin:0 155px 5px;
	padding:0;
}

#contentwide
{
	line-height:1.6em;
	margin:0 0 5px 150px;
	padding:0;
}

#content h1,#contentwide h1
{
	line-height:1.4em;
	font-size:1.6em;
	margin:0 0 10px;
}

#content h1 a,#contentwide h1 a
{
	background-color:inherit;
	color:#333;
}

#content h2,#contentwide h2
{
	line-height:1.4em;
	font-size:1.6em;
	margin:0 0 10px;
	font-weight:bold;
}

#content h2 a,#contentwide h2 a
{
	font-weight:bold;
}

#content h3,#contentwide h3
{
	line-height:1.4em;
	font-size:1.4em;
	margin:0 0 8px;
	border-bottom:solid 1px #286ea0;
}

#content h4,#contentwide h4
{
	line-height:1.1em;
	font-size:1.1em;
	margin:10px 0 3px;
	padding-left:2px;
	border-left:solid 3px #286ea0;
}

#content ul,#contentwide ul,#content ol,#contentwide ol
{
	margin:0 0 0 16px;
}

#content li,#contentwide li
{
	padding:0;
}

#content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol
{
	margin:0 0 0 16px;
}

/* Negative because of pukiwiki's list-margin 16px in default.ini.php */
#content dt,#contentwide dt
{
	margin-left:-32px;
	font-weight:bold;
}

#content dd,#contentwide dd
{
	margin-left:-16px;
}

div.img_margin img,div.img_margin img
{
	margin:3px 10px 3px 0;
}

/* Footer
--------------------------------------------------------- */
#footer
{
	border-top:2px solid #e0e0e0;
	font-size:0.9em;
	clear:both;
	color:#777;
	font-weight:normal;
	line-height:1.4em;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:760px;
}

#footer p
{
	margin:0;
	padding:0;
}

#footer a
{
	color:#777;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover
{
	color:#555;
	text-decoration:underline;
}

#footer strong a
{
	font-weight:bold;
}

#footer span.credits
{
	font-size:1.1em;
}

/* Subpage menu
--------------------------------------------------------- */
#subpages
{
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	float:right;
	font-weight:bold;
	line-height:1.3em;
	margin:-5px 0 8px 15px;
	padding:0 0 10px 10px;
	width:190px;
}

#subpages h2
{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.3em;
	margin:0 0 12px;
}

#subpages ul.submenu
{
	line-height:1.4em;
	list-style:none;
	margin:0;
}

#subpages ul.submenu li
{
	display:inline;
	line-height:1.4em;
	width:180px;
	padding:0;
}

#subpages ul.submenu li a
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 1px 3px 5px;
	text-decoration:none;
	width:180px;
}

#subpages ul.submenu li ul
{
	margin:0 0 5px 10px;
	width:170px;
}

#subpages ul.submenu li ul li a
{
	width:170px;
}

#subpages ul.submenu li ul ul
{
	margin:0 0 5px 10px;
	width:160px;
}

#subpages ul.submenu li ul ul li a
{
	width:160px;
}

#subpages ul.submenu li ul ul ul
{
	margin:0 0 5px 10px;
	width:150px;
}

#subpages ul.submenu li ul ul ul li a
{
	width:150px;
}

#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a
{
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#555;
}

#subpages ul.submenu li.current_page_item ul li a
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#555;
}

/* Tags
--------------------------------------------------------- */
p,ul,ol
{
	margin:0 0 18px;
}

blockquote
{
	border-left:4px solid #e0e0e0;
	margin:20px;
	padding:8px 8px 8px 15px;
}

blockquote p
{
	background-color:inherit;
	color:#505050;
	font-size:0.9em;
	line-height:1.3em;
}

table#style_calendar
{
	margin:0 0 20px;
	width:140px;
}

code
{
	font-size:1.2em;
	display:block;
	padding:5px 5px 5px 8px;
	background-color:#f4f4f4;
	margin:5px 0 15px;
	border-left:4px solid #cccccc;
}

/* Pre
--------------------------------------------------------- */
pre
{
       margin:1em 0;
       border:1px dashed #2f6fab;
       color:black;
       background-color:#f9f9f9;
}

/* Others (Firefox) */
pre
{
       padding:.5em;
       line-height:1.4em;
       white-space:-moz-pre-wrap;
       white-space: pre-wrap;
}

/* IE6 */
* html body pre
{
       padding:.5em 1.5em;
       line-height:1.4em;
       line-break:strict;
       word-break:break-all;
       word-wrap:break-word;
}

/* IE7 */
*+html body pre
{
       padding:1em;
       line-height:1.4em;
       overflow:auto;
}

/* Opera8 */
*+html > /**/body pre
{
       padding:.2em .5em;
       line-height:1.8em;
       white-space:-pre-wrap;
       white-space:-o-pre-wrap;
}

/* Forms
--------------------------------------------------------- */
label
{
	background-color:inherit;
	color:#606060;
	font-size:0.9em;
	font-weight:normal;
}

#s,#submit
{
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
}

/* wrap_search.inc.php */
.searchInput
{
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
}

.searchButton
{
	display:none;
}

/* edit.inc.php */
.edit_form input
{
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0;
	padding:2px;
	width:100px;
}

.edit_form input#_edit_form_notimestamp
{
	margin:0;
	padding:0;
	width:18px;
}

.edit_form #msg,#author,#email,#url,#comment
{
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

.edit_form
{
	margin:0;
}

.edit_form p
{
	margin:0 0 6px;
}

/* realedit.js (Realtime Preview) */
#realview_outer
{
       z-index:10;
       margin:1px;
       height:200px;
       width:99%;
       overflow:scroll;
       display:none;
}


/* Table
--------------------------------------------------------- */
thead td.style_td,tfoot td.style_td
{
	color:inherit;
	background-color:#f2f2f2;
}

thead th.style_th,tfoot th.style_th
{
	color:inherit;
	background-color:#d8dde8;
}

.style_table
{
	padding:0;
	border:0;
	margin:1em auto;
	text-align:left;
	font-size:100%;
	color:inherit;
	background-color:#aaa;
}

.style_th
{
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#eee;
}

.style_td
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#f9f9f9;
}

div.ie5
{
	text-align:center;
}

/* Float fix
--------------------------------------------------------- */
.contenttext
{
	overflow:hidden;
}

/* IE6 */
* html .contenttext
{
	height:1px;
	overflow:visible;
}

/* IE6 */
* html .contenttext p
{
	overflow:hidden;
	width:99%;
}

/* Various classes
--------------------------------------------------------- */
.left
{
	border:1px solid #cccccc;
	float:left;
	margin:10px 15px 10px 0;
}

.right
{
	border:1px solid #cccccc;
	float:right;
	margin:10px 0 5px 10px;
}

.center
{
	border:1px solid #aaaaaa;
	margin:5px auto 12px;
	text-align:center;
}

.textright
{
	text-align:right;
}

.small
{
	font-size:0.8em;
}

.bold
{
	font-weight:bold;
}

.hide
{
	display:none;
}

.post
{
	margin:0 0 25px;
}

.postinfo
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#606060;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
	margin:1px 0 40px;
	padding:8px 5px 8px 8px;
}

.comment
{
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#606060;
	margin:0 0 10px;
	padding:8px 5px 0 8px;
}

.comment p.commenthead
{
	line-height:1.6em;
}

.comment p
{
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 6px;
	padding-bottom:5px;
}

.navigation
{
	display:block;
	margin:10px 0;
	padding:0 0 15px;
	text-align:center;
}

.navigation p
{
	margin:0;
	padding:0;
}

.prevlink
{
	margin-right:20px;
}

.nextlink
{
	margin-left:20px;
}

/* PukiWiki Syntax
--------------------------------------------------------- */
span.noexists
{
}

.small
{
	font-size:80%;
}

.small1
{
	font-size:70%;
}

.super_index
{
	color:#DD3333;
	font-weight:bold;
	font-size:60%;
}

.note_super{
	font-size:0.6em;
}

hr.full_hr
{
	border-style:solid;
	border-color:#888 #FFF #888;
	border-width:1px 0px;
}
hr.note_hr
{
	width:99%;
	border-style:solid;
	border-color:#888 #FFF #888;
	border-width:1px 0px 1px 0px;
	text-align:center;
	margin:1em 0em 0.1em 0em;
}

/* Plugins
--------------------------------------------------------- */

/* hr.inc.php */
hr.short_line
{
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#333;
	border-width:1px 0px;
}

/* aname.inc.php */
.anchor
{
}
.anchor_super
{
}

/* br.inc.php */
br.spacer
{
}

/* size.inc.php */
span.size1
{
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2
{
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3
{
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4
{
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5
{
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6
{
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7
{
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* clear.inc.php */
.clear
{
	display:block;
	clear:both;
}

/* counter.inc.php */
div.counter
{
	font-size:70%;
}

/* diff.inc.php */
span.diff_added
{
	color:blue;
}
span.diff_removed
{
	color:red;
}

/* Serch */
strong.word0{
	background-color:#FFFF66;
}
strong.word1{
	background-color:#A0FFFF;
}
strong.word2{
	background-color:#99FF99;
}
strong.word3{
	background-color:#FF9999;
}
strong.word4{
	background-color:#FF66FF;
}
strong.word5{
	background-color:#880000;
	color:white;
}
strong.word6{
	background-color:#00AA00;
	color:white;
}
strong.word7{
	background-color:#886800;
	color:white;
}
strong.word8{
	background-color:#004699;
	color:white;
}
strong.word9{
	background-color:#990099;
	color:white;
}

/* new.inc.php */
span.comment_date
{
	font-size:x-small;
}
span.new1
{
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5
{
       color:green;
       background-color:transparent;
       font-size:xx-small;
}

/* vote.inc.php */
td.vote_label
{
	color:inherit;
	background-color:#d8dde8;
}

td.vote_td1
{
	color:inherit;
	background-color:#f9f9f9;
}

td.vote_td2
{
	color:inherit;
	background-color:#f2f2f2;
}

/* bliki.inc.php */
div.blikiFooter
{
	text-align:right;
}

/* contentsx.inc.php */
#content .toc,#contentwide .toc
{
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}

#content .toc .toctitle,#contentwide .toc .toctitle
{
	text-align:left;
	margin:0px 10px 0px 0px;
}

#content .toc .toctitle span,#contentwide .toc .toctitle span
{
	font-weight:bold;
	margin:0px 5px 0px 5px;
}

#content .toc .toclist ul, #contentwide .toc .toclist ul
{
	margin:5px 5px 5px 20px;
}
#content .toc .toclist ul ul, #contentwide .toc .toclist ul ul
{
	margin-left:15px;
}

/* Copy from default.css (not verified yet)
--------------------------------------------------------- */

/* popular.inc.php */
span.counter
{
	font-size:70%;
}
ul.popular_list
{
	padding:0px 0px 0px .5em;
	margin:0px 0px 0px .5em;
	border:0px;
	word-wrap:break-word;
	word-break:break-all;
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list
{
	padding:0px 0px 0px .5em;
	margin:0px 0px 0px .5em;
	border:0px;
	word-wrap:break-word;
	word-break:break-all;
}
ul.recent_list li
{
	line-height:110%;
}

/* ref.inc.php */
div.img_margin
{
	margin-left:6px;
	margin-right:6px;
}

div.jumpmenu
{
	font-size:50%;
	text-align:right;
}

div#attach
{
	clear:both;
	padding:0px;
	margin:0px 1%;
	font-size: 78%;
}
div#attach img
{
	vertical-align: middle;
}

div#toolbar
{
	clear:both;
	padding:0px;
	margin:0px 1%;
	text-align:right;
	white-space: nowrap;
}

div#lastmodified
{
	font-size:80%;
	padding:0px;
	margin:0px 1%;
	text-align:right;
}

div#related
{
	font-size:80%;
	padding:0px;
	margin:16px 1% 0px 1%;
}

