﻿/* CSS Document */
/* Just used by the Blog pages now ..... */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	background-color:#000000;
}
a img {
	border:none;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

#page-top {
	height:466px;
	background-image:url('blog/page-top.jpg');
}

#menu{height:49px; padding-top:25px; color:#ffffff; font-weight:bold; font-size:14px;}
#menu a{color:#ffffff; text-decoration:none;}

#logo {
	height:323px;
	width:530px;
}

img#piripiri-logo {
	margin-top:76px;
	margin-left:40px;}

#logo-telephone{ width:525px; margin-top: 35px; font-size:21.5px; color:#ff0000; text-align:right; font-weight:bold;}
#page-title{ height:50px; width:555px; float:left; padding-top:17px; padding-left:45px; font-size:30px; text-align:left;}

#email-bar {
	height: 46px;
	width: 345px; 
	float: right; 
	padding-top: 26px; 
	font-size: 22px; 
	font-weight: bold; 
	color: #e8d026; 
	text-align: right;
}
#email-bar a {
	color:#e8d026;
	text-decoration:none;
}

#homepage {
	height:739px;
	background-image:url('blog/homepage.jpg');
	z-index: 10;
}

#blank {
	height:739px;
	background-image:url('images/backgrounds/bats-bg.jpg');
}
#blank p {
	font-size:14px;
	line-height:23px;
	padding: 18px 0 0 40px;
	width: 550px;
}
#blank p a {
	color: #008640; 
	text-decoration: none;
}
#blank p a:hover {
	text-decoration: underline;
}
#blank p.prodlink a {
	font-weight:bold; 
	color:#000000; 
	margin:40px 0; 
	font-size:22px;
}
#blank img {
	float: left;
	padding-right: 12px;
}

#academy {
	height: 739px;
	background-image: url('assets/coaching-page.jpg');
}

#body p a:hover {
	text-decoration:underline;
}

#habanero{height:739px; background-image:url('assets/habanero.jpg');
}
#jalapeno{height:739px; background-image:url('assets/jalapeno.jpg');
}
#naga-jolokia{height:739px; background-image:url('assets/naga-jolokia.jpg');
}

#girls {
	background-image: url('assets/girls-page-no-logo.jpg');
	padding-top: 346px;
}
#girls p {
	color: black;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#girls-text {
	position: relative;
	left: 170px;
	width: 800px;
}
#girls-text ul {
	margin: 8px;
}
#girls-text li {
	font-size: 12px;
	line-height: 20px;
	display: inline;
	padding-left: 26px;
}

/* The Wisden review page */
#wisden {
	height: 739px;
	background: transparent url('assets/reviewpage.jpg') no-repeat scroll;
}
#wisden p {
	font-size:14px;
	line-height:22px;
	padding: 10px 0 0 40px;
	width: 430px;	
}

/* The Store Locator page */
#stores {
	background-image: url('assets/blank-bg.jpg');
	height: 612px;
}
#stores p {
	font-size:14px;
	line-height:23px;
	padding: 16px 0 0 40px;
	width: 650px;
}

#footer {
	position:relative;
	top: -90px;
}
#footer-img {
	height:127px;
	background-image:url('assets/bottom-banner.jpg');
}
#footer-img img {
	float: right;
	margin: 4px;
}

h1 {
	text-indent: -4000px;
	display: none;
}

#map-wrapper {
	padding: 8px;
	background-color: white;
	border: 2px #e8d026 solid;
	margin: 0 0 0 45px;
	width: 860px;
}

#map-canvas {
	width: 500px;
	float: left;
}

#suppliers {
	float: right;
	width: 200px;
	padding: 0px 20px;
	overflow: auto;
	height: 500px;
}
.supplier {
	border-bottom: thin #CCCCCC dotted;
}

.supplier h5 {
	font-size: 11px;
	color: red;
	padding: 0;
	margin: 0;
}

#stores p.address {
	font-size: 9px;
	padding: 0;
	line-height: normal;
	width: 160px;
}

.googlebubble {
	width: 200px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.googlebubble h5 {
	font-size: 11px;
	color: red;
	margin: 0;
	padding: 0;
}
.googlebubble img {
	float: right;
}

#stores .googlebubble p {
	line-height: normal;
	font-size: 9px;
	padding: 6px 0;
	width: 200px;
}

/* Styling for the Wordpress section ..... */
#sidebar {
	display: none;
}
#blank div.entry p {
	width: 480px;
	padding: 0px;
}
#blank h2 {
	width: 480px;
}

/* Styling for Blogger */
#outer-wrapper {
  width: 620px;
  margin: 0 40px;
  padding: 10px;
  overflow: scroll;
  height: 520px;
}

h2.date-header {
	margin: 1.5em 0 0;
	font-size: 0.6em;
	color: gray;
}

.post {
	margin: 8px 0;
	border-bottom: 1px dotted gray;
	padding-bottom: 20px;
}

.post h3 {
  margin: 4px 0 0;
  padding: 0 0 4px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #c0c0c0;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

.post h3 strong, .post h3 a:hover {
	color: #3366FF;
}

.post-body {
  margin: 18px 0;
  line-height: 1.4em;
  font-size: 1em;
  color: #333333;
}

.post-body blockquote {
  line-height: 1.3em;  
}

.post-footer {
  margin: 20px 0;
  color: #333333;
  text-transform:uppercase;
  line-height: 2em;
  font-size: 0.6em;
}
.post-footer a {
	color: #3366FF;
}
.post-footer a:visited {
	color: #333333;
}

.comment-link {
  margin-left: .6em;
}
.post img, table.tr-caption-container {
  padding: 4px;
  border: 1px solid gray;
}
.tr-caption-container img {
  border: none;
  padding: 0;
}
.post blockquote {
  margin: 1em 20px;
}
.post blockquote p {
  margin: .75em 0;
}
/* Comments
----------------------------------------------- */
#comments h4 {
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: gray;
  }

#comments-block {
  margin: 1em 0 1.5em;
  line-height :1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }

#blog-pager { 
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 2.5em;
  font-size: 0.9em;
}
.feed-links a, .feed-links a:visited {
	color: #3366FF;
	text-decoration: none;
}
.feed-links a:hover {
	text-decoration: underline;
}

/* Styling for academy form ..... */
#academy-desc {
	padding: 60px 40px 10px 20px;
	width: 600px;
}
#academy-desc p {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	margin: 10px;	
}

form {
	margin: 0px 20px;
	width: 600px;
}

fieldset {
	padding: 0px 20px;
	border: 0px;
}

label {
	float: left;
	width: 160px;
	font-size: 14px;
}

input {
	width: 300px;
}

select.text {
	width: 100px;
}

textarea {
	width: 300px;
}

.clear {
	clear: both;
}