* {
  margin: 0;
  padding: 0;
}

body {
  background: #f0efe0;
  font-family: Verdana, Tahoma, Sans-Serif; font-size: 12px;
  text-align: center;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

img {
  border: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.clear {
  clear: both;
  font-size: 0px;
  height: 0;
}

a {
  color: #517700;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

p {
    margin: 5px 0;
}

.navigation div {
  margin-bottom: 10px;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

    margin: 1em 1em 1em 1.6em;
    padding: 1em;
    background-color: #fafafa;
    border: 1px solid #dadada;
    overflow-x: auto;
}

/* Header */

#header-asides {
  background: #565656;
  height: 34px;
  padding: 0 20px;
  width: 920px;
}

#header-asides img {
    padding-right: 2px;
}

#header-asides .rss {
  background: url('/imgs/rss.jpg') no-repeat 0 0;
  color: #adadad;
  display: inline-block;
  height: 21px;
  line-height: 20px;
  margin-top: 7px;
  padding-left: 40px;
  text-decoration: none;
}

#header-asides .rss:hover {
  background: url('/imgs/rss_active.jpg') no-repeat 0 0;
  color: #d2d2d2;
}

#header-asides form {
  margin-top: 0px;
}

#header-asides form p {
  position: relative;
}

#header-asides form input.text {
  background: transparent url('/imgs/search_bg.jpg') repeat-x top left;
  border: 0;
  border-bottom: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e;
  color: #fff;
  font-size: 11px;
  height: 13px;
  padding: 4px;
  width: 150px;
  padding-right:21px!important;
}

#header-asides form input.search {
  position: absolute; right: 3px; top: 4px;
  border: 0;
  width: 16px;
  height: 13px;
}


ul.top-menu {
  list-style-type: none;
  margin-top: 5px !important;
  float: left; margin-top: 5px;
  height: 23px;
}

ul.top-menu li {
  float: left;
  color: #ffffff;
  font-size: 11px;
  position: relative;
  margin-left: 5px;
  line-height: 18px;
}

ul.top-menu li a {
  border: 0;
  color: #84be07;
  font-size: 11px;
  display: inline;
  float: left;
  height:22px;
  padding: 0 5px;
  text-decoration: none;
}

ul.top-menu li a:hover, ul.top-menu li.hover a, ul.top-menu li.current_page_item a,
ul.top-menu li.current_page_parent a {
  background: #689800;
  border: 0;
  color: #eeeeee;
}

#header-asides .user-info {
    float: right;
}

/* Header */

#header {
  background: #383838;
  margin-bottom: 35px;
  padding: 16px 20px;
  position: relative;
  width: 920px;
}

#header h1 {
  float: left;
}

#header h1 a {
  color: #78AF00;
  display: block;
  font-size: 26px; font-weight: bold;
  text-decoration: none;
}

#header ul {
  list-style-type: none;
  float: right; margin-top: 5px;
  height: 23px;
}

#header ul li {
  float: left;
  position: relative;
  margin-left: 10px;
}

#header ul li a {
  border: 1px solid #383838;
  color: #84be07;
  font-size: 14px;
  display: inline;
  float: left;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  text-decoration: none;
}

#header ul li a:hover, #header ul li.hover a, #header ul li.current_page_item a,
#header ul li.current_page_parent a {
  background: #689800;
  border: 1px solid #87b316;
  color: #eeeeee;
}

#header ul li ul {
  display: none;
  width: 130px;
}

#header ul li:hover ul, #header ul li.hover ul {
  display: block;
  position: absolute; top: 20px;
}

#header ul li ul li {
  float: none;
  width: 130px;
  margin-left: 0;
}

#header ul li ul li a, #header ul li.hover ul li a, #header ul li.current_page_item ul li a,
#header ul li.current_page_parent ul li a {
  border: 1px solid #ccc; border-top: 0;
  background: #fff;
  color: #000;
  font-size: 10px;
  width: 130px;
}

#header ul li ul li a:hover, #header ul li ul li.current_page_item a {
  color: #689800;
}

/* Content */

#content {
  background: #fff;
  border: 1px solid #d1d0c5;
  color: #2a2a2a;
  overflow: hidden;
  padding: 25px;
  width: 910px;
}

/* Col 1 */

#col-1 {
  float: left;
  width: 600px;
        /* width: 586px; */
}

#col-1 #filter {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #d1d0c5;
    background: #f0efe0;
}

