body {
	background: #555;
}

html {
    background: #005500;
}

h3 {
	color: #aaa;
      font-size: 1.1 em;
      font-weight:bold;
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #222;
}

.items-row h2 {
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}

a:link,a:visited {
	color: #f59e58
}

a:hover,a:active,a:focus {
	background: #f59e58;
	color: #000;
}

.logoheader {
	background: #000000;
    min-height: 206px;
    color: #2f92c9;
  	max-width: 1050px;
	margin:37px auto;
	min-height:20px;
	margin:0em 10px 0em 10px !important;
}  
.logoheader h1#logo
{padding:20px 10px 0px 10px; }
.logoheader h1#logo  span.header1 {padding:0}

#all {
	background: #000000;
	color: #bbb;
}

#shadow #all {
	box-shadow: 0px 20px 10px #000000
}

#header ul.menu {
  background-color:#222;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000eee", endColorstr="#222ddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#000eee), to(#222ddd));
  background-image: -moz-linear-gradient(top, #000eee, #222ddd);
  background-image: -ms-linear-gradient(top, #000eee, #222ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000eee), color-stop(100%, #222ddd));
  background-image: -webkit-linear-gradient(top, #000eee, #222ddd);
  background-image: -o-linear-gradient(top, #000eee, #222ddd);
  background-image: linear-gradient(#000eee, #222ddd);
  border-color: #4d4d4d #4d4d4d hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px
		rgba(255, 255, 255, 0.05);
	color: #f59e58;
	border: solid 1px #222;
	border: 1px solid #1a1a1a;
	text-transform: uppercase;
}

#header ul.menu a:link,#header ul.menu a:visited {
	color: #ccc;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #222;
	box-shadow: 1px 0px 0px #0a0a0a;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#222;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#222ddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#000000), to(#222ddd));
  background-image: -moz-linear-gradient(top, #000000, #222ddd);
  background-image: -ms-linear-gradient(top, #000000, #222ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #222ddd));
  background-image: -webkit-linear-gradient(top, #000000, #222ddd);
  background-image: -o-linear-gradient(top, #000000, #222ddd);
  background-image: linear-gradient(#000000, #222ddd);
  border-color: #4d4d4d #4d4d4d hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px
		rgba(255, 255, 255, 0.05);
	color: #f59e58;
	border: solid 1px #222
}

/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #222
}

table th {
	background-color: #ff8b33;
	color: #000;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#666666), to(#dddddd));
  background-image: -moz-linear-gradient(top, #666666, #dddddd);
  background-image: -ms-linear-gradient(top, #666666, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #666666, #dddddd);
  background-image: -o-linear-gradient(top, #666666, #dddddd);
  background-image: linear-gradient(#666666, #dddddd);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#f59e58', endColorstr =   '#e4945a', GradientType =   0 );
	border-color: #ffaa33 #ffaa33 #ffca7F;
	border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false );
}

table th a:link,table th a:visited {
	color: #000
}

tr.odd,tr.cat-list-row1 {
	background: #070707
}

table  tr:hover td {
	background: #01021e;
}

/* blue background */
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a
	{
	background-color: #ffffff;
	color: #000;

  background-color:#f59e58;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff782e", endColorstr="#f59e58");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff782e), to(#f59e58));
  background-image: -moz-linear-gradient(top, #ff782e, #f59e58);
  background-image: -ms-linear-gradient(top, #ff782e, #f59e58);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff782e), color-stop(100%, #f59e58));
  background-image: -webkit-linear-gradient(top, #ff782e, #f59e58);
  background-image: -o-linear-gradient(top, #ff782e, #f59e58);
  background-image: linear-gradient(#ff782e, #f59e58);
  border-color: #ffba94 #f59e58 hsl(201, 100%, 16%);
  color: #000 ;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;



}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #666666;
	background-color: #0a0a0a;
}

/* active item */
span.pagenav {
	background: #f59e58;
	color: #000
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #0a0a0a;
	color: #bbbbbb
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #040404;
	background-image: -moz-linear-gradient(top, #000000, #0a0a0a);
	background-image: -ms-linear-gradient(top, #000000, #0a0a0a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000),
		to(#0a0a0a) );
	background-image: -webkit-linear-gradient(top, #000000, #0a0a0a);
	background-image: -o-linear-gradient(top, #000000, #0a0a0a);
	background-image: linear-gradient(top, #000000, #0a0a0a);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#000000', endColorstr =   '#0a0a0a', GradientType =   0 );
	border: 1px solid #222;
	-webkit-box-shadow: inset 0 1px 0 #000000;
	-moz-box-shadow: inset 0 1px 0 #000000;
	box-shadow: inset 0 1px 0 #000000;
}

ul.menu a:link,ul.menu a:visited {
	color: #bbb;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #222;
	background: #060606;
}

#header ul.menu {
	border: solid 1px #2a2a2a;
	box-shadow: 0 1px 0 #000000 inset, 0 1px 5px rgba(255, 255, 255, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	background-color: #0a0a0a;
	background-image: -moz-linear-gradient(center top, #000000, #191919);
	background-repeat: repeat-x;
	background: url(../images/3.0/arrow.png) no-repeat right center;
	color: #f59e58
}

/* ++++++++++++++++   highlightning active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	font-weight: bold;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal
}

ul.menu a {
	box-shadow: 0 1px 0 #000;
	border-bottom: solid 1px #222;
	text-shadow: 0 1px 0 #000
}

ul.menu ul a {
	background: #1a1a1a;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
	background: #0a0a0a url(../images/3.0/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #000;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #ccc
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #222;
	color: #ccc
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #0a0a0a url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #ccc;
	border: solid 1px #222;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #fff
}

.tabcontent,div.current {
	background: #000;
	color: #fff;
	border: solid 1px #222;
}

.tabcontent .linkclosed {
	color: #fff;
	border-bottom: solid 1px #1a1a1a;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #000;
	color: #ccc;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #aaa;
	color: #000
}

#footer-inner,#footer {
	background: #0a0a0a;
    box-shadow: 0px 20px 10px #000000;
    border-top: solid 1px #ff0000;
}

#footer {
	background: #000;
	max-width: 1025px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #000000;
	color: #aaa;
    border-top: solid 0px #000000;
}

#footer a {
	color: #666;
	background: none;
    text-align: center;
}

#bottom {
  color: #aaaaaa;
}

#bottom a {
	background: none
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}

.horizontal_menu li {
  display:inline;
  list-style-type:none;
  padding-right:4px;
  padding-left:4px;
  float:left;
  background:#000000;
  color: #f59e58;
  border: solid 1px #0c0c0c;
}






#login-form fieldset {
	background: #0A0A0A;
    border: 0px solid #0A0A0A;
}

label {
  color: #A0A0A0;
}

.box1 {
    width: 32%
}






/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#f3e2bc;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}



@media only screen and (max-width: 480px) {

	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header {padding-top:3em}
	#header form  {margin:0}
	.logoheader {background:#f3e2bc; min-height:100px; margin:0}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #222;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:#f59e58;
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}
