@charset "UTF-8";
/* CSS Document */



/* @end */

/* @group Blog */

.social_links {
	border-top: 1px solid #272b6a;
	border-bottom: 1px solid #272b6a;
	margin-bottom: 30px;
}

.social_links ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.social_links li {
	display: inline;
	padding-left: 0px;
	background-image: none;
}

.social_links li a {
	line-height: 50px;
	font-size: 12px;
	color: #0a1c2a;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.social_links li a:hover {
	color: #0a1c2a;
	text-decoration: underline;
}

.social_links li a.subscribe {
	background: url(img/icon-rss.gif) no-repeat;
}

a.email {
	background: url(../img/tellafriend.gif) no-repeat;
	padding-left:30px;
	font-weight: bold;
}

.social_links li a.twitter {
	background: url(../img/icon-twitter.gif) no-repeat;
}

.social_links li#tellfriendhover {
	position: relative;
}

#tellfriend {
	position: absolute;
	margin-top: -630px;
	left: 600px;
	color: #0a1c2a;
	padding: 15px;
	margin-bottom: 20px;
	width:400px;
	z-index: 1;
	border: 1px solid #272b6a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #dbddec;
}

#tellfriend a.close {
	position: absolute;
	right: -15px;
	top: -10px;
	background: url(../img/fancey_closebox2.gif) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 80px;
	width: 93%;
}




/* @end */

/* @group Forms */


.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

form label.full {
	width: 80%;
}

form label.required {
	font-weight: bold;
}

#tellfriend form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}



form input.std_input,
#tellfriend form textarea {
	border: 1px solid #bcc0e3;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	margin-bottom: 2px;
	color: #6e6e6e;
}

#tellfriend form table {
	width: 100%;
}

#tellfriend form table input.std_input {
	width: 93%;
}

#tellfriend form table.three-col input.std_input {
	width: 90%;
}

#tellfriend form input#form_but {
	margin-top: 10px;
	background-color: #2e2c77;
	border: 3px solid #bcc0e3;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}

/* @end */