/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */


blockquote {color: #000000;}



.wp-caption p.wp-caption-text {
    font-weight:bold;
    color:#000000;
}

.nostyletable {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent ;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    margin-bottom: 0px;
    width: 100%;
	background:none

}

.nostyletable table { width: 100%; margin-bottom: 20px; border:0; border-width: 0; border-spacing: 0; border-collapse: collapse; }
.nostyletable th, td { padding: 10px 20px; position: relative; border: 0; border-width: 0 ; }
.nostyletable th { text-align: left; font-weight: bold; font-size: 100%; padding: 20px; }
.nostyletable td { vertical-align: top; }
.nostyletable th:first-child, td:first-child { border-left: 0;  min-width: 300px;  }
.nostyletable tr:nth-child(odd) td { background-color: inherit; }
.nostyletable tfoot { font-style: italic; font-weight: bold; }
.nostyletable caption { text-align: center; font-family: serif; padding-bottom: 10px; }

