@charset "UTF-8";

/*///////////////////////////////////////////////////////////////////////////*/
/** Basic HTML Elements **/

*
{
	margin: 0em;
	padding: 0em;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
}

/*////////////////////////////////////*/
/** Body **/

body
{
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	background-color: #FFF;
	background-image: url(body_bg.gif);
	background-repeat: repeat-x;
}

/*///////////////////////////////////*/
/** Anchor **/

a:link, a:visited {
	color:#369;
	text-decoration:none;
}
a:active, a:hover {
	color:#F00;
	text-decoration:underline;
}
a[name]:link, a[name]:visited, a[name]:active, a[name]:hover
{
	color: inherit;
	text-decoration: inherit;
}

/*///////////////////////////////////*/
/** image **/

img
{
	vertical-align: middle;
	border-style: none;
}

/*///////////////////////////////////*/
/** Headings **/

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 6px 0px;
	/* color: #036; */
	font-weight:bold;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
{
	margin-top: 30px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}
h5
{
	font-size: 13px;
}
h6
{
	font-size: 13px;
}

/*///////////////////////////////////*/
/** Block Elements **/

p, dl, ol, ul, pre, blockquote, address, table
{
	margin: 0em 0em 12px 0em;
}

ol, ul
{
	padding-left: 1.5em;
}
li
{
}

li ul, li ol
{
	margin-bottom: 0em;
}

dd
{
	margin: 0em 0em 1em 1em;
}

dd > ul, dd > ol
{
	margin:0em;
}

pre, .simple-block
{
	padding: 1em;
	border: 1px solid #ccc;
}

pre
{
	overflow: auto;
}

blockquote
{
	padding: 1em;
	border: 1px dashed #ccc;
}

address
{
	font-style: normal;
}

/*///////////////////////////////////*/
/** Table **/

table
{
	padding:0em;
	border:1px solid #999;
	border-collapse: collapse;
}

thead
{
}
th
{
}

tbody
{
}
tr
{
}
td
{
	padding:0.5em;
	border:1px solid #999;
}

tfoot
{
}

/*///////////////////////////////////*/
/** Horizontal rule **/

hr
{
	border: 1px dashed #ccc;
	margin: 0em 0em 1em 0em;
}

/*///////////////////////////////////*/
/** Delete **/

del
{
	text-decoration: line-through;
}

/*///////////////////////////////////*/
/** Inline Elements **/

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

strike
{
	text-decoration: line-through;
}

dfn
{
}

code
{
}

samp
{
}

kbd
{
}

var
{
}

cite
{
}

abbr, acronym
{
	border:1px dashed;
}

/*///////////////////////////////////////////////////////////////////////////*/
/** Other General Styles **/

/** Header **/
#general-header
{
	width: 820px;
	margin: 0px auto 0px auto;
}
#general-logo
{
	margin: 0em;
	padding: 0em;
	width: 820px;
	height: 100px;
	line-height: 0%;
	font-size: 0%;
}
#general-navigation
{
	width: 772px;
	margin: 0px auto 0px auto;
	padding: 4px;
	text-align: center;
	background-image: url(border.gif);
	/*
	background-image: url(general_navi_bg.gif);
	background-repeat: no-repeat;
	*/
}
#general-navigation li
{
	list-style-type: none;
	display: inline;
	font-size: 16px;
	padding: 0px 1em 0px 1em;
}
#general-navigation li a
{
	font-weight: bold;
	color: #fff;
}
#bread-crumb
{
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
}

/*//////////////////////////////////////////////////////*/
/** Page contents **/

#page-contents
{
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	/*
	background-image: url(general_bg.gif);
	background-repeat: repeat-y;
	*/
}
#page-contents .main
{
	width: 559px;
	padding: 0px 10px 0px 0px;
	float: left;
}
#page-contents .sub
{
	width: 200px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	float: left;
}
#page-contents .end
{
	clear: both;
}

.content-block
{
	background-color: #fff;
	border: 2px solid #ccc;
}

.main .content-block
{
	width: 535px;
	margin: 0px 0px 50px 0px;
	padding: 20px 10px 10px 10px;
	border-top-style: none;
}
.sub .content-block
{
	width: 186px;
	margin: 0px 0px 40px 0px;
	padding: 10px 5px 0px 5px;
}

.banner-ad-block
{
	width: 468px;
	margin: 0px auto 50px auto;
}

.sky-ad-block
{
	width: 160px;
	margin: 0px auto 40px auto;
}

.main h2
{
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	margin: 0px;
	border: 2px solid #ccc;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
}
.sub h2
{
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #333;
	background-color: #ccc;
	margin: 0px;
}

.pageswitch
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
/*
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 4px 0px;
	border: 1px dashed #ccc;
	background-color: #fff;
*/
}

/*//////////////////////////////////////////////////////*/
/** Footer **/

