
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #EBEBFF;
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	color: #FFF2DD;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
     line-height: 140%; 
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	color: #464646;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #B30100;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 940px;
	padding: 40px;
	background: #1b0095DC;
}

.container
{
	width: 1020px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** LIST STYLE */

ul.style1
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
    color: #005E00;
}

ul.style1 li
{
	clear: both;
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #CFCFCF;
}

ul.style1 p
{
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
    letter-spacing: +.3px;
	font-weight: 600;
	color: #005E00;
    text-align: center;
}

ul.style1 a
{
	text-decoration: none;
	color: #0000A0;
}

ul.style1 a:hover
{
	text-decoration: underline;
}

ul.style1 img
{
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
}

ul.style1 .first
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .date a
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #80FF00;
}


/** HEADER */

#header
{
	overflow: hidden;
}

/** LOGO */

#logo
{
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
	text-align: center;
	text-transform: normal;
}

#logo h1
{
	display: block;
	padding: 5px 0px 0px 0px;
	letter-spacing: -3px;
	text-transform: normal;
	font-family: 'Dancing Script', cursive;
	font-size: 90px;
    color: #FFFF80;
}

#logo p  a {
	padding: 10px 0px 30px 0px;
	font-size: 1.50em;
    color: #FFF9C2;
}

/** MENU */

#menu
{
	overflow: hidden;
	border-bottom: 1px solid #E3E3E3;
}

#menu ul
{
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li
{
	display: inline-block;
	padding: 0px 25px;
	border-left: 1px solid #E3E3E3;
}

#menu a
{
	display: block;
	height: 50px;
	line-height: 50px;
    letter-spacing: +1;	
    text-transform: normal;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing:length;
	font-size: 24px !important;
	color: #800080;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .first
{
	border-left: none;
}

/** PAGE */

#page
{
	overflow: hidden;
	padding: 40px 0px;
}

/** CONTENT */

#content
{
	float: left;
	width: 600px;
}

#content h2
{
	padding: 0em 0em 1em 0em;
	font-size: 2.25em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	color: #FFF2DD;
}

#content h4
{
	margin: 0;
	padding: 0;
    font-size: 1.1em;
	font-weight: 600;
    text-align: center;
    font-family: 'Georgia', serif;
    font-style:italic;
	color: #FFFF80;
    line-height: 180%;
}

#content p
{
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
    letter-spacing: +.3px;
	font-weight: 600;
	color: #FFF2DD;
}

#content img {
	padding-bottom: 30px;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 300px;
    text-align: center;
}

#sidebar h2
{
	padding: 0em 0em 1em 0em;
	font-size: 1.75em;
    color: #FFF9C2;
    text-align: center;
}

#sidebar p
{
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
    letter-spacing: +.3px;
	font-weight: 600;
	color: #80FF00;
    text-align: center;
}

#sidebar p small
{
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
    letter-spacing: +.3px;
    line-height: 130%;
	font-weight: 600;
	color: #80FF00;
    text-align: center;
}

/* Footer */

#footer
{
	overflow: hidden;
	background: #EBEBFF;
	padding: 40px 0px 30px 0px;
	color: #8B00BE;
}

#footer p
{
	text-align: center;
	font-size: 14px;
}

#footer a
{
	color: #8B00BE;
}