/************************************************
*	MASTER STYLESHEET			*
* Project	Dawnrunner Productions		*
* Version	3.0				*
* Last Change	05/23/2008			*
* Author	Geoff Peck			*
************************************************/

/************************************************
*	GLOBAL STYLES				*
************************************************/

* {
	padding:0;
	margin:0;
	}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #505050;
	background: #434343 url(http://dawnrunner.com/includes/images/drp_blog_page_bg.jpg) repeat-x top left;
	}

#dawnrunner {
	margin: 0px auto;
	padding: 0px;
	}

/************************************************
*	HYPERLINKS				*
************************************************/

a, a:visited { 
	font-weight: bold; 
	color: #ce5e15; 
	text-decoration: none; 
	}

a:hover { 
	text-decoration: underline; 
	}

/************************************************
*	HEADER   				*
************************************************/

#drp_header {
	margin: 0;
	padding: 0;
	height: 100px;
	background: #282828 
	url(http://dawnrunner.com/includes/images/drp_blog_nav_bg.gif) repeat-x bottom left;
	}

div#logo{
	margin: 0 auto 0px auto;
	width: 800px;
	}

#logo a{
	display: block;
	height: 87px; 
	width: 570px;
	}

/************************************************
*	NAVIGATION				*
************************************************/

#nav {
	padding: 0;
	margin: -18px auto 0px auto;
	width: 770px;
	}
#nav ul {
	margin: 0 0 0 auto;
	padding: 0;
	width: 492px;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float: left;
	display: block;
	width: 70px;
	height: 25px;
	line-height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #fcfcfc;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #545454;
	background: 
	url(http://dawnrunner.com/includes/images/drp_blog_nav_tab.png) no-repeat bottom left;
	}
#nav li a:hover {
	color: #fff;
	font-weight: bold;
	}
#nav li a.active {
	color: #fff;
	line-height: 30px;
	height: 30px;
	margin-top: 1px;
	font-weight: bold;
	font-size: 110%;
	border: none;
	background: 
	url(http://dawnrunner.com/includes/images/drp_blog_nav_tab_on.png) no-repeat bottom left;
	}
#pagination,
div.content-nav {
	background: #cccccc;
	margin: 10px 0 0 0;
	padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
text-align: center;
	}
#pagination a,
div.content-nav a {
	color: #000;
	text-decoration: none;
	margin: 0 3px;
	}
#pagination a:hover,
div.content-nav a:hover {
	color: #000;
	text-decoration: underline;
	}


/************************************************
*	MAIN CONTENT BOX			*
************************************************/

.cb {
	margin:0em auto;
	width: 800px;
        background:url(http://dawnrunner.com/includes/images/blog_headers/ontheinside.jpg) no-repeat 8px 0;
	}
.bt {
	height:23px;
	margin:0 0 0 18px;
	background:url(http://dawnrunner.com/includes/images/drp_blog_main_box.png) no-repeat 100% 0;
	}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:23px;
	background:url(http://dawnrunner.com/includes/images/drp_blog_main_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	}
.bb {
	height:43px;
	margin:0 0 0 19px;
	background:#882A06 url(http://dawnrunner.com/includes/images/drp_blog_main_box.png) no-repeat 100% 100%;
	}
.bb div {
	position:relative;
	left:-19px;
	width:19px;
	height:43px;
	background:#882A06 url(http://dawnrunner.com/includes/images/drp_blog_main_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
	}
.i1 {
	padding:0 0 0 8px;
	background:url(http://dawnrunner.com/includes/images/drp_blog_main_borders.png) repeat-y -8px 0;
	}
.i2 {
	padding:0 8px 0 0;
	background:url(http://dawnrunner.com/includes/images/drp_blog_main_borders.png) repeat-y 784px 0;
	}

/************************************************
*	CONTENT PANES				*
************************************************/

.content_pane {
	display:block;
	margin:0;
	padding:1px 12px;
	}
.content_pane:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.content_pane {display:inline-block;}
.content_pane {display:block;}
#top_pane {
	height: 200px;
	}
#bottom_pane {
	background: #ffffff url(http://dawnrunner.com/includes/images/drp_blog_content_bottom_bg.gif) repeat-y top right;
	}
#border_pane {
	height: 7px;
	background: #ffffff url(http://dawnrunner.com/includes/images/drp_blog_content_border.gif) repeat-x top right;
	}

/************************************************
*	Content 				* 
************************************************/

#bottom_pane #content {
	float: left;
	width: 470px;
	margin: 0 0 20px 15px;
	padding 0 0 0 0;
	color: #696969;
	}
#bottom_pane #sidebar {
	float: right;
	width: 232px;
	padding: 0 0;
	margin: 0 3px 0 0;
	color: #696969;
	}

