/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 5px 0 5px 10px;
  }

a {
  color: #9B9C36;
  text-decoration: none;
  }

a:hover {
  color: #9B9C36;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

hr {
	margin: 5px auto;
}

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 30px auto;
  width: 980px;
  font-family: 'trebuchet ms', arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #eeeff0 url(images/top-grad.jpg) repeat-x;
  }


/* Header and wrapper */
#wrapper {
  width: 950px;
  text-align: left; /* IE Centering Technique */
  background: url(images/topcurve4.png) 0 0 no-repeat;
  }

#headerwrapper {
  }

#header {
  margin: 0;
  padding-top: 10px;
  height: 142px;
  background: url(images/bgheader.jpg) left 120px repeat-x;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  height: 100px;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #d3d082;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #B4B472;
  font-size: 10pt;
  float: right;
  margin-bottom: 10px;
  margin-right: 15px;
  width: 468px;
  height: 100px;
  display:inline;
  text-align: right;
  }
#topright a {
  color: #B4B472;
  }


/* Menu and search */

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  clear: both;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  }
  
#nav ul {
  list-style: none;
  width: 950px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  }

#nav li {
  float: left;
  height: 32px;
  line-height: 32px;
  }

#nav li a {

  }

#nav li a:hover {

  }

#nav li.rssmenu a {
  color: #d3d082;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin: 0;
  width: 948px; /* Prevents IE6 miscalculation */
  background: #fff url(images/vertical-divider.gif) 545px 0 repeat-y;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  }

#contentwrapper {
  width: 525px;
  float: left;
  padding: 20px 0 0 10px;
  padding: 20px 0 20px 10px !important;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content {
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 15px;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
	color: #9b9c36;
	font-size: 18px;
	height: 30px;
	white-space: nowrap;
	/*background: url(images/dot2.gif) bottom left repeat-x;*/
	width: 100%;
  }
h2.postTitle a:hover {
	text-decoration: underline;
}
#content p.postMeta {
  padding: 5px 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #333;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #9B9C36;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #9B9C36;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }





.comment .commentmetadata a {
  color: #333;
  }



.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 370px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }
  
span.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }

#content ol {


}

#content ol li {

}

#content ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

#content ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}

/* Sidebars */
#sidebars {
  float: right;
  margin-top: 0px;
  padding-top: 20px;
  width: 390px;
  }

#sidebar0 {
  padding: 0 15px 0 0;
  }

#sidebar1 {
  float: left;
  width: 180px;
  }

#sidebar2 {
  float: right;
  padding-right: 15px;
  width: 180px;
  }
#sidebar0 h2 {

	background: url(images/h3-bg_2.gif) no-repeat left;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 100%;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
  }
#sidebar1 h2 {

	background: url(images/h3-bg.gif) no-repeat left;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 100%;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
  }
#sidebar2 h2 {

	background: url(images/h3-bg.gif) no-repeat left;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 100%;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
  }
#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 24px;
  color: #333;
  background: url(images/bullet2.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #9B9C36;
  }
#sidebars a:hover {
  color: #9B9C36;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}




/* footer*/

#footerwrapper {
  clear: both;
  height: 86px;
  background: url(images/bottomcurve.png) left top no-repeat;
  }

#footer {
  margin: 0;
  }

#footer-one {
  float: left;
  margin: 0;
  padding: 0;
  width: 950px;
  display: inline;
  height: 40px;
  line-height: 40px;
  text-align: center;
  }

#footer-one p a {
  color: #B4B472;
  }

#footer-one p {
  padding: 0;
  }

#footer-one p {
  font-size: 12px;
  color: #FFFFFF;
  }

a img {
  border: none;  
  }

#footer-two {
  clear: both;
  width: 950px;
  text-align: center;
  padding-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

#footer-two p a {
  color: #757575;
  font-size: 12px;
  font-family: Arial, sans-serif;
  }

#footer-two p {
  padding: 0;
  }

#footer-two p {
  font-size: 12px;
  color: #757575;
  }
  
.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

#buttons_outer {
	width: 950px;
	margin: 0;
	padding: 0;
	float: left;

}

#buttons_inner {
	height: 32px;
}
#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}

ul#mainlevel-nav li {
	background-image: none;
	padding: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	font-weight:bold;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	border: 0;
}

ul#mainlevel-nav li a {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	color: #cccccc;
	background: transparent;
}

ul#mainlevel-nav li a:hover {
	color: #ffffff;
	background: #9B9C36;
}

a.mainlevel-nav#active_menu-nav {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}




.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist p {
  padding: 10px 0;
  }