/**
 * Theme Name: Xiion
 * Theme URI: http://www.iq-design.org/portfolio
 * Description: 
 * Author: Rebecca Quinlan
 * Author URI: http://www.rebeccaquinlan.com
 * Version: 0.1
 * Tags: threaded-comments, black, white, 
 * Template: hybrid
 *
 * Skeleton is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* 18px, 20px, 21px, 22px, 24px or 25px margins and line-height (don't use reset.css with these) */
	 @import url('../hybrid/library/css/25px.css'); 

/* Layout */
	 @import url('../hybrid/library/css/3c-c-fixed.css'); 

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
	 @import url('../hybrid/library/css/drop-downs.css'); 

/**
* Fonts
************************************************/

/* Luna Bar Regular */
@font-face {
	font-family: "Luna Bar Regular"; 
	src: url('fonts/lunabar.ttf') format('truetype');
} 

/**
* Body
************************************************/

/* Contains everything */
body {
	background: #000;
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

	/* Wrapper for everything inside of the body */
	#body-container {}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {color: #999;}
a:visited {color: #777;}
a:hover {}
a:active {color: #CCC}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	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 {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {clear: both; margin: 0 10px 10px 0;}
.right, .alignright {clear: both; margin: 0 0 10px 10px;}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {border: 3px solid #fff; padding: 8px; background: #000;}
a img {border: 3px solid #fff;}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {border: 1px solid #fff; padding: 0;}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {border: 1px solid #fff; padding: 0;}

/* Icons */
.rss-icon {border: none; padding: 0 5px 0 0; position: relative; top: 10px;}
/**
* Header
************************************************/

/* Contains entire header */
#header-container {height: auto; margin-top: 28px; }

	/* Contains site title and tagline */
	#header {margin-bottom: 36px;}
		#header .rss-main-container {float: right; position: relative; top: 58px; text-align: right; clear: left; width: 50px;}

		/* Site title */
		#site-title { margin-bottom: 0px; text-align: left; float: left;}
			#site-title a {}
				#site-title a span {font-size: 36px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; line-height:2; }

		/* Site description/tagline */
		#site-description {clear:both; text-align: left; font-size: 24px; font-weight: bold; float: left;margin-bottom: 25px;}
/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li {}
				#primary-menu li a {}
			#primary-menu li.current-menu-item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {border-top: 1px solid #333; }

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}
		#content .odd img {clear: both; margin: 0 10px 10px 0;float: left;}
		#content .even img {clear: both; margin: 0 0 10px 10px;float: right;}
		#content .odd .entry-title, #content .odd .byline, #content .odd .entry-meta {text-align: left; }
		#content .even .entry-title, #content .even .byline, #content .even .entry-meta {text-align: right; }


		/* Breadcrumb trail */
		.breadcrumb { display: none;}
			.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		.post {}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {margin-bottom: 5px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; line-height:2;}
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {margin-bottom: 10px; text-align: right;}

			/* Full entries */
			.entry-content {}
				.entry-content a {font-weight: bold; color: #fff;}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}
			
			/* Exif metadate */
			.exif{clear: both; text-align: right;}
			
			/* Entry metadata */
			.entry-meta {clear: both; font-size: 90%;}
			/* Biography Template */
			.author-profile ul.clear {clear: none; list-style: none;}
			

		/* Post series */
		.series {float: left; width: 400px; } 
			.series-title {}
			.series ul {list-style: none; margin: 0px 0px 25px 1.5em}

		/* Navigation links */
		.navigation-links { clear: both; }
			.navigation-links .previous {float: left; display:inline; padding: 5px 0;}
			.navigation-links .next {float: right; display: inline; text-align:right; padding: 5px 0;}

		/* 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 {width: 470px; float:right;}

			/* 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 metadata */
							#comments .comment-meta {}
								#comments .comment-meta 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 {float: right;}
							#respond textarea {}
								#respond .form-textarea label{float:left;}
								#respond textarea {}
						#respond #submit {}
							#respond #submit:hover {}

		/**
		* 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 {}
			
	.widget-rss {margin-bottom: 25px;}
	.widget-rss .widget-title {margin-bottom: 15px;}
	.widget-rss a p.rss-text {display: inline;}

	/* Primary widget section */
	#primary {padding-top: 10px}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {line-height: 2;}
				#primary .widget ul {list-style: square;}
				#primary .nav-menu ul {list-style: none; margin-left: 10px;}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {padding-top: 10px}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {line-height: 2;}
				#secondary .widget ul {list-style: none;}
					#secondary .widget ul li {}
	
	form#search-form {margin-bottom: 20px;}
	input#search-submit {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
	/* Twitter Widget */
		#twitter_div {height: 50px; list-style: none; background-image: url('img/twitBG.png'); background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; padding-top: 40px; margin-bottom: 120px; float: left;}
			#twitter_div ul#twitter_update_list {list-style: none; margin: 15px 0; display: inline;}
				#twitter_div ul#twitter_update_list li {margin: 10px; float: left; width: 220px;}
				#twitter_div p {float: left; clear: both; }
				
/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {width: 960px; border-top: 1px solid #333; padding-top: 20px;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {border-top: 1px solid #333;}

		/* Footer extra */
		#footer .copyright {display: inline; float: left; font-size: 80%;}
		#footer .credit {display: inline; float: right; text-align:right; font-size: 80%;}
