@import url("../style/reset.css");
@import url("../style/general.css");
@import url("../style/sidebar.css");
@import url("../style/print.css") print;
/*------colors --------
f0f0ff body-back, feildset-back
00c links
333 h3
e60 link, hover
36b header-border-top
136 h2-color, menu-borders-T&B
36a menu-borders-L&R, main-borders
fff8f1 menu-hover
b40 .border-top
03b sidebar-h2-back
*/

body {
background:#f0f0ff;
background-image: url(images/games_bodyback.png);
}
a:link, a:active, a:visited{color:#00c;}
#content a:hover{border-bottom: dotted 1px #06e;color:#06e;}
a[href*=".zip"] {
color:#00c;
background: url('images/download.png') no-repeat center left;
padding:2px 18px;
}
a[href*=".swf"] {
color:#00c;
background: url('images/play.png') no-repeat center left;
padding:2px 18px;
}

.header {border-top-color: #36a;}

#menu {
border-top-color: #36a;
border-bottom-color: #36a;
border-left-color: #36a;
border-right-color: #36a;
}

#menu li{border-left-color: #36a;}
#menu #home{border-left-color:#36a;}
li#training{border-right-color: #36a;}
li#tp {border-right-color: #36a;}

#menu a:hover{background:url(images/menu_main_hover.png) bottom repeat-x #f1f8ff;}
.header h2{color:#136;}
#main {border-color: #36a;}	

.border-top {border-top-color: #36b;}

#content h3+img{float:right;}

/*--------------- forms ---------------*/
div.col23 form{
	border-top-color: #36b;
	margin-top:0.5em;
}
fieldset{background-color: #f0f0ff;}

/*------------------ sidebar  -----------------*/
#sidebar h2 {
background-color:#03b;
border-top-color: #14c;
border-bottom-color: #02a;
}

#sidebar h3 {
border-top-color: #8ad;
background:#fff url(images/menu.png) no-repeat bottom left;
}

#sidebar ul{background-color:#fff0e0;} /* 1st level background */
#sidebar ul ul{background-color:#fff7f0;} /* 2nd level background */
#sidebar ul ul ul{background-color:#fff7f0;} /* 3rd level background */

#sidebar ul li{
border-top-color: #fff8f0;
border-bottom-color: #eed7c7;
}
#sidebar ul ul a { border-top-color: #fffaf4;} /* 2nd level top */
#sidebar ul ul ul a {border-top-color: #fffaf4;} /*3rd level top*/

#sidebar #current{
border-left-color: #36b;
color:#36b;
}

#sidebar address{
color:#36b;
}

@media only screen and (max-width: 767px) {

h1{font-size:18px;}

}