#col-1 h3 {
  color: #000;
  font-size: 18px; font-weight: bold;
  margin-bottom: 30px;
}

#col-1 h1, #col-1 h2 {
  margin-bottom: 5px;
  margin-top: 10px;
}

#col-1 ul, #col-1 ol {
   padding: 0 0 0 30px;
}

#col-1 ul.ajaxful-rating {
   padding: 0;
}

#col-1 h2.pagetitle {
  margin-bottom: 30px;
}

#col-1 .post {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#col-1 .post h1, #col-1 .post h2 {
  margin-bottom: 0;
  margin-top: 4px;
}

#col-1 .post img {
  /* background: #fff; */
}

#col-1 .post img.alignright {
  margin-left: 15px;
}

#col-1 .post img.alignleft {
  margin-right: 15px;
}

#col-1 .post .postmetadata {
  color: #909090;
  overflow: hidden;
  width: 586px;
}

#col-1 .post .read-more-box {
  margin-top: 20px;
}

#col-1 .sticky .read-more-box {
  margin-bottom: 0;
}

#col-1 .post .postmetadata small {
  font-size: 11px;
}

#col-1 .post .postmetadata .read-more a {
  background: #689800;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#col-1 .post .postmetadata .read-more a:hover {
  background: #5a8300;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#col-1 .post .postmetadata .ratings {
    float: left;
}

#col-1 .post .postmetadata .ratings_text {
    float: left;
    font-weight: bold;
    padding: 0.5em 0 0 1em;
}

#col-1 .post .comments, #col-1 .post .comments a {
  color: #000000;
  font-style: italic;
  text-decoration: none;
}

#col-1 .post .comments a:hover {
  text-decoration: underline;
}

#col-1 .post .control-buttons img {
    background-color: transparent;
}

#col-1 .post .control-buttons a {
  background: #f1f1f1;
  border: 1px solid #cccccc;
  color: #777;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 11px;
}

#col-1 .post .control-buttons a:hover {
  background: #5a8300;
  color: #fff;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
}

#col-1 .post .control-buttons input {
  background: #f1f1f1;
  border: 1px solid #cccccc;
  color: #aaa;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 11px;
  width: auto;
}

#col-1 .post .content h1, #col-1 .post .content h1 a {
  color: #676661;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content h2, #col-1 .post .content h2 a {
  color: #676661;
  font-size: 18px; font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content h3, #col-1 .post .content h3 a {
  color: #676661;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content h4, #col-1 .post .content h4 a {
  color: #676661;
  font-size: 14px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content h5, #col-1 .post .content h5 a {
  color: #676661;
  font-size: 12px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content h6, #col-1 .post .content h6 a {
  color: #676661;
  font-size: 11px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#col-1 .post .content ol, #col-1 .post .content ul {
  margin-left: 50px;
  margin-bottom: 10px;
}

#col-1 .post .content li {
  margin-bottom: 10px;
}

#col-1 .post .content blockquote {
  background: #F0EFE0;
  border: 1px solid #D1D0C5;
  font-style: italic;
  padding-left: 20px; padding-right: 50px;
  margin: 10px 0px;
}

#col-1 .post .title {
  overflow: hidden;
  width: 535px;
}

#col-1 .post .gravatar {
    float: left;
    margin: 6px 8px 0px 0px;
    padding: 5px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
}

#col-1 .post .title .h2 {
    margin-bottom: 0em;
}

#col-1 .post h2, #col-1 .post h2 a {
  color: #517700;
  font-size: 18px; font-weight: bold;
  text-decoration: none;
}

#col-1 .post h2 a:hover {
  color: #000;
  text-decoration: underline;
}

#col-1 .post .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .sticky .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .post .content p {
  display: block;
  line-height: 20px;
  padding: 10px 0;
}

#col-1 .post .postmetadata p {
  margin-bottom: 5px;
}

#col-1 .sticky {
  background: #f1f1f1;
  border: 1px solid #cccccc; border-top: 3px solid #cccccc;
  padding: 10px 15px;
}

#col-1 .sticky .postmetadata {
  width: 556px;
}

#col-1 .sticky .screenshot {
  background: white;
  border: 1px solid #cccccc;
  padding: 5px;
  float: left;
  margin-right: 10px;
}

#col-1 .sticky .postmetadata .featured {
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-family: Arial, Helvetica, Sans-Serif; font-size: 16px;
  padding: 0;
  font-weight: bold;
}

