@media only screen and max-width 600px,only screen and max-device-width 480px  {
	body,label
	{
		font-size:22px;
	}

	ul.tools li
	{
		font-size:20px;
		width:175px;
	}

	ul
	{
		float:none;
	}

	nav,div.desc,ul.thumbs,ul.tools,div.bio,div.floatbar,form
	{
		float:none;
		width:370px;
	}

	ul.thumbs li
	{
		height:100px;
		width:100px;
	}

	section
	{
		clear:both;
		width:370px;
	}

	nav ul li
	{
		float:none;
		font-size:28px;
		padding:20px 35px;
	}

	nav
	{
		margin:0 auto;
		text-align:center;
	}

	input,textarea
	{
		float:none;
		width:350px;
	}

	textarea
	{
		height:150px;
	}

	label
	{
		display:block;
		float:none;
		text-align:left;
		width:100%;
	}

	#submit
	{
		margin-left:0;
	}

	div.floatbar
	{
		display:none !important;
	}

	#pflio,nav ul li:first-child,#pflio,nav ul li:nth-child(2)
	{
		display:none;
	}
}

body
{
	background:url(img/bg.jpg) repeat;
	color:#531512;
	font-family:'MyriadProRegular', 'Arial';
	font-size:14px;
	margin:0;
	padding:0;
}

a:link,a:visited,a:hover,a:active
{
	color:#2094d7;
}

nav
{
	color:#f4f4f4;
	margin:0 auto;
	padding:20px 0;
	width:860px;
}

ul,div.bio
{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

ul li
{
	display:block;
	float:left;
}

nav ul li
{
	background:url(img/trans.png) transparent;
	border-radius:25px;
	box-shadow:0 2px 0 #b32e27, 0 3px 0 #7b1510 inset;
	cursor:pointer;
	font-size:20px;
	margin:30px 10px 0;
	padding:10px 35px;
	text-align:center;
}

.floatbar ul li:hover,nav ul li:hover
{
	background:url(img/trans.png), url(img/trans.png) transparent;
	box-shadow:0 2px 0 #b32e27, 0 3px 0 #66120d inset;
}

nav ul li a:link,nav ul li a:hover,nav ul li a:active,nav ul li a:visited,.floatbar ul li a:link,.floatbar ul li a:hover,.floatbar ul li a:active,.floatbar ul li a:visited
{
	color:#f4f4f4;
	text-decoration:none;
}

section
{
	background-color:#FFF8F7;
	border-radius:4px;
	box-shadow:0 1px 3px #444;
	display:block;
	margin:20px auto 10px;
	padding:40px;
	width:860px;
}

div.spacer
{
	box-shadow:0 40px 5px #888;
}

h2
{
	color:#7a211c;
	font-size:32px;
	font-weight:400;
	margin:0;
	padding:0;
}

h2 b
{
	color:#b02d25;
	font-weight:700;
	width:190px;
}

div.desc
{
	float:left;
	width:190px;
}

ul.thumbs li
{
	background-image:url(img/thumb_sprite.jpg);
	border-radius:4px;
	box-shadow:0 0 8px #444 inset;
	cursor:pointer;
	height:120px;
	margin:0 10px 20px;
	width:120px;
}

ul.thumbs li:hover
{
	box-shadow:0 0 15px #111 inset;
}

.clear
{
	clear:both;
}

ul.tools li
{
	font-size:12px;
	margin:5px;
	width:130px;
}

ul.tools li span
{
	background-image:url(img/icon_sprite.png);
	display:block;
	float:left;
	height:16px;
	margin-right:10px;
	width:16px;
}

.desc img
{
	border-radius:4px;
	margin-top:20px;
}

.separator
{
	background:url(img/gradient.png) center no-repeat;
	background-position:center 1px;
	border-top:1px solid #f5eceb;
	margin:40px 0 20px;
	padding:20px 0;
}

form
{
	float:right;
	width:560px;
}

label
{
	color:#ab6561;
	float:left;
	font-size:13px;
	margin-top:7px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:right;
	width:150px;
}

input,textarea
{
	background-color:#fffdfc;
	border:1px solid #dbc4c1;
	border-radius:4px;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:300px;
}

input:focus,textarea:focus
{
	border:1px solid #AB6561;
}

#submit
{
	background-color:#c24938;
	color:#eee;
	font-family:'MyriadProRegular', 'Arial';
	height:35px;
	margin-left:160px;
	text-transform:uppercase;
	width:80px;
}

.modal-wrapper
{
	background:url(img/trans.png) transparent;
	bottom:0;
	display:none;
	left:0;
	overflow:scroll;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}

.modal-wrapper section
{
	box-shadow:0 4px 10px #222;
	display:none;
	padding-top:40px;
	position:relative;
	top:10px;
	width:900px;
}

.modal-wrapper div.desc,.modal-wrapper ul.tools
{
	float:left;
	margin-right:40px;
	width:260px;
}

.modal-wrapper section > img
{
	border-radius:4px;
}

.modal-wrapper .tools
{
	margin-bottom:20px;
}

a.button
{
	background-color:#c24938;
	border-radius:10px;
	color:#fafafa;
	padding:10px 15px;
	text-decoration:none;
}

p.smaller
{
	font-size:11px;
	margin:15px 0;
}

img.close
{
	cursor:pointer;
	position:absolute;
	right:-17px;
	top:-15px;
}

div.floatbar
{
	background:url(img/bg.jpg) repeat;
	box-shadow:0 0 10px #222;
	display:none;
	height:40px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
}

div.floatbar > div
{
	margin:0 auto;
	width:900px;
}

.floatbar ul li
{
	background:url(img/trans.png) transparent;
	border-radius:25px;
	box-shadow:0 1px 0 #b32e27, 0 1px 0 #7b1510 inset;
	cursor:pointer;
	font-size:14px;
	margin:7px;
	padding:5px 20px;
	text-align:center;
}

.arrows
{
	position:absolute;
	right:20px;
	top:15px;
}

.arrows a:link
{
	text-decoration:none;
}

footer
{
	font-size:11px;
	margin-bottom:20px;
	text-align:center;
}

#feedback
{
	color:#ab6561;
	font-size:13px;
	margin-left:160px;
}

ul.thumbs,ul.tools,div.bio
{
	width:560px;
}
