/*
	Name: Smashing HTML5
	Date: July 2009
	Description: Sample layout for HTML5 and CSS3 goodness.
	Version: 1.0
	Author: Enrique Ramírez
	Autor URI: http://enrique-ramirez.com
*/

/* Imports */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
	body {
		background: #ecebc2 url('../images/bg.jpg') repeat-x;
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		  /* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
/* Anchors */
a {outline: 0; font-weight:bold;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #346633;
	padding: 0 1px;
	text-decoration: none;
}
a:hover /*, a:active*/ {
	
	color: #013300;
	text-decoration: underline;

}

.noshow a {
	background-color: none;
	margin:0;
	padding:0;
}

a.noshow:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}
q {}


	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;

}

.twothird, address, #featured, #banner {

	border: solid 1px #013300;
		
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px;}
.twothird { margin: 0 0;float:right;width:470px}
.onethird { margin: 0 0;float:left;width:270px}

img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Header
*****************/
#banner {
  background: #fff;
	margin: 1.5em auto 1em auto;
	padding: 0 0 0 0;
	text-align:center;
}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #000305;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #e1872d;
		text-shadow: none;
	}
	
	#banner h1 strong {font-size: 0.36em; font-weight: normal;}
	
	/* Main Nav */
	#banner nav {
		background: #03016e;
		font-size: 1em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		width: 800px;

	}
	
	#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
	#banner nav li {float: left; display: inline; margin: 0;}
	
	#banner nav a:link, #banner nav a:visited  {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.0em;
		text-decoration: none;
	}
	
	#banner nav a:active
  {
		background: #03016e;
		color: #fff;
		text-shadow: none !important;
	}	
	
	#banner nav a:hover,  #banner nav a.current
  {
		background: #e1872d;
		color: #fff;
		text-shadow: none !important;
	}
	
	#banner nav li:first-child a {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

/*
	Featured
*****************/
#palm {

	margin-bottom: 1em;
	overflow: hidden;
	padding: 0px;
  text-align:center;

}


#featured {
	background: #fff;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 0 0 0 10px;


}

#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}

h1 {color: #fff; font-size: 1.714em; margin:0 0 0 0; padding: 5px 0 0 2.2em; height:51px;	background: #ecebc2 url('../images/H1.jpg') no-repeat;}
#featured h2 {color: #e1872d; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Body
*****************/
#content {
	background: #fff;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 20px 20px;

}
#seller {
	background: #ebebff;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 20px 20px;

}

	


/*
	About
*****************/
#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 760px;
	

}

#about .primary {float: left; width: 165px;}
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}

#about .url:link, #about .url:visited {text-decoration: none;}

#about .bio {text-align:center; width: 720px; font-size:0.8em}

/*
	Footer
*****************/
#contentinfo {padding-bottom: 2em; text-align: right;}
#footerLeft {float:left;font-size:0.8em}
#footerRight {float:right;font-size:0.8em}


/***** Sections *****/
/* Blog */
.hentry {
	border-bottom: 1px solid #eee;
	padding: 0 0;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 0em 0;}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}

.entry-title4 { margin-bottom: 0;}
.entry-title4 a:link, .entry-title4 a:visited {text-decoration: none;}

.hentry .post-info * {font-style: normal;}

	/* Content */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {text-align: center;}

	
	/* About the Author */
	#about-author {
		background: #f9f9f9;
		clear: both;
		font-style: normal;
		margin: 2em 0;
		padding: 10px 20px 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#about-author strong {
		color: #C64350;
		clear: both;
		display: block;
		font-size: 1.429em;
	}
	
	#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
	




label 
{
width: 17em;
float: left;
text-align: left;
margin-left: 0.5em;

}

.smalllabel
{
width: 7em;
float: left;
text-align: left;
margin-left: 0.5em;
display: block
}

.smallinput
{

width: 5em;
}

form p{
margin: 0 0 5px 0;
}





#contact_us form {
margin: 5px 0;
}

#contact_us p{
margin: 0 0 5px 0;
}

#contact_us label 
{
width: 7em;
float: left;
text-align: left;
margin-left: 0.5em;
display: block
}

#contact_us input
{
width: 25em;
}

#contact_us .submit .legaltext {
font-size:0.8em;
height:40px;
width:35em;
line-height:.9em;
float:right;
}

#contact_us .submit input
{
width:5em;
}

#contact_us textarea
{
width: 35em;
margin-left:0.5em;
overflow:auto; 
}

#contact_us p.label_checkbox_pair {
margin-left:0.5em;
}

#contact_us p.label_checkbox_pair input {
float: left;
margin-right: 0;
width:2em;
}

#contact_us p.label_checkbox_pair label
{
width: 4em;
float: left;
text-align: left;
display: block
}


#processCalculate{
border:1px solid black;
padding:0;
width:100%;
}

#processCalculate td{
border:1px solid black;
margin:0;
padding:3px;
}

#processCalculate #processLogo{
display: none;
}