/* 
    Document   : site
    Created on : 07.09.2009, 20:27:50
    Author     : aleksandr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root, body {
    display: block;
	background: black fixed no-repeat;
	color: #EAEAEA;
	font-family: Verdana, Tahoma, Arial;
	font-size:12px;
	padding:3px;
	margin: 4px 4px 4px 4px;
}

a {
	color: #A2A2A2;
	text-decoration: underline;
	border:none;
}

img {
	text-decoration:none;
	border:0px;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a#menu {
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
}

p, ul, li {
	text-align: left;
	font-size:12px;
	margin: 10px 5px 10px 5px;
}

p#prtarget {
	text-align: left;
	font-size:12px;
	margin: 10px 5px 10px 5px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #777;
	background: #292929;
	color: #EEE;
}

p#process {
	text-align: left;
	font-size:12px;
	margin: 10px 5px 10px 5px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #777;
	background: #222;
	color: #EEE;
}

p#quote {
	padding: 6px 6px 6px 6px;
	border: none;
	background: #222;
	color: #AAA;
	font-style: italic;
}

p#section {
	text-align: left;
	font-size:16px;
	line-height: 18px;
	margin: 20px 4px 12px 4px;
	padding: 6px 26px 6px 26px;
	border: 1px solid #494949;
	background: #1E1E1E;
	color: #EEE;
	font-weight: 300;
}

p#inlistsection {
	text-align: left;
	font-size:14px;
	line-height: 16px;
	margin: 4px 4px 4px 4px;
	padding: 4px 14px 4px 8px;
	border: 1px solid #666;
	background: #222;
	color: #EEE;
	font-weight: 300;
}

div#pagenav {
	padding: 4px 26px 4px 26px;
	border: 1px solid #777;
	background: #151515;
	color: #EEE;
	margin: 4px 4px 20px 4px;
}

div#pagenav p{
	padding-top: 1px;
	padding-bottom: 4px;
}

ul#pagenav {
	list-style: none inside none;
	line-height: 5px;
}

p#foot {
	font-size:10px;
	color:#BBB;
	line-height:14px;
	text-align:center;
}

p#nav {
	font-size:10px;
	color:#CCC;
	margin: 0px 30px 30px 30px;
	line-height:12px;
	text-align:left;
}

p#headpic {
	text-align:center;
}

p#sectionpic {
	text-align:left;
}

h1 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCC;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 24px;
	margin: 0px 30px 0px 30px;
}

h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #BABABA;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 21px;
	margin: 0px 30px 0px 30px;
}

h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #BABABA;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 17px;
	margin: 0px 16px 0px 16px;
}

h2 a, h3 a, p#section a, p#inlistsection a{
	text-decoration:none;
}

linklist a {
	text-decoration:none;
}

hr{
	height:1px;
	color:#999;
	margin: 12px 0px 12px 0px;
}

p secondary{
	color:#AAA;
}
