/*
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.

    1. Open style.css file and find any classes you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */

body{ background: url(custom/bgr.gif) #F9F9F2 repeat-x top; font-family: Arial, Helvetica, san-serif;}
a {color:#000; text-decoration: none;}
a:hover{ color:#FFFFFF; text-decoration:none; background:#A52020 }
#header #twitter p.website a { padding:2px; color:#F9F9F2; font-weight:bold; }

.alignleft{ float: left; margin-right:10px;}
.alignright{ float: right; margin-left:10px;}

#pagenav li a{font-size: 1.2em; padding-top:4px; border-right:1px solid #F9F9F2; text-transform:lowercase }

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { font-weight:bold; padding:10px 0 15px 0; margin:0 }

.sidebar ul li{ margin: 0; padding: 8px 0 8px 18px; background: url(images/list-star-trans.png) 0 0.4em no-repeat; line-height: 120%; border-bottom: dotted 1px #d8d8d8 }

#footwidgets-front .widget-spot .widget ul li{ margin:10px 0; padding:0 0 10px 18px; background: url(images/list-star-trans.png) no-repeat 0 0.1em; line-height: 17px; border-bottom: solid 1px #d8d8d8 }

#footwidgets-blog .widget-spot .widget ul li{ margin:10px 0; padding:0 0 10px 18px; background: url(images/list-star-trans.png) no-repeat 0 0.1em; line-height: 17px; border-bottom: solid 1px #d8d8d8 }

#footwidgets-front .btn { margin:0; padding:5px 10px; background:#A01A00; color:#FFFFFF; border:none; font-weight:bold }

#footwidgets-front .widget-spot .widget ul, #footwidgets-front .widget-spot .widget ol {margin:0; padding:3px;}

#footer .copyright .fr a img { vertical-align:-3px; }

#footer a:hover { color:#FFFFFF; text-decoration:none; border:none; background:#A52020 }


p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom:10px; }

.archive-spot { padding: 0 0 20px 0; border-bottom: 1px solid #dddddd; }

.pagespot { -webkit-border-radius: 5px; }

.sidebar  { padding:15px 0 0; }

.sidebar .widget h3 span { padding:10px; }
.sidebar .widget .screen-reader-text {display:none;}
.sidebar .widget input[type=text] {height:20px; padding:4px;}

.slider-post .slider-title { padding-bottom:10px; text-transform:none; font-family: Arial, Helvetica, san-serif; font-weight:bold; font-size: 30px;}
.slider-post input { padding:6px; font-size:1.3em }

h1  { font-size:35px; }

.post p { font-size:14px; }

.post ul li {background:url("images/list-star-trans.png") no-repeat scroll 0em 0.2em transparent;}
#pagenav li ul li { padding-top:8px; }
.post ul, .post ol { padding:0 0 0 20px; }

* { font-family: Arial, Helvetica, san-serif; }

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea { border:1px solid #ccc; width:300px; padding:6px 4px; color:#1a1a1a; font-size:14px }

input.btn { border:1px solid #ccc; width:150px; padding:6px 4px; color:#1a1a1a; font-size:14px; font-weight:bold; } 

.slider-post p.fr{ border:10px solid #e9e9df; margin:0 0 6px 10px }

