/*
	Striped by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		min-width: 1000px;
	}
	
	body,input,textarea,select
	{
		font-size: 11pt;
	}

	/* Box */

		.box
		{
		}

			.box.post
			{
			}

				.box.post h2
				{
					font-size: 3.25em;
					line-height: 1.25em;
				}

				.box.post header
				{
					padding: 1.5em 0 0 0;
					margin: 0 0 3em 0;
				}

					.box.post header > p
					{
						font-size: 1.75em;
						line-height: 1.5em;
						position: relative;
						top: -0.75em;
						margin-bottom: -0.75em;
					}

				.box.post .info
				{
					width: 100%;
					padding: 1em 0 0 0;
					position: relative;
					top: -2em;
				}

					.box.post .info .date
					{
						display: inline;
					}

					.box.post .info .stats
					{
						display: inline;
						border-left: solid 1px #ddd;
						margin-left: 1em;
						padding-left: 1em;
					}

						.box.post .info .stats li
						{
							display: inline-block;
							margin-left: 0.25em;
						}

							.box.post .info .stats li a
							{
								display: inline-block;
								padding-right: 0.5em;
							}
							
								.box.post .info .stats li a:before
								{
									position: relative;
									width: 1.75em;
									text-align: center;
									margin-right: 0.35em;
									opacity: 0.35;
								}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
		
	#content
	{
		padding: 2em 3em 6em 3em;
	}

		body.left-sidebar #content
		{
			margin-left: 14em; /* = sidebar width */
		}
		
		body.right-sidebar #content
		{
			margin-right: 14em; /* = sidebar width */
		}