/* 
Theme Name: Skeleton
Theme URI: http://themehybrid.com/themes/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
background-color:#000000;
margin:0px;
overflow:visible;
}

	/* Wrapper for everything inside of the body */
	#body-container {
	position:absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	left:50%;
	width:1000px;
	margin-left:-500px;
	height: 650px;
	}

/**
* Elements
************************************************/

div.flashmovie {
position: absolute;
margin: 0px;
z-index: -1;
}

/* Hyperlinks */
a:link {
color:#FFF;
text-decoration: none;
}
a:visited {
color:#FFF;
text-decoration: none;
}
a:hover {
color:#FFF;
text-decoration: none;
}
a:active {
text-decoration: none;
}

/* Headers */
h1 {
color: #CCCCCC;
}
h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #CCCCCC;
color:#EEE;
}
h3 {
color: #CCCCCC;
}
h4 {
color: #CCCCCC;
}
h5 {
color: #CCCCCC;
}
h6 {
color: #CCCCCC;
}

/* Text elements */
strong {
color:#FF3366;}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
color:#EEE;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Unordered lists */
ul {
list-style-type: none;
}
ul li {
}

ul a {


}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
position:absolute;
margin:0px;
padding: 0px;
left:0px;
top:0px;
width: 325px;
height: 175px;
	}

	/* Contains site title and tagline */
	#header {
	position:absolute;
	left: 30px;
	top: 20px;
	margin:0px;
	padding: 0px;
	width: 400px;
	height: 188px;
	background-image: url(/images/NYL_logo_home.png);
	background-repeat:no-repeat;
	}

		/* Site title */
		#site-title {
			font-size: 0px;
			}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
		font-size: 0px
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
position:absolute;
margin:0px;
left:768px;
top:289px;
width: 225px;
height: 314px;
text-align:left;
padding-top: 8px;
padding-left: 15px;
padding-right: 16px;
background-repeat:no-repeat;
border-left: 1px #FF3366 solid;
}

	/* Page nav */
	#page-nav {
	padding: 0px;
	margin: 0px;
	}
		#page-nav ul {
		padding: 0px;
		margin: 0px;
		}
		
		#page-nav li {
				padding: 0px;
				margin: 0px;
				padding-top: 5px;
				width: 225px;
				height: 31px;
				}
	
					#page-nav li:hover {

				}
	
				#page-nav li a {
				margin: 0px;
				padding-top: 0px;
				padding-right: 10px;
				width: 155px;
				height: 30px;
				color:#FF3366;
				font-family: "Papyrus", Blippo, fantasy;
				}
				

				
			#page-nav li.current_page_item {

}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
position:absolute;
margin:0px;
left:40px;
top: 25px;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	
	position:absolute;
	padding: 15px;
	padding-left: 18px;
	padding-bottom: 7px;
	overflow:auto;
	top: 265px;
	width: 670px;
	height: 298px;
	background-image: url(/images/content_background_RIGHT.png);
	background-repeat:no-repeat;
	font-size: 13px;
}

		/* Breadcrumb trail */
		.breadcrumb {
		padding: 3px;
		font-size: 0px;
		font-style: normal;
		font-weight: normal;
		color: #999999;
		
	
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
		color:#EEE;

		}
		
		.post li {color:#FF3366;}

			/* Post, page, and archive titles */
			.entry-title {
				border-bottom: 1px solid #FF3366;
				font-family: "Papyrus", fantasy;
				position:relative;
				top: -15px;
			}
			.single-title {}
			.page-title {
					font-size: 21px;
					border-bottom: 1px solid #FF3366;
					font-family: "Papyrus", fantasy;
					position:relative;
					top: -15px;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
			margin:0px;
			position:relative;
			font-size: 0px;
			color:#AAA;
			top: -12px;}

			/* Full entries */
			.entry-content {
					position:relative;
					top: -17px;
		}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {font-size: 0px;}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {
}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
	position:absolute;
	padding: 10px;
	padding-left: 18px;
	margin:0px;
	top: 10px;
	width: 600px;
	height: 80px;
	background-image: url(/images/widget_background.png);
	background-repeat:no-repeat;
	overflow: auto;
}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
position:absolute;
padding: 0px;
margin:0px;
top: 650px;
height: 30px;
left:50%;
width:1000px;
margin-left:-500px;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
		margin-top: 5px;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #555;
	}

		/* Footer extra */
		#footer .address{
		font-size: 11px;
		color: #555;
		text-align:center;
		}
		#footer .copyright {
		margin-top: -10px;
		font-size: 7px;
		font-style: normal;
		font-weight: normal;
		color: #555;
		text-align:center;
		}
		#footer .credit {}
		