/* @override http://localhost/~bugpowder/wordpress/wp-content/themes/dharma/style.css */

body {
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #676866;
}

.logo-div {
	margin-top: 20px;
	width: 980px;
	border-bottom: 4px solid #989289;

}

a img {
  border-width:0;
}

.entry img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* border: 2px solid black; */
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.no-frame {
	border: 0px solid white;
}

#content-table {
	background-color: white;
	width: 980px;
	border-collapse: collapse;
	border-bottom: 4px solid orange;
}

#content-table td {
	padding: 15px;
}


#entries {
	width: 780px;
	background-color: white;
}

#menu {
	width: 300px;
	/*background-color: #feffe1;*/
}

.navigation {
	margin-bottom: 30px	;	
}

.entry {
	text-align: justify;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: bottom center;
	azimuthpadding-bottom: 60px;
}

.entry .postmetadata, .entry .postmetadata a {
	text-align: right;
	color: black;	
}

.post {
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 60px;
}

.entry h2 {
	margin-top: -2px;
	font-size: medium;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #ff7f00;
}

.post h2 {
	margin-top: -2px;
	font-size: medium;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #ff7f00;
}

.entry h3 {
	margin-top: -2px;
	font-size: small;
	padding-bottom: 5px;
	color: #dcdcdc;
	text-align: right;
}

.post h3 {
	margin-top: -2px;
	font-size: medium;
	padding-bottom: 5px;
	color: #ff7f00;
}

.post h3 a {
	margin-top: -2px;
	font-size: medium;
	padding-bottom: 5px;
	color: #ff7f00;
	text-decoration: none;
}


.entry blockquote {
	border-left: 4px solid #aac5ff;
	padding: 10px;
	background-color: #f6eeeb;
}

.entry a {
	color: #ff7f00;
	text-decoration: none;
}

.entry a:hover {
	color: #ff7f00;
	text-decoration: underline;
}


.comments-link {
	text-decoration: none;
	font-size: small;
	text-align: right;
}

.comments-link a {
	color: gray;
}

.comment-header {
	padding: 10px;
	background-color: #ede9ec;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.comment-body {
	padding: 10px;
	background-color: #ede9ec;
}

.comment-bottom {
	padding: 10px;
	background-color: #ede9ec;
	text-align: right;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/******/

#searchform {
	margin-bottom: 20px;
}
#searchform #s {
	background-color: white;
	border: 1px solid gray;
	padding:  5px;
	width:60%;
}

#searchform #searchsubmit {
	background-color: #fff3e7;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid gray;
}

/*****/

#sidebar {
}

#sidebar ul {
	margin: 0;
	padding: 0;
}	

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

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

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

#sidebar ul li {
	display: block;
	list-style: none;
}

#sidebar li .menu-header {
	color: white;
	padding: 10px;
	background-color: #989289;
	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#sidebar li li {
	background-color:  #fff3e7;
}

#sidebar li li a {
	display: block;
	padding: 10px;
}

#sidebar li li a:hover {
	background-color: #d5c7bd;
	text-decoration: underline;
}

#map {
	border: 4px solid black;
}
