/*
Theme Name: ticktock
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ticktock
Domain Path: /languages/
Tags:

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.

 ticktock is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

.page-id-1186 .wp-content {
	display: none;	
}

.custom-pagination {
	clear: both;
	text-align: center;	
}

.custom-pagination a, .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #f4f4f4;	
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.current {
	color: #ffffff;
	background: #0096d3;
}

.span_2.feed-inline {
	padding-bottom: 20px;
}

.feed-date {
	font-size: 0.8em;
}

h2.widget-title {
	font-size: 1.4em;
}

.widget_archive,
.widget_categories {
	margin: 0 0 30px 0;	
}

.widget_archive ul,
.widget_archive li,
.widget_categories ul,
.widget_categories li {
	margin: 0;
	padding: 0;
	list-style: none;	
}