/*
Theme Name: WordPress Mobile
Theme URI: http://ili.com.ua/
Description: The WordPress theme for mobile phones and PDA.
Version: 1.0
Author: Yriy Stepanov
Tags: variable width, one columns, widgets

*/
body{
    font-size: 10px;
    background-color: #CECECE;
}
h1,h2,h3,h4,h5{
  margin: 5px 0;
}
h1{  font-size: 16px; }
h2{  font-size: 13px; }
h3{  font-size: 12px; }
h4,h5{  font-size: 11px; }

p{
  margin: 0; padding: 0;
}

a {
	color: #006633;
}

a img {
	border: none;
}

a:visited {
	color: #CC3300;
}

a:hover {
	color: #009900;
}
ul,ol {
  margin: 0 0 0 5px; padding: 0;
}

label, label small{
  font-size: 12px;
}
li{  margin-left: 5px; }
.post {  clear:both; background-color: #EAEAEA; margin:5px 0; padding: 5px; }

#sidebar ul, ol, ul ul {
  	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

