/*
Theme Name: Desert Mountain Didges
Theme URI: http://desertmountaindidges.com/wp-content/themes/desertmountaindidges
Author: Raven's Eye Design
Author URI: http://ravenseyedesign.com/
Description: A theme custom designed featuring standards-centric HTML5 features and efficient code for desertmountaindidges.com.
Version: 2.0
Template: ravenseye
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This is a child theme for a custom Wordpress installation by Raven's Eye Design. It needs to be used in conjunction with the Raven's Eye Shell base theme in order to function properly.

*/

@import url("../ravenseye/style.css");


/* =Color scheme
-------------------------------------------------------------- 

.tan {
  color: #c96;
}
.cream {
  color: #eda;
}
.brown {
  color: #941;
}
.green {
  color: #894;
}
.red {
  color: #d20;
}
.slate {
  color: #457;
}
.black {
  color: #000;
}

*/


/* =Structure
-------------------------------------------------------------- */

body {
	background: #457 url(images/back.jpg) repeat-x;
	color: #333;
}
.outer, .branding, .colophon {
	width: 960px;
	margin: 0 auto;
}
.outer {
	margin-bottom: 20px;
}
.branding {
	background: #fff;
	height: 202px;
	width: 960px;
}
.branding .content {
	padding: 0;
}
.wrap {
	background: #fff url(images/container.jpg) repeat-y;
	float: left;
}
.wrap .content {
	padding: 0;
}
.access {
	width: 200px;
	float: left;
}
.access .content {
	padding: 20px 0 0 0;
}
.main {
	float: left;
	width: 760px;
}
.main .content {
	padding: 10px 30px 10px;
}
.content {
	padding: 10px;
}
.colophon {
	background: #894;
	width: 960px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.colophon .content {
	padding: 4px 20px 10px;
}


/* =Fonts
-------------------------------------------------------------- */
body, .send input, .send, #search, #commentform #submit, .password-send {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, input, textarea, .addthis_default_style p.share {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#site-title a {
	background: transparent url(images/masthead.jpg) no-repeat;
	width: 960px;
	height: 202px;
	display: block;
}
#site-description {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}


/* =Main Menu
-------------------------------------------------------------- */

.access ul {
	margin: 0;
	padding: 0;
}
.access ul li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.1em;
}
.access ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	background: transparent url(images/nav.jpg) 0 0 no-repeat;
	margin: 7px 0 0 6px;
	color: #000;
	font-size: 16px;
	line-height: 1.1em;
}
.access ul li a:hover {
	background-position: 0 -100px;
	color: #fff;
}
.access ul li li.menu-item a {
	color: #000;
	padding: 4px 6px 4px 25px;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 0 6px;
	text-transform: none;
	background-position: 0 0;
}
.access ul li li.menu-item a:hover {
	background-position: 0 -100px;
	color: #fff;
	letter-spacing: 0.01px;
}
.access ul li li li.menu-item a {
	color: #000;
	padding: 4px 6px 4px 35px;
	font-size: 11px;
	line-height: 1em;
	margin: 0 0 0 6px;
}
.access ul li li li.menu-item a:hover {
	background-position: 0 -100px;
	color: #fff;
	letter-spacing: 0.01px;
}
.access ul li.current-menu-item a, .access ul li li.current-menu-item a, .access ul li li li.current-menu-item a {
	background-position: 0 -200px;
	color: #333;
}
.access ul li.current-menu-item a:hover,  .access ul li li.current-menu-item a:hover, .access ul li li li.current-menu-item a:hover, .access ul li.current-menu-ancestor a:hover {
	background-position: 0 -100px;
	color: #fff;
	letter-spacing: 0.01px;
}
.access ul li.current-menu-item li a, .access ul li li.current-menu-item li a {
	background-position: 0 0;
	color: #000;
}
.access ul li.current-menu-ancestor a {
	color: #000;
}


/* =Content
-------------------------------------------------------------- */

