/*-----------------------------------------------------------------------------
	Peace Not War Japan
-------------------------------------------------------------------------------
	Website by Graphic Alphabet Inc.,  www.GraphicAlphabet.com
-----------------------------------------------------------------------------*/

/* Global */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 0.9em/1.6em Helvetica, "Lucida Grande", Verdana, sans-serif;
	text-align: left;
	color: #5D5D5E;
	background: #FFF;
}
#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 6em;
	background: #FFF url(/pnwj/img/pnwj/bg-header.png) top left repeat-x;
	overflow: auto;
}
a, a:visited {
	color: #5D5D5E;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #181719;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	margin-bottom: 0.4em;
	padding-top: 1.6em;
	clear: both;
}
h1 {
	font-size: 2.2em;
	color: #8B8B8C;
}
h2 {
	font-size: 1.8em;
	color: #181719;
}
h3 {
	font-size: 1.6em;
	color: #181719;
}
h4 {
	font-size: 1.4em;
	color: #181719;
}
img {
	border: none;
}
#toolTip {
	position: absolute;
	background: #C42026;
	z-index: 10000;
}
#toolTip p {
	padding: 0.4em 1.2em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#toolTip p em {
	display: none;
}

/* Home */
.home {
	padding-bottom: 0;
}
.home h1 {
	margin: 5% 0;
	font-size: 2.4em;
	color: #181719;
	text-align: center;
	clear: both;
}
.home #footer {
	padding: 0 10%;
	line-height: 1.4em;
	color: #181719;
	clear: both;
}
.home h2 {
	margin-bottom: 0.6em;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #181719;
	clear: both;
}
.home p {
	margin-bottom: 1.2em;
}
.home a, .home a:visited {
	color: #181719;
	text-decoration: none;
}
.home a:hover, .home a:focus {
	color: #C42026;
	text-decoration: underline;
}

/* Main navigation */
#main-nav {
	float: left;
	width: 90%;
	padding-left: 10%;
	list-style: none;
	text-align: center;
	background: #FFF;
}
#main-nav li {
	float: left;
	margin: 0 1px 1px 0;
	list-style: none;
}
#main-nav li a, #main-nav li a:visited {
	display: block;
	width: 7em;
	padding: 0.4em 0;
	color: #FFF;
	text-decoration: none;
	background: #004A26;
}
#main-nav li a.active, #main-nav li a:hover, #main-nav li a:focus {
	text-decoration: none;
	background: #C42026;
}

/* Sub navigation */
#sub-nav {
	float: left;
	list-style: none;
	text-align: center;
	background: #181719;
}
#sub-nav li {
	float: left;
	margin: 0 1px 1px 0;
	list-style: none;
}
#sub-nav li a, #sub-nav li a:visited {
	display: block;
	width: 14em;
	padding: 0.4em 0;
	color: #FFF;
	text-decoration: none;
	background: #242325;
}
#sub-nav li a.active, #sub-nav li a:hover, #sub-nav li a:focus {
	text-decoration: none;
	background: #2F2E30;
}

/* Footer navigation */
#footer-nav {
	float: right;
	width: 30%;
	list-style: none;
	border-top: 1px solid #2F2E30;
}
#footer-nav li {
	list-style: none;
	border-bottom: 1px solid #2F2E30;
}
#footer-nav li a, #footer-nav li a:visited {
	display: block;
	padding: 0.4em 0.8em;
	color: #8B8B8C;
	text-decoration: none;
	background: #181719;
}
#footer-nav li a:hover, #footer-nav li a:focus {
	color: #FFF;
	text-decoration: none;
	background: #242325;
}

/* Header */
#header {
	position: relative;
	height: 200px;
	margin-bottom: 4.8em;
	padding: 0 10%;
	clear: both;
}
#logo {
	position: absolute;
	top: 0;
	left: 10%;
	margin-left: -10px;
	font-size: 2.4em;
	color: #181719;
	z-index: 500;
}
#header_gfx {
	position: absolute;
	top: 0;
	left: 27.5%;
	font-size: 2.4em;
	color: #181719;
	z-index: 5;
}
#lang_switch {
	position: absolute;
	top: 0.4em;
	right: 10%;
	z-index: 10;
}
#lang_switch a, #lang_switch a:visited {
	color: #5D5D5E;
	text-decoration: none;
}
#lang_switch a:hover, #lang_switch a:focus {
	color: #181719;
	text-decoration: none;
}

