/*
	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: #e8e8e8 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.286em}	/* 18px */
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;}
a img {border: 0px;  text-decoration: none; }



a:link, a:visited {
	color: #a21a1a;
	padding: 0 1px;
	text-decoration: none;
	font-weight: bold;
}

a:hover  {
	background-color: #a21a1a;
	color: #fff;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #333;*/
}

.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 {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
header, section, footer,
aside, article, figure{
	display: block;
}

.nav2 {
  display:inline;
  float:right;
  text-align:right;
  margin-right:10px;

  
}
.nav2 ul{
  display:inline;
  margin:0;
}

.nav2 li{
  display:inline;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px;}
.twothird { margin: 0 0;float:left;width:470px}
.onethird { margin: 0 0;float:right;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
*****************/
#ad {

	margin: 10px auto;
	padding: 0 0 0 0;
}

#ad img{

	margin: 0;
	padding: 0 0 0 0;
}

#banner {
  background: #fff;
	margin: 1em auto;
	padding: 5px 0 0 0;
}

	/* 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 0 2em 0;
		padding: 0;
		text-align: center;
		width: 500px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#banner nav ul {list-style: none; margin: 0 ; }
	#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
*****************/
#featured {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;

	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

#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-bottom: 1em;
	overflow: hidden;
	padding: 20px 20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bigad {

	margin-bottom: 1em;
	background: url('../images/ad1.jpg');
  padding:0;
  height:250px;

}

#seller {
	background: #ebebff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	


/*
	About
*****************/
#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
	width: 760px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#about .primary {margin:0;}
#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 {font-size:0.8em; margin:0 0 0 0; }

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


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

.entry-title { 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 {display: inline;}
	#posts-list footer address {display: block;}


	
	/* 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;}
	




form {
margin: 5px 0;

}

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

label
{
width: 11em;
float: left;
text-align: left;

margin-left: 0.5em;
display: block
}


input
{
/*
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
*/
width: 21em;
}

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

.submit input
{
/*
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
*/
width:5em;

}




textarea
{
/*
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
*/
width: 33em;
margin-left:0.5em;
overflow:auto; 
}


p.label_checkbox_pair {
margin-left:0.5em;
}
p.label_checkbox_pair input {
float: left;
margin-right: 0;
width:2em;
}
p.label_checkbox_pair label
{
width: 6em;
float: left;
text-align: left;
display: block
}

p.label_radio_group {
margin-left:0.5em;
}
p.label_radio_group input {
float: left;
margin-right: 0;

width:2em;
}
p.label_radio_group label
{
width: 13em;
float: left;
margin:0;
text-align: left;
display: block
}

