/*
	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: #FFFFFF url('../images/bg.png');
		color: #000305;
		font-size: 100%; /* 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;
	}

/* Tooltip */
.Text{
        font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
        font-size: 8pt;
         font-weight: normal;
         font-style: normal;
         color: #333333;
         text-decoration: none;
 }
 .toolTip {
         font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
         font-size: 8pt;
		 background: white;
		 width: 200px;
         /*filter:alpha(opacity=80);
         -moz-opacity: 0.8;
         opacity: 0.8;*/
         /* comment the above 3 line if you don't want transparency*/
 }

/* 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;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #C74350;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #C74350;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
	
/* 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 */
ol {
	list-style: outside disc;
	margin: -0.5em 0 0em 1em;
	font-size: 80%; 
}

ul {
	list-style: outside ;
	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;}

	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px; text-align: justify;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Footer
*****************/
#contentinfo {padding-bottom: 2em;
background: #fff;
font-size: 60%; 
width: 230px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
position: absolute;
left: 32px;
top: 670px;
text-align: left;
}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}

#head
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 0px;
	left: 200px;}


	#logo
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: -20px;
	left: 75px;
	width: 100px;
}


#sponsors
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 230px;
	left: 955px;

}

#partners
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 260px;
	left: 1100px;
	width: 180px;
}

#images
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 190px;
	left: 420px;
	height: 80px;
}

#o1i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 68px;
	left: 30px;
	width: 50px;
}
#o1i > img {width: 150px; }

#o1t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 70px;
	left: 230px;
	width: 250px;}

#o2i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 278px;
	left: 30px;
	width: 50px;
}
#o2i > img {width: 150px; }

#o2t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 280px;
	left: 230px;
	width: 250px;
}

#o3i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 478px;
	left: 30px;
	width: 50px;
}
#o3i > img {width: 150px; }

#o3t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 480px;
	left: 230px;
	width: 250px;
}


#k1i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 48px;
	left: 30px;
	width: 50px;
}
#k1i > img {width: 150px; height: 170px;}

#k1t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 48px;
	left: 230px;
	width: 250px;
}

#k2i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 248px;
	left: 30px;
	width: 50px;
}
#k2i > img {width: 150px; height: 170px;}

#k2t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 248px;
	left: 230px;
	width: 250px;
}

#k3i
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 448px;
	left: 30px;
	width: 50px;
}
#k3i > img {width: 150px; height: 170px;}

#k3t
{
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	position: absolute;
	top: 448px;
	left: 230px;
	width: 250px;
}

	/* 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: 600px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #C74350;
		text-shadow: none;
	}
	
	#banner h1 strong {font-size: 1.2em; font-weight: normal;}
	
	/* Main Nav */
	#nav {
		background: #036496;
		font-size: 100%; 
		line-height: 15px;
		margin: 2em auto 2em auto;
		padding: 0;
		text-align: left;
		width: 200px;
		height: 368px;
		position: absolute;
		top: 250px;
		left: 30px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#nav ul {list-style: none; margin: 0 auto; width: 200px;}
	#nav li {float: center; display: inline; margin: 0;}
	
	#nav a:link, #nav a:visited {
		color: #fff;
		display: block;
		height: 30px;
		padding: 8px 1.5em;
		text-decoration: none;
	}
	#nav a:hover, #nav a:active,
	#nav .active a:link, #nav .active a:visited {
		background: #C74451;
		color: #fff;
		text-shadow: none !important;
	}
	
	#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;
	width: 760px;
	
	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: #C74451; 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: 2em;
	padding: 20px 20px;
	width: 600px;
	position: absolute;
	top: 300px;
	left: 275px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}




/*
	About
*****************/
#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 760px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#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 {float: right; width: 500px;}



/***** Sections *****/
/* Blog */
.hentry {
	border-bottom: 1px solid #eee;
	padding: 1.5em 0;
	width: 250px;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title 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;}

	/* Blog Index */
	#posts-list {list-style: none; margin: 0;height: 800px}
	#posts-list .hentry {padding-left: 10px; position: relative;}
	 .hdesc {
		padding-left: 270px; 
		float: left; 
		width: 500px;
		position: absolute;
		top: 220px;
	}
	#posts-list .hentry:hover {
		background: #C64350;
		color: #fff;
	}
	#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited {
		color: #F6CF74;
		text-shadow: 1px 1px 1px #333;
	}
	
	#posts-list footer {
		left: 10px;
		position: absolute;
		top: 1.5em;
		width: 190px;
	}
	
	/* 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;}
	
	/* Comments */
	#comments-list {list-style: none; margin: 0 1em;}
	#comments-list blockquote {
		background: #f8f8f8;
		clear: both;
		font-style: normal;
		margin: 0;
		padding: 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
	
	#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
	
	/* Add a Comment */
	#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
	#add-comment input[type='text'],
	#add-comment input[type='email'],
	#add-comment input[type='url'] {float: left; width: 200px;}
	
	#add-comment textarea {float: left; height: 150px; width: 495px;}
	
	#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
	
	#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
	#add-comment * {margin-bottom: .5em;}