/*
Theme Name: People's Tribune Website
Author: Mauricio Rivera
Author URI: http://www.rivers-design.net
Description: Twenty Eleven theme was used as starting point for this theme. It is not a child theme of Twenty Eleven, but i does rely heavily on some of coding provided by the Twenty Eleven theme.
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.video-container {
    position: relative;
    padding-bottom: 75%; /* 4:3 */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#inlineBox {
    width: 60%;
    border: 1px solid #000;
    background: #eeeeee;
    padding: 10px;
} 

body {
	background-color:#c4c4c4;
}

#page {
	width:1000px;
	height:100%;
	background-color:#FFF;
	margin:0 auto;
}

header {
	width:100%;
	height:auto;
}

/* Styling to cause text to wrap around images */
img.alignright { float: right; padding: 0; }
img.alignleft { float: left; padding: 0; }
.alignright { float: right; margin:0 0 20px 20px; }
.alignleft { float: left; margin:0 20px 20px 0 ; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* TOP BAR - start */
#top-bar {
	width:100%;
	height:30px;
	background-color:#000;
}

.clear-both {
	clear:both;
}

#sociable-label {
	float:left;
	width:50px;
	height:20px;
	font-family:'Verdana', san-serif;
	font-size:14px;
	color:#FFF;
	margin:6px 0 0 35px;
}

#sociable-container {
	float:left;
	width:250px;
	height:20px;
	margin:5px 0 0 0;
}

#today-date {
	float:left;
	width:100px;
	height:20px;
	color:#a4a4a4;
	font-family:'Georgia', serif;
	font-style:italic;
	margin:6px 0 0 0;
}

#home-link {
	float:left;
	width:20px;
	height:20px;
	background-image:url('images/home_icon.png');
	background-repeat:no-repeat;
	background-position:0 -20px;
	margin:5px 0 0 40px;
}

#home-link:hover {
	background-position:0px 0px;
}

.main-navigation-menu {
	float:left;
	font-family:'Verdana', san-serif;
	font-weight:bold;
	color:#fff284;
	font-size:14px;
	margin:6px 0 0 0;
	text-transform:uppercase;	
}

.main-navigation-menu ul li {
	display:inline;
	margin-left:20px;
}

.main-navigation-menu ul li a {
	text-decoration:none;
	color:inherit;
}

.main-navigation-menu ul li a:hover {
	color:#FFF;
}

/* TOP BAR - end */

/* HEADER IMAGE - start */

#header-image-container {
	width:1000px;
	height:99px;
}
/* HEADER IMAGE - end */

/* CATEGORY MENU - start */
#category-menu-container {
	width:1000px;
	height:30px;
	background-color:#000;
}

.categories-menu ul {
	font-family:'Verdana', san-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#c5e0ff;
}

.categories-menu ul:nth-child(1) li {
	display:inline;
}

.categories-menu ul li ul li {
	font-family:'Verdana', san-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color:#c5e0ff;
	display:list-item;
}
/* CATEGORY MENU - end */

#main {
	width:1000px;
	height:auto;
	background-image:url('images/main_background.png');
	background-repeat:repeat-y;
	padding-bottom:30px;
}

/* COMING SOON PAGE - start */
#coming-soon-container {
	width:1000px;
	height:200px;
	font-family:'Verdana', san-serif;
	font-size:50px;
	color:#adddff;
	text-align:center;
	padding:100px 0 0 0;
	font-weight:bold;
}
/* COMING SOON PAGE - end */

/* FOOTER - start */

footer {
	width:1000px;
	height:170px;
	border-top:solid 1px #6899d3;
	font-family:'Verdana', san-serif;	
}

#footer-pt-logo {
	width:391px;
	height:27px;
	margin:20px auto 0 auto;
	background-image:url('images/PT_footer_logo.png');
	background-repeat:no-repeat;
}

.footer-menu {
	text-align:center;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	margin:20px 0;
}

.footer-menu ul li {
	display:inline;
	margin:0 10px 0 10px;
}