/* General Formatting */
h1, h2, h3, h4, h5, h6 {
	color: #544;
	font-weight: bold;
	margin: 0.8em 0 0.4em 0;
	line-height: 1.2em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
	color: #457;
}
h3 {
	font-size: 1.2em;
	color: #544;
}
h4 {
	font-size: 1.2em;
	color: #544;
	margin: 1.3em 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
	color: #544;
	margin: 1.3em 0 0 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
p {
	font-size: 0.875em;
	line-height: 1.8em;
	margin: 0.8em 0 0.4em 0;
}

/* Visual Editor Styles */
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.byline {
	font-size: 0.8em;
	text-align: right;
	color: #999;
	font-style: italic;
}
.quote {
	color: #888;
	font-size: 1em;
	text-align: left;
	margin: 1em 30px 0;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}
.border-top {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.no-margin-top {
	margin-top: 0;
}
.big-margin-top {
	margin-top: 5em;
}
.hidden {
	display: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
.clear {
	clear: both;
}

/* Posts */
.post {
	text-align: left;
}
.post .entry-header h2 {
	text-align: left;
	border-top: 2px solid #894;
	padding-top: 5px;
	margin-top: 20px;
}
.post h1 a {
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}
.entry-meta {
	font-style: italic;
	text-align: right;
	font-size: 0.85em;
	word-spacing: 0.2em;
	clear: both;
	display: block;
	color: #888;
}
.main a.more-link {
	display: block;
}

/* Fancy custom formats */
.page-link a {
	color: #144;
}
.page-link a:hover {	
	color: #3aa;
	border-color: #3aa;
}

/* Main Links */
a {
	text-decoration: underline;
	color: #359;
}
a:visited {
	color:#58d;
}
a:hover {
	color: #489;
}


/* =Footer
-------------------------------------------------------------- */

.colophon p {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #ddd;
	margin: 0.8em 0 0.4em;
}
.colophon a, .colophon a:visited {
	color: #fff;
}
.colophon a:hover {
	text-decoration: underline;
	color: #333;
}
.copyright {
	float: right;
	text-align: right;
}
.address {
	float: left;
	text-align: left;
}


/* =Images
-------------------------------------------------------------- */

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}


/* =Forms
-------------------------------------------------------------- */


/* =Comments
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */


/* =Extras
-------------------------------------------------------------- */

/* Site Credit */
.credit a {
	color: #555;
}
.credit a:hover {
	color: #888;
}



/* Slider */
#slider {
	width: 640px;
	height: 480px;
	margin: 0 auto;
}
a.nivo-control {
	width: 11px;
	line-height: 11px;
	font-size: 9px;
	margin: 3px;
	padding: 2px 3px;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 2px; /* Doesn't work in IE */
	-khtml-border-radius: 2px; /* Doesn't work in IE */
	-webkit-border-radius: 2px; /* Doesn't work in IE */
	border-radius: 2px; /* Doesn't work in IE */
	color: #144;
}
a.active {
	border: none;
	font-weight: bold;
	background: transparent;
	font-size: 11px;
}
a.nivo-control:hover {	
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
div#slider {
	width: 640px !important;
	height: 480px !important;
}
div#slider_container .nivo_slider .nivo-controlNav { 
	width: 640px !important;
	bottom: -23px;
}

p.alignright a {
	border: none;
}
p.alignright a:hover {
	border: none;
	background: none;
}
p.alignright {
	border: 1px solid #ddd;
}

.video {
	text-align: center;
	margin: 20px auto;
}
.didgelinks {
	text-align: center;
	margin: 12px auto;
}
.didgelinks a {
	border: none;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright 

#intro {
	color: #457;
	font-size: 1.1em;
}

/* Cart 66 Styles */
form.Cart66CartButton {
	text-align: center;
}
.widget {
	margin: 20px;
}
#dc_jqaccordion_widget-2.widget {
	margin: 0;
}
h1.widget-title {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
#Cart66WidgetCartContents {
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	border: 1px solid #efefef;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 8px #333;
	-webkit-box-shadow: 5px 5px 8px #333;
	box-shadow: 5px 5px 8px #333;
	padding: 8px 8px 8px 8px;
	text-align: center;
}
#Cart66WidgetCartContents a {
	font-size: 0.9em;
}
#Cart66WidgetCartContents a:hover {
	color: #eda;
}
#viewCartTableNav a, .Cart66ButtonPrimary, .Cart66ButtonSecondary {
	color: #fff;
	background: #444;
}
#viewCartTableNav a:hover, .Cart66ButtonPrimary:hover, .Cart66ButtonSecondary:hover {
	color: #eda;
	background: #777;
}

