@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of reset*/
a:link, a:visited, a:active{
	color: #669999;
//	color: #563e0f;
	text-decoration: none;
}

a:hover{
	color: #563e0f;
}

body{
    position: relative;
	display: block;
	text-align: center;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #669999;
//	color: #563e0f;
//	line-height: 1.3em;
//	padding: 5% 0;
}

#content{
	font-family: 'Open Sans', sans-serif;
//	width: 850px;
	margin: 0 auto;
	overflow: hidden;
 //   background-color: green;
	position: relative;
}

#right_block{
    float: left;
    width: 25%;
//	background-color: blanchedalmond;
}

.title{
    display: block;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
	padding: 10% 0;
//	background-color: yellowgreen;
}

#submenu{
	font-family: 'Open Sans', sans-serif;
	padding-left: 10%;
	text-align: left;
	font-size: 1em;
}

.category{
	margin: 5%;
}

#left_block{
   float: left;
	width: 74%;
	padding-right: 1%;
//    background-color: pink;
}

#left_block img{
	width: 100%;
	height: auto;
}

#left_block ul{
	padding: 2%;
}

#left_block #about{
	padding: 1em 0;
	text-align: left;
	line-height: 1.3em;
}

#left_block #about p{
	margin-bottom: 1.5em;
	color: #888;
}

li{
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	line-height: 2em;
}
footer{
	position: absolute;
	bottom: 1.5em;
	right: 1%;
	font-size: 0.8em;
	vertical-align: middle;
//	background-color: yellow;
}

footer img{
	width: 1.5em;
	height: auto;
	margin-bottom: -0.4em;
}


@media all and (max-width: 1100px){
body{
	padding: 0 2%;
}
#content{
	width: 100%;
}
#logo{
	float: left;
	padding: 0 0.5em;
//	background-color: purple;
}

#right_block{
	display: none;
}
#left_block{
	position: relative;
	width: 100%;
	float: none;
}

#left_block img{
	width: 100%;
}

footer:{
	display: none;
}
.menuText{
	opacity: 0.5;
	text-shadow: 1px 1px #222;
	text-align: center;
}

}