@media screen {

* { margin: 0 auto; padding: 0;}

html{background-image:url('../images/bg.jpg');}

body { font-family:Georgia; 
       background-image:url('../images/background.png');
       -webkit-background-size: contain;
	   -moz-background-size: contain;
	   -o-background-size: contain;
		background-size: contain;
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:50px; 
		color:#666;
	}
	
.clear { clear: both; }

#outer-page { 
  border:1px solid #e8e8e8;
  border-top:none;
  box-shadow:2px 0px 3px 0 #f2f2f2,-2px 0px 3px 0 #f2f2f2,0px 2px 3px 0 #f2f2f2,0px -2px 3px 0 #f2f2f2;
}

h1, h2, h3 , h4, h5, h6{ font-weight: normal; margin: 0 0 15px 0; }
h1 { font-size:22px;}
h2 { font-size:19px; color:#545454;}
h3 { font-size:18px; }
h4{ font-size:16px;}
h5{ font-size:14px;font-weight:bold;color:#676767}
h6{ font-size:13px;}

p { margin: 0 0 10px 0; }
a { text-decoration:none;}
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0;list-style:none; }
li{ padding-bottom:10px;}

/* Blog Posts */
.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
.next-posts { }
.prev-posts { }
/*End Blog posts*/

/* Search */
#searchform { }
#s { }
#searchsubmt { }
/* End */

/*Form Elements*/
#content form p{ margin:0px 0px 15px 0px; }

input[type=text],textarea { 
   padding:9px; 
   background-color:#FCFCFC; 
   border:1px solid #ccc;
  
}
input[type=email],textarea { 
   padding:9px; 
   background-color:#FCFCFC; 
      border: 1px solid #ccc;
	 
}
input[type=submit] {
background: #713D26;
padding: 8px 30px 8px 30px !important;
border: none;
cursor: pointer;
color:#fff;
font-size:13px;
transition:background 0.5s ease-in-out;
}

input[type=text]:focus,textarea:focus { background-color:#FFF; }

input[type=submit] { padding:0px 5px 0px 5px;}

}
@font-face {

    font-family: 'p22_corinthiaregular';

    src: url('../fonts/p22-corinthia-webfont.eot');

    src: url('../fonts/p22-corinthia-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/p22-corinthia-webfont.woff') format('woff'),

         url('../fonts/p22-corinthia-webfont.ttf') format('truetype'),

         url('../fonts/p22-corinthia-webfont.svg#p22_corinthiaregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

@media (max-width: 991px)
{
	input[type=text],textarea { 
	   padding:9px; 
	   background-color:#FCFCFC; 
	   border:1px solid #ccc;
	   width:100% !important;
	}
	input[type=email],textarea { 
	   padding:9px; 
	   background-color:#FCFCFC; 
	   border: 1px solid #ccc;
	   width:100% !important;
		 
	}
}