/*
Theme Name: Judahlicious
Theme URI: http://www.kcdesignlab.com/
Description: The Newest Theme for Judahlicious website.
Author: agustingomes
Author URI: http://www.agustingomes.com/
Version: 1.0
Tags: fixed-width, custom-made
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: Judahlicious
*/

/*=============================================================================
	Reset
=============================================================================*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    /* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"""";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*=============================================================================
	Normalize
=============================================================================*/

/*
	 * Corrects block display not defined in IE6/7/8/9 & FF3
	 */
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div, summary {
    display: block;
}
/*
	 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
	 */
 audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*
	 * Prevents modern browsers from displaying 'audio' without controls
	 */
 audio:not([controls]) {
    display: none;
}
/*
	 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
	 * Known issue: no IE6 support
	 */
[hidden] {
    display: none;
}
/* =============================================================================
	   Base
	   ========================================================================== */

/*
	 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
	 *    http://clagnut.com/blog/348/#c790
	 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
	 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
	 */
 html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}
/*
	 * Addresses font-family inconsistency between 'textarea' and other form elements.
	 */
 html, button, input, select, textarea {
    font-family: sans-serif;
}
/*
	 * Addresses margins handled incorrectly in IE6/7
	 */
 body {
    margin: 0;
}
/* =============================================================================
	   Links
	   ========================================================================== */

/*
	 * Addresses outline displayed oddly in Chrome
	 */
 a {
    outline: 0;
}
a:focus {
    outline: thin dotted;
}
/*
	 * Improves readability when focused and also mouse hovered in all browsers
	 * people.opera.com/patrickl/experiments/keyboard/test
	 */
 a:hover, a:active {
    outline: 0;
}
/* =============================================================================
	   Typography
	   ========================================================================== */




/*
	 * Addresses font sizes and margins set differently in IE6/7
	 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
	 */
 h1 {
    font: normal 2em 'Lemon', serif;
    text-shadow: 0 2px 3px #000000;
color:#fff;
}
 h1 a, h1 a:visited{
 	color:#fff;
 	text-decoration: none;
 }
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.75em;
}
/*
	 * Addresses styling not present in IE7/8/9, S5, Chrome
	 */
 abbr[title] {
    border-bottom: 1px dotted;
}
/*
	 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
	*/
 b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/*
	 * Addresses styling not present in S5, Chrome
	 */
 dfn {
    font-style: italic;
}
/*
	 * Addresses styling not present in IE6/7/8/9
	 */
 mark {
    background: #ff0;
    color: #000;
}
/*
	 * Addresses margins set differently in IE6/7
	 */
 p, pre {
    margin: 0 0 1em;
}
/*
	 * Corrects font family set oddly in IE6, S4/5, Chrome
	 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
	 */
 pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family:'courier new', monospace;
    font-size: 1em;
}
/*
	 * Improves readability of pre-formatted text in all browsers
	 */
 pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*
	 * 1. Addresses CSS quotes not supported in IE6/7
	 * 2. Addresses quote property not supported in S4
	 */

/* 1 */
 q {
    quotes: none;
}
/* 2 */
 q:before, q:after {
    content:'';
    content: none;
}
small {
    font-size: 75%;
}
/*
	 * Prevents sub and sup affecting line-height in all browsers
	 * gist.github.com/413930
	 */
 sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* =============================================================================
	   Lists
	   ========================================================================== */

/*
	 * Addresses margins set differently in IE6/7
	 */
 dl, menu, ol, ul {
    margin: 0;
}
dd {
    margin: 0 0 0 40px;
}
/*
	 * Addresses paddings set differently in IE6/7
	 */
 menu, ol, ul {
    /*    padding: 0 0 0 40px; /**/
}
/*
	 * Corrects list images handled incorrectly in IE7
	 */
 nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
/* =============================================================================
	   Embedded content
	   ========================================================================== */

/*
	 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
	 * 2. Improves image quality when scaled in IE7
	 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
	 */
 img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}
/*
	 * Corrects overflow displayed oddly in IE9
	 */
 svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
	   Figures
	   ========================================================================== */

/*
	 * Addresses margin not present in IE6/7/8/9, S5, O11
	 */
 figure {
    margin: 0;
}
/* =============================================================================
	   Forms
	   ========================================================================== */

/*
	 * Corrects margin displayed oddly in IE6/7
	 */
 form {
    margin: 0;
}
/*
	 * Define consistent border, margin, and padding
	 */
 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*
	 * 1. Corrects color not being inherited in IE6/7/8/9
	 * 2. Corrects text not wrapping in FF3 
	 * 3. Corrects alignment displayed oddly in IE6/7
	 */
 legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}
