/*
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. Activate custom.css file in theme admin panel
	2. Open style.css file and find any clasess you want to override
	3. Copy classes to override in this file, put them outside green commented area


START OVERRIDING / ADDING NEW CLASSES BELOW THIS LINE */

/* Import TEXT styling for grid framework*/
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset  {
    margin-bottom:10px
    }
    
/*--------- 1. GENERAL STYLING Options --------- */

/*=== 1.1 Global Design Options ===*/
body{ font-family:"trebuchet MS"; background:#ffffff; color:#525252 }
h1, h2, h3, h4, h5, h6 {
    font-weight:normal; margin:0 0 8px 0
    }
a{ color:#5b261b; text-decoration:underline }

a.button { background:#A01A00 url(lib_theme/images/ico-bullet-fff.png) no-repeat 8px 8px; color:#ffffff; font-size:15px; text-decoration:none; margin:0; padding:2px 8px 4px 18px; height:1% }

/*--------- 2. NAVIGATION Area ---------  */

/* Drop-down menu items */
.sf-menu li ul li a  { background:url(lib_theme/images/ico-bullet.png) no-repeat 5px 11px; width:150px; padding-left:15px; line-height:20px; font-size:14px; color:#000000 }


/*--------- 10. CSS3 Options --------- */
/*=== 10.1 BORDER-RADIUS ===*/

a.button { 
    border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}