/*  
Theme Name: Jovenes con talento
Theme URI: http://www.jovenescontalento.com
Description: Theme by <a href="http://www.davidgnogueira.es">David G. Nogueira</a>
Version: 1.0
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, custom header, three columns, clean, right sidebar, gray, green, brown, photoblogging, widget ready, simple, gravatars
Author: David G. Nogueira
Author URI: http://www.davidgnogueira.es

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Formulario Quiero participar
		- Authorlist
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		
	* Panel de Administración
		- login




/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #000908;
	font-family:Arial, Helvetica, sans-serif;
	color: #777;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	
	border-bottom: 1px solid #d5dfe3;
	background: #fbfbfb url(images/bg_menu.png) repeat-x;
}

#menu ul {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
	font-weight:bold;
	font-size:1em;
	letter-spacing:-1px;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding:9px 15px;
	margin-right:20px;
	color: #333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
	background-color:#00201f;
}

/* Yo tambien tengo talento y quiero participar */

#participate {
	width:100%;
	text-align:center;
	clear:both;
	border-bottom:1px solid #c8e4ec;
	padding:15px 0px;
	background-color:#ffffff;
}

/* Header */

#header-wrap {
	background-color:#000606;
}

#header {
	height: 220px;
	background: url(images/header.jpg) no-repeat center top;
}

#header div {
	width: 975px;
	margin: 0 auto;
}

#header h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:4.5em;
	letter-spacing:-2px;
	margin: 0 auto;
	padding-top:55px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	float: left;
}

#blog-description {
	position: relative;
	float:right;
	color: #008e90;
	font-size:70%;
	top:5px;
}

/* Content */

#content-container {
	background: #fff url(images/bg_body.jpg) repeat-x left 0px;
	padding-top:30px;
	padding-bottom:100px;
}

#content {
	width: 850px;
	margin: 0 auto;
	height:auto;
	min-height:800px;
}

#body {
	float: left;
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	height:auto;
	min-height:800px;
}

/* Sidebar */

.sidebar {
	float: right;
	font-size: 0.9em;
	width:210px;
	padding:0px 20px;
	margin-top:30px;
	padding-top:70px;
	background: url(images/bg_sidebar_top.png) top center no-repeat;
	border-bottom:1px solid #bfb7b0;
	overflow:hidden;
}

.sidebar li a {
	max-width:100px;
}

li#twitter-1  {
	padding-top:100px;
}


.widget_twitter {
	font-size: 1em;
	width:210px;
	max-width:210px;
	padding:30px 20px;
	padding-left:0px;
	margin-top:50px;
	padding-top:70px;
	background: url(images/bg_sidebar_top_tw.png) top center no-repeat;
	clear:both;
	
}

.widget_twitter li {
    background:#daedf1;
    padding:10px;
	max-width:180px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   	border:1px solid #bcd2d7;
}


/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
	background: #4c4c4c url(images/footer-repeat.jpg) repeat-x center top;
	clear:both;
}

#footer-wrap {
	width: 100%;
	background: #000606 url(images/bg_footer.jpg) no-repeat center top;
	padding-bottom: 20px;
	height:150px;
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	min-height: 30px;
	font-weight:600;	
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.7em;
	font-weight:bold;
	font-style: normal;
	letter-spacing:-1px;
	color: #006565;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height:25px;
}

h2 a, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #006565;
}

h2 a:hover {
	color:#45a6a4;
}

h3 {
	font-size:2.7em;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:-3px;
	color:#45a6a4;
}

h5 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	width:200px;
	line-height:30px;
	font-size:3.3em;
	letter-spacing:-3px;
	margin: 0 auto;
	text-align:left;
}

.green_2 {
	color:#006565;
}

.gg_italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size:1.1em;
}

.post .entry {
	font-size: 0.8em;
	line-height: 1.4em;
	color:#424545;
	clear: both;
	padding-left:10px;
}

.post .entry p a, .post .entry p a:visited, .post .entry p a:active {
	color:#45a6a4;
}

.post .entry p a:hover {
	color:#000000;
}

.post .author {
	text-transform:capitalize;
	color: #45a6a4;
	font-weight:bold;
	font-size: 1em;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:30px;
	background:url(images/bg_author.png) left no-repeat;
}