/*
	 * 1. Corrects font size not being inherited in all browsers
	 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
	 * 3. Improves appearance and consistency in all browsers
	 */
 button, input, select, textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}
/*
	 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
	 */
 button, input {
    line-height: normal;
    /* 1 */
}
/*
	 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
	 * 2. Corrects inability to style clickable 'input' types in iOS
	 * 3. Removes inner spacing in IE7 without affecting normal text inputs
	 *    Known issue: inner spacing remains in IE6
	 */
 button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    /* 1 */
    -webkit-appearance: button;
    /* 2 */
    *overflow: visible;
    /* 3 */
}
/*
	 * Re-set default cursor for disabled elements
	 */
 button[disabled], input[disabled] {
    cursor: default;
}
/*
	 * 1. Addresses box sizing set to content-box in IE8/9
	 * 2. Removes excess padding in IE8/9
	 * 3. Removes excess padding in IE7
	      Known issue: excess padding remains in IE6
	 */
 input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}
/*
	 * 1. Addresses appearance set to searchfield in S5, Chrome
	 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
	 */
 input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/*
	 * Removes inner padding and search cancel button in S5, Chrome on OS X
	 */
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*
	 * Removes inner padding and border in FF3+
	 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
	 */
 button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
	 * 1. Removes default vertical scrollbar in IE6/7/8/9
	 * 2. Improves readability and alignment in all browsers
	 */
 textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* =============================================================================
	   Tables
	   ========================================================================== */

/*
	 * Remove most spacing between table cells
	 */
 table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*=============================================================================
	Fonts
