/*
Theme Name: dhi-ltd
Description: Created by <a href="http://awakening.ch/">AWAKENING</a> in collaboration with <a href="http://dunamisdesigns.com/">Dunamis Media</a>.
Version: 1.7
Author: Deniz Guenay
Author URI: http://awakening.ch/
*/

body {
	background: #F2F2F2 url(images/background.png) repeat-x;
}

/* Global Reset */
* { margin: 0; padding: 0; border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
p { margin: 0 0 20px 0; }

/* Header */
#header {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#title {
	width: 300px;
	height: 130px;
	float: left;
}

#title h1 a {
	text-indent: -9999px;
	width: 346px;
	height: 95px;
	background: url(images/logo.png) no-repeat;
	margin: 20px 0 0 0;
	display: block;
}

#navigation {
	float: right;
}

.menu ul li {
	float: left;
	list-style: none;
}

.menu ul li a {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-transform: lowercase;
	color: #FFF;
	padding: 60px 20px 15px 20px;
	display: block;
	float: left;
}

.menu ul li.current_page_item a,
.menu ul li.current_page_parent a,
.menu ul li.current_page_ancestor a {
	background-color: #711719;
}

.menu ul li a:hover {
	background-color: #711719 !important;
}

body.home .menu ul li.current_page_item a,
body.page-template-front-php .menu ul li.current_page_item a {
	background: none;
}

/* Container */
#container {
	width: 1000px;
	margin: 0 auto;
	background: url(images/container.png) repeat-y;
	overflow: hidden;
	clear: both;
}

#container-wrapper {
	padding: 30px 30px 0 30px;
	background: url(images/container-top.png) no-repeat;
}

#container-wrapper-front  {
	padding: 30px 30px 0 30px;
	background: url(images/container-top-front.png) no-repeat !important;
}

.edit {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #D7D7D7;
	background: #F4F4F4;
	overflow: hidden;
	clear: both;
}

.edit a {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #444 !important;
}

.edit a:hover {
	text-decoration: underline;
}

.edit.slideshow {
	margin: 0 0 10px 0;
}

.edit.footer {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: none;
	overflow: hidden;
	clear: both;
}

.edit.footer a {
	color: #FFF !important;
}

#container-top {
	height: 50px;
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}

#container-top h2 {
	font: bold 26px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align: left;
	color: #444;
	float: left;
}

#breadcrumb {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #333;
	padding: 8px 0 0 0;
	float: right;
	display: none;
}

body.page-child #breadcrumb {
	display: block !important;
}

#breadcrumb a {
	color: #333;
}

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

	/* Front */
#slideshow {
	width: 940px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#slideshow-slider {
    overflow: auto;
    overflow-x: hidden;
	position: relative;
	clear: left;
}

#slideshow-content,
#slideshow-content img {
	height: 270px;
	width: 940px;
	overflow: hidden;
	clear: both;
}

#slideshow-navigation {
	height: 80px;
	overflow: hidden;
	clear: both;
}
img.scrollButtons .left .right{	display: none;	height: 0px	width: 0px;}
#slideshow-navigation ul li {
	list-style: none;
	float: left;
}

#slideshow-navigation ul li#slideshow-button-left {
	background: url(images/slideshow/slideshow-button-left.png) no-repeat;
}

#slideshow-navigation ul li#slideshow-button-left a:hover,
#slideshow-navigation ul li#slideshow-button-left a.selected {
	background: url(images/slideshow/slideshow-button-left-hover.png) no-repeat;
}

#slideshow-navigation ul li#slideshow-button {
	background: url(images/slideshow/slideshow-button.png) no-repeat;
}

#slideshow-navigation ul li#slideshow-button a:hover,
#slideshow-navigation ul li#slideshow-button a.selected {
	background: url(images/slideshow/slideshow-button-hover.png) no-repeat;
}

#slideshow-navigation ul li#slideshow-button-right {
	background: url(images/slideshow/slideshow-button-right.png) no-repeat;
}

#slideshow-navigation ul li#slideshow-button-right a:hover,
#slideshow-navigation ul li#slideshow-button-right a.selected {
	background: url(images/slideshow/slideshow-button-right-hover.png) no-repeat;
}

