/* Custom CSS */

/*
 * Please add all your custom CSS here. You can also modify this file directly by
 * editing custom.css, which is located in the theme's admin folder.
 * 
 * Make sure permissions for custom.css are set to 0755.
 * 
 * NOTE: Avoid modifying core theme files or upgrading the theme will overwrite 
 * your changes.
 * 
 * If you are new to styles and CSS, check out http://www.w3schools.com/css/.
 * 
 * If you encounter any issues visit http://support.bavotasan.com/.
 * 
 * Below is a sample style. It will add a grey border that is 1 pixel thick to your
 * site.
 * 
 * Delete the slashe and asterix before and after the style to see it in action.
 */

/*
#body { border: 1px solid #CCCCCC; }
*/

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #250517;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
 
.wp-caption p.wp-caption-text {
   font-size: 18px;
   line-height: 20px;
   padding: 0 4px 5px;
   margin: 0;
}


.info_box {width: 550px; padding: 15px; margin:0px auto; border: 1px solid #ff9900; text-align: center; margin-bottom: 20px;  font-size: 0.75em; line-height: 115%; }

