html { 
  background: black url(images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  box-shadow: 0px 5px 5px #000000;
background: #f6c871; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f6c871 0%, #714f0f 19%, #bb9346 45%, #714f0f 54%, #f6c871 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6c871), color-stop(19%,#714f0f), color-stop(45%,#bb9346), color-stop(54%,#714f0f), color-stop(100%,#f6c871)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* IE10+ */
background: linear-gradient(135deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c871', endColorstr='#f6c871',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
padding: 5px;
color: black;
text-align: center;
}
h2 {
  box-shadow: 0px 5px 5px #000000;
background: #f6c871; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f6c871 0%, #714f0f 19%, #bb9346 45%, #714f0f 54%, #f6c871 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6c871), color-stop(19%,#714f0f), color-stop(45%,#bb9346), color-stop(54%,#714f0f), color-stop(100%,#f6c871)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* IE10+ */
background: linear-gradient(135deg,  #f6c871 0%,#714f0f 19%,#bb9346 45%,#714f0f 54%,#f6c871 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c871', endColorstr='#f6c871',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
padding: 5px;
color: black;
text-align: center;
}
h3 {

padding: 0px;
color: black;
 text-align: center;
}
h4 {
  color: #fafafa;
}
body {
   width: 1000px;
  margin: 0 auto;
  font-family: 'Marcellus SC', serif;
  text-decoration: none;
  color: #fafafa;
}
header {
  background-color:rgba(0,0,1,0.8);
    height: auto;
    width: 1000px;
    overflow: hidden;
  padding-top: 30px;
  margin-top: 0px;
}
.logo {
  width: 1000px;
  height: auto;
  
}
.menu {
  margin-top: 0px;
}
.menu2 {
  margin-top: 30px;
}
header img {
  text-align: center;
  width: 100%;
  height: auto;
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper2
	{
		background-color: rgba(0, 0, 0, 0.8);
	}

	#wrapper3
	{
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.8);
	}
	
	#wrapper4
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #ffea00;
	}


/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
.menu {
	text-align: center;
}
copyright ul, li {
	margin-left: auto;
	text-align: center;
	display: inline-block;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	  background-color: rgba(0, 0, 0, 0.7);
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}
#copyright a:hover
	{
		text-decoration: none;
		color:#f6c871;
	}
	
	#wrapper-blog
	{
		overflow: hidden;
		padding: 10px 20px;
	}
#list img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */
  padding: 26px;
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

#list img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
	#post
	{
		float: left;
		width: 650px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.post
	{
		margin-bottom: 3em;
		padding-bottom: 4em;
		border-bottom: 1px solid;
		border-color:  rgba(0,0,0,.1);
	}
	
	.no-border
	{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border: none;
	}
	
	.post h2
	{
		padding-bottom: 1em;
		letter-spacing: 0.20em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.5em;
	}
	
	.post .date
	{
		display: block;
		padding-bottom: 2em;
		letter-spacing: 0.20em;
		text-transform: uppercase;
		font-weight: 300;
	}
	
	#list
	{
	  text-align: center;
	  font-size: 14px; 
	  padding-top: 30px;
	  text-align: center;
		float: right;
		width: 250px;
	}
	
	#lbox1
	{
	  padding-top: 20px;
		margin-bottom: 5em;
	}
	#lbox2
	{
		margin-bottom: 5em;
	}

	/* Forms */

#contactform { width: 100%; text-align: none; float: none;}
#contactform * { color:#242424;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:100%; display:block; padding:0; color:#fff; font: normal 12px  sans-serif; text-transform:none; float:none;}
#contactform label span { color:#fff;}
#contactform input.text { width:100%; border-radius: 4px; border:1px solid #e2e2e1; margin:10px 0; padding:0px 0px; height:50px; background:#fff; float:none;}
#contactform textarea { width:100%; border-radius: 4px; border:1px solid #e2e2e1; margin:10px 0; padding:2px; background:#fff; font-family: Arial, sans; }
#contactform li.buttons input { padding:3px 0 3px 0px; margin:0 0 0 5px; border:0; color:#FFF; float:none;}
p.response { text-align:center; color:#242424; font: normal 12px  Copon, "Copon", Times, serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dadada; padding:10px 0 0 0; margin:15px 0; background:none; list-style:none;}
