/* 
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'); */

         @import url('../hybrid/library/css/3c-c-fixed.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'); */


          @import url('../hybrid/library/css/drop-downs.css'); 

/**
* Body
************************************************/

/* Contains everything */
body {
       background: #E8EAEC url("images/background.jpg") no-repeat center top;
       font-family: Courier New, Courier, monospace;
       font-size: 0.8em;      
       }

	/* Wrapper for everything inside of the body */
#body-container {}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
        color: #333;
        text-decoration: none;
        }
a:visited {color: #333333;}
a:hover {
        color: #CC0066;
        text-decoration: none;
        }
a:active {color: #333333;}

/* Headers */
h1, h2, h3, h4, h5, h6 {
         color: #333333;
         font-family: Verdana, Geneva, sans-serif;
         letter-spacing: 1px;
         }
h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {margin: 0 0 10px;}

/* Unordered lists */
ul {
     
    margin: 0;
    padding: 0;
    }

	ul li {list-style: none;}

/* 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 {border-color: #cccccc;
                  border-style: solid;
                  border-width: 1px 0 0 1px;}

	input {background: none repeat scroll 0 0 #ffffff;
               border-color: #cccccc;
               border-style: solid;
               border-width: 0 1px 1px 0;
               font-family: Courier New,Courier,monospace;}

        input:hover {color: #cc0066;}
	label {}
	option {}

/* Search */       
      #search {}
      #search-form-1 {float: right;}
      #search-form-1 input {font-family: "courier new", monospace;
                            letter-spacing: 1px;
                            border: 1px solid #dddddd;
                            border-width: 0 1px 1px 0;
                            padding: 7px; 
                            background: #ffffff;
                            color: #CC0066;
                            width: 210px;}
       

      #search .search-text {font-family: "courier new", monospace;  }
      #search-form-1 input:hover {}
      #search-form-1:hover {}
      #search-form-1 .search-submit { display: none; }

/* Drop caps */
.drop-cap {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {max-width: 450px;}
.block, .alignnone {max-width: 450px;}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
height: 208px;
width: 208px;
}

/* WP Captions [caption] */
.wp-caption {padding: 0 0 20px 0;}
	.wp-caption img { height: auto;
                          max-width: 100%;}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img { border: 1px solid #dddddd;}

/* Avatars */
.avatar {
        background: #ffffff;
        border: 1px solid #cccccc;
        float: left;
        margin: 0 10px 0 0;
        padding: 3px;
        height: 75px;
        width: 75px;
        }

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
                  height: 140px;
                  width: 960px;                                    
                  }

	/* Contains site title and tagline */
	                 #header {border-top: 5px solid;}
                 
                 

		/* Site title */
		#site-title {text-indent: -9999px;}

			#site-title a {
                                      background: url("images/heartlogoheader.gif") no-repeat;
                                      float: left;
                                      height: 120px;
                                      width: 120px;                                                               
                                      margin: 10px 0 0 0;
                                      }
                           
                        
                        #site-title a span {}

		/* Site description/tagline */
		#site-description {float: left;
                                   font-family: courier new;
                                   font-weight: normal;                                   
                                   letter-spacing: 2px;
                                   margin-top: 75px;
                                   }

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {}

/* Default page menu styles */
#primary-menu { position: relative;
	     z-index: 100;} /* Wraps the entire menu and anything hooked in. */

#primary-menu div.menu { } /* Wraps the unordered list. */

#primary-menu div.menu ul { } /* Styles the list. */

#primary-menu div.menu li {background: #ffffff; border: 1px solid #dddddd; border-width: 0 1px 1px 0; margin: 0 25px 0 0; padding: 0; } /* Styles list items. */

#primary-menu div.menu li:hover, #primary-menu div.menu li.sfhover {}

#primary-menu div.menu li a:hover {color: #ffffff; background-color: #cc0066;}

#primary-menu div.menu li a {float: left; padding: 8px; letter-spacing: 2px; } /* Styles the links within list items. */

#primary-menu div.menu li .sf-sub-indicator {display: none;} /* Styles the sub-menu indicator. */


#primary-menu div.menu li li {margin-top: 4px; margin-bottom: -4px; background: #ffffff;}
#primary-menu div.menu li li a {padding: 7px 7px 7px 20px; letter-spacing: 0; color: #333;}
#primary-menu div.menu li li a:hover {color: #ffffff; background: #CC0066;}
#primary-menu div.menu li li:hover {}



