/*
Theme Name: Giogui's Theme
Theme URI: 
Description: Este es el Tema de Giogui
Author: Sergio Aguilar
Version: 0.0.1
Template: twentytwelve
*/

@import url('../twentytwelve/style.css');

/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #10436b;
}
.pagination a:hover,
.pagination a:focus {
	color: white;
	background-color: #10436b;
	border-color: #777;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: white;
	background-color: #10436b;
	border: 1px #777 solid;
}

/* END PAGINATION */

a, a:link {
  color: black;
}

a:hover {
  color: #f36d21;
}


img.header-image {
/*remove the border on the header image */
box-shadow: none;
}

.header-image {
	margin-top: 0px;
}

.site-content {
	margin: 20px 0 0 0;
}

body .site {
	margin-top: 20px;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
}

.widget-area {
	margin: 20px 0 0 0;
}

.entry-header .entry-title {

	font-weight: bold;
	color: black;
}

.comments-link a,
.entry-meta a {

}
.comments-link a:hover,
.entry-meta a:hover {

}

.entry-content a:visited,
.comment-content a:visited {
	color: #f36d21;
}

.magazine {
	font-size: 1.2em;
	color: #f36d21;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}

.number {
	font-size: 1.1em;
	color: #f36d21;
	
}

h1 {
  margin-top: -30px;
  color: black;
}
