body{
position: static;
}

h1, h2, h3, h4, h5, h6 {
color: #666666;
}
.content p {
margin: 1em 0;
}

.uic-main{

font-size: 15px;
line-height: 150%;
font-family: arial;

}

.uic-main .row-fluid{
width: 1016px !important;
max-width: 1016px !important;
margin: 0 -8px;
}


.uic-main .bellyband a{
text-decoration: none !important;
}

  #content .hosting ul.hostess-exclusive-products li , .content .hosting ul.hostess-exclusive-products li {
line-height: 27px;
}

.boxcenter, .row-fluid .boxcenter {
margin: 0 auto;
}


#personalization .span12{
margin-left: 0;
padding-left: 0;
}

.sharing {
font-family: sans-serif;
}

.top_container {

max-width: 1000px;
}


.navbar{
font-size: 15px;
}

.hosting a.my31button:after{
margin-top: .25em;
}

/* -- for about me page -- */

.home-consultant-info h2 { margin-top: 0;}
.home-consultant-info { border-left: 1px solid #dddddd; }
.home-consultant-info > * { padding-left: 20px; }


#rep-template .hosting a.button {
background-color: #54b0ad;
font-size: 21px;
line-height: 25px;
}



#rep-template  a.button{
	
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;	
	font-family: "oswald";
	text-transform: uppercase;
	color: #ffffff;
	padding: .5em 1.75em .375em 1.5em;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	
	min-width: 5em;
	text-align: center;
	
	background:  #de1c85;
	height: auto; /* NEEDED TO OVERRIDE PPS STYLES */
	display: inline-block;
}

#rep-template  a.button:after{

content: "";
display: inline-block;
width: 12px;
height: 18px;

background: url('../../../assets.thirtyonegifts.com/2014/spring/img/layout/button-double-arrow_1x.png') center center;
position: absolute;
margin: .1em 0 0 .125em;
}


@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	.backgroundsize #rep-template  a.button:after {
	    background-image: url("../../../assets.thirtyonegifts.com/2014/spring/img/layout/button-double-arrow_2x.png");
		background-size: 12px 18px;
	}
}




#rep-template  a.button:hover{
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
	box-shadow:1px 2px 4px rgba(0,0,0,.3);
	text-decoration: none;
}

#rep-template  a.button:active {
	-webkit-box-shadow: inset 2px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: inset 2px 3px 6px rgba(0,0,0,.3);
	box-shadow:inset 2px 3px 6px rgba(0,0,0,.3);
}