/*
Theme Name: U-Design
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: A slick, powerful and clean theme.
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Version: 1.5.1
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
    Please note: After enabling the use of this file, you will not see any change here, 
    feel free to add your custom CSS below.
    On the other hand, if you need access to the theme's main style sheet, you will 
    need FTP client to access it, is it located in: "styles/style1/css/style.css"
*/

@font-face {
    font-family: 'HarabaraHandItalic';
    src: url('HarabaraHand-webfont.eot');
    src: url('HarabaraHand-webfont.eot?#iefix') format('embedded-opentype'),
         url('HarabaraHand-webfont.woff') format('woff'),
         url('HarabaraHand-webfont.ttf') format('truetype'),
         url('HarabaraHand-webfont.svg#HarabaraHandItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

#top-elements {
  background-image:url(images/header-paws.gif);
}

div.phone-number-padding {
  color:#FE5E08;
}

/*modal window */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px;
  height:203px;
}

/* Testiminials cat post widget 
.widget_categoryposts { 
  background-image:url(images/post-it.jpg);
  height:270px;
}

.widget_categoryposts .widgettitle {
  display:none;
}

.widget_categoryposts ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

.widget_categoryposts .cat-post-item {
  margin:0 15px 0 15px;
  padding:0;
}

.widget_categoryposts .cat-post-item .post-title {
  font-size: 16px;
}

.widget_categoryposts .cat-post-item p {
  
}*/

/* testimonials text widget */
.testimonials_widget {
  background-image:url(images/post-it.jpg);
  height:270px;
  font-family: 'HarabaraHandItalic';
}

.testimonials_widget .testimonialswidget_testimonial {
  padding:10px 20px 10px 20px;
  font-size:17px;
  font-weight:bold;
}

.testimonials_widget .widgettitle {
  font-family: 'HarabaraHandItalic';
  text-align: center;
  font-size:60px;
  font-weight:bolder;
}
}

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.price {
 background-color:#ccc;
 padding:0px 15px 15px 15px;
 color:#000; 
}

.price h3{
  text-align:center;
  padding:5px 0 5px 0;
}

.price ul{
  text-align:center;
  margin:0px;
  list-style-type: none;
  text-align:left;
}

.price ul li{
  padding: 3px 0 3px 0;
}

#slogan {
  color:#000;
}

/* home page */
#post-15 .one_half div.wrapper {
  border:1px solid #ccc;
  background-color:#ddd;
  padding:15px;
  height:102px;
}

div.boxwrapper {
  border:1px solid #ccc;
  background-color:#ddd;
  padding:0px 15px 15px 15px;
  margin:0px 0 10px 0;
}

.entry {
  padding-top: 0;
}

#post-15 p {
  margin:0;
  padding: 0;
}

#post-15 img.welcome {
  margin:0;
  padding: 0;
}

#page-title {
    margin: 0px;
    padding: 0px;
}

#page-content-title #page-title h1 {
    margin: 0px;
    padding: 10px 0px 0px 20px;
    line-height: 42px;
}

.entry h3.walk-location {
  font-size: 2.3em;
}

h1.eM-title {
  color:white;
  
}
