/*  
Theme Name: Innocademy
Description: Innocademy's custom website theme.
Version: 1.0
Author: Josip

*/
html, body 
{
	background: #232422;
    margin: 0;
	padding: 0;
	font-size:12px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	line-height:1.5em;
	color: #000000;
}
h3
{
    margin: 0;
    padding: 0px 5px;
    color: #3b4f46;
}
.hidden {
	display: none;
}
#header
{
    height: 250px;
    width: 760px;
    margin: auto;
    background: #232422;
    background-image: url(/images/header.jpg);
}
#header .header 
{
    font-size: 14px;
    padding-left: 20px;
}
#content-container 
{
    width: 740px;
    margin: auto;
	background: #f2f2f2;
	border-left: 10px solid #a6290d;
    border-right: 10px solid #a6290d;
}

#main_content
{
    float: left;
    width: 69%;
    line-height: 18px;
    background: #f2f2f2;
}
#main_content .padding 
{
    padding: 12px 12px 12px 12px;
}

/*** Navigation ***/
#menu 
{
	margin-right: 1%;
	padding-top: 10px;
	margin-bottom: 1%;
	float: right;
	list-style: none;
	width: 30%;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;

}
#menu .padding 
{
    padding-left: 2%;
    padding-bottom: 2%;
}
#menu a 
{
	padding-left: 5px;
    color: #3b4f46;
    display: block;
    text-decoration: none;
	border-left: 2px solid #a6290d;
}
#menu a:hover 
{
    color: #3b4f46;
    background: #e6e6e6;
	border-left: 2px solid #bd9086;
}
#sidebar
{
    clear: right;
    float: right;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #f2f2f2;
}
#sidebar .padding 
{
    padding-left: 2%;
}
#heading
{
    font-size: 15px;
    padding-bottom: 3px;
}
#sidebar a {
	color: #3b4f46;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffffff;
}
#brochure 
{
    clear: both;
    width: 98%;
    background: #f2f2f2;
    margin: 1% 1% 1% 1%;
}

#brochure li
{
    font-size:11px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	line-height:1.6em;
}
#footer
{
    clear: both;
    width: 100%;
    height: 30px;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	text-align: right;
	padding-top: 10px;
    background: #a6290d;
}

/*** BROCHURE AREA ***/
table#eng
{
	width: 100%;
	border: 0px;
}
table#eng td
{
	width: 50%;
	height: 238px;
	padding-right: 10px;
	background-image: url(images/td-background.jpg);
	background-repeat: no-repeat;
}
table#mex
{
	width: 100%;
	border: 0px;
}
table#mex td
{
	width: 50%;
	height: 264px;
	padding-right: 20px;
	background-image: url(images/td-background-mex.jpg);
	background-repeat: no-repeat;
}
table ul
{
	list-style-type: none;
}
table ul li:before
{
	content: "\00BB \0020";
}
/*** RSS Feed ***/

        .datefield{ /*CSS for date field in general*/
        color: #000000;
        font-size: 11px;
        }

        #upcomingevents li{ /*CSS specific to demo 1*/
        margin-bottom: 4px;
        }