/*
Theme Name: Pinoy Weekly 2015
Theme URI: pinoyweekly.org
Author: ronvil
Author URI: http://ronvil.me
Description: Custom wordpress theme for Pinoy Weekly
Version: 0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: News, non-profit, clean, white, responsive, custom
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.widget ul li {
  list-style: none;
}

.widget ul {
  padding: 0 0 0 .5em;
}

.widget {
  font-family: Yamanatrav, sans-serif;
}

.widget ul li a {
  color: #666;
}

.widget ul li a:hover {
  color: #333;
}

.full-width-content {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.full-width-content p {
	max-width: 40em;
	margin: auto;
}

.full-width-content .wp-caption-text {
	max-width: 100%;
}

.full-width-content wp-caption {
	border: none;
}

a.img-link {
position: relative;
display: block;
}

a.img-link ul {
position: absolute;
bottom: 0;
right: 0;
}