#col-1 .sticky .postmetadata .featured span {
  display: block;
  border: 1px solid #fff;
  padding: 3px 10px;
}

#col-1 .wp-pagenavi {
  margin-bottom: 50px;
}

#col-1 .wp-pagenavi span.pages, #col-1 .wp-pagenavi a {
  background: #5A8300;
  border: 0;
  color: #fff;
  padding: 5px;
}

#col-1 .wp-pagenavi span, #col-1 .wp-pagenavi a {
  display: inline;
  padding: 5px;
  text-decoration: none;
}

#col-1 .wp-pagenavi span.on, #col-1 .wp-pagenavi span.current {
  background: #364F00;
  border: 0;
  color: #fff;
}

#col-1 ol.comments {
  float: left;
  display: inline;
  padding-bottom: 10px;
}

#col-1 ol.comments, #col-1 ol.comments ul {
  list-style: none;
}

#col-1 ol.comments li .comment-container {
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  display: inline;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 15px;
  width: 554px;
}

#col-1 ol.comments li.depth-2 .comment-container {
  margin-left: 20px;
  width: 534px;
}

#col-1 ol.comments li.depth-2 .comment-container .comment,
#col-1 ol.comments li.depth-2 .comment-container .comment .commentmetadata
{
  width: 405px;
}

#col-1 ol.comments li.depth-3 .comment-container {
  margin-left: 40px;
  width: 514px;
}

#col-1 ol.comments li.depth-3 .comment-container .comment,
#col-1 ol.comments li.depth-3 .comment-container .comment .commentmetadata
{
  width: 385px;
}

#col-1 ol.comments li.depth-4 .comment-container {
  margin-left: 60px;
  width: 494px;
}

#col-1 ol.comments li.depth-4 .comment-container .comment,
#col-1 ol.comments li.depth-4 .comment-container .comment .commentmetadata
{
  width: 365px;
}

#col-1 ol.comments li.depth-5 .comment-container {
  margin-left: 80px;
  width: 474px;
}

#col-1 ol.comments li.depth-5 .comment-container .comment,
#col-1 ol.comments li.depth-5 .comment-container .comment .commentmetadata
{
  width: 345px;
}

#col-1 ol.comments li.depth-6 .comment-container {
  margin-left: 100px;
  width: 454px;
}

#col-1 ol.comments li.depth-6 .comment-container .comment,
#col-1 ol.comments li.depth-6 .comment-container .comment .commentmetadata
{
  width: 325px;
}

#col-1 ol.comments li.depth-7 .comment-container {
  margin-left: 120px;
  width: 434px;
}

#col-1 ol.comments li.depth-7 .comment-container .comment,
#col-1 ol.comments li.depth-7 .comment-container .comment .commentmetadata
{
  width: 305px;
}

#col-1 ol.comments li .comment-container .avatar {
  background: #fff;
  border: 1px solid #d7d7d7;
  float: left;
  margin-right: 25px;
  padding: 6px;
}

#col-1 ol.comments li .comment-container .comment {
  float: left;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar,
#col-1 ol.comments li.depth-2 .comment-container .noavatar,
#col-1 ol.comments li.depth-3 .comment-container .noavatar,
#col-1 ol.comments li.depth-4 .comment-container .noavatar,
#col-1 ol.comments li.depth-5 .comment-container .noavatar,
#col-1 ol.comments li.depth-6 .comment-container .noavatar,
#col-1 ol.comments li.depth-7 .comment-container .noavatar {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata {
  background: transparent url('/imgs/commentmetadata_bg.jpg') repeat-x bottom left;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 15px;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-2 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-3 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-4 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-5 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-6 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-7 .comment-container .noavatar .commentmetadata {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata cite {
  color: #000000;
  font-style: normal; font-size: 18px;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata .date {
  color: #6f6f6f;
  font-style: italic;
}

#col-1 ol.comments li .comment-container .comment .comment-text {
  color: #2a2a2a;
  line-height: 20px;
  margin-bottom: 10px;
}

#col-1 ol.comments li .comment-container .comment .comment-text p {
  padding: 10px 0px;
}

#col-1 ol.comments li .comment-container .reply {
  float: right;
}

#col-1 ol.comments li .comment-container .reply a {
  background: #689800;
  color: #fff;
  float: right;
  padding: 5px 10px;
  text-decoration: none;
}