.footer-menu ul li a {
	text-decoration:none;
	color:inherit;
}

.footer-menu ul li a:hover {
	color:#6899d3;
} 

#footer-copyright {
	color:#6899d3;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}

/* FOOTER CREDIT FOR RDI AND WORDPRESS - start */

#footer-credit { text-align:center; margin-top:25px; }
#footer-credit img, #footer-credit p  { display:inline-block; zoom:1; *display:inline; border:none; }
#footer-credit p { font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#CCC; }
#footer-credit a { text-decoration:none; color:inherit; }


/* FOOTER CREDIT FOR RDI AND WORDPRESS - end */
/* FOOTER - end */

/* SIDEBAR CONTAINER - start */

#sidebar-container {
	float:right;
	width:235px;
	height:auto;
	margin-top:-15px;
	padding-top:10px;
}

#sidebar-container ul li {
	list-style:none;
}

.widget-title {
	font-family:'Verdana', san-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	width:220px;
	margin-bottom:10px;
	margin-top:35px;
	border-top:solid 1px #FFF;
	padding-top:20px;
}


#links-to-friends {
	width:220px;
	height:auto;
	margin:30px auto 0px 0px;
	text-align:center;
	border-top:solid 1px #FFF;
	padding-top:30px;
}

#links-to-friends p {
	margin-bottom:10px;
}

#links-to-friends img {
	border:none;
	box-shadow: 0px 4px 4px #255082;
}

#donate-button {
	width:220px;
	height:auto;
	margin:30px auto 0px -4px;
	text-align:center;
	border-top:solid 1px #FFF;
	padding-top:30px;	
}

#donate-button p {
	margin-bottom:10px;
}

#donate-button img {
	border:none;
	box-shadow: 0px 4px 4px #255082;
}

#a_d {
	width:220px;
	height:auto;
	border-top:solid 1px #FFF;
	padding-top:30px;	
	margin-top:30px;
}

#a_d-header {
	width:220px;
	height:35px;
	font-family:'Verdana', san-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	background-color:#555;
	border:solid 1px #555;
	text-align:center;
	padding-top:5px;
}

#a_d-header:hover {
	cursor:pointer;
}

#a_d-header p {
	font-size:10px;
	color:#c4c4c4;
}

#a_d-content {
	width:220px;
	height:auto;
	font-family:'Verdana', san-serif;
	font-size:12px;
	color:#333;
	background-color:#edf5ff;
	border-left:solid 1px #555;
	border-right:solid 1px #555;
	border-bottom:solid 1px #555;
	text-align:center;
}

#a_d-content .aligncenter {
	width:220px !important;
}

#a_d-content img {
	margin-top:20px;
	border:solid 1px #000;
}

.popular-posts li {
	margin-top:10px;
	width:225px;
}

.popular-posts a {
	font-family:'Verdana', san-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.2em;
	text-decoration:none;
}

.popular-posts a:hover {
	text-decoration:underline;
}

.popular-posts .post-stats span {
	font-family:'Verdana', san-serif;
	font-size:9px;
	color:#333;
	line-height:1.4em;
}

.popular-posts .post-stats {
	display:block;
}

.popular-posts .wpp-views, .popular-posts .wpp-date {
	display:inline-block;
}

.sidebar-horizontal-line-divider {
	width:100%;
	height:1px;
	background:#fff;
	margin:50px 0px 50px -8px;
}
/* SIDEBAR CONTAINER - end */

/* Universal WP Post and Page CSS */

a.entry-underline-hover:hover {
	text-decoration:underline !important;
}


/* PINKNEY & FLINT SECTION STYLES - start */
#pinkney-header-image-container {
	width:100%;
	height:100px;
}

#pinkney-header-image-container img {
	float:left;
}

#pinkney-header-bottom-bar {
	width:100%;
	height:5px;
	background:#000;
}

