/*
Original Author: Jim Barraud
Original Author URI: http://jimbarraud.com
Modified by: Chunhao Wang
*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body {
  background: #fff;
  font: 62.5% constantia, palatino, "times new roman";
  color: #333;
}
strong {
  font-weight: bold;
}

/* Links */

a:link,
a:visited {
  color: #9C8A6A;
  text-decoration: none;
}
a:hover,
a:active {
  color: #3E372B;
  text-decoration: underline;
}

/* Headers */

h1 {
  margin: 10px 0 20px;
  font-size: 3.2em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}
h1 a {
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited {
  color: #000;
}
h1 a:hover,
h1 a:active {
  color: #000;
  text-decoration: underline;
}
h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2.4em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 5px;
  font-size: 2.3em;
  font-weight: normal;
}
h3 a:link,
h3 a:visited {
  color: #333;
}
h3 a:hover,
h3 a:active {
  text-decoration: underline;
}
h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5 {
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
h5 abbr {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Structure */

#page {
  margin: 0 auto;
  padding-top: 15px;
  width: 500px;
  text-align: center;
  position: relative;
  
}

#header {
}

#siteicon {
  float: right;
}

#siteDescription {
  font-size: 1.2em;
  margin: 10px auto 30px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}

/* Main Navigation
-------------------------------------------------------------------*/

#menu {
  margin-top: 10px;
  padding: 5px;
  background: #FBFBFB;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
#menu ul {
  margin: 0 auto;
  width: 45em;
  text-align: center;
}
#menu li {
  display: inline;
  margin-right: 20px;
  font-size: 1.5em;
  text-transform: uppercase;
}
#menu li:last-child {
  margin-right: 0;
}
#menu a:link,
#menu a:visited {
  color: #999;
}
#menu a:hover,
#menu a:active {
  text-decoration: underline;
  color: #2E301C;
}
#menu .current_page_parent a:link,
#menu .current_page_parent a:visited,
#menu .current_page_item a:link,
#menu .current_page_item a:visited {
  font-weight: bold;
  color: #2A2D1A;
}
#menu .current_page_parent a:hover,
#menu .current_page_parent a:active,
#menu .current_page_item a:hover,
#menu .current_page_item a:active {
  color: #2E301C;
}

/* Main Content Body
-------------------------------------------------------------------*/

#content {
  float: clear;
  width: 500px;
  margin-top: 8px;
}

/* Posts
-------------------------------------------------------------------*/
#content p,
#content li,
#content dd {
  margin-bottom: 0.8em;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}
#content p {
  text-align: justify;
}
#quotes {
  background: url(../images/blockquote.gif) no-repeat scroll 3px 3px;
  width: 300px;
  margin: auto;
  padding: 8px 12px 8px 36px;
  text-align: center;
  float: clear;
}
.author {
  float: right;
  font-style: italic;
}
#content li {
  list-style: square;
  margin-left: 17px;
}
#content dt {
  font-size: 1.3em;
  color: #333;
}

#elsewhere {
  margin-bottom: 30px;
}
#elsewhere li {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.5em;
}
#elsewhere li.last {
  padding: 0;
  margin: 0;
  border-right: none;
}

/* Footer
-------------------------------------------------------------------- */

#footer {
  width: 500px;
  margin: 40px auto 0;
  padding: 20px 0 35px 0;
  border-top: 4px double #ccc;
  color: #666;
  text-align: center;
}
#footer p {
  line-height: 1.4em;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#page:after,
#elsewhere:after,
#metaContent .metaExtend:after,
#menu:after,
#menu ul:after,

