/*  
Theme Name: BeyondChina
Theme URI: http://www.tochinaandbeyond.com/wordpress/
Description: Theme for To China... and Beyond! blog.
Version: 1.0
Author: Jessica Marsden
Author URI: http://www.tochinaandbeyond.com/

*/

body {
  font-family: Arial, sans-serif;
  text-align: left;
}

#wrapper {
  margin: auto;
  width: 800px;
  text-align: left;
}

#header {
  float: left;
  width: 800px;
}

#nav {
  height: 1em;
  position: relative;
  list-style-type: none;
  margin: 5px 0px 20px 0px;
  padding: 5px;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

#nav li {
  display: inline;
  font-size: small;
}

#nav li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

#nav li a:hover {
  text-decoration: underline;
}

#basicslink {
  position: absolute;
  left: 10px;
}

#destinationslink {
  position: absolute;
  left: 207px;
}

#bloglink {
  position: absolute;
  left: 421px;
}

#aboutlink {
  position: absolute;
  left: 577px;
}

#homelink {
  position: absolute;
  left: 741px;
}

#container {
  float: left;
  width: 590px;
}

img {
  border-style: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
div.alignright {float:right; margin:0 0 1em 1em;}
div.alignleft {float:left; margin:0 1em 1em 0;}
div.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.sidebar {
  float: left;
  width: 180px;
  margin-left: 30px;
  background: #eeeeee;
  padding-bottom: 20px;
}

h1 {
  border-bottom: 3px solid black;
  margin-bottom: 5px;
}

.post {
  padding: 10px 0 40px 0;
}

p.postmetadata {
  clear: both;
  border-top: 1px solid #ccc;
  margin: 10px 0 0 0;
  padding-top: .5em;
  line-height: 1.5em;
}

p.wp-caption-text {
  font-style: italic;
  padding-top: 0;
  text-align: center;
}  

.navigation {
  padding: 10px 30px 0 0;
  font-weight: bold;
  line-height: 1.5em;
  font-size: small;
  text-align: center;
}

h2 {
  border-bottom: 3px solid black;
  margin-top: 0;
  clear: both;
}

h3 {
  border-bottom: 3px solid black;
  margin-top: 0;
  clear: both;
}

p {
  font-size: small;
  line-height: 1.35em;
}

a:link {
  color: black;
  text-decoration: underline;
}

a:visited {
  color: gray;
  text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: underline;
}

a:active {
  color: red;
  text-decoration: underline;
}

p a, li a {
  font-size: small;
}

li {
  font-size: small;
  padding-bottom: .5em;
}

.sidebar ul {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style-type: none;
}

.sidebar ul li h2 {
  font-size: medium;
  border-bottom: 2px black solid;
  margin-top: 13px;
}

.sidebar ul ul li {
  padding: 0;
  line-height: 1.5em;
  font-size: small;
  list-style-type: disc;
}

#footer {
  clear: both;
  float: left;
  width: 800px;
  text-align: center;
  margin-top: 30px;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Sans-serif;
	font-size: medium;
}

.commentmetadata{
	font-size: small;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: small;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  text-decoration: none;
  color: black;
}

h3 a:link, h3 a:visited, h3 a:active {
  color: black;
  text-decoration: none;
}

h3 a:hover {
  color: red;
  text-decoration: none;
}


