/*

Theme Name: AmazeTraining

Theme URI: www.amazetraining.co.uk

Author: 
Author URI: 
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.

Version: 1.3

License: GNU General Public License

License URI: license.txt

Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

/* Base Stylesheet */



/* Logo - Set here because base.css is always imported */

#header .logo { width: 260px; height: 78px; overflow: hidden; }



/* Messages */

.messages li { background-position: center left; background-repeat: no-repeat; padding-left: 22px; }

.ok { background-image: url(../img/icons/icon-ok.png); }

.info { background-image: url(../img/icons/icon-info.png); }

.error { background-image: url(../img/icons/icon-error.png); }



/* Un-Reset Body Area Only */

.body ol, .body ul { padding-left: 3em; }

.body ol { list-style: decimal; }

.body ul { list-style: disc; }



/* Clear Fix */

.clearfix:after { content: "."; display: block; clear: both; line-height: 0; height: 0; }

/*.clearfix { display: inline-block; }*/

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }



/* Forms */

textarea { font-size: 100%; font-family:arial; }

ul.fields li { margin: 6px 0; clear: left; }

ul.fields .field-summary { font-size: 80%; }

ul.fields .field-error { font-size: 80%; color: red; }

ul.submit li { display: inline; }

.sepline { border-top: 1px solid #555; padding-top: 5px; }

.sepline hr { display: none; }

label.inline.left { margin-right: 5px; }



/* Form Validation */

span.required { color: red; font-weight: bold; }



/* Description Lists */

dl { float: left; width: 100%; }

dt { clear: left; }

dt, dd { float: left; margin: 6px 0; }



/* List Styles */

.lower-alpha { list-style: lower-alpha; }

.upper-alpha { list-style: upper-alpha; }

.square { list-style: square; }

.circle { list-style: circle; }

.decimal { list-style: decimal; }

.lower-roman { list-style: lower-roman; }

.upper-roman { list-style: upper-roman; }



/* Basic Sizing/Positioning */

.left { float: left; }

.right { float: right; }

.block { display: block; }

.inline { display: inline; }

.hidden { display: none; }

.invisible { visibility: hidden; }

.visible { visibility: visible; }

.clearleft { display: block; clear: left; }

.clearright { display: block; clear: right; }

.clearboth { display: block; clear: both; }

.quarter { width: 25%; }

.third { width: 33%; }

.half { width: 50%; }

.twothirds { width: 66%; }

.threequarters { width: 75%; }

.full { width: 100%; }

.tiny { width: 20px; }

.small { width: 75px; }

.medium { width: 120px; }

.large { width: 300px; }

.huge { width: 600px; }



/* Legal Scroll Box */

.scrollbox { height: 100px; overflow: auto; }

/* Localized */





.bg-testimonial{

    background-color:#9f3173;

    padding:10px 20px;

    text-align:right;

}

.bg-testimonial h2{

     font-size:24px;

}

.bg-testimonial h2 a{

     color:#fff;

    text-decoration:none;

}



ul.testimonials li{

      display:block;

      padding:20px;    

      background-color:#9f3173;

      text-align:center;

      margin-top:20px;

      margin-bottom:20px;

      list-style-type:none;

      color:#fff;

      font-size:16px;

      line-height:26px;



      -webkit-border-radius: 10px;

      -moz-border-radius: 10px;

      border-radius: 10px;

}

.clear{clear:both;}

