@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

a img, a {
	border:0;
	outline:0;
}

p {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

#container {
	margin:10px 0 0 0;
	width:320px;
}

#header {
	width:320px;
	height:98px;
	background:url(../images/mobile_header.png) no-repeat top left;
}

#header a#logo {
	margin-left:20px;
}

ul#project_nav li {
	margin-top:1px;
	padding:5px;
	width:310px;
	height:50px;
	line-height:60px;
	background:#AB0726;
	overflow:hidden;
}

ul#project_nav li a {
	display:block;
	margin-left:55px;
	padding:0 15px 0 10px;
	width:230px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	background:#D51E40 url(../images/mobile_arrow.png) no-repeat top right;
}

ul#project_nav li img, #project #project_header img {
	float:left;
}

#project a {
	color:#FFF;
}

#project_head {
	margin-top:1px;
	padding:5px;
	background:#AB0726;
}

#project_header #project_title {
	margin-left:60px;
	width:225px;
	min-height:50px;
}

#project_header #project_title h2 {
	margin:0;
	padding:0;
	color:#FFF;
}

#project_header #project_title p {
	margin:5px 0 5px 0;
	padding:0;
	color:#EA4866;
	font-style:italic;
}

#project a.launch-site {
	display:block;
	margin-top:5px;
	padding:10px 15px 10px 10px;
	width:285px;
	height:30px;
	line-height:30px;
	background:#F7C421 url(../images/mobile_arrow.png) no-repeat top right;
	font-size:120%;
	color:#121315;
	text-decoration:none;
	text-transform:uppercase;
}

#project #project_desc {
	padding:10px;
	width:300px;
	background:#D51E40;
}

#project #project_desc p {
	margin:0 0 10px 0;
	font-size:110%;
	line-height:150%;
}

#project #project_desc img {
	padding:2px 0 2px 0;
}

#footer {
	margin-top:1px;
	padding:15px 5px 5px 5px;
	width:310px;
	min-height:30px;
	text-align:center;
	background:url(../images/mobile_footer.png) no-repeat bottom left;
}

#footer a {
	color:#FFF;
}

#footer p {
	margin:0;
	padding-bottom:10px;
}

/*** Float Clear ***/

.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.clear {
	display:inline-block;
}

* html .clear {
	height:1%;
}

.clear {
	display:block;
}