@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}

html
{
	font-family: Arial, Helvetica, sans-serif;
	
}

body
{
	position:relative;
	background:url("assets/iphone/heading.png") top center no-repeat;
	width:320px;
	margin:0 auto;
	padding:2em 0;
}

a
{
	text-decoration:none;
	color:#9e0350;
}

a:hover
{
	text-decoration:underline;
}
a:visited
{
	color:#aaa8a9;
}

#content
{
	float:none;
	background-image:none; /*url("assets/default/contentTop.gif") top center no-repeat;*/
	width:320px;
	overflow:hidden;
	margin:40px 0 0 0;
}

#content p
{
	font-size:1em;
	line-height:1.4em;
	padding:0.6em;
	background:#f5f3f4;
	text-align:justify;
}

#content h1
{
	font-size:1.1em;
	font-weight:normal;
	color:#829f14;
	padding:0 0.4em;
	margin-top:18px;
	background:#f5f3f4;
	clear:both;
}

#content h1 span {color:#7b797a;}

#content h2 {font-size:0.8em;}
#content h3 {font-size:0.6em;}

#content input, #content textarea {max-width:290px;}

#navSoc 
{
	float:right;
	margin:20px 0 0 0;
}

#navSoc ul
{
	list-style:none;
	text-align:right;
}

#navSoc ul li a{padding-right:20px;}

#navSoc ul#navigation
{
	width:320px; height:31px;
}

#subpages
{
	display:none;
}

ul#navigation li#navTop
{
	background-image:none; /*:url("assets/default/navTop.gif") top left no-repeat;*/
	height:31px;
	padding-top:0px;
}

ul#navigation li#navBottom
{
	background-image:none; /*:url("assets/default/navBottom.gif") top left no-repeat;*/
	height:31px;
}

ul#navigation li
{
	float:left;
	background-image:none; /*:url("assets/default/navMiddle.gif") top left no-repeat;*/
	height:31px; width:106px;
	display:block;
	margin-bottom:0px;
	padding:0px;
}

ul#navigation a 
{
	display:block;
	height:31px;
}

#navSoc ul#navigation a.blog
{
	background:url("assets/iphone/blog.png") left no-repeat;
}
#navSoc ul#navigation a.blog:hover, #navSoc ul#navigation a.blog_
{
	background:url("assets/iphone/blog.png") left no-repeat;
}

#navSoc ul#navigation a.about
{
	background:url("assets/iphone/about.png") left no-repeat;
}
#navSoc ul#navigation a.about:hover, #navSoc ul#navigation a.about_
{
	background:url("assets/iphone/about.png") left no-repeat;
}

#navSoc ul#navigation a.photos
{
	background:url("assets/iphone/photos.png") left no-repeat;
}
#navSoc ul#navigation a.photos:hover, #navSoc ul#navigation a.photos_
{
	background:url("assets/iphone/photos.png") left no-repeat;
}

#meta 
{
	position:relative;/*:absolute;*/
	background-image:none; /*(url("assets/default/metaBottom.gif") bottom left no-repeat #cde76a;*/
	min-height:inherit; width:320px;
	top:0px; left:0px;
	color:#7b797a;
}

#meta span
{
	display:block;
	height:45px;
	background:none; /*url("assets/default/metaTop.gif") top center no-repeat;*/
	font-size:1.5em;
}
#meta span:after {content:"meta";}

#meta *
{
	padding:4px 8px;
}

#footer
{
	display:none;
	/*float:left;
	clear:left;
	width:626px; height:20px;
	background:url("assets/default/contentBottom.gif") bottom center no-repeat;
	margin-left:196px;*/
}

#content a.writeMode {display:none;}