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

body{
  background: #fff;
  color: #222;
  font-size: 14px;
  font-family: verdana, arial, sans-serif;
}

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


/* Page */
#page{
width: 980px;
padding-top: 5px;
border-left: 1px solid #FF9191;
border-right: 1px solid #FF9191;
background-color: #FFF0DD;
}


/* Header */
#header{
width: 980px;
border-left: 1px solid #FF9191;
border-right: 1px solid #FF9191;
border-bottom: 6px #817D7D solid;
background: #FFDEB3 url('images/title.jpg') repeat-x 0 0; height:150px;
}
#header h1{
padding-top: 30px;
padding-left: 10px;
}

#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: 10px;
    font-size: 18px;
    color: #666666;
}

#headtext{
width: 980px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #FFEEAA;
}

/* Content */

#content {

	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-left: dotted 1px #000000;
    border-right: dotted 1px #000000;
}

#content_one_page {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-right: dotted 1px #000000;
}

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

#post h1{
  color: #FF0033;
  padding-left: 5px;
  padding-top: 10px;
  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: 190px;
	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: 16px;
    border-bottom: dotted 1px #000000;
}

#sidebar sup {
color: #9999CC;
}



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


/* Footer */
#footer{
    clear:both;
	text-align: center;
	height: 66px;
	margin: 0 auto;
    background: #FFDEB3 url('images/title.jpg') repeat-x 0 0;
    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;

}

