body {
	margin: 0;
	padding: 0;
	background: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

h1 {
  font-size:1.8em;
}

p {
  font-size:1.2em;
	line-height: 22px;
}

ul {
	margin:0px;
  padding:0px;
  line-height: 22px;
	margin-left:190px;
}

.clickable {
	cursor:pointer;
}

.paintbrushed {
  background-image:url(/images/paintbrush.png);
  background-repeat:no-repeat;
  list-style-type:none;
  margin:0 0 0 -50px;
  padding:10px 0 10px 50px;
}

.center {
	text-align: center;
}

.important {
  font-weight: bold;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 18px;
	background: #8E8EB4;
	border: 1px solid #000000;
}

/* Header */

#header {
	background: #D9D9D9;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 1px 10px;
}

#header h1, h2, h3 {
  margin:0 0 0 113px;
  color:#000000;
}

#header h1.shadowup, h2.shadowup, h3.shadowup {
  margin:0 0 0 112px;
  color:#FFFFFF;
}

#header h1.shadowdown, h2.shadowdown, h3.shadowdown {
  margin:0 0 0 114px;
  color:#FFFFFF;
}

#header h1 {
  margin-top:-37px;
  font-size:30px;
  letter-spacing:11px;
}

#header h1.shadowup {
  margin-top:6px;
}

#header h1.shadowdown {
  margin-top:-34px;
}

#header h2 {
  margin-top:-21px;
  font-size:17px;
  letter-spacing:8px;
}

#header h2.shadowup {
  margin-top:11px;
}

#header h2.shadowdown {
  margin-top:-18px;
}

#header h3 {
  margin-top:-15px;
  font-size:12px;
  letter-spacing:1px;
}

#header h3.shadowup {
  margin-top:5px;
}

#header h3.shadowdown {
  margin-top:-13px;
}

#header a {
  color: #000000;
  text-decoration:none;
}

#header a:hover {
  text-decoration:underline;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 860px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 188px;
}

#colTwo {
	float: right;
	width: 666px;
}

#colReset {
	clear: both;
}

#content a {
  color: #FFFFFF;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}

/* Menu */
#menu {
	min-height:250px;
}

#menu div.header {
	font-weight:bold;
	color:#FE5A08;
	margin:5px 0px;
	background-image: url(../images/menu_head.gif);
	background-repeat:repeat-y;
	border:1px solid #D9D9D9;
	height:26px;
	width:170px;
}

#menu div.header a{
	color:#FE5A08;
}

#menu div #head {
	margin:5px 0px 5px 5px;
	float:left;
}

#menu div #collapser {
	float:right;
	background-image: url(../images/menu_head_collapse.gif);
	background-repeat:no-repeat;
	width:26px;
	height:26px;
}

#menu ul {
  margin-left: 8px;
	padding-left: 0;
	list-style: none;
	font-size:1.2em;
}

#menu ul ul {
	margin-left: 8px;
	font-size:0.8em;
}

#menu a {
	text-decoration: none;
	color: #303037;
}

#menu a:hover {
	color: #FE5A08;
	text-decoration: underline;
	border: none;
}

#menu .submenu-closed {
	display:none;
}

#menu .submenu-open {
	display:block;
}

/* Contact */
#contact {
  color: #FE5A08;
  font-weight:bold;
  width:152px;
	margin:10px;
}

#contact p {
	line-height:18px;
	margin:4px 0px;;
}

#contact a {
  color: #FE5A08;
  text-decoration:none;
}

#contact a:hover {
  text-decoration:underline;
}

/* Footer */
#footer {
	background-image: url(../images/fond.png);
	background-repeat:no-repeat;
	width: 860px;
	margin: 0 auto;
	padding: 2px 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #999999;
}

#footer div.xiti {
  margin:-18px 0px 18px 0px
}

/*
 * Album
 */
#home .thumb {
  background: #FFFFFF;
  border: 1px solid #000000;
  display: inline;
  padding: 7px;
  margin: 3px;
  cursor: pointer;
}
