/*  
Theme Name: Nickie Antonio
Theme URI:
Description: Nickie Antonio
Version: v3
Author: todd heckeler
Author URI: http://consumedesign.com
*/

/* **************** UNIVERSAL *********************** */
html, body
{
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	background-color: #fff;
}

a
{
	text-decoration: none;
	color: #CC0000;
}

a:hover { color: #333; }
:focus { outline: none; }

*
{
	margin: 0;
	padding: 0;
}

.clear-all, .clear { clear: both; }
.float-left, .alignleft { float: left; }
.float-right, .alignright { float: right; }
.align-right { text-align: right; }
.align-left { text-align: left !important; }
.align-center { text-align: center; }
.clickable:hover { cursor: pointer; }

ul
{
	margin-left: 40px;
	margin-top: 10px;
}

hr
{
	border: 0;
	color: silver;
	background-color: silver;
	height: 1px;
	margin-bottom: 20px;
}

.hidden {
	display: none;
}

/* **************** page *********************** */
.page
{
	display: block;
	background-color: white;
	border-top: 4px #ededed solid;
}

.content
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}

.post-title, .page-title
{
	display: block;
	border-bottom: 1px silver dotted;
	color: #1F51A5;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post-title a, .page-title a
{
	color: #1F51A5;
}

.post-title a:hover, .page-title a:hover
{
	color: #333;
	background-color: #ededed;
}

.page-content
{
	font-size: 14px;
	line-height: 24px;
	margin: 10px auto 20px auto;
}

.page-content-fullpage
{
	width: 1000px !important;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
}


.page-content img
{
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px silver solid;
	padding: 4px;
	background-color: white;
}

.page-content p { margin-top: 20px; }
.page-content p:first-child { margin-top: 0px; }

.page-subnav
{
	color: #ccc;
	font-size: 14px;
}

.page-content h2
{
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
}

.page-content h1
{
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 10px;
}

.page-content h3
{
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px silver dashed;
	padding-bottom: 6px;
}


.page-content hr
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px 0px;
	border-color: #343434;
	border-style: dashed;
	background-color: #fff;
	height: 1px;
}

.page-subnav li
{
	list-style-type: none;
	float: left;
}

.page-subnav-title
{
	color: #ccc;
	font-size: 14px;
	padding-top: 4px;
	margin-right: 6px;
}

.page-subnav a
{
	margin-right: 4px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 8px 2px 8px;
	display: inline-block;
	color: #ccc;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #EFEFEF;
	font-weight: bold;
	margin-top: 4px;
}

.page-subnav a:hover, .current_page_item
{
	color: #fff !important;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page-subnav a:hover { background-color: #CA2102 !important; }

.tag-cloud
{
	border-top: 1px silver dotted;
	margin-top: 20px;
	padding-top: 10px;
}

.content
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}

/* **************** header *********************** */
.header
{
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/background.png);
}

