/*
Theme Name: GP In Japan
Theme URI: http://www.gaijinpot.com/
Description: Revamp GP header / footer
Version: 6
Author: GaijinPot
Author URI: http://www.gaijinpot.com/
Tags: 
*/
div.main_column div.entry h1 {
	font-size: 250%;
	line-height:1.2;
	}

div.main_column div.entry h2 {
	font-size: 200%;
	line-height:1.2;
	color: #464646;
	font-weight: normal;
	}

div.main_column div.entry h3 {
	font-size: 20px;
	line-height:1.2;
	color: inherit;
	font-family: inherit;
	margin:20px 0 5px;
	}

div.main_column div.entry p {
    margin:0 0 1em;
    }

div.main_column div.entry a {
    color: #0071BC;
    }

div.main_column div.entry a:hover {/*
    color: #DC1818;
    text-decoration: none;*/
    }

div.main_column div.entry strong {
    font-weight: bold;
    }

div.main_column div.entry em {
    font-style: italic;
    }
/* Begin Typography & Colors */

div.main_column div.entry code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

div.main_column div.entry acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Images */
div.main_column div.entry p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

div.main_column div.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div.main_column div.entry img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

div.main_column div.entry img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

div.main_column div.entry .alignright {
	float: right;
	}

div.main_column div.entry .alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

div.main_column div.entry ul {
    margin-left: 14px;
	/*
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;*/
	}
div.main_column div.entry ul li {
	list-style-type: disc;
	list-style-position: outside;
/*
	margin: 7px 0 8px 10px;
	*/
	}

/*div.main_column div.entry ul li:before {
	content: "\00BB \0020";
	}
div.main_column div.entry ul li {
	background: url(img/list_dot.gif) no-repeat left;
	padding-left: 9px;
	}*/

div.main_column div.entry ol {
    margin-left: 20px;
/*	padding: 0 0 0 25px;
	margin: 0;*/
	}

div.main_column div.entry ol li {
	list-style: decimal outside;
	}

div.main_column div.entry .postmetadata ul, 
div.main_column div.entry .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Various Tags & Classes */
div.main_column div.entry acronym, 
div.main_column div.entry abbr, 
div.main_column div.entry span.caps {
	cursor: help;
	}

div.main_column div.entry acronym, 
div.main_column div.entry abbr {
	border-bottom: 1px dashed #999;
	}

div.main_column div.entry blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

div.main_column div.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

div.main_column div.entry .center {
	text-align: center;
	}

div.main_column div.entry .hidden {
	display: none;
	}
	
div.main_column div.entry .screen-reader-text {
     position: absolute;
     left: -1000em;
}

div.main_column div.entry hr {
	display: none;
	}

div.main_column div.entry a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
div.main_column div.entry .aligncenter,
div.main_column div.entry div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.main_column div.entry .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.main_column div.entry .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div.main_column div.entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */