/*---------------------------------------------------------
 * Immunetics.com
 *
 * @description About Section CSS
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/


/* Left Column */
/*----------------------------------------------------------------------------*/

/* index.php */
/*------------------------------------*/
.h2 {
	position: relative;
	width: 550px;
	margin: 15px 0 0 0;
}

h2.support {
	border-bottom: 1px solid #bbb;
}

.h2 .hint {
	float: right; 
	font-size: .8em; 
	line-height: 0.8em;
	height: 12px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0px;
}

.support_category .category_name {
	color: #56626a;
	font-size: 1.15em;
	line-height: 15px;
	height: 20px;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 0 0;
}

.support_category .related_articles {
	margin: 10px 0 0 0;
}

.related_articles .support_article {
	padding-bottom: 10px;
}

.related_articles .support_article a {
	color: #837e5d;
	font-size: 1.0em;
}

.related_articles .support_article a.link {
	padding-left: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	outline: none;
}

.support_article .short_description {
	font-size: 1.0em;
	padding: 0 0 5px 0px;
}

.support_article .associated_content {
	border-left: 1px solid #837e5d;
	padding-left: 5px;
}

.support_article .associated_content.first {
	border: none;
	padding-left: 0px;
}


/* support_articles.php */
/*------------------------------------*/
.article {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
	float: left;
	font-size: 1.0em;
}

.article .headline {
	color: #837e5d;
	font-size: 1.0em;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	float: left;
}

.article .short_description {
	padding: 10px 0 0 0;
	clear:both;
	float: left;
	width: 100%;
}

.article .associated_content {
	padding: 10px 0 0 0px;
	clear:both;
	float: left;
	width: 100%;
}

.article .associated_content a {
	padding: 0 10px 0 20px;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	outline: none;
	display: block;
	float:left;
	width: auto;
	color: #837e5d;
}

.return_link {
	clear:both;
	margin-top: 5px;
	float: left;
	width:300px;
}


/* Contact Form */
/*-------------------------------------*/

.admin_form {
	width: 100%;
	clear: both;
}

fieldset {
	display: block;
	margin-bottom: 16px;
	border: none;
}

fieldset .field_name {
	margin-top: 10px;
}

fieldset .field_name.first {
	margin-top: 0px;
}

.admin_form table {
	clear: both;
	width: 100%;
}

.admin_form input, .admin_form textarea, .admin_form select {
	padding: 2px;
}

.admin_form input {
	width: 215px;
}

.admin_form textarea {
	width: 240px;
}

.admin_form .form_button {
	width: auto;
	margin: 0 15px 5px 0;
	display: block;
	float: right;
}

.admin_form .checkbox {
    width: auto;
    margin: 0px;
    padding: 0px;
}
