/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Jonathan Bennett
 Author URI:     http://www.autoitscript.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* @import url("../Divi/style.css"); */
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Logo always fullsize */
#logo {
    max-height: 100% !important;
}


/* List of blog posts */
.et_pb_post > a img {
width: 320px !important;
}



/* bullet indent */
li {
list-style-position: inside;
}

.autoit-center
{
text-align: center;
}

.autoit-footer-ad
{
margin: 20px 15px 40px 15px;
}

/* pre code changes for wrapping */
pre, code { overflow:auto; font-family: Consolas, monospace; font-size: 11px; line-height: 110%; }

/* Better syntax highlighter */
.bwp-syntax-block {
    /*border: 1px solid #cccccc;*/
    background-color: #f8f8f8; 
    color: #000000;
}

.autoit  
{
padding: 4px;
background-color: #f8f8f8; color: #000000;
}

.autoit .de1, .autoit .de2 {font-weight:normal; background:transparent; color: #000000; }
.autoit .re0 {color: #5A5A5A;}
.autoit .re1 {color: #5A5A5A;}
.autoit .kw1 {color: #0000FF;}
.autoit .kw2 {color: #808000;}
.autoit .kw3 {color: #000090;}
.autoit .kw4 {color: #0080FF;}
.autoit .kw5 {color: #808000;}
.autoit .kw6 {color: #DC143C;}
.autoit .kw7 {color: #5A5A5A;}
.autoit .kw8 {color: #808000;}
.autoit .kw9 {color: #DC143C;}
.autoit .kw10 {color: #DC143C;}
.autoit .co0 {color: #FF0000; font-style: italic}
.autoit .co1 {color: #008000; font-style: italic;}
.autoit .co2 {color: #008000; font-style: italic;}
.autoit .coMULTI {color: #008000; font-style: italic;}
.autoit .coREGEXP {color: #008000; font-style: italic;}
.autoit .br0 {color: #FF8000;}
.autoit .st0 {color: #FF0000;}
.autoit .nu0 {color: #0000FF;}
.autoit .me1 {color: #FF0000;}
.autoit .sy0 {color: #FF8000;}
.autoit .li1 { }
.autoit ol {line-height:67%;}
.autoit a:link, .autoit a:visited, .autoit a:active {text-decoration: none;}


/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
*/
table {
  border-collapse: collapse;
  border: 1px solid #666666;
  /*font: normal 11px verdana, arial, helvetica, sans-serif; */
  /*color: #363636;*/
  background: #fafafa;
  text-align:left;
  margin-bottom: 10px;
  margin-top: 5px;
  }
caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}
thead, tfoot { font-weight: bold; background: #ebebeb; text-align:center; height:30px; }
thead th, tfoot th { padding:5px; }

/*table a {color: #333333; text-decoration:none; }*/
/*table a:hover { text-decoration:underline; } */
tr.odd { background: #f1f1f1; }
tbody th, tbody td 
{ 
	padding:5px; 
	word-wrap: break-word;
}


/* Table of contents styles */
#TBC_ContainerTitle,
#TBW_ContainerTitle{
font-family: Helvetica, "Times New Roman", Georgia, serif, Georgia, "Bitstream Charter";
font-weight:bold;
text-align:Center;
border-bottom: 1px solid #DADADA;
margin: 5px 10px 0 10px;
}
#TBC_Container,
#TBW_Container{
background-color: #f8f8ec;
border: 1px solid #DADADA;
width: 200px;
margin: 0 0 0 0;
padding: 0 0 0 0;
float: right;
}
#TBC_Container a,
#TBW_Container a{
font-family: "Times New Roman", Georgia, "Bitstream Charter", serif;
text-decoration: none;
color:#4e4e4e;
text-align:Left;
}
#TBC_Container a:hover,
#TBW_Container a:hover{
text-decoration: underline;
}
#TB_UL{
padding: 0 0 0 0;
margin: 5px 0 5px 10px;
}
#TBC_Container li,
#TBW_Container li{
list-style-type: none;
text-align: left;
}
.TB_Level1,
.TB_Level2,
.TB_Level3,
.TB_Level4,
.TB_Level5,
.TB_Level6{
font-family: "Times New Roman", Georgia, "Bitstream Charter", serif;
line-height: 18px;
font-size: 15px;
}
.TB_Level1{
font-weight:bold;
margin-left:0px;
}
.TB_Level2{
margin-left:10px;
}
.TB_Level3{
margin-left:20px;
}
.TB_Level4{
margin-left:30px;
}
.TB_Level5{
margin-left:40px;
}
.TB_Level6{
margin-left:50px;
}