/*
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-->
*/

/*---------GENERAL STYLING--------- */

body{ background:#000000; font-family:Georgia }

/*--------- HEADER --------- */

#header{ height: 105px; background:#000000 }


/*------------PAGES--------------*/
.pagespot{ padding:10px 20px; margin:25px 0 25px 15px; background:#444444; border:2px solid #e3e3e3 }

/*=== Posts ===*/
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { color: #ffffff; font-weight:normal; padding:10px 0 5px 0px; margin:0 }

/*.post img { border:8px solid #f6f5ed }*/

  .post img { border:none }

.post a{ color: #ffffff; text-decoration: none; padding:0 0 1px 0; border-bottom:1px dotted }

 .post ul, .post ol{color: #ffffff; padding:10px 3px; margin:0 0 20px 0 }

 /* .post ul li{ color: #ffffff; margin:10px 0; padding:0 0 10px 18px;  background: url(images/list-star-trans.png) no-repeat left top; line-height: 13px } */

.post ul li{ color: #ffffff; margin:10px 0; padding:0 0 10px 18px;  list-item-style:disc; no-repeat left top; line-height: 13px }

  .post ul li ul, .post ol li ol{ color: #ffffff; padding:0; margin:10px 0 0 0 }

  .post ol li{color: #ffffff; list-style-type:decimal; margin: 0 0 0 50px; }	

  .post code{ background:#e7ffd3 }

  .post p{ line-height:24px; color: #ffffff; }

 .post blockquote  {background:#666666 url(images/ico-quote-trans.png) no-repeat 10px 15px; width:80%; height:auto; margin:0 0 15px 10px; padding:15px 25px 1px 55px; display:block }

/*----------ARCHIVE-------------*/
 .archive-spot p{ color:#ffffff }

/*----------blogroll-------------*/

#partners {
color: white;
margin: 5px 0 0 0; 
padding:12px 0 6px 12px;
background: #7c8907;
height: 60px;
line-height: 1em;
width: 93%;
}

div.linkcat {
color: white;
margin: 5px 0 0 0; 
padding:12px 0 6px 12px;
background: #333333;
line-height: .75em;
width: 93%;
}

.brlink {
font-size: 12px;
line-height: 1em;
margin-bottom: 4px;
}

/*--------- Widget Front - h3 HEADER - TEXT--------- */
#footwidgets-front .widget-spot .widget h3 { font-weight:bold; font-size:16px; padding:0 0 10px 0; border-bottom:4px solid #e3e3e3; 
}

 #footwidgets-front .widget-spot .widget{ padding:20px 30px 0px 30px; border-right:1px solid #E3E3E3; line-height:20px; font-size:11px; }


/*--------- Widget Blog - h3 HEADER - TEXT --------- */
 #footwidgets-blog .widget-spot .widget h3{ font-weight:bold; font-size:16px; padding:0 0 10px 0; border-bottom:4px solid #e3e3e3 }

 #footwidgets-blog .widget-spot .widget input{ border:1px solid #cccccc; width:220px; padding:6px 10px 5px 10px; color:#5B261B; font-size:11px }

 #footwidgets-blog .widget-spot .widget ul, #footwidgets-blog .widget-spot .widget ol{ padding:0px 3px; margin:0 0 20px 0 }

 #footwidgets-blog .widget-spot .widget ul li{ margin:10px 0; padding:0 0 10px 18px; background: url(images/list-star-trans.png) no-repeat left top; font-size: 11px; line-height: 13px; border-bottom: solid 1px #e3e3e3 }


/*=== Footer ===*/

#footer .copyright{ font:normal 10px Georgia; background:transparent; padding:10px 0; margin:0 0 30px 0; line-height:18px; color: #ececec; }

/*=== Email Capture Sidebar Widget ===*/
#wp_email_capture
{

}

#wp_email_capture label
{
}

#wp_email_capture input
{
}


/*=== Top Menu Exception ===*/
#top_menu .trans a{ 
color: #FF0000;
}
