/*----------------------------------------------------------------------------------

Data
----
Created by:  Mr. Krystal
Created for: The Krystal Archive (http://krystalarchive.com/)
Copyright:   Styles © Mr. Krystal 2005-2009
             Reuse allowed, no credit required (but it would be nice)
Purpose:     Mobile-only stylesheet

----------------------------------------------------------------------------------*/

/* Backgrounds removed */
body
{
	background:none;
}

#body
{
	background:none;
}

#document
{
	background:none;
	margin:0;
	width:100%;
}

/* Header image removed */
#header
{
	width:100%;
	height:auto;
}

	#header h1
	{
		position:relative;
		text-align:center;
	}
	
	#header img
	{
		display:none;
	}

/* Badge removed */
#badge
{
	display:none;
}

/* Adjust navigation position and styling */
#navigation
{
	width:100%;
}

	#navigation ul.main
	{
		padding:10px;
		font-size:1em;
	}
	
	#navigation ul
	{
		padding:0 10px 10px 20px;
	}
	
	#navigation h3
	{
		padding:0 10px 0 10px;
	}
	
	#navigation ul.main li, #navigation ul li
	{
		padding:0 4px 6px 0;
		display:inline;
		line-height:1.4em;
	}
	
		#navigation ul.main li a
		{
			padding:1px 2px;
			display:inline;
		}
		
			#navigation ul.main li a:hover
			{
				background:none;
				border-bottom:1px solid #fff;
			}
	
	#navigation .search
	{
		padding:0 10px 10px 10px;
		width:180px;
		float:left;
	}
	
		#navigation .search .searchButton
		{
			float:right;
		}
		
		#navigation .search .searchInput
		{
			padding:5px;
			border:1px solid #333;
			float:left;
			width:136px;
			font-size:1em;
		}
	
#content
{
	margin-left:0;
	padding:20px 0 10px 0;
	float:left;
	width:100%;
}


/* Rounded edges removed */
#bodyRoundTop, .postTitleRoundTop, .postTitleRoundBottom, .commentsRoundTop, .commentsRoundBottom, .pageProgressionRoundTop, .pageProgressionRoundBottom, .homepageMessageRoundedTop, .homepageMessageRoundedBottom
{
	width:0;
	width:0;
	background:none;
}

	#bodyRoundBottom
	{
		display:none;
	}
	
	#footerRoundTop
	{
		display:none;
	}
	
	#footerRoundBottom
	{
		display:none;
	}
	
	.postTitleRoundBottom
	{
		margin:0 0 5px 0;
	}
	
	.commentsRoundTop
	{
		margin:25px 0 0 0;
	}
	
	.commentsRoundBottom
	{
		margin:0 0 25px 0;
	}
	
	.pageProgressionRoundBottom
	{
		margin:0 0 10px 0;
	}
	
	.homepageMessageRoundedBottom
	{
		margin:0 0 1em 0;
	}

#content .post h2.postTitle
{
	padding:10px;
}

.pageProgression
{
	padding:10px;
}

#footer
{
	padding:10px 0;
}