/*  
Theme Name: Ask Dane
Theme URI: http://askdane.com/
Description: Wordpress Theme For AskDane.com
Version: 1.0
Author: ELEVATION
Author URI: http://yourelevation.com/
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4D4D4D;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#171717;
	margin:0;
	padding:0;
}

div#header {
	height:95px;
	text-align:left;
  background: url(images/header_bg.gif) repeat-x; 
}

div#nav {
  float:left;
  font-size: 12px;
  font-weight:bold;
  line-height: 27px;
  margin-left: 50px;
  color: #FFFFFF;
}

div#nav a {
  color: #FFFFFF;
  padding: 0 5px;
}

/* GLOBAL */

h2, small {
  font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #A8272D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

select {
	width: 130px;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
  display:block;
  border:0;
  border-top: 2px dotted #808080;
  background-color:transparent;
}

.alt {
	margin: 0;
	padding: 10px;
}


/* CONTAINERS */

#page {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	padding-bottom:40px;
	width: 800px;
	min-height:900px;
	height: auto !important;
	height: 900px;
}

#content {
  font-size: 1.2em;
  margin: 0 80px;
  text-align:center;
}

#header {
  margin:0;
}

#bar {
  clear:both;
  width:100%;
  height: 27px;
  background-image: url('images/bar_bg.gif');
  background-repeat: repeat-x;
}

#bar form.search {
  float:right;
  background-image: url('images/search.gif');
  height:27px;
  width:181px;
}
#bar form.search input {
  margin-top:6px;
  margin-left:40px;
  border:0;
	font-size:10px;
  height:10px;
  width:110px;
  background-color: #e6e6e6;
}

form {
	margin:0;
	padding:0;
}


/* POSTS */

.post {
	margin: 40px 0;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}

.post h2 {
  display:inline;
  color: #000000;
  font-size:1.8em;
}

.post h2 a, .post h2 a:hover, .post h2 a:visited {
  color: inherit;
}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: italic;
	color: #000000;
}

.entry p a:visited {
	color: #b85b5a;
}

.entry img, .entry embed {
  display:block;
  margin:auto;
}

/* POST SEPARATOR */

div.separator {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background-image: url('images/ds_separator_bg.gif');
 background-repeat: repeat-x;;
 height:41px;
 width:640px;
 color: #333333;
}
div.separator a {
  color: #171717;
  margin: 0 5px;
}

.postmetadata {
	clear: left;
}

.navigation {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align:right;
}


/* COMMENTS */

.commentmetadata {
	font-weight: normal;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

/* COMMENT LIST */

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}	

/* COMMENT FORM */
div#commentform {
  text-align:left;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
}
#commentform p {
	margin: 5px 0;
}

/* MISC */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* IMAGES */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* ALIGN CLASSES */
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

/* SEARCH FORM */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/* NEWSLETTER */
div.signupframe {
  width: 200px;
  margin: 15px auto;
  padding: 20px;
  background-color: #b3b3b3;
  border: 1px solid #858585;
  text-align:left;
  color: #666666;
  font-size: 11px;
}

div.signupframe input {
  border: 1px solid #a6a6a6;
  margin: 5px 0;
}

/* FOOTER */
div#footer {
  clear:both;
}

/* FEATURES */

.index_feature {
	display:inline;
}