#banco-pinkney-donate-button {
	width:225px;
	height:auto;
	background:#f13737;
	border:solid 1px #520000;
	box-shadow:0px 5px 5px #345c8d;
	font:18px Arial, san-serif;
	color:#fff;
	line-height:1.5em;
	text-shadow:2px 2px 1px #555;
	padding:20px 0px;
	margin-top:50px;
	margin-left:-3px;
}

#banco-pinkney-donate-button a {
	text-decoration:none;
}

#banco-pinkney-donate-button a:hover {
	text-decoration:underline;
}

#banco-pinkney-donate-button a, #banco-pinkney-donate-button h6 {
	color:#fff552;
}

#banco-pinkney-donate-button h2 {
	font-size:20px;
	margin-bottom:25px;
}


#pinkney-menu, #flint-menu {
	width:250px;
	height:auto;
	padding:10px 0px 20px 0px;
	background:#0d294b;
	margin-left:-15px;
	margin-top:50px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	text-align:center;
}

#pinkney-menu h2, #flint-menu h2 {
	font-size:24px;
	text-transform:uppercase;
}

#pinkney-menu h2 span, #flint-menu h2 span {
	font-size:16px;
}

.pinkney-pages-menu, .flint-pages-menu {
	width:250px;
	font-size:23px;
	color:#0d294b;
}

.pinkney-pages-menu ul li.menu-item a, .flint-pages-menu ul li.menu-item a {
	text-decoration:none;
	color:inherit;
}

.pinkney-pages-menu ul li.menu-item a, .flint-pages-menu ul li.menu-item a {
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:250px;
	height:50px;
	background:#a1ccff;
	margin-top:10px;
	padding:8px 0px;
}

.pinkney-pages-menu ul li.menu-item a:hover, .flint-pages-menu ul li.menu-item a:hover {
	background:#fff7a1;
}

#flint-subheading {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:15px;
	background:#0d294b;
	text-align:center;
	font:bold 35px Arial, san-serif;
	color:#fff184;
	line-height:1.5em;
}

a.no-decoration {
	text-decoration:none !important;
	color:inherit; 
}

#join-us-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:225px;
	heigth:auto;
	padding:10px;
	background:#fed349;
	border:solid 1px #8f731b;
	font:16px Arial, san-serif;
	color:#333;
}

#join-us-box ul, #join-us-box ul li {
	display:block;
}

#join-us-box ul li {
	display:list-item;
	list-style:square !important;
	margin-left:20px;
}

#join-us-box p, #join-us-box ul, #join-us-box a  {
	margin-top:10px;
}

#join-us-box .contact-button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:10px;
	width:200px;
	height:56px;
	background:#a1ccff;
	text-align:center; 
	font-weight:bold;
	margin-top:20px;
	border:solid 1px #333;
	text-transform:uppercase;
}

#join-us-box .contact-button:hover {
	background:#fff7a1;
}

#join-us-box a {
	text-decoration:none;
	color:inherit;
}

/* PINKNEY & FLINT SECTION STYLES - end */


/* NELSON SECTION STYLES - start */
#nelson-header-image-container {
	width:100%;
	height:100px;
}

#nelson-header-image-container img {
	float:left;
}

#nelson-header-bottom-bar {
	width:100%;
	height:5px;
	background:#000;
}

#nelson-menu {
	width:250px;
	height:auto;
	padding:10px 0px 20px 0px;
	background:#0d294b;
	margin-left:-15px;
	margin-top:50px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	text-align:center;
}

#nelson-menu h2 {
	font-size:24px;
	text-transform:uppercase;
}

#nelson-menu h2 span {
	font-size:16px;
}

.nelson-pages-menu {
	width:250px;
	font-size:24px;
	color:#0d294b;
}

.nelson-pages-menu ul li.menu-item a {
	text-decoration:none;
	color:inherit;
}

.nelson-pages-menu ul li.menu-item a {
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:250px;
	height:50px;
	background:#a1ccff;
	margin-top:10px;
	padding:8px 0px;
}

.nelson-pages-menu ul li.menu-item a:hover {
	background:#fff7a1;
}

/* NELSON SECTION STYLES - end */






