/*
Theme Name: Solid Japan
Theme URI: http://www.fran6art.com/
Description: The first theme created by Niko
Version: 0.1
Author: Niko
 
 
*/

/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* CLEARFIX END */

/* default styles */
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
hr {
	margin:5px 0;
	padding:0;
	border:none;
	border-bottom:1px solid #CCC;
	height:1px;
}
h2 {
	font-size:24px;
}
a img {
	border:none;
}
/* clickable div */

.clickBox {
	display:block;
	width:100%;
	height:100%;
}
/* REMOVE BORDER IN FIREFOX */

a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
/* REMOVE BORDER IN FIREFOX END */

/* FONTS */
body, div, span {
 font-family:Arial, Helvetica, sans-serif !important; 
}
/* FONTS END */

body {
	background:#FFF url(images/gradient.jpg) top left repeat-x;
	margin:0px;
	font-size:16px;
}
.gradientLeft {
	width:30%;

}
.gradientRight {
	background:url(images/gradientRight.jpg) top left repeat-x;
	width:36%;

}
#page {
	margin:0 auto;
	width:980px;
}
.logoPart1 {
	width:131px;
	height:146px;
}
.logoPart2 {
	width:114px;
	height:90px;
	vertical-align:top;
	position: relative;
}

#headerLogo{
	display: block;
	width:245px;
	height:123px;
	background:url(images/logo_solid_japan.png) no-repeat;
	position: absolute;
	top:10px;
	left:-150px;
	text-indent:-9999px;
	overflow:hidden;
}
.gradient {
	height:90px;
	width:555px;
}
.contactUsHeader {
	height:90px;
	width:224px;
	padding-right:10px;
	text-align:right;
}
.contactUsHeader a:link {
	text-decoration:none;
	color:#000;
}
.contactUsHeader a:active {
	text-decoration:none;
	color:#000;
}
.contactUsHeader a:visited {
	text-decoration:none;
	color:#000;
}
.contactUsHeader a:hover {
	text-decoration:none;
	color:#f03c23;
}
.slogan {
	background: url(images/slogan.jpg) left top no-repeat;
	width:396px;
	height:28px;
}
.spaceSearch {
	width:300px;
}
#search {
	padding:2px;
}
form{
	margin:0;
	padding:0;
}
.redLine {
	background-color:#EE3E23;
	height:1px;
	width:100%;
}
.menuHolder {
	height:26px;
}
/* Drop Down Menu */

#topNav {
	clear: left;
	float: left;
	width: 100%;
	height: 27px;
}
/* Menu Container */

ul.ddMenu * {
	margin:0;
	padding:0;
	z-index:2;
}
ul.ddMenu {
	list-style:none;
	padding: 0;
	margin: 0;
}
/* 1st Level Layout */

ul.ddMenu li {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	font-size: 11px;
	text-decoration:none;
	padding: 0;
	margin: 0;
	margin-left:-1px;
	left:1px;
	vertical-align:middle;
}
/* 1st Level */

ul.ddMenu .page_item a, ul.ddMenu .current_page_item .page_item a, ul.ddMenu .current_page_parent .page_item a {
	display: block;
	text-decoration:none;
	color: #848484;
	width:97px;
	padding: 5px 4px 5px 4px;
	border:solid #FDFDFD 1px;
	text-align:center;
	border-right:solid #999999 1px;
	border-left:solid #999999 1px;
	vertical-align:middle;
	line-height:12px;
}
ul.ddMenu .page_item a:hover, ul.ddMenu .current_page_item .page_item a:hover, ul.ddMenu .current_page_parent .current_page_item a:hover {
	border-bottom:solid #999999 1px;
	border-left:solid #999999 1px;
	color:#000000;
	background:#F8F8F8;
}
/* highlight current page link */
ul.ddMenu .current_page_item a, ul.ddMenu .current_page_parent a, ul.ddMenu .current_page_parent .current_page_item a {
	color:#F03C23;
	background:#F8F8F8;
	border-bottom:solid #999999 1px;
}
/* 2nd Level Layout */

ul.ddMenu li ul {
	background:#F8F8F8;
	list-style:none;
	position: absolute;
	left: -999em;
	float:none;
	margin-top:-1px;
}
ul.ddMenu li ul li {
	float:none;
}
ul.ddMenu li:hover ul, .ddMenu li.sfhover ul {
	left: auto;
}
ul.ddMenu .page_item ul .page_item a {
	border:solid #999999 1px;
	margin-top:-1px;
}
/* drop down menu end */


.sidebar {
	float:left;
	width:194px;
	padding-top:132px;
	padding-left:0px;
	padding-bottom:20px;
	list-style:none;
	z-index:1;/*border:1px solid red;*/
}
#navigationSide {
	width: 100%;
}
/* Menu Side Contener */

ul.menuSide * {
	margin:0;
	padding:0
}
ul.menuSide {
	list-style:none;
	padding: 0;
	margin: 0;
}
/* Side 1st Level Layout */

ul.menuSide li {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	padding: 0;
	margin: 0;
}
/* Side 1st Level */

