/*  
Theme Name: xTrace
Theme URI: http://www.portasounds.com/
Description: The theme for <a href="http://xTrace.portasounds.com/">xTrace</a>.
Version: 1.0
Author: PORTASOUNDS
Author URI: http://www.portasounds.com/
*/



@import "select.css";

/* ================================
    Global
   ================================ */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #EAEDD3;*/
	background: #222222 url("images/background.gif") repeat-y center top;
	text-align: center;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
}

a,
input
{
	outline: 0;
}

a,
a:link
{
	margin: 1px 0;
	padding: 4px 4px;
	color: #61625B;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	background: url("images/hover.gif") repeat;
}
a:active
{
	color: #EAEDD3;
	background: #BCBEAB;
}

img
{
	border: 0;
}
/*
img.alignright
{
	margin-left: 8px;
}
img.alignleft
{
	margin-right: 8px;
}
*/

.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear
{
	clear: both;
}

#page
{
	width: 640px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#content
{
	min-height: 100%;
	text-align: left;
}



/* ================================
    Frame
   ================================ */

body
{
	_overflow: hidden;
}
div#frameTop
{
	width: 100%;
	height: 96px;
	background: url("images/backgroundTop.png") no-repeat center bottom;
	margin: 0 auto;
	top: 0;
	position: fixed;
	_position: absolute;
	z-index: 10;
}
div#frameTop .frame
{
	width: 720px;
	margin: 0 auto;
	padding: 16px;
	text-align: left;
}
div#frameTop .frame a
{
	margin: 0;
	padding: 0;
	background: transparent;
}
div#frameBottom
{
	width: 100%;
	height: 64px;
	background: url("images/backgroundBottom.png") no-repeat center top;
	margin: 0 auto;
	bottom: 0;
	position: fixed;
	_position: absolute;
	z-index: 10;
}
div#frameBottom .frame
{
	width: 720px;
	margin: 0 auto;
	padding: 16px;
	text-align: center;
}

div#logo
{
	float: left;
}
div#lamp
{
	float: right;
	margin: 24px 0 0;
}



/* ================================
    Header
   ================================ */

#header
{
	width: 640px;
	height: 96px;
	background: url("images/header.gif") repeat-y center top;
	text-align: left;
}
#header img
{
	margin-top: 48px;
	padding: 16px;
}
#header a:hover
{
	background: none;
}



/* ================================
    Main Menu
   ================================ */

#mainMenu
{
	width: 640px;
	margin-bottom: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background: url("images/menu.gif") no-repeat right bottom;
	text-align: right;
}
#mainMenu p
{
	margin: 0;
	padding: 4px 16px 5px;
}

#mainMenu a,
#mainMenu a:link
{
	margin: 0;
	margin-left: -1px;
	padding: 4px 16px;
	border-left: 1px solid #EAEDD3;
	border-right: 1px solid #EAEDD3;
	color: #333333;
	background: #BCBEAB;
}
#mainMenu a:hover
{
	background: url("images/meshHover.gif") repeat;
}
#mainMenu a:active
{
	color: #EAEDD3;
	background: #8E9083;
}


/* ================================
    Side Bar
   ================================ */

#sidebar
{
	width: 640px;
	height: 32px;
	margin-bottom: 16px;
}
.sidebarMenu
{
	padding-right: 4px;
	text-align: left;
	float: left;
}
.sidebarSearch
{
	float: right;
}

/* ----------------
    Search Form
   ---------------- */

.searchForm
{
}
.searchForm form
{
}
input.searchText
{
	width: 240px;
	height: 32px;
	margin-right: 2px;
	padding: 0 4px;
	color: #8E9083;
	border: 0;
	border-bottom: 1px solid #8E9083;
	background-color: #EAEDD3;
	line-height: 32px;
}
input.searchText:hover,
input.searchText:focus
{
	color: #333333;
	border-bottom: 1px solid #333333;
	background-color: #D7DAC3;
}
input.searchButton
{
	display: none;
}



/* ================================
    Main
   ================================ */

.content
{
	width: 640px;
}

.message
{
	color: #333333;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
}
p.message
{
	margin: 0 2px;
	padding: 32px 16px 0;
	background: url("images/postSeparator.gif") repeat-x center top;
}
ul.message
{
	margin: 0 32px;
	padding: 16px 0 32px;
}

.separater
{
	height: 3px;
	background: url("images/postSeparator.gif") repeat-x center top;
}

/* ----------------
    Index
   ---------------- */

div.index
{
}
div.index p.title
{
}

/* ----------------
    Archive
   ---------------- */

div.archive
{
}
div.archive p.title
{
	margin: 0;
	padding: 0;
}
div.archive p.title span
{
	margin: 0;
	padding: 16px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}

/* ----------------
    Search
   ---------------- */

div.search
{
}
div.search p.title
{
	margin: 0 2px;
	padding: 16px 16px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

/* ----------------
    Posts
   ---------------- */

.post
{
	width: 640px;
	background: url("images/post.gif") repeat-y center top;
	text-align: left;
}
.postTitle
{
	padding: 10px 12px 8px;
	background: url("images/postTop.gif") no-repeat center top;
}
.postCategory
{
	padding: 7px 16px 4px;
	background: url("images/postCategory.gif") no-repeat center top;
}
.postTag
{
	padding: 7px 16px 4px;
	background: url("images/postCategory.gif") no-repeat center top;
}
.postEntry
{
	margin:0 1px;
	padding: 32px 15px 32px;
	background: url("images/postSeparator.gif") repeat-x center top;
	color: #333333;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.8em;
	overflow: auto;
}
.postEntry a,
.postEntry a:link
{
	text-decoration: underline;
}
.postEntry a:hover,
.postEntry a:active
{
	text-decoration: none;
}
.postEntry img
{
	margin: 0;
	padding: 0;
}
.postEntry blockquote
{
	margin: 16px 0;
	padding: 16px;
	background-color: #E1E4CB;
	border-top: 4px solid #D7DAC3;
	border-bottom: 4px solid #D7DAC3;
}
.postEntry table
{
	margin: 16px;
}
.postEntry td
{
	margin: 1px;
	padding: 8px;
	background-color: #BCBEAB;
	border: 1px solid #8E9083;
	vertical-align: middle;
	text-align: center;
}
.postEntry td img
{
	margin: 0;
}
.postEntry p.arrow
{
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	background: url("images/arrow.gif") no-repeat center center;
}
.postEntry img.frame
{
	padding: 8px;
	background: url("images/mesh.png") repeat left top;
}

.postMetaData
{
	margin: 0 2px 0;
	padding: 0 16px 48px;
	color: #333333;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.6em;
}
div.postMetaData div.alignleft
{
	background: url("images/commandHover.gif") repeat;
}
div.postMetaData div.alignleft a
{
	background: #EAEDD3;
	display: block;
}
div.postMetaData div.alignleft a,
div.postMetaData div.alignleft a:link, 
div.postMetaData div.alignleft a:active
{
	margin: -1px;
	padding: 5px;
}
div.postMetaData div.alignleft a:hover
{
	margin: 1px;
	padding: 3px;
}
div.postMetaData div.alignleft a:active
{
	background-color: #BCBEAB;
}
.postBottom
{
	height: 6px;
	margin-bottom: 16px;
	background: url("images/postBottom.gif") no-repeat center bottom;
}
a.more-link
{
	font-size: 0.6em;
	font-weight: bold;
	line-height: 3.2em;	/* 1.6em + 1.6em */
	text-decoration: none;
}

/* ----------------
    Title
   ---------------- */

.date
{
	padding-left: 8px;
	border-left: 4px solid #61625B;
}
.date a
{
	margin: 0 -4px;
	padding: 4px 4px;
}

.title
{
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
.title a,
.title a:link,
.title a:active
{
	display: block;
	color: #333333;
}
.title a:hover
{
	background: #BCBEAB;
}
.title a:active
{
	background: #EAEDD3;
}

.category
{
	color: #333333;
	font-size: 0.6em;
	font-weight: bold;
}
.tag
{
	color: #000000;
	font-size: 0.6em;
	font-weight: bold;
}

/* ----------------
    Navigation
   ---------------- */

div.navigation
{
	width: 640px;
	padding-bottom: 16px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
div.navigation div.alignleft,
div.navigation div.alignright
{
	background: url("images/commandHover.gif") repeat;
}
div.navigation a
{
	background: #EAEDD3;
	display: block;
}
div.navigation a,
div.navigation a:link, 
div.navigation a:active
{
	margin: -1px;
	padding: 5px;
}
div.navigation a:hover
{
	margin: 1px;
	padding: 3px;
}
div.navigation a:active
{
	background-color: #BCBEAB;
}



/* ================================
    Archive Page
   ================================ */

/* ----------------
    Trackback
   ---------------- */

div.trackback
{
	margin: 0 1px;
	padding: 11px 16px 8px;
	background: url("images/postSeparator.gif") repeat-x center top;
	color: #333333;
	font-size: 0.6em;
	font-weight: bold;
	clear: both;
}
div.trackback input.trackback
{
	width: 100%;
	padding-top: 4px;
	background: #EAEDD3;
	border: 0;
	font-size: 1em;
}

/* ----------------
    Comment List
   ---------------- */

div.commentList
{
	padding: 0 1px;
	background: url("images/post.gif") repeat-y center top;
	clear: both;
}
div.commentList p
{
	padding: 0 16px;
	color: #333333;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.8em;
}
div.commentList p.title
{
	width: 608px;
	height: 32px;
	background: url("images/pageTitle.gif") no-repeat left center;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	line-height: 32px;
	margin: 0 16px;
	padding: 16px 16px;
}
div.commentList ol.commentList
{
	padding-top: 3px;
	background: url("images/postSeparator.gif") repeat-x center top;
	list-style-type: none;
}
div.commentList ol.commentList li
{
	margin: 0;
	padding: 16px 16px 19px;
	background: url("images/postSeparator.gif") repeat-x center bottom;
	overflow: auto;
}
div.commentList ol.commentList li a
{
	text-decoration: underline;
}
div.commentList ol.commentList li a:hover,
div.commentList ol.commentList li a:active
{
	text-decoration: none;
}
div.commentList ol.commentList li.alt
{
}
div.commentList ol.commentList li p
{
	padding: 0;
	color: #333333;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.8em;
}
div.commentList ol.commentList li p.author
{
	color: #333333;
	font-weight: bold;
}
div.commentList ol.commentList li p.author a,
div.commentList ol.commentList li p.author a:link,
div.commentList ol.commentList li p.author a:hover
{
	color: #333333;
	text-decoration: none;
}
div.commentList ol.commentList li p.date
{
	padding-left: 0.9em;
	color: #666666;
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: 5pt;
	word-spacing: -0.6em;
	border-left: 0.3em solid #666666;
}

/* ----------------
    Comment Form
   ---------------- */

.commentForm
{
	width: 640px;
	background: url("images/post.gif") repeat-y center top;
}
.commentForm p
{
	padding: 0 16px;
	color: #333333;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
}
.commentForm p.title
{
	width: 608px;
	height: 32px;
	background: url("images/pageTitle.gif") no-repeat left center;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	line-height: 32px;
	margin: 0 16px;
	padding: 16px 16px;
}
.commentForm form
{
	margin: 0 1px;
	padding: 19px 0 0;
	background: url("images/postSeparator.gif") repeat-x center top;
}
.commentForm form p
{
	padding: 0;
}
.commentForm dl
{
	padding: 0 16px;
}
.commentForm dt,
.commentForm dd
{
	margin: 0;
	color: #333333;
}
.commentForm dt
{
	padding: 0;
	font-weight: bold;
	font-size: 0.6em;
}
.commentForm dd
{
	padding: 2px 0 16px;
	font-weight: normal;
	font-size: 0.8em;
}
.commentForm input
{
	margin: 0;
	padding: 4px 4px 1px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #8E9083;
	background-color: #EAEDD3;
}
.commentForm input:hover,
.commentForm input:focus
{
	border-bottom: 1px solid #333333;
	background-color: #D7DAC3;
}
.commentForm textarea
{
	width: 592px;
	height: 200px;
	margin: 0;
	padding: 4px;
	overflow: hidden;
	display: block;
	word-wrap: break-word;
	border: 1px solid #8E9083;
	background-color: #EAEDD3;
}
.commentForm textarea:hover,
.commentForm textarea:focus
{
	border: 1px solid #333333;
	background-color: #D7DAC3;
}
.commentForm input#submit
{
	width: 128px;
	height: 32px;
	padding: 0;
	border: 0;
	font-weight: bold;
	background-color: transparent;
	background-image: url("images/submitButton.gif");
	cursor: pointer;
}
.commentForm .button
{
	color: #61625B;
	background-position: 0px 0px;
}
.commentForm .button:hover
{
	color: #333333;
	background-position: 0px -32px;
}
.commentForm .button:active
{
	color: #EAEDD3;
	background-position: 0px -64px;
}
/* ----------------
    PO
   ---------------- */

.po
{
	height: 48px;
	background: url("images/po.gif") no-repeat center;
	margin: 32px;
	padding: 0;
	text-align: center;
}



/* ================================
    Footer
   ================================ */

#footer
{
	width: 640px;
	padding-bottom: 16px;
	clear: both;
	background: url("images/footer.gif") no-repeat center top;
}

.credit
{
	padding: 16px;
	font-size: 0.8em;
	text-align: center;
}
.credit p
{
	color: #333333;
}
.credit p a,
.credit p a:link
{
	color: #333333;
	text-decoration: underline;
	background: transparent;
}
.credit p a:hover
{
	text-decoration: none;
	background: url("images/meshHover.gif") repeat;
}
.credit p a:active
{
	color: #EAEDD3;
	background: #8E9083;
}



/* ================================
    HighSlide
   ================================ */

.highslide
{
	outline: none;
	background: none;
}
.highslide:hover
{
	background: none;
}
.highslide-active-anchor img
{
	visibility: hidden;
}
.highslide img
{
	border: 1px solid #BCBEAB;
}
.highslide:hover img
{
	border: 1px solid #333333;
}
.highslide-wrapper
{
	background: #E0E0E0;
}
.highslide-image
{
	border: 8px solid #FFFFFF;
}
.highslide-image-blur
{
}
.highslide-caption
{
	display: none;
	padding: 5px;
	border-bottom: 8px solid #FFFFFF;
	font-size: 10pt;
	background-color: #E0E0E0;
}
.highslide-loading
{
	display: block;
	padding: 2px;
	padding-left: 22px;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: ;
	background: #FFFFFF url("highslide/graphics/loader.white.gif") no-repeat 3px 1px;
}
a.highslide-credits,
a.highslide-credits i
{
	padding: 2px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i
{
	color: #FFFFFF;
	background-color: #CCCCCC;
}
a.highslide-full-expand
{
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 10px 10px 0;
	background: url("highslide/graphics/fullexpand.gif") no-repeat;
}
.highslide-display-block
{
	display: block;
}
.highslide-display-none
{
	display: none;
}



/* ================================
    Rollover.js
   ================================ */

img.figure
{
	opacity: 0;
	filter: alpha(opacity=0);
}
