@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
    margin: 0;
    padding: 0;
}

/** General Style Info **/
body {
	background: #333;
	color: #333;
	font-family:'Helvetica Neue', 'Arial', 'Sans Serif', verdana, helvetica, arial, sans-serif;
	font-size:90%;
	margin: 0;
}

a {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
    font-size: .8em;
}
a:hover {
	color: #666666;

}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

input {
    width: 146px;
}

input[type=submit], .actions ul li a, .actions a {
    width: 154px;
}

#content {

    clear: both;
    color: #333;
    overflow: auto;
    margin: 100px auto;
    padding: 25px 0 67px 0;
}

#container-admin {
    border: 1px solid #5C5C5C;
    padding: 20px 5px 20px 5px;
    margin-bottom: 10px;
}


#logo {
    margin-bottom: 20px;
    border-bottom: none !important;
    padding-bottom: 0px;
}