=============================================================================*/
 @font-face {
    font-family:'American Typewriter';
    src: local('☺'), url('fonts/americantypewriter.eot'), url('fonts/americantypewriter.ttf') format('truetype'), url('fonts/americantypewriter.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*=============================================================================
	Slideshow Gallery Custom CSS
=============================================================================*/

/*=============================================================================
	General Page Styles
=============================================================================*/
 html, body {
    height: 100%;
}
body {
    /*	background: transparent; */
}
div {
    /*		position: relative; */
}
.bolder {
    font-weight: bold;
}
#page {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -50px;
    /*background: url(images/user/judahlicious_bg.JPG) fixed 50% 0 repeat-y;*/
    background-size: cover;
    margin-bottom: 0px;
}
/*=============================================================================
		Header Styles
	=============================================================================*/

#primary{
	padding: 20px;
	width: 949px;
	margin: auto;
}
.sitewidth {
    width: 983px;
    margin: 0px auto;
}
.siteheader {
    z-index: 3;
    /*background: url(images/user/header.jpg) center 0px no-repeat;*/
    background-size: cover;
}
.siteheader > .contents {
    height: 147px;
    text-align: center;
    /*	background: rgba(255,255,255,0.25); /**/
    font-family:'American Typewriter', sans-serif;
    position: relative;
}
.siteheader > .contents > .mainlogo {
    /*background: url(images/user/logo.png) center center no-repeat;*/
    width: 301px;
    height: 131px;
    display: inline-block;
    margin-top: 7px;
    outline: none;
}
.siteheader > .contents > .leftcontentz {
  display: inline-block;
  position: absolute;
  /**/
  left: 0px;
  /**/
  top: 60px;
  /**/
  color: #FFF;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.25em;
  text-shadow: 1px 1px 4px black;
}
.siteheader > .contents > .rightcontentz {
    display: inline-block;
    position: absolute;
    /**/
    right: 0px;
    /**/
    top: 60px;
    /**/
    color: #FFF;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.25em;
}
.siteheader > .contents > .rightcontentz > .icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(images/user/iconsprites.png) center center no-repeat;
    margin-left: 10px;
}
.siteheader > .contents > .rightcontentz > .twitter {
    background-position: 0px 0px;
}
.siteheader > .contents > .rightcontentz > .twitter:hover {
    background-position: 0px -37px;
}
.siteheader > .contents > .rightcontentz > .facebook {
    background-position: -37px 0px;
}
.siteheader > .contents > .rightcontentz > .facebook:hover {
    background-position: -37px -37px;
}
.siteheader > .contents > .rightcontentz > .rssfeed {
    background-position: -74px 0px;
}
.siteheader > .contents > .rightcontentz > .rssfeed:hover {
    background-position: -74px -37px;
}
.siteheader > .contents > .rightcontentz > .instagram {
  background-position: -111px 0px;
}
.siteheader > .contents > .rightcontentz > .instagram:hover {
  background-position: -111px -37px;
}
.siteheader > #access.menu {
    height: 54px;
}
#access {
    clear: both;
    display: block;
}
#access ul {
    font-family:'American Typewriter', sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    list-style: none;
    padding-left: 0;
}
#access > div > ul > li {
    width: 20%;
    text-align: center;
}
#access > div > ul > li > a {
    padding: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
  color: #eee;
  display: block;
  line-height: 54px;
  height: 54px;
  padding: 0 1.2125em;
  text-decoration: none;
  text-shadow: 1px 1px 4px black;
}
#access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 0;
    width: 240px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: rgb(225, 113, 4);
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    height: auto;
    line-height: 1.25em;
    padding: 8px 15px;
    width: 210px;
    text-align: left;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
    background: rgb(224, 140, 58);
    color: #FFF;
}
#access li:hover > a, #access a:focus {
    color: #FFF;
    background: rgba(225, 113, 4, 0.8);
}
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
    font-weight: bold;
}
.siteheader .bottommenubar {
    height: 22px;
    /*background: url(images/user/bottommenurepeater.png) repeat;*/
}
/*=============================================================================
		Main Contenter Styles
	=============================================================================*/
 .sitecontent {
    min-height: 500px;
    padding: 18px 0;
    background: url(images/user/singletextbg.png) center top repeat-y;
    background-size: 1023px 100%;
}
.sitecontent #hometemplate header.entry-header {
    display: none;
}
.sitecontent #hometemplate .homeboxes {
    background: url(images/user/homeboxes.png) center top repeat-y;
    margin-right: 4px;
    margin-top: 8px;
    vertical-align: top;
    padding: 5px;
    width: 314px;
    display: inline-block;
    min-height: 350px;
    font-size:12px;
    line-height:1.4em;
}
.entry-content{
	line-height:1.6em;
}
.really_simple_twitter_widget li {
    margin-bottom:20px;
    font-size:12px;
}
.sitecontent #hometemplate .homeboxes:last-child {
    margin-right: 0px;
}
.sitecontent #hometemplate .homeboxes h1, .sitecontent #hometemplate .homeboxes h3 {
    font-family:'American Typewriter', sans-serif;
    color: #6f4113;
    font-size: 18px;
    padding: 18px 0;
    font-weight: bold;
    text-align: center;
}
.sitecontent #hometemplate .homeboxes p {
    font-family:'Arial', sans-serif;
    line-height: 1.5em;
    color: #6f4113;
    font-size: 14px;
}
.sitecontent #hometemplate .visitusbox, .sitecontent #hometemplate .ourmissionbox, .sitecontent #hometemplate .twitterfeed {
    text-align: center;
}
.sitecontent #hometemplate .ourmissionbox p {
    font-size: 16px;
    padding: 0px 20px;
}
.sitecontent #hometemplate .twitterfeed ul {
    padding: 0px 10px;
}
.sitecontent #hometemplate .twitterfeed blockquote {
    margin:0 0 20px;
}
.sitecontent #hometemplate .twitterfeed li {
    border-top: 1px #6f4113 solid;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #6f4113;
    font-size: 14px;
    line-height: 1.25em;
}
.sitecontent #hometemplate .twitterfeed li a {
    color: #ef8011;
    text-decoration: none;
}
.sitecontent #hometemplate .twitterfeed li span {
    display: block;
    font-size: 13px;
}
.sitecontent #hometemplate .twitterfeed li span a {
    color: #6f4113;
}
.sitecontent #singletemplate, .sitecontent #imagestemplate {
    background: url(images/user/singletextbg.png) center top repeat-y;
}
.sitecontent #singletemplate em {
    font-style: italic;
}
.sitecontent #singletemplate .comments-link {
    display: none;
}
.sitecontent #singletemplate .padder {
    padding: 10px 15px;
    color: #6f4113;
    line-height: 1.5em;
    font-size:17px;
}
.sitecontent #singletemplate header.entry-header {
    margin:15px 0px 15px;
    font-size: 18px;
}
.sitecontent #singletemplate header.entry-header a, .sitecontent #comments #comments-title, .sitecontent #singletemplate h3 {
    /*			display: none; /**/
    text-decoration: none;
    font-family:'American Typewriter', sans-serif;
    color: #6f4113;
}
/* ====================================================
			the entry-content part of the singletext template 
		==================================================== */
 .sitecontent #singletemplate .entry-content h1 {
    font-family:'American Typewriter', sans-serif;
    font-size: 22px;
    margin: 30px auto 15px;
}
.sitecontent #singletemplate .entry-content h3 {
    margin-bottom: 5px;
    font-weight: bold;
