/*
Theme Name: MySite
Theme URI: http://melvladimir.io.ua
Description: My own theme for my site
Author: melvladimir
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body {
	background:black;
}
div#main {
	width:1000px;
	margin: 0 auto;
	font-size:10pt;
}
#clear {
	clear:both;
}
.text1, .text2, .text3, .text4, .text5, .text6 {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 7px;
	padding: 1px 10px;
}
.text1 {
	float: right;
	margin-left: 10px;
	text-align: justify;
	width: 550px;
}
.text2 {
	float: left;
	margin-top: 20px;
}
.text3 {
	margin-top: 20px;
	float: right;
}
.text4 {
	margin-top: -130px;
	float: left;
	width: 130px;
}
.text5 {
	float: right;
}
.text6 {
	clear:both;
	width:340px;
}
.content-index {
	background: url('/images/motofq.jpg') no-repeat;
	padding:20px;
	width:960px;
}
.content-index p {

}
.content-index h1 {
	float: left;
	margin: 0 0 10px;
	text-align: center;
	width: 300px;
}
.plain-digit {
	font: bold 24pt Verdana;
	font-weight: bold;
	float: left;
	text-align: center;
	position: relative;
	text-shadow: 3px 3px 4px #aaa;
	}

/*above the dashboard*/
.plain-tophtml, .plain-bothtml {
	text-align:center;
	font-weight: 700;
	margin-bottom: 5px;
}
.countdown {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 7px;
	height: 90px;
	margin: 200px auto 0;
	padding: 10px 0 0;
	width: 280px;
}
.plain-dash {
	float: left;
	margin-left: 13px;
	padding-left: 3px;
}
.plain-dash_title {
    display: block;
    margin: 0;
	text-align:center;
    width: 50px;
}
div.wpcf7 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-radius: 7px;
	margin: 13px auto 0;
	padding: 1px;
	text-align: center;
	width: 530px;
}