/*   
Theme Name: Big In Japan
Theme URI: http://www.biginjapan.com.au
Description: Big In Japan theme.
Author: Jonathan Zawada
Author URI: http://www.zawada.com.au
Version: 1.0
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).
*/
@font-face {
font-family: "HelvCond";
src: url("font-families/helveticacondensed/helvcond.otf");
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	letter-spacing:-0.03em;
	color:#000;
	background:#fff;
}

#wrapper {
	display: block;
	margin:0px;
	padding: 0px;
	width: 820px;
	margin-left:auto;
	margin-right: auto;	
	border: solid 1px #000;
}

#header {
	padding-top: 35px;
	width: 765px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
}
	
#sidebar {
	margin-top:-10px;
	position: relative;
	padding-right: 25px;
	width: 200px;
	float: right;
	font-style:italic;
}

#sidebar h1 {
	background-color:#000;
	color: #fff;
	display: block;
	padding: 5px;
	height: 19px;
}

#content {
	position: relative;
	width: 550px;
	padding-left:25px;
}

#both {
	clear: both;
}

#blogTitle {
	display:inline-block;
}

#warning {
	position:absolute;
	top:42px;
	width: 765px;
	font-size:10px;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
	text-align:right;
	font-weight: bold;
}

#tagCloud {
	position:absolute;
	background-color:#000;
	padding: 5px;
	vertical-align:top;
	top: 63px;
	margin-left: 205px;
	width: 550px;
}

#tagCloud h1 {
	color: #fff;
	display:inline;
}

#tagCloud a:link {
	color: #fff;
}

.post {
	padding-bottom: 20px;
	text-align: left;
}
.postTitle {
	color: #fff;
	background-color:#000;
	padding: 5px;
}
.postTitle a:link {
	color: #fff;
	text-decoration:none;
}
.postTitle a:visited {
	color: #fff;
	text-decoration:none;
}
.postTitle a:hover {
	color: #fff;
	text-decoration:underline;
}

.postTitle h1 {
	display:inline;
}

.postTags {
	display: inline;
	padding-left: 5px;
}

.postTags a:link {
	text-decoration:underline;
}

.postTags a:hover {
	text-decoration:none;
}

.postTags a:visited {
	text-decoration:underline;
}

.postDetails {
	font-size:12px;
}
#wp-calendar {
	font-style:italic;
	width: 200px;
	text-align:center;
}

h1 {
	font-family: "HelvCond", Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-style:normal;
}

h2 {
	font-family: "HelvCond", Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-style:normal;
}

h3 {
	font-size:12px;
font-weight: normal;
font-style: normal;
}


a:link {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}

ul { 
list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}
li {
	list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}

img {
	border: none;
text-align: center;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 12px;	
}

.aligncenter {
display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	padding-top:15px;
}


/* ----------------------- Sidebars --------------------------- */

#footer {
	display: block;
	padding-bottom: 25px;
	padding-left:25px;
}

