/*
  Name: Wild Pig Wines
  URL: www.wildpigwines.com
  Author: Com-Ocean | http://www.com-ocean.com
  Date: Avril 2012
*/

@import url("http://fonts.googleapis.com/css?family=Rosario:400,400italic,700,700italic"); 

body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

body.mceContentBody { background-color: #000; padding: 5px}

body.tinymce_advice { background-color: #f19001; color: #000;}
body.tinymce_advice * { color: #000; }

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Rosario', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
	padding: 0;
}

ol, ul, blockquote {
	font-weight: normal;
  line-height: 18px;
}

button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

	.big  {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
  	text-transform: uppercase;
  }

h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

h3 {
  color: #F09100;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

	.bigtoo  {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }


h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

h5 {
  color: #F09100;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}


p {
  color: #e2e2e2;
  font-size: 13px;
  line-height: 18px;
	margin: 0 0 10px;
	padding: 0;
}

a { color: #F09100; text-decoration: none;}

a:hover { text-decoration: underline;}

hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: #2E2E2E 1px solid;
	clear: both;
  height: 1px;
  margin: -0.5px 0;
  margin: 15px 0;
}

ol, ul {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

li {
  color: #FFF;
  font-size: 13px;
  line-height: 18px;
	margin: 0;
	padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