/* Body */
#intro {
	float: left;
	width: 80%;
	margin-bottom: 5.6em;
	padding: 0 10%;
	color: #8B8B8C;
	background: #181719;
	border-top: 0.8em solid #242325;
	border-bottom: 0.8em solid #242325;
	clear: both;
}
#intro p {
	padding-bottom: 3.6em;
}
#intro a, #intro a:visited {
	color: #8B8B8C;
	text-decoration: underline;
}
#intro a:hover, #intro a:focus {
	color: #FFF;
	text-decoration: underline;
}
#content {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 6em;
	clear: both;
}
#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child {
	margin-top: 0;
	padding-top: 0;
}
#content p {
	margin-bottom: 0.8em;
}
#content-main {
	float: left;
	width: 65%;
}
#content-main-left {
	float: left;
	width: 48%;
}
#content-main-right {
	float: right;
	width: 48%;
}
#content-sidebar {
	float: right;
	width: 30%;
}
#content-sidebar h3 {
	margin-bottom: 0;
}

/* News blog */
.date-header {
	padding: 0.2em 0.4em;
	color: #FFF;
	background: #004A26;
}
.post {
	margin-bottom: 3.6em;
}
.post-body {
	margin-bottom: 1.6em;
}
.post a, .post a:visited {
	color: #5D5D5E;
	text-decoration: underline;
}
.post a:hover, .post a:focus {
	color: #C42026;
	text-decoration: underline;
}
.post-footer {
	padding: 0.2em 0.4em;
	color: #5D5D5E;
	background: #FDF8D0;
}
.post-footer a, .post-footer a:visited {
	color: #5D5D5E;
	text-decoration: underline;
}
.post-footer a:hover, .post-footer a:focus {
	color: #004A26;
	text-decoration: underline;
}
.comment-poster em {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
.blog-archive-list li {
	list-style: none;
	border-bottom: 1px solid #5D5D5E;
}
.blog-archive-list li a, .blog-archive-list li a:visited {
	display: block;
	padding: 0.4em 0.4em 0.2em 0.4em;
	color: #5D5D5E;
	text-decoration: none;
	background: #FFF;
}
.blog-archive-list li a:hover, .blog-archive-list li a:focus {
	color: #004A26;
	text-decoration: none;
	background: #FDF8D0;
}

/* Images */
.img-left {
	float: left;
	margin: 0.2em 1.6em 0.8em 0;
	background: #FFF;
	clear: both;
}
.img-right {
	float: right;
	margin: 0.2em 0 0.8em 1.6em;
	background: #FFF;
	clear: both;
}
.list {
	padding-left: 1.2em;
	list-style: square;
	clear: both;
}

/* Partners */
.partners {
	float: left;
	width: 100%;
	margin: 3.6em 0;
	text-align: center;
	clear: both;
}
.partners h4 {
	margin-bottom: 2.4em;
	padding-bottom: 0.2em;
	text-align: left;
	border-bottom: 1px solid #181719;
}
.partners ul, .partners ul li {
	list-style: none;
}
.partners ul li {
	float: left;
	width: 19%;
	height: 120px;
}
.partners ul li a, .partners ul li a:hover, .partners ul li a:focus {
	text-decoration: none;
	border: none;
}
.partners ul ul {
	float: left;
	width: 100%;
	clear: both;
}

/* Peace links (old) */
.peace-links {
	list-style: none;
}
.peace-links li {
	margin-bottom: 0.4em;
}
.peace-links li a, .peace-links li a:visited {
	display: block;
	margin: 0 -0.8em;
	padding: 0.8em;
	text-decoration: none;
	background-color: #FFF;
}
.peace-links li a:hover {
	color: #004A26;
	text-decoration: none;
	background-color: #FDF8D0;
}
.peace-link {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	color: #181719;
}

/* Peace links (new) */
#peace_links-nav {
	float: left;
	width: 100%;
	list-style: none;
}
#peace_links-nav li {
	display: block;
	float: left;
	width: 32%;
	margin: 0 0 0 -10px;
	padding: 0 0 2.4em 0;
	height: 240px;
	list-style: none;
}
#peace_links-nav li a {
	display: block;
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #a3a2a3;
	text-decoration: none;
	outline: none;
	height: 190px;
	overflow: hidden;
}
#peace_links-nav li#peace_links-peace a {
	padding-left: 155px;
	width: 140px;
	background: url(/pnwj/img/pnwj/peace_links-peace.png) no-repeat 0 0;
}
#peace_links-nav li#peace_links-not_war a {
	padding-left: 155px;
	width: 140px;
	background: url(/pnwj/img/pnwj/peace_links-not_war.png) no-repeat 0 0;
}
#peace_links-nav li#peace_links-japan a {
	padding-left: 195px;
	width: 195px;
	background: url(/pnwj/img/pnwj/peace_links-japan.png) no-repeat 0 0;
}
#peace_links-nav li#peace_links-peace a.active, 
#peace_links-nav li#peace_links-peace a:hover, 
#peace_links-nav li#peace_links-peace a:focus, 
#peace_links-nav li#peace_links-not_war a.active, 
#peace_links-nav li#peace_links-not_war a:hover, 
#peace_links-nav li#peace_links-not_war a:focus, 
#peace_links-nav li#peace_links-japan a.active, 
#peace_links-nav li#peace_links-japan a:hover, 
#peace_links-nav li#peace_links-japan a:focus {
	color: #C42026;
	text-decoration: none;
	outline: none;
	background-position: 0 -400px;
}