.post .author a {
	text-decoration:none;
	color:#d88b43;
	font-weight:600;
	font-style:oblique;
	letter-spacing:-1px;
}

.post .author a:hover {
	text-decoration:underline;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	width: 45px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	font-weight:bold;
	color:#45a6a4;
	padding-left:20px;
}

.post .date .month {
	display: block;
	font-size: 1.3em;
	letter-spacing:-2px;
	line-height: 18px;
	padding-top: 0px;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 2.4em;
	padding-top: 7px;
	line-height: 10px;
}

.post .date .year {
	display: block;
	text-align:right;
	font-size: 0.9em;
	padding-top: 7px;
	letter-spacing:2px;
}

.metadata {
	margin: 20px auto;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
	margin-bottom:40px;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
	width: 426px;
	height: 21px;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
}

.navigation a, .navigation a:visited, .navigation a:active {
	text-decoration: none;
	font-size: 1.3em;
	font-weight:600;
	letter-spacing:-1px;
}

.navigation a:hover {
	color:#ccc;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	font-size: 1.7em;
	font-weight:bold;
	font-style: normal;
	letter-spacing:-1px;
	color: #006565;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height:25px;
	text-transform:inherit;
}

.search_result h4 a, .search_result h4 a:visited, .search_result h4 a:active {
	text-decoration: none;
	color: #006565;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}

/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	background: url(images/comment-top.jpg);
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	background: url(images/comment-middle.jpg) repeat-y;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
	background: url(images/comment-bottom.jpg);
	width: 481px;
	height: 37px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

cite {
	font-weight:900;
	font-size:1.8em;
	font-style:normal;
	letter-spacing:-1px;
}

/* Comment Form */

#commentform {
	background: #bfd9da;
	border:1px solid #b8cbcc;
	padding:20px;
}

label {
	margin-left:20px;
}

input.text {
	width: 200px;
	padding: 3px;
	border: 1px solid #b8cbcc;
	font-size:1.2em;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #b8cbcc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.1em;
}

.commentbutton {
	background:#009493;
	color:#fff;
	border:0px;
	font-size:1.1em;
	padding:10px;
}


/* Formulario quiero participar */

#form_participar {
	background-color:#eff8fb;
	border:2px solid #d0dce0;
	padding:20px;
	font-weight:bold;
	font-size:90%;
	letter-spacing:-1px;
	line-height:40px;
}

#form_participar input, #form_participar textarea {
	background-color:#fff;
	border:2px solid #d0dce0;
	font-size:1em;
	padding:3px 5px;
	margin-bottom:10px;
	margin-top:-5px;
	font-weight:600;
}

input:focus {  
    border-color: #999;  
    background-color: #eee;  
 }  
 
textarea:focus {  
    border-color: #999;  
    background-color: #eee;  
 }  


button {
	background:#68b1ab url(images/bg_button.png);
	border:1px solid #204576;
	width:100px;
	color:#fbfbfb;
	font-size:110%;
	padding:5px 3px;
}

.jct-reg-f {
	display:block;
	clear:both;
}

.aster {
	font-size:140%;
	color:orange;
}

/* Authorlist */

#authorlist {
	background-color:#f9f9f9;
	border:1px solid #eee;
	padding:0px 10px;
	font-size:0.7em;
}

#authorlist ul {
	list-style:none;
	margin: 0;
	padding:0;
}

#authorlist li {
	list-style:none;
	margin: 40px 10px;
	clear:both;
	color:#333;
	font-weight:500;
	line-height:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
	font-size:1.1em;
}

#authorlist li a, #authorlist li a:visited, #authorlist li a:active {
	text-decoration:none;
	color:#d88b43;
	font-weight:900;
	font-size:2.1em;
	letter-spacing:-1px;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:20px;
}

#authorlist li a:hover {
	color:#cccccc;
}

#authorlist img {
	background-color:#fff;
	border:1px solid #eee;
	padding:5px;
	margin-right:10px;
}

.authdesc {
	padding-top:20px;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 2.2em;
	font-weight:900;
	word-spacing:-8px;
	letter-spacing:-2px;
	color:#45a6a4;
	margin-bottom: 10px;
	text-align:left;
}

