/*

Title:		K-State College of Human Ecology
Author: 	Nate Dillon, nate@k-state.edu, http://www.natedillon.com
Copyright:	(c) 2010 College of Human Ecology, Kansas State University

*/



.alignleft {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	position: relative;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}



/* WordPress adds and extra 10px to the div arround images with captions */

.caption img,
.wp-caption img {
	display: block;
	margin: 0 4px 5px 4px;
}

.caption-text,
.wp-caption-text {
	margin: 0 5px !important;
	color: #7A7976;
	font-size: 0.8em;
	line-height: 1.4em;
}



blockquote.no-margin {
	margin: 0;
}

img.nofx {
	border-style: none !important;
}

a.nofx {
	border-style: none !important;
}



.note {
	clear: both;
	display: block;
	margin: 1.5em 0 !important;
	padding: 10px;
	background-color: #F5EAC1;
	border: 1px solid #FFCC00;
	font-size: 0.9em;
	line-height: 1.4em;
}

.note-mark,
.required {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.intro {
	margin-bottom: 40px !important;
	font-size: 1.5em;
	line-height: normal;
	color: #7A7976;
}

.description {
	color: #7A7976;
	font-style: italic;
}



/* Buttons! */

a.more-button, a.more-button:visited,
.tag-cloud a, .tag-cloud a:visited {
	padding: 6px 14px;
	color: #555 !important;
	background-color: #E9E7E0;
	border: 1px solid #DCDAD4 !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-transition: color, background-color .2s ease-out;
	font-size: 0.9em;
	font-weight: normal !important;
	white-space: nowrap;
}

a.more-button:hover, a.more-button:active,
.tag-cloud a:hover, .tag-cloud a:active {
	color: black !important;
	background-color: #DCDAD4;
}

#slider a.more-button {
	color: white !important;
	background-color: #367A96;
	border-color: #32738D !important;
}

#slider a.more-button:hover {
	background-color: #32738D;
}

a.acrobat-button,
a.delicious-button,
a.feed-button,
a.linkedin-button {
	padding-left: 35px !important;
	background-position: 14px;
	background-repeat: no-repeat;
}

a.acrobat-button 	{ background-image: url(../images/icons/silk_icons/page_white_acrobat.png); }
a.delicious-button 	{ background-image: url(../images/icons/social_networking_iconpack/delicious_16.png); }
a.feed-button 		{ background-image: url(../images/icons/social_networking_iconpack/rss_16.png); }
a.linkedin-button 	{ background-image: url(../images/icons/social_networking_iconpack/linkedin_16.png); }



.three-column-list {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 !important;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.4em;
}

.three-column-list li {
	width: 200px;
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
}

.three-column-list li.column1 {
	clear: left;
}

.three-column-list li.column3 {
	clear: right;
	margin-right: 0;
}

.three-column-list img {
	float: left;
	max-width: 198px;
	height: auto;
	margin-bottom: 3px;
}



.administrative-contacts {
	clear: both;
	float: left;
	width: 100%;
}

.administrative-contacts p {
	float: left;
	width: 310px;
	margin: 0 20px 2em 0 !important;
}

.administrative-contacts p.column1 {
	clear: left;
}

.administrative-contacts p.column2 {
	clear: right;
	margin-right: 0 !important;
}

.administrative-contacts p .name {
	font-weight: bold;
}

.administrative-contacts p .title {
	color: #777;
	font-style: italic;
}



.two-columns {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 !important;
	font-size: 0.9em;
	line-height: 1.4em;
}

.two-columns div {
	float: left;
	width: 310px;
	margin: 0 20px 20px 0;
}

.two-columns div.column1 {
	clear: left;
}

.two-columns div.column2 {
	clear: right;
	margin-right: 0;
}

.two-columns img {
	float: left;
	max-width: 308px;
	height: auto;
	border: none;
	margin-bottom: 3px;
}

.two-columns .title {
	margin: 0 !important;
	font-size: 1em;
	font-weight: bold;
}

.two-columns h2 {
	margin-top: 0 !important;
}



.two-columns-with-borders {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
	border-top: 1px solid #DCDAD4;
	background: url(../images/main/DCDAD4.png) center repeat-y;
	font-size: 0.9em;
	line-height: 1.4em;
}

.two-columns-with-borders .row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DCDAD4;
}

.two-columns-with-borders .cell {
	float: left;
	width: 300px;
	margin: 20px 40px 20px 0;
	padding: 0;
}

.two-columns-with-borders .column1 {
	clear: left;
}

.two-columns-with-borders .column2 {
	clear: right;
	margin-right: 0;
	border-right: none;
}

.two-columns-with-borders h2 {
	margin-top: 0 !important;
}


