body{
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial;
	font-size: 90%;
	color: #000;
	padding-top:17px;
}

.clear{
	clear:both;
}

.left{
	float:left;
}		

a, a:visited  {
	color: #D80043;
	text-decoration: none;
}
a:hover {
	color: #F02E6B;
	text-decoration: underline;
}

a img, img{
	border:none;
}

/* alignments */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float:left;
	margin: 2px 15px 5px 0px !important;
}


.alignright {
	float:right;
	margin: 2px 0px 5px 15px !important

}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.left, img[align="left"] {
	float:left;
	margin: 2px 15px 5px 0px !important;
}


img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 15px !important;

}

img.imgLink {
    margin: 5px;
  	padding:4px;
    background: #e6e6e6;
}

img.imgLink:hover {
	background-color: #fce6e6;
}

h1, h2, h3, h4, h5 {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial; 
	margin-bottom: 15px;	
	font-weight: normal;
	font-style: normal;	
	text-decoration: none;	
}


h1 {	
	color: #000;
	font-size: 200%;
}
h1 a, h1 a:visited{
	color: #000;
	text-decoration: none;
}
h1 a:hover{
	color: #484e4e;
	text-decoration: none;
}
h2 {
	color: #000;
	font-size: 190%;
	font-weight: bold;
}
h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h2 a:hover {
	color: #F02E6B;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	color: #d80069;
	font-size: 150%;
	font-weight: bold;
}
h3 a, h3 a:visited {
	color: #d80069;
	text-decoration: none;
	font-weight: bold;
}
h3 a:hover {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
h4 a, h4 a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h4 a:hover {
	color: #c5163f;
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}

input[type="submit"]{
background:#d80069; 
border:1px solid #666; 
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
color:#fff; 
padding:5px 10px;  
text-align:center; 
	font-weight: bold;
	line-height: 1;
	font-size: 10px;
	text-transform:uppercase; 
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #8d0047;
}

input[Type="text"], Textarea {
	border: 1px solid #666;
	padding: 5px;
	margin-top: 3px;
 border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  
color: #333333; 
font: 12px Helvetica, Arial, sans-serif;
}



select {
	border: 1px solid #666;
	padding: 5px;
	margin-top: 3px;
 border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;  
color: #333333; 
font: 12px Helvetica, Arial, sans-serif;
}

ul,list-posts {
	margin: 0;
	padding: 0;
}

ul.list-posts li {
	list-style: none;	
	background: url(../images/henstudio/bullet-orange.gif) no-repeat 0 0;
	padding: 0 0px 5px 20px;
	margin: 0;
}

