/*
Theme Name: Discover Coyote Valley 
Theme URI: http://abdpromotions.com/
Description: Full featured websites by ABD Promotions
Author: Steve Ellemberg
Author URI: http://www.abdpromotions.com/website-design/
Template: canvas
Version: 0.1
*/

@import url("../canvas/style.css");/*
Theme Name: Discover Coyote Valley 
Theme URI: http://abdpromotions.com/
Description: Full featured websites by ABD Promotions
Author: Steve Ellemberg
Author URI: http://www.abdpromotions.com/website-design/
Template: canvas
Version: 0.1
*/

@import url("../canvas/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
#header {
    background-position: center center !important;}

#logo {
    text-align: center;
    width: 100%;
}

/*-----     Remove space from below slider for home page     -----*/
.page-id-11 #navigation{margin-bottom:0px;}


/*-----     Header Font Import and Change     -----*/
@import url(http://fonts.googleapis.com/css?family=Voltaire);


@media only screen and (min-width: 1000px) {
#logo .site-title a {
     display: none;}
#logo {
height: 45px;}
}


#logo .site-title a {
    text-transform:uppercase !important;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #f5f7fa, 0 0 4px #f5f7fa, 0 0 5px #f5f7fa, 0 0 9px #f2f6ff, 0 0 10px #f2f6ff;}

#logo .site-title a:hover {
    text-decoration: none;}


/*-----     Center Main Menu     -----*/
@media only screen and (min-width: 769px) {
#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li:hover, .nav li.hover {
position: relative;
}
.nav li ul li {
left: 0;}
}
/*-----     END Center Main Menu     -----*/

#logo .site-description {
display: none;}
}

/*-----     Canvas Navagition slider space change     -----*/


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin:0 0 0em;
}
/*-----     End Canvas Navagition slider space change     -----*/


.page-title {
display: none;
}



.post-meta {
    display:none;
}

#post-author, #connect {
    display:none;
}

/*-----     Media only space correction     -----*/
@media only screen and (max-width: 768px) {


#navigation h3 {
    padding: 0em 0em !important;}

#navigation ul {
    margin-bottom: 0em !important;}

#navigation {
    padding-top: 0em !important;}

}


 
/* =Theme customization starts here
------------------------------------------------------- */
#header {
    background-position: center center !important;}

#logo {
    text-align: center;
    width: 100%;
}

/*-----     Remove space from below slider for home page     -----*/
.page-id-11 #navigation{margin-bottom:0px;}


/*-----     Header Font Import and Change     -----*/
@import url(http://fonts.googleapis.com/css?family=Voltaire);


@media only screen and (min-width: 1000px) {

#logo .site-title a {
     display: none;}


#logo {
height: 45px;}
}


#logo .site-title a {
    text-transform:uppercase !important;
    text-shadow: 0 0 9px #f2f6ff, 0 0 10px #f2f6ff;}

#logo .site-title a:hover {
    text-decoration: none;}


/*-----     Center Main Menu     -----*/
@media only screen and (min-width: 769px) {
#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li:hover, .nav li.hover {
position: relative;
}
.nav li ul li {
left: 0;}

#header {
height: 45px;}


}
/*-----     END Center Main Menu     -----*/



/*-----     Canvas Navagition slider space change     -----*/


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin:0 0 0em;
}
/*-----     End Canvas Navagition slider space change     -----*/



.page-title {
display: none;
}


.post-meta {
    display:none;
}

#post-author, #connect {
    display:none;
}

/*-----     Media only space correction     -----*/
@media only screen and (max-width: 768px) {


#logo {
height: 45px;}

#navigation h3 {
    padding: 0em 0em !important;}

#navigation ul {
    margin-bottom: 0em !important;}

#navigation {
    padding-top: 0em !important;}

}


#logo .site-description {
display:none;}

/*-----     Enlarge Image Module     -----*/
ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:-1.5em;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 40px 0 20px;
}
ul.enlarge img{
background-color:#006600;
padding: 2px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 

}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#006600;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center; 
color: #ffffff; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
max-width: none;

}
ul.enlarge li:hover{
z-index: 9999;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;
max-width: none;

}
ul.enlarge li:hover span{ 
top: 0px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 0px; /*distance from the left of the thumbnail to the left of the popup image*/

}
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}
/*-----     END Enlarge Image Module     -----*/


.woo-sc-hr, .woo-sc-divider {
    margin-bottom: 10px !important;
    padding-top: 10px !important;}

/*-----     Map Page Layout changes     -----*/

.page-id-8 #navigation {
    margin-bottom: 0;
}

  .page-id-8 #header, .page-id-8 #content{
    padding-left: 0em !important;
    padding-right: 0em !important;
}

.page-id-8 h2 , .page-id-8 h2 a:visited {
    margin-left: 2em;}


.page-id-8 #mapheader {
    background: none repeat scroll 0 0 #333333;
    padding: 1em 0em 0em 0em;
}

.page-title, .post .title, .page .title {
    color: #222222;
    font: bold 28px/1.1em "Voltaire",arial,sans-serif !important;
}