/*
File:			custom.css
Description:	Custom styles for Thesis

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #content {overflow:hidden;}

@font-face {
	font-family: 'Tolkien Regular';
	src: url('http://www.fantasymapmaker.com/fonts/tolkienregular.eot');
	src: local('Tolkien Regular'), local('Tolkien'), url('http://www.fantasymapmaker.com/fonts/tolkienregular.ttf') format('truetype');
}


.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 {font-family:"Tolkien Regular","Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif; color:#5c3317;}
.custom #tagline {font-family:"trebuchet ms"; margin:-20px 80px 0 0; float:right;}

.custom #header #logo, .custom #header #logo a {display:block; width:860px; height:100px; background:url('images/logo.png') no-repeat top left; text-indent:-99999px;}
  .custom #header #logo:hover, .custom #header #logo a:hover {background:url('images/logo.png') no-repeat bottom left;}

.custom img.frame {background: #333; border-style: solid; border-color: #5c3317; }

.custom #content_box a {color:#00f; text-decoration:none;}
.custom #content_box a:hover {color:#f00;}
.custom .sidebar li.current-cat {text-decoration:underline;}

.custom .text85 {font-size:85%;}
.custom .margin0 {margin:0 !important;}
.custom .alignleft {float:left; margin-right:1em;}
.custom .alignright {float:right; margin-left:1em;}


/* Fix PayPal Button image Size*/
.custom .format_text input, #commentform input, #commentform textarea {
    width:auto;
}

/* Ads */
.custom .ads125 {width:100%; height:125px; clear:both; margin-bottom:3em;}
.custom .ad125-1 {width:125px; height:125px; float:left;}
.custom .ad125-2 {width:125px; height:125px; float:right;}


.custom #footer {text-align:center;}
