﻿/*
Theme Name: Child Theme para GameOver
Theme URI: http://www.gameover.vg
Description: Child Theme basado en Arras para GameOver
Author: Gabriel Gonzalez twitter@gabonmx
Author URI: http://www.gameover.vg/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/
/*Globales para todo el blog*/
textarea{
	-moz-border-radius:10px;  /* Firefox */
  -webkit-border-radius:10px; /* Safari y Crhome */
  -khtml-border-radius:10px; /* Browser en Linux */
  border-radius:10px; /* CSS3  Standard */
  behavior:url(border-radius.htc) standards; /* Internet explorer */

}

input[type=submit]{
	-moz-border-radius:10px;  /* Firefox */
  -webkit-border-radius:10px; /* Safari y Crhome */
  -khtml-border-radius:10px; /* Browser en Linux */
  border-radius:10px; /* CSS3  Standard */
  behavior:url(border-radius.htc) standards; /* Internet explorer */
}
input[type=submit]:hover{
	-moz-border-radius:10px;  /* Firefox */
  -webkit-border-radius:10px; /* Safari y Crhome */
  -khtml-border-radius:10px; /* Browser en Linux */
  border-radius:10px; /* CSS3  Standard */
  behavior:url(border-radius.htc) standards; /* Internet explorer */
}

a:hover					{ }

/*Modificacion de Header y NavBar*/
   /*Caja de contenido de post en home*/
#wrapper				{ min-height: 100%; position: relative; padding: 0px 0; }

#header					{ background: url(http://localhost/wordpress/wp-content/themes/arras-theme/images/header-back.jpg) repeat-x; border-bottom: 0px solid #383332; padding: 0; width:980px; margin:auto; height:150px; }

#nav					{ width:980px; margin:auto; }
.sf-menu li.sfhover, .sf-menu li:hover { background: #acacac; }


   /*Iconos en navbar- declaracion y posterior edicion en header.php de child theme*/

.quick-nav a:link, .quick-nav a:visited	{ width: 20px; height: 20px; }

.quick-nav #youtube			{ background: url(http://www.gameover.vg/wp-content/themes/arras-theme/images/yt.png) no-repeat; }
.quick-nav #mail		{ background: url(http://www.gameover.vg/wp-content/themes/arras-theme/images/mail.png) no-repeat;}

.quick-nav #letters    	{ font-family:Arial, Helvetica, sans-serif; font-weight:700; text-decoration:overline; }



/*Slides show (Resumen de post eliminado y espacio gris reducido a gusto)*/
.featured-entry .entry-summary	{ padding: 0 15px; margin: 0; display: none; }
.featured-entry			{ position: relative; top: -55px; overflow: hidden; background: #000; height: 85px; color: #a7a7a7; padding: 0; display: block; opacity: 0.8; filter: alpha(opacity = 80); }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; display: block; font-size: 18px; font-weight: 700; }
#featured-slideshow		{ position: relative; z-index: 0 !important; border: 2px solid #CCC; }			


/*Modificacion de entradas individuales*/
.single .post .entry-title, .single-post .entry-title	{ font-size: 28px; font-weight: normal; padding: 0; margin: 20px 0 10px; letter-spacing: -1px; line-height: 1.3em;}
.entry-content, .entry-content	{ margin: 20px 0; font-size: 14px; line-height: 1.5em; }
.single .post .entry-info, .single-post .entry-info	{ padding-bottom: 10px; margin-bottom: 10px; color: #848485; font-size: 12px; text-transform: none; border-bottom: 1px dotted #CCC; }
.single .post .entry-title, .single-post .entry-title	{ font-size: 24px; font-weight: 700; padding: 0; margin: 5px 0 3px; letter-spacing: -1px; line-height: 1.3em; }

.single .post .entry-cat, .single-post .entry-cat	{ display: inline;}
.single-post .entry-cat a:link, .single-post .entry-cat a:visited	{ color: #666; text-decoration: none; }
.single .post .entry-author address, .single-post .entry-author address	{ display: inline; font-style: italic; font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; font-size:14px; font-weight:bold; }
.single-post .entry-cat a:link, .single-post .entry-cat a:visited	{ font-style:italic; font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; font-size:13px; }
.single-post .entry-cat a:hover	{ text-decoration:underline; }
.single .post .entry-author, .single-post .entry-author { font-weight: normal; }


/*Quick Preview en Home*/
.posts-quick .quick-read-more	{ margin: 10px 0 0 340px; }
.posts-quick .entry-title	{ font-weight: 700; font-size: 21px; margin: 5px 0 -5px; line-height: 1.3em; }
.posts-quick .entry-summary	{ font-size: 13px; line-height: 1.6em; margin-bottom: 15px; }
.posts-quick .entry-info { font-size: 12px; color: #666; border: none; margin: 0 0 10px; }

.posts-quick li			{ padding: 0 10px 0 0; border-bottom: 1px dotted #CCC; margin: 0 0 10px;}
.posts-quick .entry-thumbnails	{ border: 0px solid #CCC;}
.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ font-size: 12px; font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif }

/*comentarios*/

#commentlist .comment-content	{ font-size: 14px; }

/*Pie de sitio*/
#footer				{ margin: 0px auto 0; }


