/* top elements */
* { margin: 0;	padding: 0; }

body{
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  line-height: 150%;
  word-spacing: 1px;
  font-family: Tahoma, Verdana;
}

img{
border: #FF3300 solid 1px;
}

a, a.visited, a.active{
  color:#FF6600;
  text-decoration: none;
}
a:hover{
  color: #FF0033;
  text-decoration: underline;
}


/* Page */
#page{
width: 900px;
padding-left: 3%;

}


/* Header */
#header{
	height: 120px;
	margin: 0 auto;
  	padding-left: 10%;
	background: #111111 url(images/header.jpg) no-repeat left top;
    border-bottom: 6px #FF9900 solid;
}
#header h1{
  	padding-top: 30px;
  	padding-left: 60px;
}

#header h1 a, #header h1{
  color: #FF3300;
  font-size: 36px;

}
#header h1 a:hover{
  color: #FF9900;
  text-decoration: none;
}

#header p{
    padding-top: 10px;
  	padding-left: 60px;
    font-size: 18px;
    color: #FF9900;
}

/* Content */

#content {
	width: 600px;
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-left: dotted 1px #FF9900;
    border-right: dotted 1px #FF9900;
}

#post{
  padding-left: 10px;
  padding-bottom: 30px;
  background: url(images/post.jpg) no-repeat left top;
}

#bodypost{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
}


#post h1{
  padding-top: 10px;
  padding-left: 90px;
  font-size: 22px;
}

#post h1 a:hover{
  text-decoration: none;
}

#post span{
  padding-left: 40px;
  padding-bottom: 20px;
  background: url(images/more.png) no-repeat left top;
}

/* Sidebar */

#sidebar {
	width: 220px;
	margin-bottom: 10px;
	padding-right: 20px;

}

#sidebar ul {
	margin-left: 20px;
}

#sidebar li {
	margin: 0 0 0 0;
}


#sidebar h2 {
	margin: 0px 0px 0px 0px;
    padding-left: 10px;
    padding-top: 10px;
	height: 35px;
	font-size: 18px;
    background: url(images/sidebar.jpg) no-repeat right top;
    border-bottom: dotted 1px #FF9900;
}




#navigation{
    clear:both;
    color: #FF0000;
}


/* Footer */
#footer{
    clear:both;
	text-align: center;
	height: 50px;
	margin: 0 auto;
	background: #000000;
    border-top: 6px #FF9900 solid;
    color: #FF3300;
    font-family: Trebuchet MS;
}
#footer a, #footer a:active, #footer a:visited{
    color: #FF3300;
}
#footer a:hover{
    color:#FF7B24;

}
