/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a                { color: #284907; text-decoration: none; }
#tinymce a       { color: #284907 !important; text-decoration: none !important; }

a:hover          { color: #c60; text-decoration: underline;}
#tinymce a:hover { color: #c60 !important; text-decoration: underline !important; }


h1 {
}
h2{
}
h3 {
}
h4{
}


/*--------------------------------------------- */
/*                >>> LAYOUT <<<                */
/*--------------------------------------------- */

body {
	background: #fff url(/cmedia/themes/easyone-green/img/sidebar.gif) repeat-y 13px 0;
}


#header {
        background: #36968A;
        border-bottom:1px solid #204941;
	/*background: transparent url(/download/gallery/img/headjpg) repeat-x 0 100%;*/
}


#header,
#header a {
	color: #fff;
}

#header-inner {

	margin: 0 auto;
	width: 960px;
}

#main {
	background: url(/cmedia/themes/easyone-green/img/pagebody.gif) repeat-y;
	margin: 0 auto !important;
	width: 960px;
}

#main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* html #main {
	height: 1%;
}

#navigation {
	float: left;
	margin-right: auto !important;
	margin-right: -3px; /* IE6 fix */
	padding-top: 9px;
	width: 205px;
}

#content {
	height: auto !important;
	height: 1%; /* IE6 fix */
	margin-left: 204px !important;
	margin-left: auto; /* IE6 fix */
	padding: 0 18px;
}

#content-inner {
	float: left; /* do not change */
	padding: 9px 0 18px;
	width: 100%; /* IE7 fix */
}

#footer {
	background: url(/cmedia/themes/easyone-green/img/footer.gif) repeat-x;
}

#footer-inner {
	margin: 0 auto;
	padding: 1.5em 0;
	width: 960px;
}

#footer-custom,
#footer-system {
	padding-left: 18px;
}



/*--------------------------------------------- */
/*              >>> COMPONENTS <<<              */
/*--------------------------------------------- */


/* ACTIONBAR
=============================================== */

#actionbar a.icon-audioplayer {
	background-image: url(/cmedia/themes/easyone-green/img/music_icon.gif)
}


/* ERRORPAGE MESSAGE
=============================================== */

#errorpage-message {
	padding: 0;
}


/* LOGO/TAGLINE
=============================================== */

#logo a { 
/*
        background: transparent url(/download/gallery/img/logojpg) no-repeat scroll 0 0;
*/
        display: block;
        height: 0 !important;
        overflow: hidden;
        padding: 123px 0 0;
        width: 600px;
}

#logo {
        background:#36968A url(/download/gallery/img/headjpg) no-repeat scroll 0 100%;
	padding: 0px;
}


/* PRIMARYNAV
=============================================== */

#primarynav ul {
	padding: 0 2px;
}

#primarynav a {
	background: url(/cmedia/themes/easyone-green/img/navbar_arrow.gif) no-repeat 8px 50%;
	display: block;
	height: auto !important;
	height: 1%;
	padding-left: 18px;
	text-decoration: underline;
}

#primarynav a:hover {
	background-color:  #f5f5f5;
}

#primarynav li.here a,
#primarynav li.here a:hover {
	background-color: #e4e4e5;
}


/* SEARCH - KEYWORD/SECTION
=============================================== */

#search-keyword {
	top: 130px; right: 40px;
}


/* WIDGETS
=============================================== */

td.leftcolumn,
td.rightcolumn {
	width: 210px;
}
