/*  
Site Name:Ivy Knight Design & Illustration portfolio 
Description:The design and illustration portfolio. The place where I post projects and what I'm working on.
Version: 5?
Author: Ivy Knight
*/

/* colors 
old potato: rgb(77,71,61)
rose: rgb(201,142,151)
cowhide: rgb(198,172,140)
dusk: rgb(123,139,146)
rain clouds: rgb(149,161,167)
evening: rgb(101,113,118)
It's my site, I can call them whatever I want.
*/

/*  reset
---------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}
	
	
/*  body
-------------------------------------------------------------- */
@font-face {
	font-family: 'AllerRegular';
	src: url('Aller_Rg.eot');
	src: local('Aller Regular'), local('Aller'), url('Aller_Rg.ttf') format('truetype');
}

html, body {
	height: 100%;
}

html {	background:rgb(123,139,146) url(/images/bgBody.png);}
body {
	font-family: Verdana, Arial, Helvetica;
	line-height: 160%;
	font-size: 12px;
	color:rgb(77,71,61);
}


a {
	text-decoration:none;
	}
a:link {
	color:rgb(198,172,140);
	text-shadow: 1px 1px 1px rgba(71,55,31,0.3);
	} 
a:visited {
	color:rgb(101,113,118);
	text-decoration:strike;
	} 
a:hover {	
	color:rgb(201,142,151);
	} 
a:active {
	color:rgb(198,172,140);
	} 

.clear {clear: both;}
img {margin:10px 0;}
header, section, footer, article {display: block;}
	
/* typorgraphy
-------------------------------------------------------------- */



h1 {
	font-family: 'Vollkorn', Georgia;
	font-weight:bold;
	color:rgb(77,71,61);
	font-size: 40px;
	letter-spacing:0.4px;
        line-height:130%;
	text-shadow: 1px 1px 1px rgba(71,55,31,0.3);
	}

h2 {
	color:rgb(77,71,61);
	font-size: 26px;
	letter-spacing:0.3px;
        line-height:130%;
	text-shadow: 1px 1px 1px rgba(41, 51, 85, 0.3);
	}

h3 {
	color:rgb(253,187,92);
	font-size: 20px;
	}

h4 {
	color:rgb(253,187,92);
	}

ol {
	list-style-type: none;
	}

ul {
	list-style-type: none;
	display: block;
	}
	
li {}

lh {}

p {
	margin:12px 0;
	}

blockquote {}

address {}


hr {
	margin: 8px 12px 8px 180px;
	border: 0px rgb(201,142,151) solid;
	border-top-width: 1px;
	clear: both;
	}

	
/*  layout
-------------------------------------------------------------- */

.wrapper {
	width: 640px;
	margin: 0 auto;
	background: url(/images/margeetaBG.png) no-repeat top center;
	padding-top: 180px;
	}

	header {
		display:block;
		margin-top:210px;
		}
		header h1 {
			float: left;
			width: 300px;
            }
            header h1 a:visited {
            	color:rgb(77,71,61);
            	}
               header h1 a:hover {
                     color:rgb(201,142,151);
                      }
            header h2 {
            	float: right;
		margin:12px 0 0 40px;
		width: 280px;
            	}

	section {
		margin:20px 0;
		}
		article {
			margin: 8px 0;
                        text-align:center;
			}
		section h1 {
			margin:0;
			font-size:30px;
			}
		.projectList {
			margin:8px 0;
			}
			.projectList li {
				margin: 12px 0;
				font-size: 20px;
				}
		
	footer {
                display:block;
		margin:12px 0;
                padding:20px 300px 0 0px;
                height:200px;
                background: url(/images/myPicture.png) no-repeat right top;
		}
	