#slideshow-navigation ul li a {
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #FFF;
	padding: 28px 0 0 0;
	text-align: center;
	width: 235px;
	height: 80px;
	display: block;
}

#slideshow-shadow {
	width: 940px;
	height: 30px;
	background: url(images/slideshow/slideshow-shadow.png) no-repeat;
	overflow: hidden;
	clear: both;
}

.hide {
    display: none;
}

#front-column-1,
#front-column-2 {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#front-column-3 {
	width: 300px;
	float: left;
}

#front-column-1,
#front-column-2,
#front-column-3 {
	font: 17px/25px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #777;
}

#front-column-1 a,
#front-column-2 a,
#front-column-3 a {
	color: #009A48;
}

#front-column-1 a:hover,
#front-column-2 a:hover,
#front-column-3 a:hover {
	text-decoration: underline;
}

#front-column-1 h2,
#front-column-2 h2,
#front-column-3 h2 {
	font: bold 21px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #444;
	margin: 0 0 15px 0;
}

#front-column-1 ul,
#front-column-2 ul,
#front-column-3 ul {
	margin: 20px 0 20px 0;
	overflow: hidden;
	clear: both;
}

#front-column-1 ul li,
#front-column-2 ul li,
#front-column-3 ul li {
	list-style: none;
}

#front-column-1 ul li:hover,
#front-column-2 ul li:hover,
#front-column-3 ul li:hover {
	background: #F4F4F4;
}

#front-column-1 ul li a,
#front-column-2 ul li a,
#front-column-3 ul li a {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	color: #777;
	line-height: 25px;
	padding: 0 0 0 15px;
	border-top: 1px solid #dedede;
	background: url(images/arrow-right.gif) no-repeat center left;
	display: block;
}

#quotes div {
	display: none;
}

/* Left Sidebar */
#left-sidebar {
	width: 160px;
	margin: 0 20px 0 0;
	float: left;
	display: none;
}

body.page-parent #left-sidebar,
body.page-child #left-sidebar {
	display: block !important;
}

#left-sidebar .widget {
	border-right: 1px solid #DEDEDE;
	overflow: hidden;
	clear: both;
}

#left-sidebar .widget ul {
	overflow: hidden;
	clear: both;
}

#left-sidebar .widget ul li {
	list-style: none;
	width: 154px;
}

#left-sidebar .widget ul li.current_page_item,
#left-sidebar .widget ul li.current_page_parent {
	background: #a6171a;
}

#left-sidebar .widget ul li a.current_page_item {
	color: #FFF !important;
	background: #a6171a;
}

#left-sidebar .widget ul li:hover {
	background: #a6171a;
}

#left-sidebar .widget ul li a {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #888;
	padding: 8px 15px 8px 15px;
	display: block;
}

#left-sidebar .widget ul li.current_page_item a,
#left-sidebar .widget ul li.current_page_parent a {
	color: #FFF;
}

#left-sidebar .widget ul li a:hover {
	color: #FFF;
}

#left-sidebar .widget ul li ul li {
	background: #FFF;
}

#left-sidebar .widget ul li ul li a {
	color: #888 !important;
	font-weight: lighter !important;
}

#left-sidebar .widget ul li ul li.current_page_item a {
	color: #FFF !important;
}

#left-sidebar .widget ul li ul li a:hover {
	color: #FFF !important;
}

/* Content */
#content {
	width: 700px;
	margin: 0 20px 0 0;
	float: left;
}

body.page-parent #content,
body.page-child #content {
	width: 520px !important;
}

#content.error-404 {
	height: 50px;
}

#content.without-right-sidebar {
	width: 940px;
	margin: 0;
	float: none;
}

body.page-parent #content.without-right-sidebar,
body.page-child #content.without-right-sidebar {
	width: 760px !important;
	float: left !important;
}

.entry {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #222;
}

.entry a {
	color: #c93033;
}

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

.entry h2 {
	font-size: 18px;
	color: #555;
	margin: 0 0 20px 0;
}

.entry h3,
.entry h4,
.entry h5 {
	font-size: 14px;
	color: #444;
	margin: 0 0 15px 0;
}

.entry ul,
.entry ol {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 15px;
}

.entry ul li {
	background: url(images/arrow-right.gif) no-repeat center left;
	padding: 0 0 0 15px;
	list-style: none;
}