ul.menuSide a {
	display: block;
	text-decoration:none;
	color: #848484;
	width:194px;
	min-height:13px;
	padding-bottom:8px;
	border:solid #FDFDFD 1px;
	text-align:right;
}
ul.menuSide a:hover {
	color:#000000;
}
/* Side 2nd Level Layout */

ul.menuSide ul {
	position:absolute;
	background:#F8F8F8;
	opacity:0;
	list-style:none;
}
ul.menuSide ul li a {
}
#content {
	float:left;
	padding:60px;
	width:650px;
	/*border:1px solid red;*/
	min-height:400px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
#content a:link {
	color:#000000;
	text-decoration:none;
}
#content a:active {
	color:#000000;
	text-decoration:none;
}
#content a:visited {
	color:#000000;
	text-decoration:none;
}
#content a:hover {
	color:#333;
	text-decoration:none;
}
#contactUsBottom {
	font-family:Arial, Helvetica, sans-serif;
	color:#f03c23;
	clear:both;
}
#contactUsBottom h3 a, #contactUsBottom a:visited {
	color: #880000;
	text-decoration:none;
}
#contactUsBottom h3 a:hover {
	color: #C5250E;
}
#footer {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	padding:0 0 20px 0;
}
#footer a:active {
	color:#999999;
	text-decoration:none;
}
#footer a:link {
	color:#999999;
	text-decoration:none;
}
#footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
/* greg mods 2009/5 */



.contactUsHeader #langSwitcher ul {
	list-style:none;
	padding:0;
	margin:0;/*border-bottom:1px solid #DDD;*/
}
.contactUsHeader #langSwitcher li {
	font-size:10px;
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
.contactUsHeader #langSwitcher li.active {
	font-weight:bold;
}
/* highlight current subpage */
#navigationSide .current_page_item a {
	color:#000;
	font-weight:bold;
}
#watermark {
	background:url(images/japan-map.gif) bottom right no-repeat;
	min-height:585px;
}
/* homepage promo boxes */
.promoColumnsContainer {
	/*border:1px solid red;*/
padding-top:20px;
}
.promoCol {
	/*border:1px solid blue;*/
	width:310px;
}
.promoCol,
.promoCol span{
	font-size:14px !important;
}
.promoColLeft {
	float:left;
}
.promoColRight {
	float:right;
}
.promoColContent {
	/*border:1px solid blue;*/
	height:180px;
	overflow:hidden;
}

.promoColContent ul,
.sidebarPromoBox ul{
	margin:0;
	padding:0;
	list-style:none;
}
.promoColContent ul li,
.sidebarPromoBox ul li{
	background: url(images/list_bullet_red.png) no-repeat left 4px;
	padding-left:12px;
	margin-bottom:5px;
}

.promoCol h4 {
	margin:0;
	padding:0 0 5px 0;
	font-size:14px;
}
.promoCol h3 {
	margin:0;
	padding:2px 0;
	font-size:12px;
}
.promoCol p {
	margin:0;
	padding:0;
}
#content .promoBox2{
	line-height:normal;
}
#content .promoBox2 a:link{
	
}
#content .promoBox2 a:hover{
	color:#C00;
	text-decoration:underline;
}
#content .promoBox2 p{
	margin-bottom:4px;
}

#content .promoBoxMore {
	padding-top:5px;
	text-align:right;
}
#content .promoBoxMore a {
	font-weight:bold;
	text-decoration:none;
}
#content .promoBoxMore a:hover {
color:#C00;
text-decoration:underline;
}

/* homepage promo boxes end */

/* left sidebar widgets */
.leftWidgets {
	font-size:12px;
}
.leftWidgets a:link {
	color:#000;
	text-decoration:none;
}
.leftWidgets a:visited {
	color:#000;
	text-decoration:none;
}
.leftWidgets a:hover {
	color:#333;
	text-decoration:underline;
}
.leftWidgets a:active {
	color:#000;
	text-decoration:none;
}
.leftWidgets ul {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
.leftWidgets ul li {
	margin-bottom:5px;
}
.leftWidgets h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
}
/* subpage w/widgetized sidebar on right*/
#subContent {
	float:left;
	width:400px;/*border:1px solid red;*/
}
#widgetSidebar {
	float:right;
	width:210px;
	padding-top:63px;
	/*border:1px solid red;*/
font-size:12px;
}
#widgetSidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}
#widgetSidebar ul li {
	margin:0;
	padding:0 0 20px 0;
}
#widgetSidebar h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
}
#widgetSidebar p {
	margin:0;
	padding:5px 0;
}
#widgetSidebar a:hover {
	color:#999;
}
/* links & resources */
#linksList ul {
	padding:20px 0;
	margin:0;
	list-style:none;
}
#linksList ul li ul {
	padding:0 0 10px 0;
}
#linksList li {
	margin:0;
	padding:0 0 2px 0;
}
#linksList h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size:16px;
}
#linksList a:hover {
	text-decoration:underline;
	color:#777;
}
/* blog post metadata, tags etc. */
p.postmetadata, p.postTags {
	margin:0;
	padding:0 0 5px 0;
	color:#999999;
}
p.postmetadata small {
	font-size:11px;
}
p.postmetadata a:link {
	color:#999999;
	text-decoration:underline;
}
p.postTags {
	font-size:11px;
}
#postNav {
	font-size:11px;
}
p.postReadMore {
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}
/* Share button */

