/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


.custom div.prev_next p {
  font-family:georgia;
  font-size:10px;
  float: right;
  width:350px;
  height:0px; 
  padding-bottom:20px;
}

.custom div.prev_next p.previous {
  float: left;
  width:350px;
  height:0px;
  padding-bottom:20px;
}

add_action( 'wp_enqueue_script', 'load_jquery' );
function load_jquery() {
    wp_enqueue_script( 'jquery' );
}