	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #404140;
		font-family: 'Quicksand', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #404040;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #907f8f;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.blog_container
	{
		margin: 0px auto;
		width: 1200px;
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
		border-radius: 5px;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.blog_contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.blog_contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.blog_contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.blog_contact li a
	{
		color: #FFF;
	}
	
	ul.blog_contact li a:before
	{
		display: inline-block;
		background: #8e92a3;
		border-radius: 5px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.blog_button
	{
		display: inline-block;
		margin-top: 2em;
		    padding: 0.5em 1em;
		background: #907f8f;
		line-height: 1.8em;
		text-decoration: none;
		font-weight: 700;
		font-size: 1.5em;
		color: #FFF;
		border-radius: 5px;
		font-family: 'Pacifico', cursive;
		border-bottom: 5px solid #7c6b7b;
	text-shadow: 0px -2px #7c6b7b;
	}
	
	.blog_button:before
	{
		display: inline-block;
		background: #907f8f;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.blog_title
	{
		margin-bottom: 3em;
	}
	
	.blog_title h2
	{
		font-size: 2.8em;
	}
	
	.blog_title .byline
	{
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#blog_headerwrapper
	{
		overflow: hidden;
		padding: 16em 0em 9em 0em;
		background: url(images/bg01.jpg) repeat-x center top;
		border-bottom: 20px solid rgba(0,0,0,.5);
	}
	
	#blog_headerwrapper_inner
	{
		overflow: hidden;
		padding: 6em 0em 4em 0em;
		background: url(images/bg01.jpg) repeat-x center top;
		border-bottom: 20px solid rgba(0,0,0,.5);
	}

	#blog_header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#blog_logo
	
	{text-align: center;
	}
	
	#blog_logo h1
	{
		display: inline-block;
		margin-bottom: 0.20em;
		padding: 0.20em 0.9em;
		background: #404140;
		border-radius: 5px;
		font-size: 5em;
		font-family: 'Pacifico', cursive;
	}
	
	#blog_logo a
	{
		text-decoration: none;
		color: #FFF;
		text-transform: capitalize;
		
	}
	
	#blog_logo span
	{
		display: block;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.5);
	}

	#blog_logo span a
	{
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#blog_nav
	{
	}
	
	#blog_nav ul
	{
		display: inline-block;
		padding: 0em 2em;
		background: #907f8f;
		text-align: center;
		border-radius: 5px;
	}
	
	#blog_nav li
	{
		display: inline-block;
	}
	
	#blog_nav li a, #blog_nav li span
	{
		display: inline-block;
		padding: 1.3em 1.5em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	
	#blog_nav li:hover a, #blog_nav li.active a, #blog_nav li.active span
	{
	}
	
	#blog_nav .current_page_item a
	{
		color: #FFF;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	#blog_wrapper
	{
		overflow: hidden;
		padding: 0em 0em 5em 0em;
		background: #FFF;
	}

	#blog_wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
	}

	#wrapper3
	{
	}
	
	#wrapper4
	{
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#blog_welcome
	{
		overflow: hidden;
		width: 1000px;
		padding: 8em 100px 0em 100px;
		text-align: center;
		color: rgba(0,0,0,0.6);
	}
	
	#blog_welcome .content
	{
		padding: 0em 8em;
	}
	
	#blog_welcome .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#blog_welcome a,
	#blog_welcome strong
	{
		color: rgba(0,0,0,0.8);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#blog_pagewrapper
	{
		overflow: hidden;
		background: #8e92a3;
		padding: 3em 0em;
		text-align: center;
		color: #efeef3;
	}
	
	#blog_pagewrapper a {color: #fff}
	#blog_pagewrapper h2 {color: #fff}

	#blog_page
	{width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 100px;
	position: relative;
	overflow: hidden;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#blog_content
	{
		float: left;
		width: 700px;
		padding-right: 100px;
		border-right: 1px solid rgba(0,0,0,.1);
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#blog_sidebar
	{
		float: right;
		width: 350px;
	}
	
	#blog_sidebar ul li {margin-bottom: 10px;  padding-bottom: 10px;
	border-bottom: 1px dotted #907f8f;}
	#blog_sidebar ul li  a {text-decoration: none!important;}
	#blog_sidebar ul li  a:hover {color: #404140;}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#blog_footer
	{
		text-align: center;
	}

	
	#blog_footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#blog_copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}
	
	#blog_copyright p
	{
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}
	
	#blog_copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#blog_newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#blog_newsletter .blog_title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#blog_newsletter .blog_content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#blog_portfolio {
		width: 1200px;
		margin: 0 auto;
	}
	
	#blog_portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
	}
	
	#blog_portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.6);
	}

	#blog_portfolio .blog_title
	{
		text-align: center;
	}

	#blog_portfolio .blog_title h2
	{
		color: rgba(0,0,0,0.8);
	}

	.blog_column1,
	.blog_column2,
	.blog_column3,
	.blog_column4
	{
		width: 282px;
	}
	
	.blog_column1,
	.blog_column2,
	.blog_column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.blog_column4
	{
		float: right;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#blog_threecolumn
	{
		overflow: hidden;
		text-align: center;
	}
	
	#blog_threecolumn h2
	{
		margin: 1em 0em;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 700;
	}
	
	#blog_threecolumn .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		background: none;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		border: 6px solid #67128F;
		text-align: center;
		color: #FFF;
		
	}
		
	#blog_threecolumn #three_box1,
	#blog_threecolumn #three_box2,
	#blog_threecolumn #three_box3
	{
		float: left;
		width: 320px;
		padding: 80px 40px 80px 40px;
	}
	
	#blog_threecolumn .blog_title
	{
		text-align: center;
		text-transform: uppercase;
	}
	
	#blog_threecolumn .blog_title h2
	{
		font-size: 1.60em;
	}
	
	#blog_threecolumn .blog_title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#blog_threecolumn .arrow-down
	{
		border-top-color: #292929;
	}



.dropotron {
	width: auto;
	padding: 10px;
	background: #404140;
	list-style: none;
	line-height: 2.0em;
	margin-top: 0px;
	margin-left: 0px;
	border-radius: 5px;
	-webkit-transition-delay: 0.25s; /* Safari */
        transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
				-o-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
}
.dropotron li {
	position: relative;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.dropotron li a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.dropotron li a:hover {
	color: #fff;
}
	