
/******************************************************************************/
/*	Headers																	  */
/******************************************************************************/

h1,h1 a
{
	font-size:36px;
}

h3,h3 a
{
	font-size:18px;
}

h4,h4 a
{
	font-size:16px;
}
/******************************************************************************/
/*	Main																	  */
/******************************************************************************/

div.main
{
	width:300px;
}	

/******************************************************************************/
/*	Footer																	  */
/******************************************************************************/

	/**************************************************************************/
	/*	Footer / Footer top													  */
	/**************************************************************************/

	div.footer div.footer-top hr,
	div.footer div.footer-top div.main ul.social-list,
	div.footer div.footer-top div.main ul.recent-post-list,
	div.footer div.footer-top div.main ul.categories-list,
	div.footer div.footer-top div.main .bx-wrapper,
	#latest-tweets
	{
		margin-left:auto;
		margin-right:auto;
	}
	
	div.footer div.footer-top div.main div.column-center-left .bx-wrapper .bx-prev
	{
		margin-left:70px;
	}
	
			/******************************************************************/
			/*	Footer / Footer top / Columns								  */
			/******************************************************************/

			div.footer div.footer-top div.main div.column-left,
			div.footer div.footer-top div.main div.column-center-left,
			div.footer div.footer-top div.main div.column-center-right,
			div.footer div.footer-top div.main div.column-right
			{
				clear:both;
				width:300px;
				margin-left:0px;
				text-align:center;
			}
			
			div.footer div.footer-top div.main div.column-center-left,
			div.footer div.footer-top div.main div.column-center-right,
			div.footer div.footer-top div.main div.column-right
			{
				margin-top:40px;
			}
			
			div.footer div.footer-top div.main h6
			{
				background-position:center bottom;
			}
			
			div.footer div.footer-top div.main div.hr
			{
				width:100%;
				background-position:center center;
			}
			
			/******************************************************************/
			/*	Footer / Footer top / Recent post list						  */
			/******************************************************************/

				ul.recent-post-list li
				{
					background-position:center 80%;
				}	
				
	/**************************************************************************/
	/*	Footer / Footer bottom												  */
	/**************************************************************************/

		div.footer div.footer-bottom
		{
			text-align:center;
		}

			