#featured {
	background: #333333;
	color: #eeeeee;
	padding: 0px 8px 8px 8px;
	margin: 10px -8px 25px -8px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

/************************************************
*	MODULES					* 
************************************************/
div.mod {
	margin: 0;
	padding: 10px 0;
	clear: both;
	}
div.asset-meta{
	margin: 3px 0px;
	padding: 3px 5px;
	background: #333;
	color: #bbb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}
div.asset-meta a,
div.asset-meta a:visited {
	color: #bbb;
}
address.author {
	display: inline;
}
div.mod-meta {
	margin: 0 0 10px 0px;
	padding: 0;
	text-align: left;
	}
div.mod-body {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	}
#sidebar p {
	margin: 0 0 .8em 0;
        line-height: 1.6em;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	}

div.mod-body p {
	margin: 0 0 .8em 0;
        line-height: 1.6em;
	}

div.mod-body div {
        line-height: 1.6em;
	}


/************************************************
*	HEADLINES				* 
************************************************/
#content h1 {
	background: #bbb;
	margin: -9px -24px 5px -27px;
	padding: 0px 5px;
	}
h2.mod-name,
h2.mod-name a {
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	font-size: 24px;
	font-weight: 900;
	color: #ffffff;
}
h3.mod-name,
h3.mod-name a {
	margin: 0 0 5px 0;
	padding: 12px 0 0 0;
	font-size: 24px;
	font-weight: 900;
	color: #1b2433;
}
h4.comments-header,
h4.comments-open-header,
h3.widget-header {
	margin: 15px 0;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: 900;
	color: #1b2433;
	}
#content h4.entry-categories-header {
	float: left;
	font-size: 11px;
	font-style: italic;
	display inline;
	}



div.mod-body blockquote {
	margin: -.1em 0 0 0px;
	padding: 0 0 0 28px;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	}
div.mod-body blockquote.alt {
	margin: -.1em 0 0 0;
	padding: 0 0 0 0;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	color: #8c8c8c;
	background: none;
	}
div.mod-body blockquote p {
	margin: 0 0 1.2em 0;
	padding: 0;
	line-height: 1.4em;
	}
div.mod-body p.attr {
	margin: 0 0 1.5em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	font-weight: normal;
	color: #707070;
	}
div.mod-body blockquote p.attr cite {
	font-style: normal;
	}
div.mod-body blockquote p.attr cite a {
	font-weight: bold;
	}
div.mod-body div.iblogger-location-wrapper {
	font: 11px;
	padding: 10px;
	width: 175px;
        margin: 10px auto;
	background: #ccc;
	color: #505050;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}
div.mod-body div.iblogger-location-wrapper a{
	color: #333;
}
span.mt-enclosure-drpmedia {
	display:block;
	margin: 5px auto;
}

/* entry-specific and content */

div.entry ul,
div.entry ol,
div.content ul,
div.content ol, 
#sidebar ul,
#div.sidebar ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#sidebar ul,
#div.sidebar ol {
font-size: 11px;
}
#sidebar ul li a,
#div.sidebar ol li a {
color: #505050;
}
div.entry ol,
div.content ol {
	margin-left: 1em;
	}
div.entry ul li,
div.content ul li,
#sidebar ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(http://dawnrunner.com/includes/images/drp_blog_ul_tri_dark.gif) no-repeat 0 4px;
	}
div.entry img.thumb {
	float: right;
	margin: 0 0 1em 1em;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}
div.entry img.plain {
	border: none;
	background: none;
	}

ul.entry-categories-list li.entry-category {
	float: left;
	font-size: 11px;
	display inline;
	list-style: none;
	margin-left: 4px;;
	background: #fff url(http://dawnrunner.com/includes/images/blank.gif);
	}

#bio p{
	font-size: 11px;
}
/* forms 
--------------------------------------------- */

#content form {
	margin: 0 0 2.5em 0;
	padding: 0;
	}
#content form fieldset {
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border: none;
	border-bottom: 1px dashed #e0e0d5;
	}
#content form fieldset label {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #1b2433;
	float: left;
	width: 11em;
	font-weight: 900;
	line-height: 1.5em;
	}
#content form fieldset h4 {
	float: right;
	width: 11em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #8b8074;
	}
#content .mod-footer {
	clear: both;
}
#content form fieldset div.field {
	float: left;
	width: 21em;
	margin: 0 1em 0 0;
	}
#content form fieldset div.field label {
	float: none;
	width: auto;
	font-weight: normal;
	}
#content form fieldset div.field input.input-text {
	width: 20em;
	padding: .5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #646870;
	}