#primary-menu div.menu li.current-menu-item a {color: #ffffff; background-color: #cc0066;}
#primary-menu div.menu li li.current-menu-item a {color: #333; background-color: #ffffff;}
#primary-menu div.menu li.current-menu-item li a:hover {color: #333; background-color: #ffffff;}


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {position: relative;
	    z-index: 1;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
        
	#content {margin-top: 26px;}
                  
                   .content, #primary, #secondary {
	            z-index: 1;
	            }

                  .content {
                            background: #ffffff;
                            
                            padding:15px;
                            width:450px;
                            }



              .home .content { 
                             background: none;
                             border: none;                             
                             padding: 0px;
                             width: 480px; 
                             margin-top: 25px;                            
                             }

        

		/* Breadcrumb trail */
		.breadcrumb { display: none; }

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}


                .home .post {
                             background: none repeat scroll 0 0 #ffffff;
                             border-color: #dddddd;
                             border-style: solid;
                             border-width: 0 1px 1px 0;
                             clear: none;
                             float: left;
                             height: 270px;
                             margin: 0px 3px 10px 7px;
                             padding: 10px;
                             width: 208px;}
                
                

		/* Posts */
		.post {border-bottom: 5px solid #cc0066;              
                       margin-bottom: 30px;}
                
       
                 


			/* Post, page, and archive titles */
			.home .entry-title {text-align: center; line-height: 1.25em;}
                        .home .entry-meta {display: none;}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}
                        .author-description {min-height: 100px;}
			/* Author and date byline */
			.byline {
                        display: none;
                         }

			/* Full entries */
			.entry-content {}
.entry-content a {
        color: #CC0066;
        text-decoration: none;
        }

        
.entry-content a:visited {color: #cc0066;}
.entry-content a:hover {
        color: #CC0066;
        text-decoration: none;
        }
.entry-content a:active {color: #cc0066;;}

			/* Excerpts (introduced in Hybrid 0.4) */
			.home .entry-summary {display: none;}

                        .sticky{}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {color: red;}

			/* Post meta data */
			.post-meta-data {display: none;}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
                        .home .navigation-links {display: none;}
		        .navigation-links {}
			.navigation-links .previous {float: left;}
			.navigation-links .next {float: right;}

		/* 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 {
                                    background: none repeat scroll 0 0 #eeeeee;
                                    padding: 15px;
                                    }

			/* Comments section headers/titles */
			.comments-header {color: #CC0066;}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {list-style-type:none;
                                                      margin: 0;}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
                                                              border-bottom: 1px dashed;
                                                              margin-bottom: 15px;}
							#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 {
                                                        float: left;
                                                        height: 50px;
                                                        margin: 0 15px 15px 0;
                                                        width: 50px;
                                                        }

							/* Comment meta data */
							#comments .comment-meta-data {
                                                                                      color: gray;
                                                                                      font-family: verdana;
                                                                                      font-size: 10px;}

								#comments .comment-meta-data cite {
                                                                                                float: left;
                                                                                                margin: 0 5px 0 0;}

							/* Comment text */
							#comments .comment-text {min-height: 50px;
                                                                                 font-size: 12px;}

					/* 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 {
                                                                           border-color: #cccccc;
                                                                           border-style: solid;
                                                                           border-width: 1px 0 0 1px;
									   width: 410px;
                                                                           }
						#respond .button {
                                                                  background: none repeat scroll 0 0 #ffffff;
                                                                  border-color: #cccccc;
                                                                  border-style: solid;
                                                                  border-width: 0 1px 1px 0;
                                                                  font-family: Courier New,Courier,monospace;
                                                                  }
                                                #respond .button:hover {
                                                                        background: #CC0066;
                                                                        color: #ffffff; 
                                                                        }
						#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 {}
		.widget-inside {}
			.widget-title {
                                margin-bottom: 10px;
                                padding: 5px;
                                text-align: center;
                               }

                           .widget img {max-width: 220px;}

                                                     .widget .recent-posts-thumb {background: #ffffff;
                                                     border-color: #dddddd;                                  
                                                     border-style: solid;
                                                     border-width: 0 1px 1px 0;
                                                     float: left;                                  
                                                     margin: 0 10px;
                                                     padding: 5px;
                                                     width: 60px;}


	/* Primary widget section */
	#primary {margin-top: 25px;}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul 
                                                  {
                                                  list-style: none;
                                                  padding: 0;
                                                  margin: 0;
                                                  }
                                      
					#primary .widget ul li 
                                                         {
                                                          float: left;
                                                          margin: 0 0 10px 0;
                                                                                               
                                                          width: 220px;
                                                          }

                                 #primary .widget ul li a {}
                                 #primary .widget img 
                                                    {}
                                    



	/* Secondary widget section */
	#secondary {margin-top: 25px;}
		#secondary .widget {}
               
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}

					#secondary .widget ul li {
                                                             
                                                              float: left;
                                                              margin: 0 0 10px 0;
                                                              width:220px;  
                                                              }

                                 #secondary .widget img {}

.linkcat .widget-inside {text-align: center}
.linkcat .widget-title {}




/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
                   border-top: 5px solid;
                   margin-top: 20px;
                   }

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}
.menu-fmenu-container {
                      float: right;
                      padding: 7px;
                      }

		#menu-fmenu ul 
                             {
                             list-style-image: none;
                             list-style-type: none;
                             margin: 0; 
                             padding: 0;  
                             }

		#menu-fmenu li 
                             {
                             display: inline; 
                             margin-right: 25px;
                             }
				
                #menu-fmenu li a 
                               {
                                letter-spacing: 2px;
                                padding: 8px 20px;
                                text-transform: uppercase;
                                }
                
                #menu-fmenu li a:hover {background: #ffffff;}

		#menu-fmenu li.current_page_item {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {float: left;
                                    padding-top: 7px;}
		#footer .credit {float: right;
                                 padding-top: 7px;}



