/*
Theme Name: Fixed Blix
Theme URI: http://lettersandscience.net/Blix/
Description: Fixed or fluid width. Language localization support. View the <a href="http://lettersandscience.net/Blix/showcase">Blix Gallery</a> at the <a href="http://lettersandscience.net/Blix/">demo</a> site. <a href="http://lettersandscience.net/wp-content/themes/Blix/readme.html">Read me</a>. Original theme by <a href="http://www.kingcosmonaut.de">Sebastian Schmieg</a>. Adapted by <a href="http://lettersandscience.net">dancer</a>.
Version: 2009.08.13
Author:
Author URI:
Tags: two-columns, fixed-width, flexible-width, right-sidebar, white
*/

@import "css/layout.css";
@import "css/layout_fixed.css";
@import "css/spring_flavour.css";
@import "css/spring_flavour_fixed.css";

/* ignore */
.alignleft {}
.alignright {}
.aligncenter {}

.entrybody table
{
	padding: 0px;
	margin: 1px;
	border: solid 1px #808080;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
.entrybody td
{
	padding: 3px 5px;
	border: solid 1px #808080;
}
.entrybody .top td
{
	background-color: #A0C0FF;
	font-weight: bold;
}

.entrybody table.noborder
{
	border: none;
}
.entrybody table.noborder td
{
	border: none;
}

pre.soucecode
{
	padding:15px 5px;
	border:solid 1px #C0C0C0;
	background-color:#F0F0F0;
	color:#000000;
/*	font-size:70%;
*/
	font-family: "ＭＳ ゴシック",monospace;
	word-break:break-all;
	overflow:auto;
	line-height: 150%;
	margin:0em;
}
.syntax
{
	padding:0px !important;
	margin:0px !important;
}

