/*  
Theme Name: dsanctuary
Theme URI: http://www.topwpthemes.com
Description: Designed by <a href="http://www.topwpthemes.com">Free WordPress Themes</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Free WordPress Themes
Author URI: http://www.topwpthemes.com
© 2008, Free WordPress Themes. All rights reserved. 
*/

body { 
	padding: 0; 
	margin: 0; 
  font: 0.7em Tahoma, Arial, sans-serif; 
	line-height: 1.4em; 
	background: #ffffff; 
	color: #444444; 
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 15px;
	border-left: 8px solid #eaeaea;
	color: #2b2b2b;
}

ul {
  list-style-image: url(images/bullet.png);
}

ul li {
  padding: 0;
}

li>ul, li>ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* links */
a { 
	color: #e82c2b; 
	background: inherit; 
}

a:hover { 
	color: #e82c2b; 
	background: inherit; 
}	

/* headings */
h1 { 
	font: bold 2.5em Arial, Sans-Serif; 
	margin: 0; 
	letter-spacing: -1px; 
}

h2 { 
	font: bold 2em Arial, Sans-Serif; 
	margin: 0; 
	padding: 0; 
	color: #2b2b2b;  
}

h1 a, h2 a { 
	color: #2b2b2b; 
	background: #ffffff; 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover { 
	color: #2b2b2b; 
	background: #ffffff; 
}

.title { 
	color: #808080; 
	background: #ffffff; 
}

.posttitle { 
  width: 380px; 
  margin-left: 60px; 
}

.pagetitle { 
  width: 100%; 
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #cccccc; 
}

.mainpagetitle {
  font-size: 2.5em;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #cccccc;
}

/* lists and form elements */
form { 
	margin: 0; 
}

input.search { 
	width: 279px; 
	border: none; 
	background: #4b4b4b; 
	padding: 6px 10px; 
	color: #989898; 
	font-weight: bold; 
	border: 1px solid #282828;
}

input.button { 
	padding: 3px 6px; 
}

/* content holder */
#content { 
	margin: 10px auto; 
	width: 960px; 
}

#content img { 
  padding: 3px;
  border: 1px solid #ececec;
  background: #ffffff;
}

#content img.alignleft { 
  float: left;
  margin: 0 10px 0 0;
}

#content img.alignright { 
  float: right;
  margin: 0 0 0 10px;
}

#content img.aligncenter { 
	display: block;
  margin: 5px auto;
}

#content img.alignnone { 
  margin: 0;
}

/* header */
#header { 
	height: 75px; 
}

#logo { 
	padding: 5px 0 0 8px;
}

#logo p { 
	margin: 0; 
	padding: 0 0 0 2px; 
	color: #808080; 
	background: #ffffff; 
}

#top_info { 
	float: right; 
	width: 570px; 
	margin: 15px 5px 0 0; 
	text-align: right;
}

#menu {
	position: relative;
	width: 960px;
	margin: 0 auto;
  left: 8px;
	text-align: center;
	line-height: normal;
}

#button {
	list-style: none;
	margin: 0 3px;
	padding: 0;
	float: left;
	clear: both;
}

#button li {
	float: left;
	height: 28px;
	background: url(images/button-right.gif) no-repeat 100% -36px;
	margin: 0 3px;
  padding: 0;
	white-space: nowrap;
}

#button .page_item a {
	color: #f8f8f8;
	display: block;
	background: url(images/button-left.gif) no-repeat 0 -36px;
	text-decoration: none;
	padding: 0 15px 0 15px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#button .page_item a:hover {
	color: #f8f8f8;
}

#button li:hover {
	background-position: 100% 0;
}

#button .page_item a:hover {
	background-position: 0 0;
	border: none;
}

#button li.current_page_item {
	color: #ffffff;
	text-decoration: none;
  background-position: 100% 0;
}

#button .current_page_item a, #button .current_page_item a:visited {
	color: #ffffff;
	text-decoration: none;
  background-position: 0 0;
}

/* search form */
#search { 
	color: #000;
	clear: both;
	background: url(images/search-bg.gif) no-repeat left top;
	padding: 10px 0 10px 5px;
	width: 960px;
	margin: 0;
}

#search p { 
  padding: 10px 0 0 0; 
  margin: 0; 
  text-align: center;
}

/* grey subheader */
.gbox { 
	background: #f1f1f1 url(images/gbox.gif) no-repeat left bottom; 
	color: #444444; 
	padding: 1px 13px 7px 13px; 
	margin: 0 0 20px 0; 
}

.gbox p { 
	padding: 7px 0; 
	margin: 0;
}

/* content side */
.left { 
	float: left; 
	width: 650px; 
	margin: 0 0 10px 0; 
}

.left_articles {
	margin: 0 0 20px 10px;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background: #ffffff;
}
	
.left_page { 
  float: left; 
  width: 100%; 
  margin: 0 0 10px 0; 
}

.left_articles_page {
	margin: 0 10px 50px 10px;
	padding: 10px 0 0 0;
	color: #000;
	background: #ffffff;
}
	
