/* 
Theme Name: Albert Madaula
Theme URI: http://arnancreative.com
Description: A design for Madaula's website based on Hybrid theme framework.
Author: Carles B. Arnan
Author URI: http://arnancreative.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 {font-family: helvetica, arial, sans-serif; font-size: 10px; margin: 0; padding: 0;n color: black; text-transform: uppercase;}

	/* Wrapper for everything inside of the body */
	#body-container {}

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

/* Hyperlinks */
a:link {color: black; text-decoration: none; outline-style: none;}
a:visited {color: black; text-decoration: none; outline-style: none;}
a:hover {color: yellow; text-decoration: none; outline-style: none;}
a:active {color: yellow; border: none; text-decoration: none; outline-style: none;}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {text-decoration: none;}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordewhite lists */
ul {list-style: none; padding: 0; display: inline;}
	ul li {list-style: none; display: inline; margin: 3px;}

/* Ordewhite 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 {margin: 3px;}
a img {border: 1px solid black;}
a img:hover {border: 1px solid yellow;}

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

/* Thumbnails */
.thumbnail {display: inline;}

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

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

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {text-align: left; margin-left: 25px;}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {font-size: 20px; font-weight: normal; margin: 30px 0 0 0;}
			#site-title a {color: black; font-weight:bold;}
			#site-title a:hover {background: url(images/madaula2.jpg) no-repeat; color: yellow; font-weight:bold;}
				#site-title a span {display: inline; font-size: 40px;}

		/* Site description/tagline */
		#site-description {display: none;}

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

/* Wrapper for navigation */
#navigation {display: none;}

	/* Page nav */
	#page-nav {}
		#page-nav ul { padding: 0; margin: 0;}
			#page-nav li {}
				#page-nav li a {}
			#page-nav li.current_page_item {}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {clear: both; padding: 0 20px 20px 20px;}

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

	/* Contains site's main content */
	#content {min-height: 250px;	}
	
	.home #content {text-align: left;}

		/* Breadcrumb trail */
		.breadcrumb {display: none;}

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

		/* Posts */
		.post {margin: 3px; float:left;}
		.single .post, .page .post {float: none; margin-left: 9px;}
		
		.single .post img, .page .post img {margin: 15px auto; display: block;}

			/* Post, page, and archive titles */
			.entry-title {display: none;}
			.single-title {display: block; margin-bottom: -10px; font-size: 12px; text-transform: uppercase; font-weight: normal; }
			.page-title {display: none;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {display: none; width: 300px; padding-top: 3px; }
			.single .post .byline, .page .post .byline {color: black; text-decoration: none;}
			.published {border: none;}
			.single .post .byline .text, .page .post .byline .text, .single .post .byline .author, .page .post .byline .author {display: none;}
			/* Full entries */
			.entry-content {}
			.single .post .entry-content, .page .page .entry-content  {text-align: left; margin: 28px auto 0; display: block;}	
			.single .post .entry-content p, .page .page .entry-content p {width: 560px; display: block; color: black;}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {display: none;}
			.single .post .entry-summary, .page .post .entry-summary {display: block;}

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

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

			/* Post meta data */
			.post-meta-data {display: none;}

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

		/* Navigation links */
		.navigation-links {
			margin: 0 10px; 
			clear: both; 
			text-transform: uppercase; 
			padding: 30px 0; 
			font-size:0;
			bottom:0;
			}
			
			.navigation-links .previous a {
				float: left; 
				font-size:0; 
				width: 50px; 
				height: 35px; 
				display: block; 
				background: url(images/previous.png);}
			
			.navigation-links .previous a:hover {
				background: url(images/previous-hover.png);}
			
			.navigation-links .next a {
				float: left;
				margin-left:50px;
				font-size:0; 
				width: 50px; 
				height: 35px; 
				display: block; 
				background: url(images/next.png);}
				
			.navigation-links .next a:hover { 
				background: url(images/next-hover.png);}


		/* 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 {display: none;}

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

		/* After content */
		#utility-before-content {display: block; clear: both; text-align: left; margin: 0 0 30px 5px;}
					#utility-before-content .widget {display: inline;}

		/* 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 {display: inline;}
		.widget-inside {display: inline;}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {float: left;}
			#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 {clear: both; padding: 15px; text-transform: none; bottom: 0px; text-align: left;}

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

	/* Footer section */
	#footer { color: black;}

		/* Footer extra */
		#footer .copyright {margin: 0 10px;}
		#footer .cwhiteit {}