.sidebar a, .sidebar a:active, .sidebar a:visited {
	color: #006565;
	font-weight:600;
	text-decoration:none;
}

.sidebar a:hover {
	color:#45a6a4;
	text-decoration:underline;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size:0.9em;

}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:20px auto;
}


.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.textwidget {
	color: #006565;
	font-weight:600;
	margin-top:20px;
}

/* Search */

#searchform {
	float:left;
	padding-top:3px;
	margin-left:20px;
}
#searchform #s {
	border: 0;
	color: #45a6a4;
	background:#fbfbfb url(images/bg_searchform.png) no-repeat right;
	padding:5px;
	padding-right:30px;
	font-size: 0.9em;
	border:1px solid #acbfc8;
	width:170px;
}
#searchform #searchsubmit {
	border:none;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
	font-weight:800;
	margin-right:5px;
	text-transform:lowercase;
}

#tag_cloud {
	text-align:left;
}

#tag_cloud a, #tag_cloud a:visited, #tag_cloud a:active {
	color: #006565;
}	

#tag_cloud a:hover {
	color:#45a6a4;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 123px;
	height: 77px;
	margin-left: -126px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #fff;
	margin-top:75px;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer #menu_footer {
	width:auto;
	float:right;
	margin-top:75px;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	letter-spacing:-1px;
	margin: 0px 7px;
}

#footer a:hover {
	color: #45a6a4;
	text-decoration:underline;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}


/****************************
 **   Panel de Administraci?n
 ****************************/

.white {
	color:#ffffff;
}

#container {
	margin:0 auto;
	text-align:center;
	height:400px;
	background: url(images/bg_admin.jpg) no-repeat center top;
	padding:0px;
	padding-top:20px;
	color:#fff;
}

#form_login {
	background-color:#eff8fb;
	border:2px solid #d0dce0;
	padding:20px;
	font-weight:bold;
	font-size:110%;
	letter-spacing:-1px;
	line-height:40px;
	width:250px;
	margin:0 auto;
	color:#000;
	text-align:left
}

#form_login input, #form_login textarea {
	background-color:#fff;
	border:2px solid #d0dce0;
	font-size:1.1em;
	padding:3px 5px;
	margin-bottom:10px;
	margin-top:-5px;
	font-weight:600;
}

.jct-mnav-l, .jct-mnav-r {
	float:left;
	margin:10px;
	letter-spacing:-1px;
	font-weight:600;
	font-size:1.4em;
	padding-bottom:30px;
}

.jct-mnav-l a, .jct-mnav-r a {
	color:#d88b43;
}

.jct-fil {
	background-color:#f6f6f6;
	border:1px solid #eee;
	width:100%;
	padding:10px;
	margin:30px auto;
	text-align:center;
	clear:both;
}

.jct-blogger {
	clear:both;
	padding:20px 0px;
	margin:20px auto;
	border-bottom:2px solid #eee;
	height:80px;
}

.jct-blogger-l {
	float:left;
	margin-right:20px;
}

.jct-blogger-l img {
	background:#eee;
	border:1px solid #ddd;
	padding:5px;
}

.jct-blogger-m1 {
	float:left;
	width:60%;
}

.jct-blogger strong {
	font-size:1.7em;
	letter-spacing:-1px;
	line-height:50px;
}

.jct-blogger strong a, .jct-blogger strong a:active, .jct-blogger strong a:visited {
	text-decoration:none;
	color:#d88b43;
	font-weight:900;
}

.jct-blogger small {
	color:#000;
}

.jct-blogger-r, .jct-blogger-m2 {
	float:right;
	margin:0px 5px;
	font-size:90%;
	color:#45a6a4;
}

.jct-reg-fl {
	color:#000;
	font-size:1.2em;
	font-weight:600;
}

.jct-reg-fl small {
	font-weight:400;
	color:#666;
}


.jct-reg-f {
	margin:20px auto;
}

.jct-reg-f textarea, .jct-reg-f input {
	background-color:#fff;
	border:2px solid #d0dce0;
	font-size:1.1em;
	padding:3px 5px;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:600;
}

/* ------------------------------------------------------ David G. Nogueira 2009 */
