/* MODx Styles */

/* Code
------------------------------------------------------------------------- */    

code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	padding: 10px;
	display: block;
}

/* UserComments 
------------------------------------------------------------------------- */                       
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
#commentsAnchor h2 {
	font-size: 14px;
	color: #353535;
	margin: 15px 0px;
	font-weight: bold;
}
#commentsAnchor ul {
    list-style-type: circle;
    color:red;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost ul {
    list-style-type: square;
    margin-left: 50px;
}
ul.blogs {
    list-style-type: square;
    margin-left: 50px;
}
.ditto_summaryPost p {
    margin-top: 20px;
}
.ditto_summaryPost h3 {
    border-bottom: 0px solid #ccc;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    color: black;
}
.ditto_summaryPost h3 a, .ditto_summaryPost h3 a:hover {
    text-decoration:none;
}
.ditto_summaryPost h3 a:hover {
    color:#ff6600;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 0px 5px 5px 0px !important;
    font-size: 0.9em;
    color: green;
    border-bottom: 1px solid #ccc;
}
.ditto_link, .ditto_link a {
    font-size: 76%;
    text-align: right !important;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#trenner hr {color:#FFFFFF; background: url('../imgs/images/hr.png') no-repeat;; border: 0 none; height:31px; margin:10px auto 25px auto; text-align:center; width:450px; position:relative;  }
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 50px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* MODx Icons
------------------------------------------------------------------------------- */

 #modxicon { 
height: 32px; 
width: 34px; 
margin: 0 auto; 
text-align: center; 
float: right; 
margin-top: -2em;

}

#modxicon a#modxicon32 {
    margin: 0 auto;
    width: 34px;
    height: 32px;
    display: block; 
text-indent: -2000px; 
text-align: center; 
overflow: hidden;
    background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
	

}

 #modxicon a#modxicon32:hover {
    background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
    color: #111;
}

#modxicon a, #modxicon a:visited, #modxicon a:hover { 
background: transparent; 
border: 0;

text-decoration: none; 
}

.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */

#ajaxSearch_form {
margin:0px;
padding:0px;
position:relative;
top:0px;
padding:0px;
font-family: "Tahoma", "Helvetica", sans-serif;
}

#ajaxSearch_intro {
margin: 10px 0 15px 0;
}


#ajaxSearch_output {
  font-size: 11px;
  font-family:verdana, serif;
  background-color: #EFEFEF;
  color: black;
	width: auto;
	padding: 0px 13px 5px 13px;
	background: #fff url(../images/ajaxbg.gif) repeat-y 0 100%;
	margin: 1px 0 5px -1px;
	border-bottom: 10px solid #076591;
}
#ajaxSearch_output p { 
padding-bottom:5px;
 line-height:18px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }
#ajaxSearch_output a {
  font-size: 13px;
  color: #1c91ae;
  font-weight:bold;
}
.ajaxSearch_paging {
display: block;
margin: 5px 0 10px;
}
.ajaxSearch_currentPage {
  color: #6F9303;
  font-weight: bold;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px; 
  color:#ff0000; 
  font-size: 13px;
  font-family:arial, verdana, serif;
  font-weight:bold
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #FF6600;
  padding: 1px 3px 1px 3px;
  font-weight: bold;
  background-color:#000000;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}
div .AS_ajax_more{
  margin: 20px 0;
}
.AS_ajax_more a{
  font-weight: bold; color:#ff0000; font-size:11px; font-family: tahoma;text-decoration:underline;
}
.ajaxSearch_hiddenField{
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#ajaxSearch_cmtThks{
  color: #CC0000;
  padding: 0;
  margin: 10px;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
}
.ajaxSearch_cmtIntro{
  color: gray;
	font-size: 1em;
	font-weight: bold;
}
#ajaxSearch_cmtArea{
	width: 452px;
	height: 50px;
	padding: 3px;
	margin: 8px 0 3px;
}
#ajaxSearch_cmtSubmit, #ajaxSearch_cmtReset{
	height: 2em;
	background: #6F9303;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}
#search div .thumbscontainer ul.thumbs li{
	height: 150px;
}
.close{margin-top:10px; margin-left:1px;position.relative;clear:both;}

.gbautor{
  font-weight: normal; color:#ff0000; font-size:11px; font-family: tahoma;
}
.sidemap {}
.sidemap ul{ 
	padding:0;
	margin:0 auto;
       text-align:center;
       font-size:15px;
}
.sidemap li{
	list-style-image: url("star.png");
	margin-left: 20px;
margin-bottom:15px;
		}
.sidemap li a {

}