#content form fieldset div.field textarea {
	width: 32em;
	padding: .5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #646870;
	}
#content form fieldset div.field select {
	width: 21em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #646870;
	}
#content form div.submit {
	padding-left: 13em;
	}
#content div.image_gallery {
  	display:table;
	background-color: #eee;
	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
  	padding: 5px;
  	margin : auto;
  	color : #555;
  	font-size: 10px;
  	line-height : 1.7em;
}
#content .image_gallery ul {
	list-style: none;
}
#content .image_gallery li {
	display: inline;
}
#content .image_gallery li img{
	padding: 4px;
	margin: 3px;
	background: #fff;
	border: 1px solid #ddd;
}



/* confirm/alert box */

p.confirm {
	padding: 1em 1.5em;
	color: #fff;
	border-top: 3px solid #75a053;
	border-bottom: 3px solid #75a053;
	background: #90ba6e;
	}

.date {
	float:left;
	height:35px;
	width:36px;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	background:url(http://dawnrunner.com/includes/images/drp_blog_cal_bg.gif) no-repeat;
	}
.date p {
	text-align:center;
	color:#9b9b8e;
	margin: 0px 0 0 -2px;
	text-transform:uppercase;
	font-family:"Futura",Arial,Helvetica,sans-serif;
	}
.date span.day {
	color:#898d92;
	font-size:13px;
	display:block;
	font-weight: bold;
	margin:-1px 10px 0 10px;

	}
.date span.month {
	color:#ffffff;
	font-size:9px;
	height:14px;
	display:block;
	margin:3px 8px 0 8px;
	}
.news_headline dt {
	color: #1a2332;
	font-size:11px;
	font-weight: bold;
	}
.news_headline dt a{
	color: #1a2332;
	font-size:11px;
	font-weight: bold;
	}
.news_headline dt a:hover{
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
	}
.news_headline dd {
	color: #69707d;
	font-size:11px;
	font-style: italic;
	margin: 0 0 15px 0;
	}


/************************************************
*	Footer  				*
************************************************/

#footer {
	clear: both;
	position: relative;
	top: 7px;
	margin: 0px auto -20px auto;
	text-align: center;
	line-height: 17px;
	font-size:11px;
	}
#footer p {
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
	}
#footer a {
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: none;
	}

/************************************************
*	Comments				*
************************************************/

.thumb {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 3px 10px;
	}
a:hover .thumb{
	background: #c5d5ff;
	}
.center {
	text-align: center;
	}	
hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}

/* self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/************************************************
*	sIFR					*
************************************************/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-active h2{
  visibility: hidden;
  font-family: Verdana;
  color: #ffffff;
  line-height: 1em;
  font-size: 24px;
  margin: 0;
  padding 0;
}

.sIFR-active h3{
  visibility: hidden;
  font-family: Verdana;
  color: #571b04;
  line-height: 1em;
  font-size: 24px;
  margin: 0;
  padding 0;
}

/************************************************
*	COMMENT FORMS				*
************************************************/

/* === form div and elements ======================================= */

#form-div { 
  background-color: #eee;
  padding: 10px;
  margin : auto;
  color : #555;
  font-size: 10px;
  line-height : 1.7em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #000;
  padding : 1px 4px; 
  background-color : #d6e3ba;
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #edbaba;
}

#form-div p.error a, #form-div p.success a {
  color : #000;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  clear:both;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}
#form-div label, #form-div input {
  clear: both;
  margin-bottom: 5px;
}
#form-div legend span { }

legend.main-legend { 
  color : #777;
}

legend.req-legend,
legend.opt-legend {
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}


label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  float: right;
  width: 40%;
  color : #666;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
  margin-bottom: 5px;
}

select.select, select.select option {
  cursor : pointer;
}

input.button { 
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
}


/************************************************
*	COMMENT STYLES				*
************************************************/

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #505050;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
  background: #eee;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
        top: 1px;
    padding-bottom: 0px;
}
.ui-tabs-nav a span {
    padding-right: 0;
    height: 22px;
    background-position: 0 0;
    line-height: 22px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0px;
    height: 27px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
  background-color: #eee;
  margin : auto;
  padding: 0 5px;
  color : #555;
  font-size: 10px;
  line-height : 1.7em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



.ui-tabs-nav.dummy .ui-tabs-selected a {
  background: #eee;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
        top: -1px;
    padding-bottom: 0px;
}
.comment {
    margin-bottom: 15px;
}
.comment.new {
  background: #E0E000;
}
.comment-content {
  background: #fff;
  padding: 5px;
 border: 1px solid #ddd;
}
.comment-meta a {
  color: #333;
}
.submitted,
.submitted a,
.submitted input,
.submitted textarea {
  cursor: wait !important;
}
