/*
Theme Name: NYYRC Custom
Author: Michael Spillane
Author URI: http://spillanedesign.com/
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/



/* basics */

*{margin:0; padding:0;}

html {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
line-height: 180%;
background: #dedede url("/images/main-background.jpg") no-repeat center top;
width: 100%;
display: table;
}



body {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
line-height: 180%;
background: #dedede url("/images/main-background.jpg") no-repeat center top;
width: 100%;
display: table;
}

body, input, textarea {
	color: #111;
}

div#preload { display: none; }

/* Headings */
h1, h3 {
color: #000;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size:20px; 
text-transform:uppercase;
font-weight:500;
text-rendering: optimizelegibility;
margin-left:0px; 
margin-top:5px;
margin-bottom:15px;
border-bottom:1px SOLID #990000;
}

h2 {
color: #000;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size:16px; 
text-transform:uppercase;
text-rendering: optimizelegibility;
margin-left:0px; 
margin-top:5px;
margin-bottom:15px;
}


h4{
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
color:#054873;
font-size:17px; 
line-height:200%;
text-transform:uppercase;
font-weight:900;
text-align:center;
border-bottom:1px SOLID #cccccc;
margin-bottom:20px;
}

h5{
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
color:#054873;
font-size:14px; 
line-height:200%;
text-transform:uppercase;
font-weight:900;
text-align:center;
border-bottom:1px SOLID #cccccc;
margin-bottom:20px;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}


ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a{color:#990000; text-decoration:underline;}

a:hover{text-decoration: underline; color:#c70101;}



/* container */


#container {
width:1000px;
margin: 0 auto;
background-image:url("/images/body-background.jpg");
background-repeat: no-repeat;
background-color:#ffffff;
}
	
#content-box{

width:1000px;
margin: 0 auto;
background-image:url("/images/body-background.jpg");
background-repeat: no-repeat;
background-color:#ffffff;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}


	
/* header */

#header {

width : 1000px;
margin-right : 0px;
background-color:#fff;
height:128px;
background-image:url("/images/header-back.png");
background-repeat:no-repeat;
}

#header h1{
color: #111;
font-size: 40px;
	}
	
#header h1 a{}
#header h1 a:hover{}


#header h2{
font:normal 14px "arial", georgia, times;
margin-bottom:20px;
}

#logo{
width:658px;
height:114px;
margin-top:12px; 
margin-left:20px;
position:absolute;
}

#topsearch{
width:250px;
height:50px;
margin-top:10px;
margin-left:732px;
position:absolute;
}


/* SOCIAL BUTTONS */

a.button-twitter {
	display: block;
	width: 103px;
	height: 36px;
	background-image: url('../../../images/button-twitter.gif');
	margin-right:0px;
}

a.button-twitter:hover {
	background-image: url('../../../images/button-twitter-up.gif');
}


a.button-facebook {
	display: block;
	width: 103px;
	height: 36px;
	background-image: url('http://nyyrc.com/images/twitter-button-up.gif');
	margin-right:0px;
}

a.button-facebook:hover {
	background-image: url('../../../images/button-facebook-up.gif');
}

a.button-meetup {
	display: block;
	width: 103px;
	height: 36px;
	background-image: url('../../../images/button-meetup.gif');
	margin-right:0px;
}

a.button-meetup:hover {
	background-image: url('../../../images/button-meetup-up.gif');
}




/* NAVIGATION MENU */

#menu {
margin: 0;
	padding: 0;
	z-index: 10000;
	width:1000px;
	}

#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

#menu li a
{	display: block;
	margin: 0 0 0 0;
	height:48px;
	color: #000;
	text-align: center;
	text-decoration: none}

#menu li a:hover{
}

.home1 a{
background-image:url(../../../images/buttons/home.png);
width: 110px;
height: 48px;
border:none;
}

.home1 a:hover{
background-image:url(../../../images/buttons/home-up.png);
background-repeat:no-repeat;
}