#col-1 #respond {
  background: #f1f1f1 url('/imgs/respond_bg.jpg') repeat-x top left;
  border: 1px solid #d7d7d7;
  padding: 15px 15px;
  overflow: hidden;
  width: 554px;
}

#col-1 #respond button {
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-size: 14px;
  padding: 5px 30px;
}

#col-1 #respond p {
  margin-bottom: 10px;
}

#col-1 #respond h3 {
  background: transparent url('/imgs/comment.jpg') no-repeat top left;
  height: 30px;
  padding-left: 40px;
}

#col-1 #respond label {
  color: #535353;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

#col-1 #respond label span {
  color: #8b8a8a;
  font-size: 12px;
}

#col-1 #respond input {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;
  font-size: 12px;
  height: 15px;
  padding: 5px;
  width: 544px;
}

#col-1 #respond textarea {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;
  padding: 5px;
  width: 544px;
  height: 190px;
}

/* Col 2 */

#col-2 {
  list-style: none;
  float: right;
  width: 288px;
}

#col-2 ul {
  list-style: none;
}

#col-2 li {
  margin-bottom: 25px;
}

#col-2 li div.tweet {
  margin-bottom: 50px;
}

#col-2 li div.tweet p {
  border: 1px solid #cccccc;
}

#col-2 li div.tweet p span {
  background: #f1f1f1;
  border-top: 3px solid #c3c3c3;
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
}

#col-2 li div.tweet .arrow {
  background: transparent url('/imgs/tweet_arrow.jpg') no-repeat bottom right;
  margin-top: -1px; margin-left: 232px;
  width: 29px; height: 20px;
}

#col-2 li div.tweet a {
  background: transparent url('/imgs/twitter.png') no-repeat top right;
  color: #517700;
  display: block;
  height: 48px;
  text-decoration: none;
}

#col-2 h3 {
  background: transparent url('/imgs/heading_col2_bg.jpg') repeat-x bottom left;
  color: #676661;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#col-2 li ul li {
  float: none;
  display: inline;
  margin: 0;
}

#col-2 li ul li a {
  background: transparent url('/imgs/arrow.jpg') no-repeat 10px 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #517700;
  display: block;
  padding: 7px 10px;
  text-indent: 20px;
  text-decoration: none;
}

#col-2 li ul li a:hover {
  background: #f1f1f1 url('/imgs/arrow_highlight.jpg') no-repeat 10px 10px;
  color: #000;
}

#col-2 li ul li .topic-total {
    background: #689800;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

#col-2 li ul li a.selected {
    font-weight: bold;
}

/* second level menu */
#col-2 li ul li ul {
  padding-left: 20px;
}

#col-2 li ul li ul li a {
  background: transparent url('/imgs/arrow.jpg') no-repeat 10px 10px;
  border-bottom: none;
  color: #517700;
  display: block;
  padding: 8px 5px;
  text-indent: 20px;
  text-decoration: none;
}



/*   */

#col-2 li div#tabs {
  background: #f1f1f1;
}

#col-2 li ul.tabs {
  background: #fff;
  overflow: hidden;
  width: 100%;
}

#col-2 li ul.tabs li {
  float: left;
}

#col-2 li ul.tabs li a {
  border-top: 3px solid #689800;
  background: #689800;
  border-bottom: 0;
  color: #fff;
  margin-right: 2px;
  text-indent: 0;
}

#col-2 li ul.tabs li a.selected, #col-2 li ul.tabs li a:hover {
  background: #f1f1f1;
  border-top: 3px solid #c3c3c3;
  border-bottom: 0;
  color: #000;
  margin-right: 2px;
  text-indent: 0;
}

#col-2 li div#tabs ul li a {
  background-image: url('/imgs/arrow_grey.jpg');
}

#col-2 li div#tabs ul li a:hover {
  background-color: #fff;
  background-image: url('/imgs/arrow_highlight.jpg');
}

#col-2 li div#tabs ul.tabs li a, #col-2 li div#tabs ul.tabs li a:hover {
  background-image: none;
}

#col-2 li div#tabs ul.tabs li a:hover {
  background: #f1f1f1;
}

#col-2 li.ads {
  margin-bottom: 20px;
}

#col-2 li.ads ul {
  overflow: hidden;
  width: 100%;
}

#col-2 li.ads ul li {
  float: left;
  width: auto;
  margin-right: 10px; margin-bottom: 10px;
}

