/* iFeature Pro 3 Style.css */


p {
	margin: 0 0 10px 0;
	clear: both;
}

#wrapper input, textarea {
	color: #666;
	border: #ccc 1px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
input[type=submit] {
	cursor: pointer;
}
input {
	border: 1px solid #ccc;
}
input[type=submit] {
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
input[type=reset] {
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
a img {
	border: none
}
a {
	outline: none
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 5px 15px 20px 15px;
	border: 1px solid;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
	background: #fff;
	margin-bottom: 15px;
}

/* Fonts  */


.meta {color: #989898;font-size: 12px;font-weight: 500;padding-bottom: 10px;}

.entry {}

.entry p {clear: none;}

.error {font-size:28px; text-align:center;}

a:hover {color: #5ca9d6;}

/* Header  */

#header_contact{ text-align:right;}

#head {margin-top: 15px;}

#logo {margin-bottom: 5px;}

/* Social Icons  */

#social {margin-bottom: 5px;}

.icons {text-align:right;margin-top: 10px;}

.icons a img {opacity:.6; padding-left: 3px;}

.icons a:hover img {opacity:1;}

/* Home Button */
.homeMenuItem {
	float: left;
	border-right:#777 0px solid;
	margin-right:4px;

	-moz-border-radius-topleft: 4px !important; 
	-webkit-border-top-left-radius: 4px !important; 
	border-top-left-radius: 4px !important; 

	-moz-border-radius-bottomleft: 4px !important; 
	-webkit-border-bottom-left-radius: 4px !important; 
	border-bottom-left-radius: 4px !important;

}
.homeMenuItem a:hover{
	opacity: .5
}