#peace_links h2 {
	margin-bottom: 1.2em;
}
#peace_links ul, #peace_links ul li {
	list-style: none;
}
#peace_links ul li {
	margin-bottom: 0.4em;
}
#peace_links ul li a, #peace_links ul li a:visited {
	display: block;
	margin: 0 -0.8em;
	padding: 0.8em;
	text-decoration: none;
	background-color: #FFF;
}
#peace_links ul li a:hover, #peace_links ul li a:focus {
	color: #004A26;
	text-decoration: none;
	background-color: #FDF8D0;
}
#peace_links ul li .peace-link-title {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	color: #181719;
}

/* Jukebox */
.jukebox {
	text-align: center;
}

/* Network links */
#network {
	list-style: none;
}
#network li {
	position: relative;
	margin: 0.4em 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	list-style: none;
}
#network li a, #network li a:visited {
	display: block;
	padding: 0.4em 0 0.2em 0;
	color: #004A26;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #004A26;
}
#network li a:hover, #network li a:focus {
	color: #F58A1F;
	text-decoration: none;
	background-color: #FDF8D0;
	border-color: #F58A1F;
}

/* Footer */
#footer-container {
	float: left;
	width: 100%;
	padding: 5% 0;
	background: #181719 url(/pnwj/img/pnwj/pnwj_logo-footer.png) 10% 20% no-repeat;
	border-top: 0.8em solid #2F2E30;
	clear: both;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 80%;
}
#footer-txt {
	float: left;
	margin-top: 15%;
	width: 50%;
	color: #8B8B8C;
}
#footer-txt h2 {
	margin-bottom: 0.6em;
	padding-top: 0.2em;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #8B8B8C;
	border: none;
	clear: none;
}
#footer-txt a, #footer-txt a:visited {
	color: #8B8B8C;
	text-decoration: none;
}
#footer-txt a:hover, #footer-txt a:focus {
	color: #FFF;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	Peace Not War Japan
-------------------------------------------------------------------------------
	Website by Graphic Alphabet Inc.,  www.GraphicAlphabet.com
-----------------------------------------------------------------------------*/
