
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:hover, a {
	text-decoration: none;
}

body {
	background: #c0bcb2 url(images/global_top_peice.png) repeat-x;
	margin:0 auto;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #67625c;
}

a {
	color: #1a517b;
}

body div {
	text-align: left;
}

#content {
	width: 748px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

#header {
	background: url(images/logo_type.png) no-repeat 0 4px;
	height: 100px;
	color: #c9baa7;
}

#header .searchText {
	text-indent: -9999em;
	float: left;
}

#mainNav {
	height: 22px;
	margin-top: 5px;
	color: #1a517b;
	font-size: 11pt;
	margin-left: 60px;
}

#mainNav li {
	display: inline;
	list-style-type: none;
	height: 22px;
	padding-left: 5px;
	padding-right: 2px;
	border-left: 1px solid #a19975;
}

#mainNav #classBlogs {
	padding-right: 6px;
	border-right: 1px solid #a19975;
}

#contact {
	margin-top: 53px;
	text-align: right;
	float: right;
	color: #c9baa7;
	-webkit-text-fill-color:#c9baa7;
	font-size: 12px;
}

#contact p#mail_jp a {
	color: #c9baa7;
}

#postBody {
	width: 748px;
	background-color: #e8e4da;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #b2b8ba;
	border-right: 1px solid #b2b8ba;
	background-image: url(images/golden_pattern_tile.png);
	
	-moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    
    margin-bottom: 40px;
}

#fsmRightImage {
	margin-left: 10px;
}

#fsmLeftImage {
	margin-left: 5px;
}

.hiddenfancyboxthumb {
	display: none;
}

#fsm_post .postInnerContainer p {
	
}

#fsm_post_gallery {
	cursor: pointer;
}

#footer, .post {
	width: 640px;
	margin: auto;
}

#footer {
	font-size: 9pt;
	padding-left: 20px;
}

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

#footer h3 {
	margin-top: 10px;
	display: inline;
	width: 100px;
	float: left;
	text-align: center;
}


.post {
	background: #eeebe4 url(images/post_bg_top.png) repeat-x;
	min-height: 300px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #b2b8ba;
	
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	
    /*moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;*/
    
    /*-moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;*/
    
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;

	
}

#lastPost {
	margin-bottom: 0px;
}

.post h1 {
	color: #1a517b;
	padding-left: 8px;
	padding-top: 8px;
	float: left;
}

.postInnerContainer {
	/*margin-top: 14px;
	margin-left: 10px;*/
	
	padding-top:14px;
	padding-left:10px;
	padding-right: 10px;
}

.postInnerContainer p {
	font-size: 11px;
	margin-top: 6px;
	line-height: 15px;
}

.viewSite {
	color: #1a517b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3px;
	margin-top: 4px;
}

.post img {
	border: 1px solid #b2b8ba;
}

.post .metaHolder {
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-align: right;
	background: url(images/meta_ai.png) no-repeat;
	padding-left: 30px;
	padding-right: 8px;
	margin-top: 2px;
}

#meta_jp {
	background: url(images/meta_jp.png) no-repeat;
}

#meta_ai {
	background: url(images/meta_ai.png) no-repeat;
}

#meta_nemo {
	background: url(images/meta_nemo.png) no-repeat;
}

.post .metaHolder p {
	margin-top: 10px;
}

.clr {
	clear: both;
}

