/**
 * IAT - jQuery plugin for creating an Implicit Association Test (IAT)
 *
 * @author    Timo Gnambs <timo@gnambs.at>
 * @copyright (c) 2007 Timo Gnambs (http://timo.gnambs.at)
 * @license   Dual licensed under the MIT and GPL licenses:
 *              http://www.opensource.org/licenses/mit-license.php
 *              http://www.gnu.org/licenses/gpl.html
 * @requires  jQuery v1.1.3
 * @version   2007-09-28
 */
 
 
#iat            { width: 400px; height: 400px; border: 1px solid #000000; overflow: hidden;
                  font-size: 20px; font-weight: 600; color: #000000; line-height: 30px; }
#iat .iatLeft   { float: left; padding: 15px 20px; }
#iat .iatRight  { float: right; padding: 15px 20px; }
#iat .iatTarget { text-align: center; margin-top: 60px; /* 2 x font-size + 2 x line-height + 2 x padding */ }
#iat .iatInstruction 
                { text-align: justify; font-weight: 300; font-size: 10pt; clear: both; padding: 20px; }
#iat .iatTrue   { color: green; }
#iat .iatFalse  { color: red; }

