/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Position the Search Box */
.custom #s {font-size:12px; position:relative; float:right; margin-top:0em; background:#EEEEEE; color:#000000; padding:.2em; width:200px;}
.custom widget thesis_widget_search {background:#fff;}

/* Temp fix for WP 3.4 captioning problem */
add_shortcode('caption', 'img_caption_shortcode'); 