.shareBtn {
	font-size:11px;
	font-weight:bold;
	color:#999;
	margin:5px 0 15px -10px;
	padding:2px;
	border:1px solid #EEE;
}
.shareBtn a:link {
	display:block;
	color:#000;
	text-decoration:none;
}
.shareBtn a:visited {
	color:#000;
	text-decoration:none;
}
.shareBtn a:hover {
	color:#333;
	text-decoration:underline;
}
.shareBtn a:active {
	color:#000;
	text-decoration:none;
}
.methodFooter {
	clear:both;
	text-decoration:none;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCC;
	text-align:center;
}
.methodFooter a {
	color:#CCC;
	text-decoration:none;
}
.navigation {
	font-weight:bold;
}

/* map widget */
#mapWidget {
}
#mapWidget .thumb {
}
#mapWidget p {
	padding:0;
	margin:0 0 5px 0;
}
#mapWidget .pdfLink {
	font-size:10px;	
}
#mapWidget .pdfLink img{
	vertical-align:middle;
	margin-right:4px;
}
#mapWidget .pdfLink a{
	text-decoration:none;
	color:#777;
}
#mapWidget .pdfLink a:hover{
	color:#C00;
}

/* "Your Mailing List Provider" Form */
#ymlp_form{
	margin-bottom:50px;
}

#ymlp_form input.textInput{
	background:#F9F9F9;
    border: 1px solid #888;
    padding: 3px;
	width:250px;
    vertical-align: top;
}

#ymlp_form input.textInput:hover{
	background:#F2F2F2;
}

#ymlp_form input.btn{
 	background: #CCC;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 2px;
	border:1px solid #888;
	cursor:pointer;
	min-width:100px;
}

#ymlp_form input.btn:hover{
background:#AAA;
color:#FFF;
}

/* share on SNS links */
.shareLinks{
	margin:10px 0;
}

.addthis_toolbox{
	font-size:11px;
	line-height:16px;
}

.addthis_toolbox a{
	color:#555 !important;
}
.addthis_toolbox a:hover{
	color:#999 !important;
}

.addthis_default_style .at300b,
.addthis_default_style .at300m {
    padding: 0 5px !important;
}

.addthis_separator{
	color:#999;
}



/* homepage LHS sidebar */
.homeSidebar{
	font-size:14px;
}
.homeSideWidget,
.homeSidebar .leftWidgets ul li {
	clear:both;
	margin-bottom:20px;
}

.homeSideWidget .widgetTitle,
.homeSidebar .leftWidgets h2{
	display:block;
	font-weight:bold;
	color:#900;
	padding:0;
	margin:0 0 5px;
	font-size:14px !important;
}

.homeSidebar p{
	margin:0 0 10px;
}

/* small newsletter signup form */

.homeSidebar #ymlp_form{
	margin-bottom:5px;
}

.ymlp_form_small{
	font-size:14px;	
}

.ymlp_form_small #ymlp_form input.textInput{
	width:140px;
}

.ymlp_form_small #ymlp_form input.btn{
    font-size: 14px;
	min-width:0;
	padding:1px;
}

/* SNS follow links */
.socialFollowLinks{
	
}
.socialFollowLinks ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.socialFollowLinks li{
	float:left;
}
.socialFollowLinks li a{
	display:block;
	background:#FFF no-repeat bottom left;
	width:24px;
	height:24px;
	margin-right:10px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.socialFollowLinks li a:hover{
	/*background-position:bottom left;*/
}
.socialFollowLinks li a.twitter{
	background-image:url(images/icon_follow_twitter.png);
}
.socialFollowLinks li a.facebook{
	background-image:url(images/icon_follow_facebook.png);
}
.socialFollowLinks li a.linkedin{
	background-image:url(images/icon_follow_linkedin.png);
}

/* editable promo box */
{
	/*border:1px solid #EEE;*/
	/*min-height:100px;*/
	width:194px;
	overflow-x:hidden;
	word-wrap: break-word;
}
.sidebarPromoBox,
.sidebarPromoBox span{
	font-size:12px !important;	
}

/* homepage carousel */
.promoColCarousel{

}

ul.carouselList{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	width:310px;
	height:162px;	
}
ul.carouselList li{
	margin:0;
	padding:0;
	width:310px;
	height:162px;	
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
	background:none !important;
	display:none;
}

/* Global Landing Page 2011/09 */
.contactUsHeader #globalNav{
	font-size: 12px;
	letter-spacing:0.08em;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: 'Droid Sans',Helvetica,Arial,sans-serif !important;
}
.contactUsHeader #globalNav a{
	color: #999;
}
.contactUsHeader #globalNav a:hover{
	color: #F03C23;
	text-decoration: underline;
}