#general-footer
{
	clear: both;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 20px 10px 0px 10px;
	/*
	background-image: url(general_foot_bg.gif);
	background-repeat: no-repeat;
	*/
}
#general-searchform
{
	text-align: center;
	margin-bottom: 10px;
}
span.search-keyword
{
	background-color: #ff9;
}
#general-footer address
{
	font-size: 11px;
	text-align: center;
}

/*//////////////////////////////////////////////////////*/

#current-category, #current-tag
{
	font-weight: bold;
	margin-bottom: 0px;
}
#current-category-description
{
	margin-bottom: 5px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dashed #ccc;
}


/*//////////////////////////////////////////////////////*/
/** BlogItems **/

.day-item
{
}
.day
{
	color: #333;
	font-size: 14px;
	margin: 20px 4px 20px 0px;
	font-weight: bold;
	text-align: right;
}
.item
{
	/*
	background-image: url(item_separator.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 60px;
	margin-bottom: 3em;
	*/
	background-color: #999;
	padding: 2px;
	width: 557px;
	margin: 0em 0em 20px 0em;
	/*
	background-image: url(border.gif);
	*/
	
	/*
	padding-bottom: 30px;
	
	background-image: url(item_foot.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	*/
}
.work
{
	width: 777px;
	/*
	background-image: url(work_foot.gif);
	*/
}
.item-header
{
	width: 557px;
	/*
	border: 2px solid #ccc;
	*/
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	
	background-image: url(item_separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	min-height: 60px;
	padding: 20px 0px 10px 0px;
}
.work .item-header
{
	width: 777px;
}
.item-category
{
	margin-left: 70px;
	font-size: 11px;
}
h2.item-title
{
	padding: 0px;
	margin: 0em 0em 2px 70px;
	/* font-size: 24px; */
	font-size: 16px;
	border-style: none;
}
.item-title a:link, .item-title a:visited, .item-title a:hover, .item-title a:active
{
	/* color: #036; */
	color: #000;
}
.item-contents
{
	width: 517px;
	/*
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	*/
	background-color: #fff;
	padding: 30px 20px 20px 20px;
}
.work .item-contents
{
	width: 737px;
}
.item-contents pre
{
	width: 493px;
	padding: 10px;
}
.item-contents ol ul pre
{
	margin-left: -3em;
}
.work .item-contents pre
{
	width: 713px;
}
.item-contents .readmore
{
	text-align: right;
}
.item-footer
{
	width: 547px;
	/*
	border: 2px solid #ccc;
	*/
	border-top: 1px dashed #ccc;
	background-color: #fff;
	
	text-align: right;
	padding: 10px 10px 10px 0px;
}
.work .item-footer
{
	width: 767px;
}
.item-posted-time, .item-modified-time, .item-link, .item-comments-link, .item-trackbacks-link
{
	display: inline;
	font-size: 11px;
}
.item-posted-time, .item-modified-time, .item-comments-link, .item-trackbacks-link
{
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #ccc;
}

.work #movie
{
	text-align: center;
	margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////*/
/** Comments and Trackbacks **/

#item-comments, #item-trackbacks
{
}
.comment, .trackback
{
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	border-left: 2px solid #666;
}
.comment-header, .trackback-header
{
}
.trackback-item, .trackback-blog
{
	display: inline;
}
.trackback-item
{
	margin-right: .5em;
}
.comment-author, .trackback-item
{
	font-weight: bold;
}
.comment-contents, .trackback-contents
{
	margin: 10px 0px 10px 10px;
}
.comment-footer, .trackback-footer
{
	border-top: 1px dashed #ccc;
	padding-top: 3px;
	text-align: right;
}
.comment-posted-time, .trackback-pinged-time
{
	font-size: 11px;
}

/*//////////////////////////////////////////////////////*/
/** Comment form **/

#nucleus_cf
{
	margin: 0px 0px 20px 0px;
	padding-top: 20px;
}
#nucleus_cf label
{
	width: 150px;
	margin-right: 10px;
	float: left;
}
#nucleus_cf textarea
{
	width: 367px;
	height: 100px;
}
#nucleus_cf input
{
	width: 200px;
}
#nucleus_cf .form-field
{
	clear: both;
	margin-bottom: 15px;
}
#nucleus_cf input.submit
{
	width: auto;
}

/*///////////////////////////////////////////////////////////////////////////*/
/** Classes **/

.note
{
	border: 1px solid #930;
	border-left-width: 3px;
	border-right-width: 3px;
	padding: 0px 10px 0px 10px;
}
.attention
{
	color: #930;
}

img.thumb
{
	float:right;
	margin-bottom:1em;
	margin-left:1em;
	vertical-align:top;
}

.link-list, .text-list
{
	margin: 0px;
	padding: 0px;
}
.link-list li, .text-list li
{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom:1em;
}

/*///////////////////////////////////*/


