/**
 * Ana Starter Theme
 *
 */

/*
Structure
-------
*/

/* ID */
#wrapper{}
	#site{}
		#header{}
			#nav{}
			#sub_nav{}
		#content{}
			#post-ID{}
				#comment-ID{}
		#footer{}

/* Classes */
.wrapper{}
	.site{}
		.site_header{}
			.header_nav{}
			.header_sub_nav{}
		.site_blog{}
			.posts_post {}
				.comments_comment{}
		.site_footer{}

/* ID and Classes */
#wrapper.wrapper{}
	#site.site{}
		#header.site_header{}
			#nav.header_nav{}
			#sub_nav.header_sub_nav{}
		#content.site_blog{}
			#post-ID.posts_post {}
				#comment-ID.comments_comment{}
		#footer.site_footer{}

/*
Class List
----------
Every class is made by 2 words, it container and the description, so the class .header_title is for the blog title inside the header.
*/
#wrapper{}
#site.site{}

		#header.site_header{}
				.header_title{}
				.header_description{}
				.header_image{}

				#nav.header_nav{}
						.nav_pages{}
						.nav_categories{}
				#sub_nav.header_sub_nav{}
						.nav_breadcrumb{}
						.nav_search{}

				.sidebar_in_header{}

		#content.site_blog{}

				.blog_header{}

				.sidebar_left{}

				.sidebar_left_subsidiary{}

				.blog_posts{}

						.sidebar_before_posts{}

								.posts_title{}

						#post-ID.posts_post {} /* Just 1 post */
								.post_last{} 	/* to style the last post on the blog, not in WP default */
								.post_featured 	/* to style a feature post, not in WP default*/

								.post_header{}

										.post_title{}
										.post_avatar{}
										.post_author{}
										.post_time{}
										.post_edit{}

								.post_content{}

										.post_thumbnail{}
										.post_image{} /* When an image inside a post_data is acting as a thumbnail, not in WP default */
										.post_data{}
										.post_excerpt{}

								.post_footer{}
										.post_category{}
										.post_tags{}
										.post_paginated{} /* Paginated Post */
										.post_pagination{}

								.post_commentlink{}

								.post_trackbacklink{}

								.post_rating{}

								.post_share{}

								.post_related{}

								.post_comments{} /* All Comments */

										.comments_header{}

												.comments_title{}

										.comments_list{}

												#comment-ID.comments_comment{} /* Just 1 Comment*/

														.comment_header{}

																.comment_avatar{}
																.comment_author{}
																.comment_time{}
																.comment_meta{}
																.comment_reply{}
																.comment_edit{}

														.comment_data{}

																.comment_content{}

										.comments_footer

												.comments_pagination{} /* Paginated Comments */
												.comments_form{}

														.comments_form_header{}

																.comments_form_title{}
																.comments_form_cancelreply{}

														.comments_form_data{}

																.comments_form_loggedin{}
																.comments_form_logout{}
																.comments_form_author{}
																.comments_form_email{}
																.comments_form_url{}

														.comments_form_comment{}
														.comments_form_submit{}

														.comments_form_footer{}

						.post_empty{} /* When there is no post to show */

								.posts_pagination{} /* Main Blog Pagination*/

						.sidebar_after_posts{}

				.sidebar_right{}

				.sidebar_right_subsidiary{}

				.blog_footer{}

		#footer.site_footer{}

				.sidebar_in_footer{}

				.footer_copyright{}



/*
Sidebars and Widgets code
-------
*/

.blog_sidebar{}
		.widget{}
				.widgettitle{}


/*
pages.php

cosas que se borraron
.posts_pagination, Main pagination
.post_categories, las Pages, no tienen categorias asignadas
.post_tags, tampoco tienen tags asignados
.post.thumbnail, por que esto no es una Archive
.post_image. por que esto no es una Archive
.post_excerpt. por que esto no es una Archive

sidebars left, subleft, right, subright, before y after posts

cosas que se cambiaron
si los comentarios y trackbacks estan cerrados, NO se muestra ningun mensaje
si los comentarios estan cerrados, no se muestra el formulario, y ningun mensaje




cosas para hacer

documentacion
breadcrumb
gallery shortcode que se muestre bien


*/