/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* ========== font styles ========== */
h2{
	font-size:2em !important;
}

/* ========== Navigation ========== */
.custom ul.menu { border:none; }
	.custom ul.menu a { border:none; color:#666; letter-spacing:0px; text-transform:capitalize; background:none; }
		.custom ul.menu .current a { color:#000; background:#eee; }


/* Teaser Thumbnail Image Styling */
.custom .teaser img {

/* Add Frame to the thumbnail Image, use "border:none;" to disable border. */
border:5px solid #F2F2F2;

/* Specify the height of the Thumbnail Image*/
height:110px;

/* Adds margin space to the thumbnail Image. */
margin:2px 10px 0 0;

/* Specify the width of the Thumbnail Image. */
width:110px;

}