/* Style the current page link in the Pages Widget */

.widget ul li.current_page_item a {
    border-right: solid 7px #CCCCCC;
    background: #f8f8f8;
}

.widget ul li.current_page_item a:hover {
    border-right: solid 7px #000000;
    background: #f8f8f8;
}

.widget ul li.current_page_item ul li a, .widget ul li.current_page_item ul li a:hover {
    border-right: 0;
    background: #ffffff;
}

/* List style using the checkbox icon as the bullet */

.em-checklist {
    list-style-type: none;
    padding-left:2em;
}

.em-checklist li {
    vertical-align:top;
    line-height:1.2em;
    padding-left:1.7em;
    background:url(http://azindex.englishmike.net/wp-content/uploads/2009/02/checkbox.gif) no-repeat 0px 1px; 
    padding-bottom:3px;
}

.em-separator {
    margin-top: 20px; 
    width: 50%;
}

.em-download-button {
        text-align:center;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	background-color: #FECD7A;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.em-download-button a {
	color: #000;
	font-weight: normal;
}

.em-download-button a:hover {
	color: #a08678;
	font-weight: normal;
        text-decoration: none;
}

.em-example1, .em-example2 {
        padding: 2px 4px;
        margin: 8px 20px 8px 30px;
}

.em-example1 {
        border: 1px solid #aaaaaa;
        background-color: #f9f9f9;
}

h5 {
    padding-top: 10px;
}

.em-code {
    background-color: #fffacc;
    padding: 10px;
    /*margin-left: 20px; */
    width:96%;
    font-size:9pt;
}

.em-nogap {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.em-nogaps {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0  !important;
    padding-bottom: 0 !important;
}

.post ol {
    margin-bottom: 0;
}

.post ol li {
    padding-bottom: 5px;
}

ul.em-note-list {
    padding-left: 20px;
}

ul.em-note-list li {
    padding-bottom: 10px;
}

table.em-param-list {
    border: 1px dotted #999999;
}

table.em-param-list td {
    border-right: 1px dotted #999999;
}

table.settings {
   border-spacing: 0;
   width: 100%;
}

table.settings tr td {
   background-color: #ffffff !important;
   text-align: right;
   padding-left: 2px;
   padding-right: 2px;
   border: 0;
   width: 7em;
}
table.settings td+td {
   text-align: left;
   width:auto;
   padding-right: 20px;
}

table.settings .em-example1 {
   margin: 0;
}

/* Styles for the nested comment format. */
/* Using !important when we have to      */
/* override the theme settings           */

.commentlist li.odd {
    background: #FFF !important;
}
.commentlist li.even {
    background: #FFFCCC !important;
}

.commentlist li {
    border-top: 1px dotted #74BCC5 !important; 
    border-bottom: 1px dotted #74BCC5 !important; 
}

.commentlist li.byuser {
    background:#ffffa0 !important;
}

/* Indent the second level comments */
.commentlist .depth-2 {
    margin-left: 30px !important;
}

.commentlist .comment-reply-link {
    float:right;
    padding-top:10px;
    font-size: 11pt;
}


.wp-polls {
    background-color: #fffccc;
    border: 2px dotted #ffcc99;
    margin: 20px 0;
}

.wp-polls ul li {
    padding:2px 0;
}

.wp-polls ul {
    background-color: #fffabb;
    border: 1px solid #ffcc99;
    margin-right: 20px;
    margin-left: 10px;
    padding: 10px;
}

