/* v1.0 | 20080212 */

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,
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;
}
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* ----------------------- */

p { margin: 1em 0; }

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Sans-Serif;
  color:#222; background-color: #aaa;
  /*background: #aaa url(../images/back_bottom.png) repeat-x bottom;*/
}

strong { color: #333; }

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman';
  font-weight: bold;
  text-align:left;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; margin-top: 1.5em; }
h4 { font-size: 1em; margin-top: 1.5em; }

pre { overflow: auto; }

acronym, abbr
{
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
  border-bottom: 1px dashed #999;
}

code { font-size: 1.4em; }

a {
  color: #26a;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

hr { display: none; }
a img { border: none; }

/* Layout */

#page {
  margin: 40px auto;
  padding: 0px;
  width: 90%;
  background: fixed #fff url(images/blank.gif) no-repeat;
  /*background-color: #fff;*/
  border: 1px solid #888;
}

#header {
  margin: 0px 40px;
  padding: 20px 0px;
}

#wrapper {
  padding: 20px 40px;
  border-collapse: separate;
}

#content {
  margin: 0px;
  padding: 0px;
  float: left;
}
	
#sidebar {
  float: right;	
  margin: 0;
  padding: 20px 0;
}	

#footer {
  margin: 0px auto;
  clear: both;
}

/* Header */

#header h1 {
  margin: 10px 0;
  font-family: "Times New Roman";
  font-size: 36px
}

#header .description { font-size:1.2em; }

#hmenu {
  margin: 0 40px;
  padding: 2px 0px;
}

#hmenu ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#hmenu ul li {
  padding: 0;
  display: inline;
  margin: 0 20px 0 0;
}

#hmenu ul li {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}	

#hmenu ul li#hmenu_rss {
  background: url(../images/rss.png) no-repeat;
  padding-left:20px;
}	

#header, #hmenu {
  background: url(../images/border_h.png) repeat-x bottom;
}

/* End header */

/* Post */

.post {
  margin: 0;
  padding:20px 0; 
  text-align: justify;
  overflow:hidden;
  clear:both;
}

.entry h2 {
  font-size: 1.5em;
  margin-top: 1.2em;
  background: url(../images/border_h.png) repeat-x bottom;
  padding-bottom: 3px;
}

.post hr { display: block; }

.postmetadata {
  font-family: Georgia, serif;
  font-size: 1.2em;
  color:#888;
}

.clear { clear: both; }

.entry {
  font-size:1.4em;
  line-height:1.5em;
  margin: 20px 5px;
}

.entry blockquote {
  border:1px dashed #ccc;
  font-size:0.9em;
  padding:5px 20px;
  margin:10px 0;
  background:#f8f8f8;
}

.entry blockquote blockquote { font-size:1em; }

.entry table {
  border-width:0 1px 1px 0;
  border-style:solid;
  border-color:#ccc;
  font-size:0.9em;
}

.entry table tr td {
  padding:5px 10px;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#ccc;
}

.entry table tr th {
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#ccc;
  padding:5px 10px;
  background:#f4f4f4;
  color:#666;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
}

.no-border { border-width: 0; }
.no-border tr { border-width: 0; }
.no-border tr td { border-width: 0; padding: 5px 0; }

.entry ol { list-style-type:decimal; }
.entry ol ol { list-style-type:lower-alpha; }
.entry ol ol ol { list-style-type:lower-roman; }

p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  padding:0;
  margin: 2px 0 5px 10px;
  display: inline;
  float:right;
}

.alignleft {
  padding:0;
  margin: 2px 10px 5px 0;
  display: inline;
  float:left;
}

.entry div.aligncenter {
  text-align: center;
  margin: 20px;
}

.navigation .alignleft { text-align:left; }
.navigation .alignright { text-align:right; }

.navigation {
  font-size:1.2em;
  clear:both;
  margin:20px 0;
}

.center { text-align: center; }
.hidden { display: none; }

/* Comments*/

textarea#comment { width:100%; }

#comments div.navigation { font-size:0.8em; }

.comment {
  background-color: #f8f7ef;
  padding: 10px;
  border: 1px solid #ddd;
}

.comment_quote_left {
  color: #ccd;
  font-size: 48px;
  width: 32px;
  text-align: left;
  vertical-align: top;
}

.comment_quote_right {
  color: #ccd;
  font-size: 48px;
  width: 32px;
  text-align: right;
  vertical-align: bottom;
}

.comment_text {
  vertical-align: top;
  border: 1px dashed #ccd;
  padding: 10px;
}

.comment_from {
  font: italic 95%/1.6em Georgia, serif;
}

/* Sidebar */

#sidebar { font: 1.2em 'Lucida Grande', Arial, Sans-Serif; }

#sidebar h2 {
  font-family: 'Lucida Grande', Sans-Serif;
  font-size: 1.2em;
}

#sidebar h2 {
  padding: 0;
  background:url(../images/border_h.png) repeat-x bottom;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin:0;
  padding:0;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 20px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 0; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 20px; }

#sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

/* Footer */	

#footer {
  background: url(../images/border_h.png) repeat-x top;
  padding:10px;
  text-align:center;
  font-size:1.1em;
  color:#888;
  margin:20px;
}

.divider_top {
  background: url(../images/border_h.png) repeat-x top;
  padding: 1px;
  text-align:center;
  font-size:1.1em;
}

.divider_bottom {
  background: url(../images/border_h.png) repeat-x bottom;
  padding: 1px;
  text-align: center;
  font-size: 1.1em;
}

.beige_bg {
  background: url(../images/beige.png) repeat-x center;
  padding: 5px 3px 5px 10px;
}

.beige_bg1 {
  background: url(../images/beige_1.png) repeat-x center;
  padding: 8px 10px 8px 10px;
}

.comment_inputs td {
  padding: 5px 5px;
}

.turn_page a {
  color: #ccd; font-size: 40px;
}

.post_caption {
  width: 100%;
}
