/* 
	Portfolio site for Katherine Leonard
*/

@charset "utf-8";
@font-face {
	font-family: "Lainie Day";
	src: url('fonts/Lainie_Day.eot');
	src: local("¿"), /* Assume they don't have the font by giving it a weird name */
		 url('fonts/Lainie_Day.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/Lainie_Day.woff') format('woff'),
     	 url('fonts/Lainie_Day.ttf') format('truetype');
}

/* Global Styles */
body {
	background-color: #00af93;
	background-image: url('images/bgrnd.png'); 
	/*  Background image courtesy of Fantasy Brushes: 
		http://fantasybrushes.deviantart.com/art/Plants-50228198
	*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
img, img a{
	border: 0;
}
p {
	margin: 1.2em 0 0 0;
	padding: 0;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #92ddce;
}

/* IDs */
#KML_container {
	width: 950px;
	margin: auto;
	position: relative;
}
#KML_header {
	color: #ffffff;
	width: 650px;
	margin: 0 0 0 auto;
	padding: 0;
}
#KML_title {
	font-family: "Lainie Day", Verdana, Arial, Helvetica, sans-serif;
	font-size: 6em;
	padding-top: 30px;
	line-height: 1.3em;
	margin-bottom: .2em;
}
#KML_navbar {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#KML_navbar ul {
	margin: 0;
	padding: 0;
	margin-right: 3em;
}
#KML_navbar ul li {
	list-style-type: none;
	display: inline;	
	margin-left: 3em;
}
#KML_body {
	overflow: auto;
	margin-top: 2em;
	color: #4e2500;
}
#KML_body a:link {
	color: #4e2500;
	text-decoration: underline;
}
#KML_body a:visited {
	color: #8e7c3f;
	text-decoration: underline;	
}
#KML_body a:hover, #KML_body a:active {
	color: #00af93;
	text-decoration: underline;
}
#KML_content {
	background-image: url('images/blue-90.png');
	width: 620px;
	float: right;
	padding: 20px;
}
#KML_content_full {
	background-image: url('images/blue-90.png');
	width: 900px;
	float: right;
	padding: 20px;
}
#KML_sidebar {
	background-image: url('images/blue-90.png');
	width: 230px;
	float: left;
	margin-right: 20px;
	padding: 20px;
}
#KML_subMenu ul {
	margin: 0;
	padding: 0;
	padding-left: 3em;
}
#KML_subMenu ul li {
	margin: 0;
	padding: 0;
}
#KML_social {
	text-align: center;
}
#KML_social ul {
	margin: 0;
	padding: 0;
}
#KML_social ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
#KML_social ul li img {
	padding: 5px 2px 0px 2px;
}
#KML_breadcrumb {
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 1.3em;
}
#KML_breadcrumb a:link, #KML_breadcrumb a:visited {
	color: #4e2500;
	text-decoration: none;
}
#KML_breadcrumb a:hover, #KML_breadcrumb a:active {
	text-decoration: underline;
}
#KML_gallery {
	margin-left: 30px;
}
#KML_gallery ul {
	margin: 0;
	padding: 0;
}
#KML_gallery ul li {
	list-style-type: none;
	display: inline;
}
#KML_gallery ul li img {
	margin: 8px;
}
#KML_gallery ul li a:link img, #KML_gallery ul li a:visited img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
#KML_gallery ul li a:hover img, #KML_gallery ul li a:active img {
	opacity: 1;
	filter: Alpha(opacity=100);
}
#KML_form {
	padding-top: 1.5em;
}
#KML_footer {
	color: #ffffff;
	font-size: .8em;
	text-align: center;
	font-style: italic;
	margin-top: 1.3em;
}

#KML_thumbSlider {
	float: right;
	width: 130px;
	overflow: visible;
	margin-left: 20px;
}
#KML_thumbSlider ul, #KML_thumbSlider ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
}
#KML_thumbSlider ul li a:link img, #KML_thumbSlider ul li a:visited img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
#KML_thumbSlider ul li a:hover img, #KML_thumbSlider ul li a:active img {
	opacity: 1;
	filter: Alpha(opacity=100);
}
#KML_thumbSlider .active img {
	border: 3px solid black;
	margin: -3px;
}

/* Classes */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.quote {
	font-style: italic;
	font-size: .85em;
}
.quote_attrib {
	text-align: right; 
	font-size: .85em;
}
.hr {
	width: 300px;
	margin: 0px auto;
	margin-top: 2em;
	padding: 0;
	background-image: url('images/hr.png');
	background-repeat: repeat-x;
}
.subHead {
	font-weight: bold;
	font-size: .9em;
}
.formBlock {
	padding: 5px;
	margin-left: 50px;
	width: 400px;
	overflow: auto;
}
.formLabel {
	font-weight: bold;
}
.formInput {
	float: right;
	width: 300px;
}
.recentProject {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}