/* CSS Document */

@charset "utf-8";

/*	== RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*	== END OF RESET ======================= */

body {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:150%;
	background:#000;
	background:#000 url(assets/site/bg.gif) repeat-x top;
}


a{
	color:#660066;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

#lang{
	height:32px;
	line-height:32px;
	font-size:11px;
	background:#660066 url(assets/graphic/lang.gif) repeat-x;
}

#lang ul {
	width:960px;
	margin:0 auto;	
}

#lang ul li {
	float:right;
	margin:0 4px;
	color:#fff;
	font-weight:bold;
}

#lang ul li a {
	color:orange;
	font-weight:normal;
}


#header {
	text-align:center;
	width:640px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:0;
}

#headercontainer {
	width:960px;
	margin:0 auto;
	margin-top:8px;
	padding:0;
	height:153px !important;
}

#header a img {
	border:none;
}

#menu {
	text-align:center;
	float:left;
	width:100%;
	height:40px;
	margin-top:8px;
	text-align:center;
}

#menu a {
	color: #5d5350;
	padding:10px;
	font-size:15px;
	color:#2f2f2f;
	font-weight:bold;
	text-decoration: none;
}

#menu a.current {
	background:#660066;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
}

#menu a.current:hover {
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#660066;
}

#menu a:hover {
	background:orange;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
}


.pfItem {
	font-size:12px;
	float:left;
	width:900px;
	color:#ccc;
	line-height:120%;
	margin-left:10px;
	padding:20px 20px 20px 7px; 
	text-align:left;
	margin-bottom:12px;
	background:#eee url(assets/site/pf.jpg) repeat-x;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

.pfItem.last{
	background:none;
	padding-bottom:30px;
}

.pfItem a img {
	float:left;
	margin:0 16px; 
	padding:4px;
	-webkit-box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.2); 	
}

.pfItem a:hover img  {
	-webkit-box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.5); 	
}

.pfItem h2 {
	font-size:27px;
	font-family: Georgia, Arial, Helvetica, sans;
	color:#660066;
	line-height:100%;
	padding-bottom:2px;
	padding-left:0px;
}

.pfItem ul {
	padding:16px;
	float:left;
	width:380px;
	text-align:left;
}

.pfItem ul li {
	list-style:none;
}

.pfItem li.web {
	font-size:15px;
	font-weight:bold;
	color:#1f1f1f;
	padding:0;
}

.pfItem li.web a {
	color:#000;
}

.pfItem li.date {
	font-size:13px;
	color:#666;
	padding:0;
}

.pfItem li.done {
	font-size:14px;
	color:#454545;
	line-height:140%;
	padding:4px 0 4px 0;
}

.pfItem li.descript {
	font-size:14px;
	color:#454545;
	line-height:130%;
	padding:4px 0 4px 0;
}


.page {
	width:950px;
	margin:0 auto;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:0 0px 16px 0px;
	background:#fff url(assets/site/page.jpg) no-repeat top center;
}

.page h1 {
	font-family:georgia, times, serif;
	text-align:center;
	font-size:19px;
	line-height:120%;
	padding:24px 128px;
}

.columnw {
	float:left;
	width:430px;
	padding-left:20px;
	padding-right:20px;
	padding-top:32px;
	height:450px;
}

.column {
	float:left;
	width:270px;
	padding-left:20px;
	padding-right:20px;
	padding-top:32px;
	padding-bottom:60px;
}

.column h2, .columnw h2 {
	font-size:20px;
	color:#660066;
	padding:8px 0;
	/*
	padding-left:22px;
	background: url(assets/site/star.png) no-repeat left center;
	*/
}

.column h2.star, .columnw h2.star {
	padding-left:22px;
	background: url(assets/site/star.png) no-repeat left center;
}

.column p {
	color:#666;
}

label {
	width:100%;
	float:left;
	padding:4px 0;
	padding-top:12px;
	color:#666;
}

input, textarea {
	font-size:16px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	line-height:24px;
	width:270px;
	height:24px;
	border:solid 1px #bbb;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

input#dugme{
	width:100px;
	height:32px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	margin-top:12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:orange;
}

input:hover#dugme{
	background:#660066;
}

textarea {
	height:100px;
}

#featured {
	height:320px;
	width:960px;
	margin:0 auto;
}

#shadow{
	width:100%;
	height:8px;
	float:left;
	background:url(assets/site/shadow.gif) bottom center;
} 

p.thatscool {
	text-align:center;
	padding:8px 0;
}

p.thatscool a {
	background:lime;
	color:#fff;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:12px;
}

h2.contacts {
	padding:0;
	margin:0;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
	background:#ddd url(assets/site/stripe.gif) repeat-x;
}

h2.contacts span {
	padding:8px 8px;
	color:#666;
}

h2.contacts span a {
	padding:8px 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#666;
}

h2.contacts span a:hover {
	color:#444;
	background:#e5e5e5;
	text-decoration:none;
}

.page li {
	margin:2px 0 2px 16px;
	padding:4px 0;
	color:#2f2f2f;
	font-size:12px;
	list-style:disc;
	line-height:140%;
}

#footerline {
	color:#555;
	font-size:11px;
	padding-bottom:100px;
	height:450px;
	padding-top:0px;
	text-align:center;
}

#footerline.darkspikes {
	background:#000 url(assets/site/marssurface.jpg) no-repeat center 150px;
}

.footerdiv {
	float:left;
	width:430px;
	margin-right:10px;
	padding:20px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background:#000 url(assets/site/deeppurple.gif) top left repeat-x;
	color:#fff;
	height:180px;
	font-weight:normal;
	text-align:left;
}

.footerdiv a {
	color:#fff;
	font-weight:bold;
}

.footerdiv li {
	font-weight:normal;
	list-style:disc;
	margin-left:20px;
}

.footerdiv.last{
	margin-right:0px;
}
