*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #CC3300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('../images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('../images/header_footer_img.jpg') top center repeat-y;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Georgia; /*"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;*/
}

#header h1 a {
	color: #fff;
}

.description {
	margin-top: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
}

#header #header_right {
	float:right;
	width: 470px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 15px 15px 10px 0;
}

#header #header_left {
	float:left;
	width: 400px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 15px 15px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('../images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	text-decoration: none;
	color: #CC3300;
	margin: 0;
	line-height: 1.0em;
	font-size: 20px;
}

.post {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.entry {
	margin-bottom: 10px;
}

.entry img, .entry a img {
	border: 1px solid #d9cc9d;
	background-color: #fefaeb;
	padding: 5px;
}

img.smiley {
	border: none;
	background-color: #fff;
	padding: 0;
}

p.postubermetadata {
	border-bottom: 1px dashed #ccc;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.entrytext .postmetadata {
	margin-top: 20px;
}

p.underh2line {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	padding-top: 0;
	line-height: 5px;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	margin-bottom: 20px;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

/*--------------Sidebar------------*/

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

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
}

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

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

#dlepollform input {
	margin-right: 5px;
}

.userstop td {
	font-size: 11px;
}

.userstop thead {
	font-weight: bold;
}

/*--------------Navigation------------*/

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #666;
	/* border: 1px solid #d9cc9d;
	background-color: #fefaeb; */
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	color:#000;
	/* border-color:#fc0; */
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	/* border:1px solid #E6E6E6; */
	color:#ccc;
	font-size:11px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.commentquotebtn {
	float: right;
	text-align: right;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.commentauthordiv {
	margin-left: 140px;
	padding-left: 10px;
	border-bottom: 1px dashed #ccc;
	height: 22px;
}

.commentavatardiv {
	text-align: center;
	width: 120px;
	float: left;
	padding: 10px;
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	margin-bottom: 20px;
}

.commenttextdiv {
	margin-left: 140px;
	padding: 10px;
	font-size: 13px;
}

#comment_title {
	margin-bottom: 5px;
}

#dle-comments-form {
	margin-bottom: 20px;
}

#dle-comments-form p {
	margin-bottom: 10px;
}

#dle-comments-form textarea, #entryform textarea, #sendmail textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {

}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

.seolinks1, .seolinks1 a {
	color: #ccba7a; /*#ede0b3;*/
	font-size: 11px;
}

.seolinks2, .seolinks2 a {
	color: #faf8f0;
	font-size: 11px;
}

.luxup a { text-decoration: none; font-size: 13px; }
.luxup a:hover { text-decoration: underline; }
.luxup img { border: 1px solid #d9cc9d; background-color: #fefaeb; padding: 3px; margin-right: 5px; }