#col-2 li.ads ul li a {
  background: transparent none;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: block;

  padding: 2px;
  border: 1px solid #CCCCCC;
}



/* box  */


#col-2 li div.box {
  margin-bottom: 10px;
  background: #f1f1f1;
  border: 1px solid #cccccc;
  border-top: 3px solid #c3c3c3;
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
}

#col-2 li div.box h2 {
  margin-bottom: 5px;
  margin-top: 10px;
}

#col-2 li div.box ul {
  list-style: square;
}

#col-2 li div.box ul li {
  display: block;
  margin: 0;
  padding: 10px;
  list-style: square;
}

#col-2 li .blog-count {
    width: 50%;
    background-color: #ddd;
    border: 1px solid #ccc;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

/* Footer */

#footer {
  background: #565656;
  color: #bababa;
  margin-bottom: 20px;
  padding: 10px 0px;
  text-align: center;
}

#footer ul {
	margin: auto;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #999999;
	padding: 0px 2px 2px 5px;
}

#footer ul li.first {
	border-left: 0px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ddd;
}


/* */

#login, #signup {
    /*margin: auto;*/
    width: 290px;
}

hr {
    margin: 10px 0;
}

label {
    font-weight: bold;
}

#openid_url {
    background-image:url('/images/openid.gif');
    background-position:3px 50%;
    background-repeat:no-repeat;
    padding-left:21px!important;
}

/* Specific */

#flash_notice, #flash_error, #new_posts {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice, #new_posts {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

#new_posts {
  text-align: center;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors label {
    color: red;
}

#errorExplanation {
  width: 100%;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

input {
    font-size: 20px;
    width: 250px;
    border: 1px solid black;
}

input[type="submit"] {
    font-size: 15px;
	height: auto;
    width: auto;
    font-weight: bold;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
    font-weight: bold;
}

/* TABLES */

table {
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
caption {
	width: 100%;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000em;
	background: url(caption.gif) no-repeat 98% 0;
}
caption:hover {
	background-position: 98% 100%;
}

/* HEADER */

thead {
	background: #524123;
}
thead tr th {
	padding: 1em 0;
	text-align: left;
	color: #FAF7D4;
	border-bottom: 3px solid #A5D768;
}

/* FOOTER */

tfoot {
	color: #fff;
	background: #524123;
}
tfoot tr th, tfoot tr td {
	padding: .2em .6em;
	border-top: 2px solid #A5D768;
}
tfoot tr th {
}
tfoot tr td {
	text-align: right;
}

/* BODY */

tbody tr td {
	background: #DDF0BD;
}
tbody tr td.centered {
	background: #DDF0BD;
}
tbody tr.odd td {
	background-color: #D0EBA6;
}
tbody tr td:hover, tbody tr.odd td:hover {
	background: #c5e894;
}
tbody tr th, tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;
}
tbody tr th {
	padding-right: 1em;
	text-align: left;
	font-weight: normal;
	background: #c5e894;
	text-transform: uppercase;
}
tbody tr th:hover {
	background: #D0EBA6;
}

table a[title^="Download"] {
	float: none;
	width: auto;
	height: auto;
	font-size: 100%;
	background: none;
}

table input[type=submit] {
    font-size: inherit;
	font-weight: normal;
    float: left;
}

/* LINKS */

table a {
	color: #854400;
	text-decoration: none;
}
table a:visited {
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}

table .icon {
    width: 20px;
}

/* GENERIC */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-centered {
    text-align: center;
}

/* Pagination */

.digg_pagination {
  background: white;
  padding-top: 10px;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .digg_pagination span.current {
    font-weight: bold;
    background: #689800;
    color: white;
    border: 1px solid #689800; }
  .digg_pagination a {
    text-decoration: none;
    color: #689800;
    border: 1px solid #689800; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #003;
      border-color: #003; }
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #003;
      background: #689800;
      padding: .1em .25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child+html .digg_pagination {
    overflow: hidden; }

#pagination {
    width: 100%;
    text-align: center;
}
#pagination a {
  width: 100%;
  background: #689800;
  color: white;
  display: block;
  padding: 5px;
  text-decoration: none;
  float: left;
}

#pagination a:hover {
  background: #5a8300;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#pagination img {
  /*
    vertical-align: middle;
  margin: 0 auto;
  */
}

.loader {
    width: 100%;
    text-align: center;
}

div.calendar_date_select {
    margin: 0 auto;
}

.bottom_ads {
    width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}