/* Cimp.ly v3. */

html, body {
	height: 100%;
}

body {
	min-width: 960px; min-height: 550px;
	width: 100%; height: 100%;
	margin: 0px auto;
	background: #c9d5db url(../i/cimply-bg.jpg) no-repeat top center; 
	font: 11px "Calibri", "Arial", sans-serif;
}

img {
	border: none;
}

a {
	color: #601b48;
}

p {
	font-size: 18px;
	color: #667;
	line-height: 150%;
	text-align: justify;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #667;
	line-height: 150%;
	font-style: italic;
	font-weight: 100;
}

h2 {
	font-size: 18px !important;
}
		
#content {
	width: 700px; min-height: 100% !important; 
	margin: 0 auto 0;
	position: relative; z-index: 200;
}

#logo-wrap {
	width: 100%; height: 144px;
	padding-top: 100px;
}

#logo {
	width: 266px; height: 115px;
	margin-left: 75px;
}

#home-link {
	width: 16px;
	float: right;
	position: relative;
	bottom: 42%;
	right: 50px;
}

.secondary {
	margin: 0 !important;
}

#links {
	width: 120px; height: 50px;
	padding: 0; margin: 25px;
	float: right; text-align: right;
}

#links p a {
	font-size: 16px; color:#666;
    text-decoration: none;
}

#portfolio {
	background: url(../i/border-top.png) no-repeat top left;
	width: 432px; height: auto;
	padding: 0;
	margin: 25px 0;
	float: left
}

#work ul {
	width: 432px;
	list-style: none;
	margin: 0px 0 0 10px;
}

#work li {
	list-style: none;
	width: 50px; height: 50px;
	padding: 0px 0px 5px 10px;
	margin: 0 0 0 0; 
	float: left
}

#work li img {
	position: relative;
	border: none;
	top: 0
}

#screenshot{
	width: 480px; height: 270px;
	position:absolute;
	border:1px solid #666;
	display:none;
	color:#fff;
	z-index: 300
}
#footer 2 {
	background-color: #333333;
    color: #8F887C;
    font-size: 12px;
    line-height: 22px;
    min-width: 984px;
}

#footer {
	width: 700px; height: 50px;
	position: absolute; bottom: 0;
	margin: 0 auto; overflow: hidden;
	padding: 60px 45px 15px;
}

	#footer em {
		font-size: 13px;
		color: #666;
		padding: 40px 0;
		width: 80%;
	}
	
	#footer img {
		float: right;
		position: relative;
		bottom: 22px; right: 215px;
	}
