/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

.slider-post{ font:normal 13px Times; line-height:18px }

  .slider-post a{ border:none; text-decoration:none }

  .slider-post .slider-title{ font:normal 18px Times; color:#f7ebb5; letter-spacing: 0.075em; padding:0px 0 15px 0 }

.wp-caption-text{ font:bold 10px Helvetica; line-height:10px }

#top_menu li a{ font-size: 12px; letter-spacing: 0.1em; color:#ACABAB; display:block; padding:4px 15px 8px 15px; text-transform:uppercase }

  #pagenav li ul li a{ color:#000000; font-size:12px; padding-top:5px }

  #footwidgets-front .widget-spot .widget h3{ font-weight:normal; font-size:22px; letter-spacing: 0.075em; padding:0 0 10px 0; border-bottom:4px solid #e3e3e3 }

  #footwidgets-blog .widget-spot .widget h3{ font-weight:normal; font-size:22px; letter-spacing: 0.075em; padding:0 0 10px 0; border-bottom:4px solid #e3e3e3 }

body{ background:#e3e3e3; font-family:Georgia; font-size: 12px; color: #333333}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { font-size:22px; letter-spacing: 0.075em; font-weight:normal; padding:10px 0 5px 0px; margin:0 }

a:hover{ color:#000000; text-decoration:none; background:#f7ebb5 }

  #footwidgets-front .widget-spot .widget input{ border:1px solid #cccccc; width:122px; padding:6px 10px 5px 10px; color:#5B261B; font-size:14px }
