/*
Theme Name: Sportel Timing Systems
Description: The theme for the Sportel Timing website
Version: 0.1
Author: Pankin Alex
Author URI: http://sport-electro.com/
*/

html, body, div {
	margin: 0;
	padding: 0;
}

html {
	font-size: 0.8em;
	line-height: 1.5;
	text-align: center;
	font-family: Lucida, Helvetia, Arial, sans-serif;
}

#page {
	width: 979px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/page.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	height: 170px;
	margin-bottom: 1em;
	background-color: white;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header h1 {
	padding: 2px 0 0 80px;
	text-indent: -9999px;
}

#header h1 a {
	margin: 0;
	display: block;
	width: 727px;
	height: 120px;
	background: url('images/logo.png') no-repeat;
}

#header p {
	text-indent: -9999px;
}

#menu {
	width: 170px;
	padding: 5px 0 0 0px;
	float: left;
}

#menu ol {
	list-style-type: none;
	margin-top: 0;
}

#menu li {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a {
	display: block;
	text-decoration: none;
	width: 70%;
	color: black;
	padding: 2px 0 2px 0;
}

#menu span {
	display: block;
	width: 70%;
	border-top: 2px dotted blue;
	border-bottom: 2px dotted blue;
	padding: 0;
}

#menu a:active, #menu a:hover {
	border-top: 2px dotted blue;
	border-bottom: 2px dotted blue;
	text-decoration: underline;
	padding: 0;
}

#content {
	text-align: justify;
	float: left;
	width: 620px;
	line-spacing: 1.2;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 92px;
}

#content h2 {
	margin-top: 0;
}

#content h2, #content h3, #content p {
	text-align: justify;
	float: left;
	width: 590px;
	line-spacing: 1.2;
}

.alignright, .imgalignright {
        float: right;
}

.alignleft, .imgalignleft {
        float: left;
}

.center, .imgaligncenter, .aligncenter {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

img.alignright, .imgalignright {
        margin: 0 -90px 10px 10px;
}

img.alignleft, .imgalignleft {
        margin: 0 10px 10px 0;
}

.news {
	list-style-type: none;
	padding: 0;
}

.news li h4 {
	font-size: 1em;
	margin: 0;
}

.news li p {
	margin: 0 0 0.5em 1em;
}

a img {
	border: none;
}



#footer {
	clear: both;
	padding: 35px 50px 0 0;
	background-color: white;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	color: #9e9e9e;
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	text-decoration: none;
}