.about1 a{
background-image:url(../../../images/buttons/about.png);
width: 94px;
height: 48px;
border:none;
}

.about1 a:hover{
background-image:url(../../../images/buttons/about-up.png);
background-repeat:no-repeat;
}

.blog1 a{
background-image:url(../../../images/buttons/blog.png);
width: 94px;
height: 48px;
border:none;
}

.blog1 a:hover{
background-image:url(../../../images/buttons/blog-up.png);
background-repeat:no-repeat;
}

.member a{
background-image:url(../../../images/buttons/member.png);
width: 130px;
height: 48px;
border:none;
}

.member a:hover{
background-image:url(../../../images/buttons/member-up.png);
background-repeat:no-repeat;
}

.active a{
background-image:url(../../../images/buttons/getactive.png);
width: 126px;
height: 48px;
border:none;
}

.active a:hover{
background-image:url(../../../images/buttons/getactive-up.png);
background-repeat:no-repeat;
}

.contribute a{
background-image:url(../../../images/buttons/contribute.png);
width: 136px;
height: 48px;
border:none;
}

.contribute a:hover{
background-image:url(../../../images/buttons/contribute-up.png);
background-repeat:no-repeat;
}

.media a{
background-image:url(../../../images/buttons/media.png);
width: 94px;
height: 48px;
border:none;
}

.media a:hover{
background-image:url(../../../images/buttons/media-up.png);
background-repeat:no-repeat;
}

.events a{
background-image:url(../../../images/buttons/events.png);
width: 90px;
height: 48px;
border:none;
}

.events a:hover{
background-image:url(../../../images/buttons/events-up.png);
background-repeat:no-repeat;
}

.contact a{
background-image:url(../../../images/buttons/contact.png);
width: 126px;
height: 48px;
border:none;
}

.contact a:hover{
background-image:url(../../../images/buttons/contact-up.png);
background-repeat:no-repeat;
}


/* content */

#content-container {
width:920px;
float:left;
margin-left:20px;
margin-top:10px;
margin-bottom:30px;
padding-left:30px;
padding-right:30px;
padding-top:20px;
padding-bottom:40px;
border: 1px SOLID #ccc;
font-family:Arial, Helvetica, sans-serif;
color:#333;
line-height:180%;
background-image:url(../../../images/page_header_back.jpg);
background-repeat:no-repeat;
background-color:#fff;
}

#shadowbreak{
width:1000px;
height:24px;
background-image:url(../../../images/break-shadows.png);
}


.sticky{
}

.post {
	margin-bottom:20px;
	padding:0;
	}
	
.pagetitle{
font:normal 20px "arial", verdana, times;
line-height:200%;
}
	
#content h2, .entry-meta, .entry-utility{
font:normal 12px "arial", times;
}

.entry-content p{}

.postmetadata{
	clear: both;
	padding:6px 0;
	margin: 20px 0;
	}
	
.navigation {
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* PAGE ELEMENTS */

#orecord{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:14px;
line-height: 160%;
font-weight:bold;
		
}

.footnote{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 160%;
}


.bluehighlight{
color:#254f86;
}





/* Left Right Sidebar Widths  */

#left-sidebar{
width:230px;
float:left;
margin-top:10px;
margin-left:20px;
margin-right:10px;
vertical-align:top;
background-color:#fff;
border: 1px SOLID #ccc;
padding:0px;
height:500px;
}

#right-sidebar{
width:335px;
height:378px;
margin-top:31px;
margin-left:0px;
margin-right:5px;
vertical-align:top;
background-color:#fff;
border:1px SOLID #858585;
padding-left:5px;
}

#pagesidebar{
width:300px;
padding-right:0px;
float:right;
margin-top:10px;
margin-left:0px;
margin-right:20px;
vertical-align:top;
background-color:#fff;
border: 1px SOLID #ccc;
padding:0px;
}

