/* 
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; text-align: center; margin: 0; padding: 0;n color: #191970; text-transform: uppercase;}

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

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

/* Hyperlinks */
a:link {color: #191970; text-decoration: none; outline-style: none;}
a:visited {color: #191970; text-decoration: none; outline-style: none;}
a:hover {color: #696969; text-decoration: none; outline-style: none;}
a:active {color: #696969; 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;}
	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 #191970;}
a img:hover {border: 1px solid white;}

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

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

		/* Site title */
		#site-title {font-size: 20px; font-weight: normal; margin: 30px 0 0 0; text-align: center;}
			#site-title a {background: url(images/madaula.jpg) no-repeat; width: 300px; height: 69px; display: block; margin: 0 auto 10px auto;}
			#site-title a:hover {background: url(images/madaula2.jpg) no-repeat; }
				#site-title a span {display: none;}

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

/**
* Menu fixed
************************************************/

 .about a {background: url(images/about.jpg) no-repeat; width: 52px; height: 36px; display: block; margin: 0; float: left; }
 .about a:hover {background: url(images/about2.jpg) no-repeat; }

 .diary a {background: url(images/diary.jpg) no-repeat; width: 58px; height: 36px; display: block; margin: 0; float: left; }
 .diary a:hover {background: url(images/diary2.jpg) no-repeat; }

 .shop a {background: url(images/shop.jpg) no-repeat; width: 51px; height: 36px; display: block; margin: 0; float: left; }
 .shop a:hover {background: url(images/shop2.jpg) no-repeat; }

 .links a {background: url(images/links.jpg) no-repeat; width: 53px; height: 36px; display: block; margin: 0; float: left; }
 .links a:hover {background: url(images/links2.jpg) no-repeat; }

 a span {display: none;}

.about, .diary, .shop, .links {margin: 0;}

#text-596179061 {width: 214px; display: block; clear: both; margin: 0 auto 80px auto;}

.cat-item-19 {display: none;}

/**
* 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 {color: #000080; min-height: 250px;	}

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

		.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:0; font-size: 30px; 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; margin: 0 auto; padding-top: 3px; }
			.single .post .byline, .page .post .byline {display: block; color: #000080;}
			.published {text-decoration: 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: 0 auto; display: block;}	
			.single .post .entry-content p, .page .page .entry-content p {width: 560px; display: block; margin: 0 auto; color: #000080;}

			/* 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 {padding: 0; margin: 0 auto; width: 560px; color: #000080; display: none;}
			.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 {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 {}

		/* Before content */
		#utility-before-content { clear:both; margin:0 auto 20px;}

			#utility-before-content .current-cat a {color: #191970; text-decoration: underline;}
			#utility-before-content .cat-item-8 {display: none;}
			#utility-before-content .cat-item {margin: 0 7px;}

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

/* Wrapper for the entire footer */
#footer-container {clear: both; padding: 15px; text-transform: none; bottom: 0px;}

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

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

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


/**
* Diary single-category-diary + shop
************************************************/


.home .content .category-shop {display: none;}

.category-diary .content .post, .single-category-diary .content .post {float: none; clear: both;  }
	
.category-diary .content .post img, .single-category-diary .content .post img {margin: 15px auto; }

.category-diary .content .post .entry-title, .single-category-diary .content .post .entry-title {display: block; margin: 0; font-size: 16px; font-weight: bold;}

.category-diary .content .post .entry-summary {display: none; text-transform: none; font-size: 10px;}

.category-diary .content .post .byline {display: block; text-transform: none;}

.category-diary .content .post .byline .text, .category-diary .content .post .byline .vcard, .category-diary .content .post .byline .separator, .single-category-diary .content .navigation-links {display: none;} 

.category-diary .content .post .entry-content a, .single-category-diary .content .post .entry-content a {text-decoration: underline;}

.category-diary .content .post .entry-content a:hover, .single-category-diary .content .post .entry-content a:hover {text-decoration: none;}

.single-category-diary .content .post {margin-bottom: 20px; text-transform: none;}

.single-category-diary .content .post .entry-content {text-align: center; font-size: 12px;}

.home .content .category-diary {display: none;}

