/**
 * GLOBAL
 */
body.page {
	margin: 0px;
	padding: 0px;
	font-family: palatino linotype, palatino, georgia, times new roman, times, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', serif;
	text-align: center; /* required for centering the page in IE */
	color: #222;
}

.page img {
	border: 0px;
}

.page .wrapper {
	width: 960px;
	margin: 0 auto; /* centering the page */
	text-align: left;
}

.page .divider {
	height: 10px;
	border-top: 1px dotted #c0c0c0;
}

/**
 * HEADER
 */
.page #header { 
	border-top: 10px solid #7c916f;
	clear:both;
	height: 80px; 
}

.page #logo { 
	float: left; 
	height: 40px; 
	margin: 20px 15px;  
}

.page #contact { 
	float: right; 
	width: 150px; 
	margin: 8px 15px; 
}

.page #contact img { 
	width: 143px;
	height: 64px;
}

.page #roll { 
	height: 260px; 
}

.page #topmenu { 
	height: 95px; 
	margin: 5px 0px; 
}

.page #lang { 
	float: left; 
	height: 20px; 
	margin: 22px 15px 0px 190px; 
}

.page #lang img {
	vertical-align:middle;
	margin: 4px 4px 0px 0px;
}

.page .header-link { 
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: verdana, trebuchet, arial, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	line-height: 100%;
	color: #808080 !important;
}

.page #topmenu .topmenu-item {
	float: left;
	height: 85px;
	text-align: center;
	width: 180px;
	margin: 10px 5px; 
}

.page .breadcrumbs-wrapper {
	clear:both;
	background: #d0d0d0;
	margin-top: 20px; 
}

.page .breadcrumbs {
	margin: 0 auto; /* centering the page */
	width:960px;
	padding: 4px;
	text-align: left;
	font-style: italic;
	font-size: 16px;
}

.page .breadcrumbs a, 
.page .breadcrumbs a:visited,
.page .breadcrumbs a:hover { 
	color:#808080; 
}

.page #slogan-wrapper {
	clear:both;
	height: 100px;
	background: #d0d0d0;
	margin: 60px 0 20px; 
}

.page #slogan-wrapper img {
	position:relative;
	top: -38px;
	height: 180px;
}

/**
 * CONTENT
 */
.page #content {
	width: 620px;
	float:left;
	margin-bottom: 50px;
	margin-top: 15px;
}

.page #right  {
	width: 300px;
	float: right;
	margin-bottom: 30px;
}

.page #right .submenu a {
	color: #7c916f;
	font-size: 16px;
	text-decoration: underline;
}

.page #right h2 {
	margin-bottom: 5px;
}

.page #right h2 a {
	color: #7c916f;
	text-decoration: underline;
}

.page #right h3 {
	margin-bottom: 5px;
}

.page #right .abstract {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-align: justify;
}

.page #right ul {
	padding-left: 25px;
	color: #D0D0D0;
	line-height: 1.6;
	margin: 10px 0 20px 0;
}

.page #right .current { 
	font-weight: bolder;
	display: none;
}

.page #PageComments_holder h4 {
	margin-top: 20px;
}

.page #right .callout {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/**
 * FOOTER
 */
.page #footer {
	clear:both;
	height: 260px;
	background: #7c916f;
}

.page #footer .layout {
	width: 960px;
	margin: 0 auto; /* centering the page */
	text-align: left;
}

.page #footer .menu-col {
	float:left;
	width: 192px;
}

.page #footer .menu-col h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, trebuchet, arial, sans-serif;
	margin-bottom: 5px;
}

.page #footer .menu-col ul {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.8em;
	list-style: none;
}

.page #footer .menu-col a {
	color: #222 !important;
}

.page #footer .section {}

.page #footer li.current { 
	font-weight: bolder;
}

.page #footer #img-logo, #footer #img-gr {
	float: left;
	margin: 35px 70px 20px 0;
}

.page #footer #img-twitter {
	float: right;
	margin: 20px 40px 20px 0;
}

.page .blogVitals {
	font-style: italic;
	text-align: right;
	margin: 10px 0 20px 0;
	color: #999;
	border-top: 1px solid #ccc;
}

.page .authorDate {
	font-style: italic;
	line-height: 15px;
}

.page .tags {
	font-style: italic;
	margin-bottom: 10px;
	line-height: 15px;
}

/* Widget tweaks */
.page .TwitterProfileWidget h3 {
	display: none;
}

.page .LatestBlogPost {
	list-style-type: none;
	line-height: 1.6;
	margin: 10px 0 30px 0;
	padding: 0;
}

.page .LatestBlogPost a {
	color: #7c916f;
	font-size: 16px;
	text-decoration: underline;
}