color: #000;
}
.sitecontent #singletemplate .entry-content a {
    color: #ef8011;
    text-decoration: none;
}
/* ====================================================
			the comments/contact part of the singletext template 
		==================================================== */
 .sitecontent #singletemplate #comments {
    /*			color: #ef8011; /**/
    /*			font-size: 11px; /**/
    margin-top: 35px;
    padding: 0px 0px 0px 180px;
}
.sitecontent #singletemplate #comments a, .sitecontent #singletemplate .wpcf7 a {
    color: #ef8011;
    text-decoration: none;
}
.sitecontent #singletemplate #comments .comment, .sitecontent #singletemplate .wpcf7 .comment {
    margin-top: 15px;
    padding:10px 0px 10px 20px;
    border-top: 2px solid #6f4113;
}
.sitecontent #singletemplate #comments #reply-title, .sitecontent #singletemplate .wpcf7 #reply-title {
    margin-top:5px;
    margin-bottom: 10px;
}
.sitecontent #singletemplate #comments .comment-meta {
    font-size: 12px;
}
.sitecontent #singletemplate #comments .comment-body p {
    margin-top: 10px;
}
.sitecontent #singletemplate #comments img.avatar {
    border: 2px solid #6f4113;
    padding: 2px;
    float: left;
    margin-right: 10px;
}
.sitecontent #singletemplate #comments label, .sitecontent #singletemplate .wpcf7 label {
    width: 90px;
    display: inline-block;
}
.sitecontent #singletemplate #comments span {
    display: none;
    width: 0px;
}
.sitecontent #singletemplate #comments input, .sitecontent #comments textarea, .sitecontent #singletemplate .wpcf7 input, .sitecontent #singletemplate .wpcf7 textarea {
    padding: 3px;
    margin: 0px;
    border: 1px #6f4113 solid;
    border-radius: 2px;
    color: #6f4113;
    background: #FFF;
}
.sitecontent #singletemplate .wpcf7 input, .sitecontent #singletemplate .wpcf7 textarea {
    width: 450px;
}
.sitecontent #singletemplate .wpcf7 input.wpcf7-submit {
    width: 100px;
    cursor: pointer;
}
/* ====================================================
			the specific css for images template 
		==================================================== */
 .sitecontent .images_spec .entry-header {
    margin-bottom: 22px!important;
}
/* ====================================================
			the specific css for online shop template
		==================================================== */
 .onlineshop * {
    font-family:'American Typewriter', sans-serif;
    /*	font-size: 110%; */
}
.onlineshop #bodyContent {
    padding-top: 10px;
}
.onlineshop #bodyContent h1 {
    margin: 0px!important;
}
.onlineshop #bodyContent > form > div {
    margin: 10px 0px;
}
.onlineshop .container_24 #piGal .outer {
    margin-left: 10px!important;
}
.onlineshop .entry-content img {
    width: auto!important;
    height: auto!important;
    margin-bottom: 5px;
}
.onlineshop #piGal .thumbs img {
    display: none;
}
.onlineshop #piGal .outer .thumbs {
    display: none;
}
.onlineshop .container_24 .grid_16 {
    width: 62.9%;
}
.onlineshop h2 {
    font-size: 24px;
    text-decoration: none!important;
    margin: 2px 0px;
}
.onlineshop .ui-widget-content {
    background: #fff;
    padding: 5px;
}
/*=============================================================================
		Footer Contenter Styles
	=============================================================================*/
 footer#colophon {
    font-family:'American Typewriter', sans-serif;
    color:#FFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    background: url(images/user/footer.png) center 0px repeat-x;
}
.clear {
    clear: both;
}
br.clear {
    height: 0;
    padding: 0;
    margin: 0;
}
.clearfix:after {
    content:".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* Alignment */
 .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*friends*/
body.page-id-937 .sitecontent #singletemplate,
body.page-id-956 .sitecontent #singletemplate {
  background: url(images/sunflower_web.png) center top no-repeat;
}
body.page-id-956 .sitecontent #singletemplate div.entry-content {
  padding-top: 85px;
}
div#wppg-gallery-template-2 a img {
  border: 1px solid #000000;
}
div#wppg-gallery-template-2 {
  padding-top: 600px;
}
div#wppg-gallery-template-2 #comments {
  display: none;
}
div#wppg-gallery-template-2 span.wppg_pagination_text {
  color: white;
  text-shadow: 1px 1px 2px #666666;
}
div#iscp_largerimages_1,
div#iscp_captions_1,
div#iscp_topboxcaption {
  display: none;
}

.entry-content ul ul {
  padding-left: 25px;
}

/*references*/
#post-1000 .entry-content ul {
  padding-left: 25px;
}
#post-1000 .entry-content li {
  padding-bottom: 10px;
  text-indent: -25px;
}
