/* 
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 {margin: 0;
	width: 960px;
	padding-left: 3px;
	color: #000;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
        background-color: #EF9A49;
        background-image: url('images/background.jpg');
		background-position: center top;
		background-repeat: repeat-y;}

	/* Wrapper for everything inside of the body */
	#body-container {margin: 0 auto; 
	width:960px;}

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

/* Hyperlinks */
a:link {color: #EE9948; font-weight: bold; text-decoration: none}
a:visited {color: #EE9948; text-decoration: none}
a:hover {color: #007BC5; text-decoration: none}
a:active {color: #A32C28; text-decoration: none}

/* Headers */
h1 {padding: 10px 0 0 0;
	margin: 0;
	font-size: 60px;
	font-family: 'Arial', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	font-variant: small-caps;}
	
h2 {padding: 10px 0 0 0;
	margin: 0;
	font-size: 24px;
	font-family: 'Arial', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	font-variant: small-caps;}
h3 {padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	font-variant: small-caps;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {
list-style: none;
padding-left: 10px;}
	ul li {}

/* 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 {
 	margin: 0 auto; 
	width:960px;
	height:140px;
	background:url('images/headerbg.jpg') left top no-repeat;
	padding-top: 50px;
	padding-left: 40px;
	}

	/* Contains site title and tagline */
	#header {
	background:url('images/laiguyscomics.png') left top no-repeat;
	display:block;
	text-indent:-9000px;
	width: 375px;
	height: 130px;
	float: left;
	}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

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

/* Wrapper for navigation */

#menu {
   width: 570px;
   padding-top: 40px;
   color: #999;
   font-size: 12px;
   text-transform: uppercase;
   display: block;
   float: left;
   }

   #menu ul {
      margin: 0;      
      padding: 0;
      list-style: none;   
      }

   #menu li {
   margin-top: 10px;
       margin-right: 5px;
	   margin-left: 5px;
       padding: 0;
       float: left;
      }

   #menu li a {
      height: 45px;
      display: block;
      color: #aaa;
      text-decoration: none;
      float: left;
      line-height: 25px;
                border-right: #000000 0px solid;
      }

   #menu li a:hover {
      color: #fff;
      background: #333;
      }

#menu li.home a{
background: url('images/home.gif') no-repeat;
background-position: left center;
width: 72px;
   }
#menu li.home a:hover{
background: url('images/homeroll.gif') no-repeat;
background-position: left center;
width: 72px;
   }

#menu li.about a{
background: url('images/about.gif') no-repeat;
background-position: left center;
width: 90px;
   }
#menu li.about a:hover{
background: url('images/aboutroll.gif') no-repeat;
background-position: left center;
width: 90px;   
   }
   
#menu li.comics a{
background: url('images/comics.gif') no-repeat;
background-position: left center;
width: 102px;
   }
#menu li.comics a:hover{
background: url('images/comicsroll.gif') no-repeat;
background-position: left center;
width: 102px;
   }
   
#menu li.news a{
background: url('images/news.gif') no-repeat;
background-position: left center;
width: 70px;
   }
#menu li.news a:hover{
background: url('images/newsroll.gif') no-repeat;
background-position: left center;
width: 70px;
   }

#menu li.mail a{
background: url('images/mail.gif') no-repeat;
background-position: left center;
width: 166px;   
   }
#menu li.mail a:hover{
background: url('images/mailroll.gif') no-repeat;
background-position: left center;
width: 166px;   
   }

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

/* Contains Banner */
#banner {
	clear: both;
	height:350px;
	width:943px;
	margin-left: 29px;
	text-align: center;
	}

/* Wrapper for the content and primary/secondary widget sections */
#container {margin: 0 auto; 
	width:960px;}

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

	/* Contains site's main content */
	
	#comicsbanner {
	height:50px;
	width:550px;
	background-image:url('images/comicbanner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	}
	
	#comics {
	height:100px;
	width:550px;
	padding-bottom: 100px;
	}
	
	#news {
	height:50px;
	width:550px;
	background-image:url('images/newsbanner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	}
	
	#content {
	margin: 0px;
	width: 550px;
	padding-top: 1px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 15px;
	float: left;
	overflow: hidden;
	}

		/* Breadcrumb trail */
		.breadcrumb {}

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

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {
			font-size: 24px;
			font-weight: bold;
			text-transform:uppercase;
			}
			.single-title {
			font-size: 24px;
			font-weight: bold;
			text-transform:uppercase;
			}
			.page-title {	
			font-size: 36px;
			font-weight: bold;
			text-transform:uppercase;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* 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 {}

		/* 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 {
					list-style: none; 
					padding-left: 5px
					}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
						clear: both;
						float: left;
						margin: 10px;
						width: 500px;
						border: 2px solid #8C8C8C;
						-moz-border-radius: 10px;
      					-khtml-border-radius: 10px;   
      					-webkit-border-radius: 10px;
      					border-radius: 10px;
						padding: 10px 10px 10px 10px;
						}
							#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 {
						border-color: #007BC5;
						background-color: rgba(239,154,72,0.50);
						}
							#comments li.author a {
						color: #007BC5;
						}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
							float:left;
							}

							/* Comment meta data */
							#comments .comment-meta-data {
							padding-left: 100px;
							}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {
							padding-left: 100px;
							}

					/* 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 {
	margin: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
		.widget-inside {margin:0px; padding-top:0px;}
			.widget-title {margin: 0px; padding-top: 0px;}

	/* Primary widget section */
	#primary {margin: 0px;
	width: 310px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	overflow: hidden;
	font-family: 'Arial';
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {margin: 0px;
	width: 310px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	overflow: hidden;
	font-family: 'Arial';
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
	/* Widget table (calendar) */
.widget table {
	width: 300px;
	height: 250px;
	padding-left: 15px;
	font-size: 16px;
	font-variant: small-caps;
	}


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

#video {
	height:50px;
	width:215px;
	background-image:url('images/videosbanner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	}
	
#feeds {
	height:50px;
	width:222px;
	background-image:url('images/feedsbanner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	}

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	background-image:url('images/footerbg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 950px;
	padding-bottom: 120px;
	padding-left: 15px;
	padding-right: 35px;
	}

	/* Subsidiary widget section */
	#subsidiary {
	height: 160px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
		#subsidiary .widget {
		margin-right: 50px;
		display: block; 
		float: left;
		}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
	clear: left; 
	float: left;
	padding-top: 30px;
	padding-left: 10px;
	text-align: center;
	}
		#footer a {
		color: #007BC5; text-decoration: none;
		}
			#footer a:hover {
			color: #A32C28; text-decoration: none;
			}

		/* Footer extra */
		#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;}
		#footer .credit {
	display: inline;
	float: left;	
	margin-right: 9px;}