/*
Theme Name:	Customizr Child
Theme URI:	http://66.154.53.141
Description:	Neue Silvertabby Site
Author:		iAgentur.at
Template:	customizr
Version:	1.0.0
*/

@import url("../customizrchild/styles.css");

body {
  margin: 0;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-image:url('http://66.154.53.141/wp-content/uploads/2014/05/silver-tabby-background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
  background-color: white;
}
.round-div {
  border: 104px solid #FAFAFA;
  border-radius: 0px;
  display: block;
  height: 170px;
  left: -54px;
  position: absolute;
  top: -66px;
  transition: all 0.3s ease 0s;
  width: 170px;
  z-index: 99;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
background-image:url('http://66.154.53.141/wp-content/uploads/2014/05/wht-menu-bkgr.png');
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* Remove the pencil icon  */
.post h1.format-icon:before, .post h2.format-icon:before {
content: none;
}
 
/* Change color of Page/Post Title */
h1.entry-title>a, h2.entry-title>a {color:#990e85;}    /* Change red to required color */
h2.entry-title {font-size: 40px;}




