/*
Theme Name: Blank Theme
Theme URI:
Description: The Blank Wordpress Theme has been developed by Nybble Digital in the eternal quest for a great, easy-to-use and fully customisable yet bare-bones Theme upon which we can build an awesome website...
Author: Nybble Digital
Author URI: http://nybble.com.au
Version: 0.1
Tags:


*/

/*
 ____     __   __        __   _______     _______     __         ________
|    \   |  |  \  \    /  /  |   __   |  |   __   |  |  |       |   _____|
|     \  |  |   \  \  /  /   |  |__|  |  |  |__|  |  |  |       |  |___
|  |\  \ |  |    \  \/  /    |       /   |       /   |  |       |   ___|
|  | \  \|  |     \    /     |   __  \   |   __  \   |  |       |  |
|  |  \     |      |  |      |  |__|  \  |  |__|  \  |  |_____  |  |_____
|__|   \____|      |__|      |________|  |________|  |________| |________|

*/


/*** GLOBAL : GENERAL STYLE DEFAULTS ================================================================== ***/




/*** PAGE LAYOUT ====================================================================================== ***/

/* Styles that affect the entire layout of the page */




/*** HEADER : OTHER =================================================================================== ***/



/*** CONTENT : POSTS AND PAGES ======================================================================== ***/

/* Entry and Page Titles */
h1.entry-title 										{ }
h2.entry-title 										{ font-size: 1.7em;}
h2.entry-title a 									{ text-decoration: none; }
h2.entry-title a:hover 								{ color: #0078bf;}
h1.page-title 										{ }

/* Media Alignment */

/* Style for right-aligned images in posts:; */
.alignright 											{ padding: 8px 0 8px 8px; float: right; }

/* Style for left-aligned images in posts:; */
.alignleft												{ padding: 8px 8px 8px 0; float: left; }

/* Entry Content */

/* Style that affects actual entry/post content:; */
.entry-content 										{ }
.entry-content a 									{ }
.entry-content a:hover 						{ }
.entry-content h1, h2, h3, h4, h5 { }
.entry-content ol li 							{ }

/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
.entry-utility 										{ }

/* Style for the entry metadata (author, etc.) */
.entry-meta 											{ }

/* Style for the skip link */
.skip-link												{ /*position: absolute; left: -9000px;*/ }

/* Style for the navigation links (next/previous post) on a given post */
.navigation												{  }


/*** CONTENT : COMMENTS ***/

/* Style that affects the DIV containing all the comments */
div#comments 											{ }

/* H3 header style for comments */
.comments h3 											{ }

/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
.comments ol 											{ }

/* Style each list item in the comments ordered list */
.comments ol li 									{ }

/* Style for the user avatar beside each comment */
.comments img 										{ float: left; margin: 0 12px 8px 0; }

/* Style that applies to each individual comment in a series of comments */
.comments .comment 				{ }

/* A style that refers to the children (as in, responses to) any given comment */
.children ul li 					{ }

/* Style for the "Reply" link on a comment */
.comment-reply-link 			{ }

/* Style for metadata for a comment */
.comment-meta 		 				{ }

/* DIV that contains the comment response form */
div#respond 							{ }

/* H3 header for the comment response form */
div#respond h3 						{ }


/*** CONTENT : SIDEBAR ==================================================================================== ***/

/* Primary Widget Area DIV */
div#primary 							{ }

/* Secondary Widget Area DIV */
div#secondary 						{ }

/* Class that applies to BOTH widget areas */
.widget-area 							{ }

/* Class that applies to each item in each widget area (an unordered list class) */
.xoxo 										{ }


/*** FOOTER ============================================================================================== ***/
div#FOOTER 								{ float: left; clear: both; }


