
	html
	{
		width: 100%;
		height: 100%;
	}

	body
	{
		width: 100%;
		min-height: 100%;
		overflow-y: scroll;
		min-width: 1000px;
	}

	body, input, textarea
	{
		font-size: 14pt;
		line-height: 1.75em;
	}
	
	h1
	{
		font-size: 2.4em;
		letter-spacing: -0.015em;
	}

	h2
	{
		font-size: 1.8em;
		letter-spacing: -0.015em;
	}
	
	h3, h4, h5, h6
	{
		font-size: 1.25em;
		letter-spacing: -0.015em;
	}
	
	header
	{
		margin: 0 0 1em 0;
	}
	
	ul.links
	{
	}
	
		ul.links li
		{
		}

			ul.links li:before
			{
				padding: 0 0.75em 0 0.75em;
			}
	
	p
	{
		margin-bottom: 1.5em;
	}
	
	.button
	{
		padding: 0.7em 1.5em 0.7em 1.5em;
	}

		.button-small
		{
			font-size: 0.75em;
		}
		
		.button-big
		{
			font-size: 1.25em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}
		
		.button-huge
		{
			font-size: 1.5em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

	.byline, .social
	{
		margin: 0.5em 0 0 0;
	}

	.is-gallery
	{
	}
	
		.is-gallery .image
		{
			margin: 0;
		}
			
	#wrapper
	{
		width: 45em;
		margin: 0 auto;
		padding-top: 34px;
		opacity: 0.00001;
	}
	
	#nav
	{
		text-align: center;
		height: 5.25em;
		cursor: default;
	}
	
		#nav a
		{
			font-size: 3.5em;
			margin: 0 0.1em 0 0.1em;
			opacity: 0.35;
			outline: 0;
		}

			#nav a:before
			{
				font-size: 0.8em;
			}

			#nav a:after
			{
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				bottom: -0.75em;
				margin-left: -0.5em;
				border-bottom: solid 0em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				-moz-transition: border-bottom-width .25s ease-in-out;
				-webkit-transition: border-bottom-width .25s ease-in-out;
				-o-transition: border-bottom-width .25s ease-in-out;
				-ms-transition: border-bottom-width .25s ease-in-out;
				transition: border-bottom-width .25s ease-in-out;
			}

			#nav a:hover
			{
				opacity: 1.0;
			}
			
			#nav a.active
			{
				opacity: 1.0;
			}

				#nav a.active:after
				{
					border-bottom-width: 0.5em;
				}

	#main
	{
		width: 45em;
		background: #fff;
		box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
	}

	.panel
	{
		padding: 2.5em 2.5em 2.5em 2.5em;
		position: absolute;
		top: 0;
		left: 0;
		width: 45em;
	}
	
		#home
		{
			padding: 0;
			height: 20em;
		}
		
			#home .pic
			{
				display: block;
				position: absolute;
				right: -1px;
				top: 0;
				height: 100%;
				text-decoration: none;
			}
			
				#home .pic img
				{
					position: relative;
					display: block;
					height: 100%;
					-webkit-border-top-right-radius: 4px;
					-webkit-border-bottom-right-radius: 4px;
					-moz-border-radius-topright: 4px;
					-moz-border-radius-bottomright: 4px;
					border-top-right-radius: 4px;
					border-bottom-right-radius: 4px;
				}
				
			#home header
			{
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				margin-left: 2.5em;
			}
			
			#home h1
			{
				position: absolute;
				left: 0;
				bottom: 52.5%;
				margin: 0;
			}
			
			#home .byline
			{
				position: absolute;
				left: 0;
				top: 52.5%;
				font-size: 1.5em;
				letter-spacing: -0.015em;
				margin-top: 0;
			}
			
			#home .social
			{
				width: 100%;
				height: 20px;
				position: absolute;
				bottom: 12.5%;
				margin: 0;
			}
			
			#home .social-button
			{
				float: left;
                width: auto;
                height: 20px;
				padding-right: 5px;
			}
			
 			#home .social-button > .fb-like
			{
				top: -10px;
			}
			
			/*#home .social .twitter-share-button
			{
				position: absolute;
				bottom: 10%;
				left: 90px;
			}
			
			#home .social #___plusone_0
			{
				position: absolute;
				bottom: 10%;
				left: 190px;
			} */
			
	#footer
	{
		text-align: center;
		padding: 2em 0;
		font-size: 0.75em;
	}