/*
Theme Name: ArcMed-Customizr
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Shane Dempsey
*/
/* Your awesome customization starts here */
/* pie menu stuff */
wrapper{
    font-family: Verdana;
    font-size:11px;
    width:500px;
    height:500px;
    position:relative;
    top:150px;
    left:200px;
}
.images img{
    display:none;
    position:absolute;
    left:140px;
    top:395px;
}
.circleBig{
    position:relative;
    top:0px;
    left:0px;
    width:418px;
    height:418px;
    background:transparent url(../../../wp-includes/images/arc/circlebg.png) no-repeat top left;
}
.servicesmenu{
    position:absolute;
    width:101px;
    height:74px;
    top:220px;
    left:200px;
    z-index:999;
}
a.workplace, a.family, a.commercial, a.community{
    float:left;
    clear:both;
    height:23px;
    margin-bottom:10px;
    width:105px;
    opacity:0.8;
    color: #000000;
    font-size: 1.5em; 
    font-family:"Copperplate Gothic Light";
    text-shadow: 1px 1px 1px #000000;
}
a.portfolio{
    width:90px;
    background-position:-105px 0px;
}
a.contact{
    width:88px;
    background-position:-199px 0px;
}
a.about:hover, a.portfolio:hover, a.contact:hover{
    opacity:1.0;
}
.circle{
    margin-top:-88px;
    margin-left:-88px;
    width:176px;
    height:176px;
    position:absolute;
    left:0;
    top:0;
    background:transparent url(../../../wp-includes/images/circle.png) no-repeat top left;
    z-index:10;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.description{
    width:120px;
    margin:40px auto;
    text-align:center;
}
.description ul{
    list-style:none;
    text-align:center;
}
.description ul a{
    line-height:30px;
    font-weight:bold;
    color:#222222;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    text-shadow:1px 1px 1px #aaa;	
}
.description ul a:hover{
    color:#76050C;
    text-shadow:1px 1px 1px #ff0000;
}
.thumbs a img{
    border:3px solid #222222;
    -moz-box-shadow:1px 1px 2px #999;
    -webkit-box-shadow:1px 1px 2px #999;
    box-shadow:1px 1px 2px #999;
}

/* testimonials styling */
#testimonials1, #testimonials2 {
width:480px !important;
margin:5px 0;
margin-left: auto;
margin-right: auto;    
}
#testimonials1 blockquote, #testimonials2 blockquote{
padding:5px;
width:400px !important;
font-family:Georgia, "Bitstream Charter", serif;
font-style:italic;
color:#808080;
display:block;
}
 
#testimonials1 blockquote p, #testimonials2 blockquote p{
margin: 0 !important; padding: 5px !important;
 
}
#testimonials1 blockquote cite, #testimonials2 blockquote cite {
font-style: normal;
display: block;
 
text-transform: uppercase;
font-weight: bold;
font-style:italic;
color: #555;
padding-left:2px;
margin-top:10px;
}
 
.testnav { margin: 5px 0 }

#testnav {
    margin-left: auto;
    margin-right: auto;
    width: 480px; 
}
#testnav a, #s7 strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; color: #ffffff; background: #76050C; text-decoration: none }
 
#testnav a.activeSlide { background: #a20202; }
 
#testnav a:focus { outline: none; }

.staffBox {
  border-style:groove;
  border-width:3px;
  border-color: #76050C;
  }
.staffBorder{
  margin: 5px 5px 5px 5px;
}

.profile-meta-data	{ padding: 10px; height: 50px; margin-top: -2px; position: relative; z-index: -1; color: #970505; font-style: italic; }
                                                                                          
/*.photo-meta-data span 					{ font-size: 13px; } */

a.staffcordion:link, a.staffcordion:visited {
  text-decoration:none;
  font-weight:bold;
}
a.staffcordion:hover, a.staffcordion:focus, a.staffcordion:active {
  background-color: #76050C;
  color: #ffffff!important;
}
p.just {
text-align: justify;
text-justify: auto;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}