#homemain{
width:622px;
margin-top:31px;
margin-left:13px;
padding:0px;
height:378px;
background-color:#ededed;
border:1px SOLID #858585;

}


#bucket1{
width:295px;
height:328px;
margin-left:15px;
border:1px SOLID #858585;
background-image:url(../../../images/blog-background.png);
background-repeat:no-repeat;
padding-left:8px;
padding-right:8px;
padding-top:42px;
padding-bottom:5px;
}

#bucket1 a{
color:#ffffff;
}


#bucket2{
width:303px;
height:318px;
margin-left:10px;
border:1px SOLID #858585;
background-image:url(../../../images/calendar-background.png);
background-repeat:no-repeat;
padding-left:8px;
padding-right:0px;
padding-top:52px;
padding-bottom:5px;
}

#bucket3{
width:291px;
height:320px;
margin-left:5px;
border:1px SOLID #858585;
background-image:url(../../../images/twitter-background.png);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:50px;
padding-bottom:5px;
}

#bucket4{
width:229px;
height:232px;
margin-left:20px;
background-image:url(../../../images/background-blank.png);
background-repeat:no-repeat;
}



/* Sidebar Widget Styling */

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
}
.widget-area ul ul a:hover {
	text-decoration: none;
}
.widget-area ul {
	list-style: none;
	margin: 0 !important;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area ul ul ul {
	margin: 0;
}
.widget-area ul ul li {
	padding: 2px 0;
}
.widget-title {
}
.widget-title a{
	color: #111 !important;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


	




/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}


/* Comments */


#comments {
	word-wrap: break-word;
}
#comments h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-bottom: none;
	margin: 14px 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 0 0.85em 66px;
}
#comments .comment-author cite {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .gravreply {
	padding:0;
	position: absolute;
	top: 14px;
	left: 0;
	width:50px;
	height:175px;
}
.comment-reply-link{
	position:absolute;
	top:45px;
	width:42px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#6D6D6D;
	line-height:22px;
	}
#comments .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
#comments .comment-body {
	margin-left: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.comment{
	border-bottom:1px solid #e3e3e3;
	padding:14px 0;
	}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;

	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;

	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.wp-post-image{padding:2px; margin:8px 0; border:1px solid #dedede;}


#content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* search */
	
#headersearch #searchform {
	text-align: right;
	padding:5px 0 0 0;
	right: 7.6%;
}
#headersearch #searchform div {
	margin: 0;
}
#headersearch #searchform input#s {
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 4px;
	width: 200px; 
	-webkit-transition-duration: 400ms; 
	-webkit-transition-property: width, background; 
	-webkit-transition-timing-function: ease; 
	-moz-transition-duration: 400ms; 
	-moz-transition-property: width, background; 
	-moz-transition-timing-function: ease; 
	color:#666;
}
#headersearch #searchform input#s:focus {
	background-color: #f9f9f9;
	width: 114%; 
}
#headersearch #searchsubmit {
	display: none;
}	
	

/* footer */

#footer {
clear: both;
width: 852px;
height:30px;
margin:0 auto;
background-image:url(../../../images/footer-background.png);
background-color:#922021;
padding-left:78px;
padding-right:70px;
padding-top:20px;
padding-bottom:50px;
	}

.footer {
	color:#CCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px; 
line-height:130%;
}

#footerlink{
	margin: 0;
	padding: 0;
	z-index: 10000;
	}
	
.footerlink li{
	margin: 0;
	padding: 0;
	margin-left:10px;
	list-style: none;
	float: left;
	height:19px;
	width:120px;
	padding-left:7px;
padding-top:5px;
	background-image:url("http://rncblackrepublicans.gop.com/images/footer-link.gif") ;
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	}
	
	

.footerlink a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.footerlink a:hover{
	color:#06C;
	text-decoration:none;
}


#footer #site-info{
	float:left;
}

#footer #site-generator, #footer #footer-right-side{
	float:right;
}