.description { 
	padding: 0 0 2px 0; 
	margin: 0 0 5px 60px; 
	border-bottom: 1px dotted #cccccc; 
}

.calendar { 
	float: left; 
	background: #ffffff url(images/calendar.gif) no-repeat center top; 
	width: 40px; 
  height: 44px; 
  margin: 0 10px 0 0;
  padding: 5px 0 0 0;
	color: #808080; 
}

.calendar p { 
  text-align: center;
	padding: 0; 
	margin: 0; 
}

.calendar p .day {
  font-weight: bold;
}

.calendar p .month {
  font-weight: bold;
  text-transform: uppercase;
}

.thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 1px solid #dedede; 
}

.alignright {
  float: right;
}
	
.alignleft {
  float: left
}

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

/* comments*/
.post_comments {
  padding: 0;
  margin: 0 0 0 10px;
}

#comments, #nocomments, #respond {
  font-size: 1.3em;
}

.commentlist {
  padding: 0;
  margin: 0;
  text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #f3f3f3;
}

.commentlist li.alt {
  background-color: #f7f7f7;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

#commentform textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 636px;
}

#commentform textarea:hover {
  background: #ffffff;
  border: 1px solid #cccccc;
}

#commentform textarea:focus {
  background: #ffffff;
  border: 1px solid #a1a1a1;
}

#commentform #email, #commentform #author, #commentform #url {
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 250px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 250px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #a1a1a1;
  width: 250px;
}

#commentform #submit {
  float: left;
  padding: 0; 
  margin: 0;
  border: 1px solid #cccccc;
  height: 24px;
  width: 130px;
  background: #f1f1f1 url(images/button-submit.gif) repeat-x left 0;
  color: #444444;
  font-size: 12px;
}

#commentform #submit:hover {
  background-position: left -23px;
}

/* advertisement */
#adboxes {
	padding: 0;
	margin: 8px 0 0 27px;
}

#adboxes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#adboxes ul li {
	display: block;
	margin: 5px !important;
	padding: 2px !important;
	float: left;
}

#adboxes ul li img { 
  padding: 3px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
  height: 0;
}

/* right side */
#right {
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
  color: #e82c2b;
}

.boxtop { 
	height: 19px; 
	background: url(images/box-top.gif) no-repeat left top; 
}

.box { 
	background: url(images/box.gif) no-repeat left bottom;
	color: #5b5b5b; 
	padding: 0 25px 20px 25px; 
	margin: 0 0 20px 0; 
}

.box p { 
	padding: 0; 
	margin: 0;
}

.image { 
	float: left; 
	margin: 0 9px 3px 0; 
}

#right .widgettitle {
  border-bottom: 1px solid #ececec;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 1.4em;
}

#right li {
  padding: 0;
  margin: 0;
}

#right ul {
  padding: 0;
  margin: 0 17px 0 0;
  background: #f7f7f7;
  color: #2b2b2b;
}

#right ul li ul {
  margin: 10px 0 10px 20px;
}

#right a {
	color: #2b2b2b; 
	text-decoration: none;
}

#right a:hover {
	color: #e82c2b; 
}

#right .label {
  color: #666666;
  padding: 0 10px;
}

#right ul.postmeta {
	font-size: 1em;
  list-style-image: none;
  list-style-type: none;
	margin: 1em 0;
	padding: 10px;
  color: #2b2b2b;
}

#right ul.postmeta li {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 0.5em 0.2em;
}

#right .postmeta .icon {
  display: block;
  float: left;
  padding: 0 10px;
}

#right .postmeta .data {
  display: block;
  float: right;
  width: 175px;
  padding-top: 2px;
}

/* misc */
.buttons { 
	text-align: right; 
	padding: 4px 3px 0 0; 
	width: 160px; 
}

.left_articles .buttons { 
	float: right; 
	height: 20px; 
}

.redbtn { 
	background: #656565 url(images/button.gif) no-repeat left top; 
	padding: 0; 
  margin: 0; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	float: right; 
	width: 100px; 
	height: 19px; 
	text-align: center; 
	line-height: 15px; 
}

.redbtn:hover { 
  background: #d00000 url(images/button.gif) no-repeat left -19px; 
	color: #ffffff; 
}

/* footer  */
.footer { 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
	padding: 10px 0 10px 0; 
	border-top: 1px solid #efefef; 
}

.footer p  { 
	color: #444444; 
  text-decoration: none; 
}

.footer a, .footer a:hover  { 
	color: #444444; 
  text-decoration: none; 
}

/* Missing Stuffs */

.wp-caption {
  border: 1px solid #ececec;
  text-align: center;
  background-color: #f1f1f1;
  padding: 5px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
           
p.wp-caption-text {
  padding: 0;
  margin: 0;
}

pre {
  display: block;
  white-space: pre;
  border: 1px solid #ececec;
  background-color: #f1f1f1;
  padding: 5px;
  margin: 10px 0;
  direction: ltr;
  text-align: left;
  font-family: monospace;
  font-size: 1.3em;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
}