html, body {
    height: 90%;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
    margin-top: 18px
}

table {
	border: 0px solid #000; /* border="0" */
	border-spacing: 0px;
	border-collapse: collapse;  /* cellspacing="0" */
}

td {
    margin: 0px;
    padding: 0px; /* cellpadding="0" */
    /*vertical-align: top;*/
}

td {
    padding: 0px 2px 2px 1px;
}

img {
	border: 0px solid #000;
}

h1 {
    font-size: 8px;
    margin: 0px;
    padding: 0px;
}
h2 {
    font-size: 16px;
}

.link {
	text-decoration: underline;
	cursor: pointer;
}

a {
    color: #336699;
}


/* iPhone версия */
#menubar {
	width: 100%;
	height: 45px !important;
	background: #222222 url(http://films-iphone.com/blog/wp-content/plugins/wptouch/themes/default/images/head-fade-bk.png) repeat-x;
}
#blogtitle a {
	text-decoration: none;
	font: 21px HelveticaNeue-Bold, sans-serif;
	letter-spacing: -1px;
	position: relative;
	color: #eeeeee;
}
#dropmenu-inner a:hover {
	color: #006bb3;
}
#catsmenu-inner a:hover {
	color: #006bb3;
}
#drop-fade {
background: #333333;
}
a {
	text-decoration: none;
	color: #006bb3;
}
.mainentry, .pageentry, #wptouch-links, #wptouch-archives, #singlentry, .comwrap, #catsmenu-inner li, #dropmenu-inner li, #drop-fade a{
	-webkit-text-size-adjust: auto;
}

.dop_nav {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.dashed {
    text-decoration: none;
    border-width: 1px;
    border-bottom-style: dashed;
}
.underline {
    text-decoration: none;
    border-width: 1px;
    border-bottom-style: solid;
}
