/* 
Theme Name: Rawington
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Kestutis Bruzas
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

@import url('../hybrid/library/css/22px.css');

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

/* Contains everything */
body {font-family:arial, sans-serif; color:#555555; font-size:11px; line-height:15px;}

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

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

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

/* Headers */
h1 {}
h2 {}
h3 {border-bottom:1px solid #555555;font-size:12px;}
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 {width:100%;}
	caption {}
	tr {}
	th {padding:5px; vertical-align: top;}
	td {padding:5px; vertical-align: top;}

table.border th, table.border td {border:1px solid #000!important;}
	
/* 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 {border-bottom:1px solid #555555;}

	/* Contains site title and tagline */
	#header { height:57px;}

		/* Site title */
		#site-title {margin:0;padding:0;float:left;height:57px;width:199px;background:transparent url(images/logo.gif) 0 0 no-repeat;}
			#site-title a {display:block;height:57px;width:199px;}
				#site-title a span {display:none;}

		/* Site description/tagline */
		#site-description {margin:0;padding:0;float:right;height:57px;width:230px;background:transparent url(images/img01.gif) 0 0 no-repeat;}
			#site-description span {display:none;}

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

/* Wrapper for navigation */
#navigation {}

	/* Page nav */
	#page-nav {height:24px;}
		#page-nav ul {margin:0;padding:0;list-style-type:none;float:right;}
			#page-nav li {margin:0;padding:0;display:block;line-height:19px;height:25px;float:left;}
				#page-nav li a {display:block;height:19px;line-height:19px;padding:0 5px;text-transform:uppercase;border-left:1px solid #555555;}
			#page-nav li.current_page_item, #page-nav li.current_page_parent {font-weight:bold;background:transparent url(images/img02.gif) 50% 100% no-repeat;}
			
#navigation2 {clear:both;margin:0; padding:0; height:23px; text-align: right; background-color:#e0e2e5;color:#8c8c8c;}
	#navigation2 ul {margin:0;padding:0;list-style-type:none;height:23px;float:right;}
		#navigation2 li {margin:0;padding:0;display:block;line-height:23px;height:23px;float:left;}
			#navigation2 a { text-transform:uppercase; display:block;height:23px;line-height:23px;padding:0 5px;text-transform:uppercase;border-left:1px solid #8c8c8c;}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {padding-top:30px;}

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

	/* Contains site's main content */
	#content {	}

		/* 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 {}
			.single-title {}
			.page-title {}
			.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 {}

						/* 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 {}
		.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
************************************************/
#footer-container {border-top:1px solid #dadada;}
#footer a:hover {color:#0099ff;}
#footer p {margin:0; padding:0;}