/* @override 
	http://www.japanforgaijin.org/wp-content/themes/jfg_theme/style.css
	http://www.japanforgaijin.com/wp-content/themes/jfg_theme/style.css
*/

/*   
Theme Name: Japan for Gaijin
Theme URI: http://www.japanforgaijin.org/
Description: WordPress theme for Japan for Gaijin.
Author: Alex Warofka
Author URI: http://www.tsubasanetworks.com/
.
This theme may *not* be used on any other websites.
(C) Copyright 2007 Japan for Gaijin, a TsubasaNetworks Project.  All rights reserved.
.
*/

/* @group Layout Elements */

body {
	background-color: #4c4c4c;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
}

#header {
	position: static;
	background-color: #000;
	height: 75px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0px;
}

#centralImage {
	position: static;
	top: 75px;
	width: 850px;
	height: 376px;
	margin-left: auto;
	margin-right:  auto;
	background-image: url(images/rotate.php);
}

#container {
/*	position: static; */
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: #fff;
}

/* @end */

/* @group Sidebar */

#sidebar {
	top: 451px;
	background-color: #fff;
	width: 220px;
	float: right;
	text-align: left;
	font-family: Verdana;
	font-size: 11pt;
	color: #000;
	border-left: dashed 1px #4c4c4c;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

#sidebar h2 {
	font-size: 12pt;
}

/* @end */

/* @group Body */

#content {
/*	position: static; */
	background-color: #fff;
	width: 610px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	font-family: Verdana;
	font-size: 10pt;
}

/* @end */

/* @group Post Styles */

#content h4 {
	font-family: Verdana;
	font-size: 18px;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}

#content h4 a {
	color:  #000;
	text-decoration: none;
	padding: 0px;
}

.post .postdetails {
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	padding: 0px;
}

.post h4 {
	position: relative;
	padding: 0px;
}

.post .postentry {
	position: relative;
	padding: 0px;
}

.post .postcontent {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}

.post .postentry p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.post .postcontrols {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.post ul.postcontrols li {
	display: inline;
	font-size: 0.8em;
}

.post ul.postcontrols li a {
	padding-top: 0px;
	padding-right: 0em;
	padding-left: 1.5em;
	font-family: Verdana;
	color: #000;
	background-repeat: no-repeat;
	background-position: left;
}

.post ul.postcontrols li.comments a {
	background-image: url('images/icon-comments.gif');
}

.post ul.postcontrols li.readmore a {
	background-image: url('images/icon-more.gif');
}

.postdivider {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 1em 0em .5em 0em;
}

/* @end */

/* @group Paragraph Styles */

.right {
	text-align: right;
	float: right;
	background-color: #000;
}

.left {
	text-align: left;
	float: left;
	background-color: #000;
}

h3 {
	font-family: Verdana;
}

/* @end */

/* @group Comments */

#commentform {
	width: 400px;
}

#commentform textarea {
	background: #f8f7f6;
	border-width: 1px;
	border-style: solid;
	border-color: #d6d3d3;
	width: 400px;
	font-size: .8em;
	font-family: Verdana;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1em;
	background: #f8f7f6;
	border-width: 1px;
	border-style: solid;
	border-color: #d6d3d3;
	width: 400px;
	font-family: Verdana;
}

.commentmetadata {
	color: #000;
}

.commentmetadata a {
	color: #000;
	text-decoration: none;
}

a {
	color: #000;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	clear: both;
	height: 15px;
	background-color: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;
}

#footer {
	position: relative;
	clear: both;
	height: 15px;
	background-color: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;
}

#footer a {
	color: #fff;
}

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

#footer a:visited {
	
	color: #fff;
}

/* @end */