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

body{
  background: #fff url(images/bg.gif) repeat-x;
  color: #222;
  font-size: 14px;
  line-height: 150%;
  word-spacing: 1px;
  font-family: Tahoma, Verdana;
}

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


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


/* Header */
#header{
	height: 122px;
	margin: 0 auto;
  	padding-left: 10%;
	background: #492121 url(images/header2.jpg) no-repeat left top;
    border-bottom: 6px #817D7D 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: 580px;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-left: dotted 1px #CC0033;
    border-right: dotted 1px #CC0033;
}

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

#post h1{
  padding-left: 50px;
  padding-bottom: 30px;
  font-size: 24px;
}

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

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

/* Sidebar */

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

}

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

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


#sidebar h2 {
	margin: 0px 0px 0px 10px;
    padding-top: 30px;
	height: 35px;
	font-size: 18px;
    border-bottom: dotted 1px #CC0033;
}




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


/* Footer */
#footer{
    clear:both;
	text-align: center;
	height: 66px;
	margin: 0 auto;
  	padding-left: 10%;
	background: #492121 url(images/header2.jpg) no-repeat left top;
    border-top: 6px #817D7D solid;
    color: #FF3300;
    font-family: Trebuchet MS;
}
#footer a, #footer a:active, #footer a:visited{
    color: #FF3300;
}
#footer a:hover{
    color:#FF7B24;

}