.container
{
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.nav { background-color: #333; }

.menu-main-container
{
	position: relative;
	top: -4px;
	clear: right;
	float: right;
	z-index: 1000;
}

.nav li
{
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px -3px;
}

.nav li > a
{
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	/* RADIUS */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 4px #333 !important;
	-webkit-box-shadow: 0px 0px 4px #333 !important;
	box-shadow: 0px 0px 4px #333 !important;
}

.nav li > a:hover, .menu-hover
{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	color: #333 !important;
}

.sub-menu
{
	position: absolute;
	z-index: 801;
	font-size: 12px;
	font-weight: bold;
	display: none;
	margin-top: 1px;
	width: 200px;
}

.sub-menu a
{
	font-size: 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 100px;
	text-align: left;
	background-color: #202020;
	padding: 6px 10px 6px 10px !important;
	margin-top: 2px;
}

.header-photo
{
	display: block;
	width: 170px;
	height: 220px;
	background-image: url(images/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 0;
	margin-right: 10px;
}

.logo {
    display: block;
    width: 800px;
    height: 290px;
    background-image: url(images/header-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
    float: left;
    position: relative;
    z-index: 0;
}

.page-extras-block
{
	float: right;
	margin-top: 200px;
}

.page-extras-buttons
{
	margin-right: 2px;
	float: right;
}

.page-extras-button
{
	margin-right: 4px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 8px 2px 8px;
	display: block;
	color: #ccc;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #434343;
	font-weight: bold;
	margin-top: 1px;
}

.page-extras-button:hover, .page-extras-button-on
{
	color: #fff !important;
	background-color: #941220 !important;
	cursor: pointer;
}

/* **************** social *********************** */
.social
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.social-icons { float: right; }

.social-icon
{
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
}

.social-footer
{
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.footer-fb { background-image: url(images/footer-fb.png); }
.footer-tw { background-image: url(images/footer-tw.png); }
.footer-rss { background-image: url(images/footer-rss.png); }

.social-header
{
	width: 20px;
	height: 20px;
	margin-right: 2px;
}

.header-fb { background-image: url(images/header-fb.png); }
.header-tw { background-image: url(images/header-tw.png); }
.header-rss { background-image: url(images/header-rss.png); }

.social-icon:hover
{
	background-position: right center;
	cursor: pointer;
}

.social-icon a
{
	width: 32px;
	height: 32px;
	display: block;
	margin: 4px;
}

.social-icon img
{
	width: 100%;
	height: auto;
}

/* **************** right side *********************** */
.right-side
{
	float: right;
	width: 300px;
	display: block;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #EFEFEF;
	padding: 6px 14px 14px 14px;
}

.right-extra
{
	display: block;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	margin-top: 10px;
	padding-bottom: 10px;
}

.right-extra-title
{
	/* RADIUS */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	margin-bottom: 10px;
	border-bottom: 1px #EFEFEF dotted;
}

.right-extra a, .home-news-link, .home-twitter a
{
	display: block;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	padding: 6px 10px 6px 10px;
	background-color: #EFEFEF;
}

.home-news-link .float-right
{
	color: #E1E1E1;
	font-size: 10px;
	margin-left: 6px;
}

.home-news-excerpt
{
	color: #333;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	margin: 10px;
	line-height: 16px;
}

.right-extra-nothing
{
	display: block;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434343;
	background-color: #EFEFEF;
	margin-right: 10px;
	margin-left: 10px;
	padding: 6px 10px 6px 10px;
}

.right-extra a:hover, .home-news-link:hover, .home-news-link:hover .home-news-excerpt, .home-twitter a:hover
{
	color: #fff;
	background-color: #333;
}

.right-extra .extra-content-text
{
	padding: 0px;
	line-height: 0px;
}

.right-extra .extra-content img
{
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* **************** home *********************** */

.home .content .page-content
{
	width: 1000px !important;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px #333 dashed;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.home-extras
{
	width: 440px;
	float: left;
	border: 1px #ededed solid;
	padding: 10px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 6px;
	margin-left: 6px;
}

.home-extras img
{
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.home-img-title
{
	text-transform: uppercase;
	padding: 6px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.home-img-more
{
	float: right;
	padding: 6px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #ededed;
	color: #333;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

.home-img-more:hover
{
	background-color: #CC2438;
	cursor: pointer;
	color: white;
}

/* **************** post *********************** */
.post
{
	margin-bottom: 10px;
	padding: 20px;
}

.post-date
{
	font-size: 12px;
	color: silver;
	margin: 10px;
}

.post .page-content
{
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin-left: 40px;
	width: 90%;
	clear: both;
}

.post-nav
{
	display: block;
	padding-top: 10px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px silver dotted;
}

.post-nav div
{
	display: block;
	width: 50%;
}

.post-nav a
{
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	color: #333;
}

.post-nav a:hover
{
	background-color: #333;
	color: #fff;
}

.post-index:hover
{
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #efefef;
	border-bottom: 1px white solid;
}

/* **************** photos *********************** */

.photos
{
	text-decoration: none;
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 10px 6px 10px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #ededed solid;
	float: left;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
}
.photos:hover
{
	background-color: #efefef;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

/* **************** extras *********************** */
.extra-content
{
	position: absolute;
	z-index: 10001;
	display: none;
}

.extra-content-text
{
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	line-height: 24px;
	min-width: 60px;
	max-width: 400px;
	color: white;
}

.extra-content-text a
{
	padding: 4px;
	background-color: #ededed;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	/* RADIUS */
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 0px #000 !important;
	-webkit-box-shadow: 0px 0px 0px #000 !important;
	box-shadow: 0px 0px 0px #000 !important;
}

.extra-content-text a:hover
{
	background-color: #4C64A2 !important;
	color: #fff !important;
}

.extra-content-arrow-top
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	position: relative;
	left: 40px;
}

.extra-content-arrow-bottom
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	position: relative;
	left: 40px;
}

.extra-content-arrow-right
{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333;
	position: relative;
	top: 76px;
}

input, label, select, textarea, button, a.button
{
	width: 49%;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 1% 10px 0;
}

input, select, textarea, button, a.button { background: #fbfbfb; }
a.button { width: auto; }

button, a.button
{
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}

button, a.button
{
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	color: initial;
}

button:hover, a.button:hover
{
	background: #333;
	color: #fff;
}

input:hover, select:hover, textarea:hover { background-color: rgba(0,0,0,.05); }
select { height: 45px; }
select:focus { height: auto; }
option { }
input:read-only, input:focus:read-only { background-color: rgba(0, 189, 214, 0.2); }


textarea
{
	width: 100%;
	height: 200px;
}


/* **************** popups *********************** */
.popup
{
	position: fixed;
	z-index: 5001;
	top: 0px;
	left: 10px;
	width: 96%;
	padding: 20px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-image: url(images/popup-background.png);
	display: none;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.popup-copy
{
	width: 400px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	/* RADIUS */
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: white;
	padding: 20px;
	position: relative;
	left: 50%;
}

.popup-copy p { margin-top: 10px; }

.popup-copy h1
{
	font-size: 22px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popup-copy input
{
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	overflow: visible;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	left: auto;
	color: white;
	border: 1px solid #c7c0c7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	background-color: #333;
}

.popup-copy input[type="submit"], .popup-copy input[type="button"] { text-transform: uppercase; }
.popup-copy input[type="submit"]:hover, .popup-copy input[type="button"]:hover { background-color: black; }
.popup-copy input[type="hidden"] { display: none; }

.popup-tab
{
	background-color: #CE142A;
	position: absolute;
	z-index: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 20px 20px 10px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	right: 50%;
	margin-top: 16px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
	opacity: .9;
	filter: alpha(opacity=90);
}

.popup-index { z-index: 9999; }
.donate-tab { margin-right: -400px !important; }
.maillist-tab { margin-right: -490px !important; }

.popup-tab:hover, .popup-tab-hover
{
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 0px #000 !important;
	-webkit-box-shadow: 0px 0px 0px #000 !important;
	box-shadow: 0px 0px 0px #000 !important;
}

/* **************** footer *********************** */
.footer
{
	width: 100%;
	background-color: white;
	overflow: hidden;
	background-image: url(images/background.png);
	border-top: 4px #ededed solid;
	padding-bottom: 60px;
}

.footer-containter
{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	color: #333;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* **************** twitter *********************** */

.twitter-date
{
	text-transform: none;
	color: silver;
	font-size: 10px;
	font-weight: normal;
}

.home-twitter-title { margin-top: 20px; }
.twitter-loading
{
	height: 300px;
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ededed;
}

.footer-tw-follow a
{
	background-color: #D22A3E !important;
	color: white !important;
}

.footer-tw-follow a:hover
{
	background-color: #333 !important;
	color: white !important;
}


/* **************** extras *********************** */
.debug
{
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-color: silver;
	padding: 10px;
	display: none;
}

.loading
{
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	margin: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}

.wp-caption p
{
	margin: 0px;
}

.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px 4px;
	display: block;
}