.post {
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}

.postmetadata {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #D7D7D7;
	background: #F4F4F4;
	overflow: hidden;
	clear: both;
}

.postmetadata a {
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #444 !important;
}

.postmetadata a:hover {
	text-decoration: underline;
}

/* Comments */
.commentlist {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #222;
	margin: 0;
	padding: 0;
}

.commentlist a {
	color: #c93033;
}

.commentlist a:hover {
	text-decoration: underline;
}

ul.commentlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 0 15px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  margin: 15px 0;
  padding: 0;
  }

#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
  
.commentmetadata {
	margin: 0 0 5px 0;
	color: #999;
	font-size: 14px;
}

.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #555;
  }

.commentlist .commentbody .author {
	font-weight: bold;
  font-size: 14px;
  color: #777;
  }
  
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;

  }

#respond {
  margin-top: 15px;
  clear: both;
  }
  
#respond h3 {
	font: bold 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
  clear: both;
	margin: 0 0 20px 0;
	color: #666;
}

#commentform  p {
	font: bold 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #666;
}

#commentform p a {
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #666 !important;
}

#commentform p a:hover {
	text-decoration: underline;
}

#commentform div input {
  padding: 5px;
  border: #ddd solid 1px;
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
  }
#commentform div textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 13px;
  width: 450px;
  color: #111;
  padding: 10px;
  border: #ddd solid 1px;
  clear: both;
  overflow: hidden;
	margin: 0 0 10px 0;
  }
 
#commentform label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}


#commentform #submit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f2f2f2;
	font-weight: bold;
	font-size: 14px;
  }


/* Right Sidebar */
#right-sidebar {
	width: 220px;
	margin: 15px 0 0 0;
	float: right;
}

#right-sidebar .widget {
	font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #777;
	margin: 0 0 20px 0;
	padding: 10px 15px 10px 15px;
	border: 1px solid #D7D7D7;
	background-color: #F4F4F4;
	overflow: hidden;
	clear: both;
}

#right-sidebar .widget a {
	color: #c93033;
}

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

#right-sidebar .widget h2 {
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #555;
	margin: 0 0 10px 0;
}

#right-sidebar .widget ul {
	overflow: hidden;
	clear: both;
}

#right-sidebar .widget ul li {
	list-style: none;
}

#right-sidebar .widget ul li a {
	color: #777;
	line-height: 20px;
	display: block;
}

#right-sidebar .widget ul li a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #191919 url(images/footer.png) repeat-x;
	overflow: hidden;
	clear: both;
}

#container-bottom {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: url(images/container-bottom.png) no-repeat;
	overflow: hidden;
	clear: both;
}

#footer-wrapper {
	width: 940px;
	margin: 0 auto 20px auto;
}

#footer-column-1,
#footer-column-2 {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#footer-column-3 {
	width: 300px;
	float: left;
}

#footer-column-1,
#footer-column-2,
#footer-column-3 {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #AAA;
}

#footer-column-1 a,
#footer-column-2 a,
#footer-column-3 a {
	color: #FFF;
}

#footer-column-1 a:hover,
#footer-column-2 a:hover,
#footer-column-3 a:hover {
	text-decoration: underline;
}

#footer-column-1 h2,
#footer-column-2 h2,
#footer-column-3 h2 {
	font: bold 21px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #FFF;
	margin: 0 0 15px 0;
}

#footer-bottom {
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	border-top: 1px solid #444;
	padding: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

#logo-small {
	margin: 6px 0 0 0;
}

#footer-navigation {
	font-size: 14px;
	color: #777;
	text-align: right;
	overflow: hidden;
	clear: both;
}

#footer-navigation a {
	color: #FFF;
}

#footer-navigation a:hover {
	text-decoration: underline;
}

#footer-navigation ul {
	margin: 0 25px 0 0;
	overflow: hidden;
	float: right;
}

#footer-navigation ul li {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 25px;
	text-align: right;
	float: left;
}

#footer-navigation ul li a {
	color: #CCC;
	font-weight: bold;
}

#footer-navigation #login {
	float: right;
}

#copyright {
	font-size: 14px;
	color: #444;
	text-align: right;
}

#copyright a {
	color: #555;
}

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

/* WordPress */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
