/*
Theme Name: Matrix Blog
Theme URI: http://matrix.co.uk/
Description: Theme development for the Matrix central Blog
Version: 2
Author: Darren Bayliss
Author URI: http://matrix.co.uk/

*/

/* Import central CSS files controlling Matrix website. */
@import url("../../../../css/default.css");
@import url("../../../../css/nav.css");

#blog { background-color: #fff; }
#blog #intro { height: auto; }

#blog-sidebar { padding: 0; margin: 0;  }
	#blog-sidebar form { text-align: right; }

#blog-sidebar,
#emailForm form { font-size: 1.2em; padding: 0; margin: 0; float: right; width: 180px; }


.blog-page-nav {  } /* Navigation that shows the "Older" & "Newer" links */
	.blog-nav-older {  }
	.blog-nav-newer {  }


#blog #flashHolder { margin-bottom: 20px; }
#blog #intro { width: 450px; }


#blog-sidebar-left { float: left; }
	#blog-sidebar-left h2 { float: right; }

#blog-categories {
	float: left;
	width: 260px;
	margin: 5px 20px 0 0;
	clear: left;
}
	#blog-categories h2,
	#blog h2.header-title { color: #000; background-color: transparent; text-align: right; padding: 0; font-size: 1.6em; }
	#blog-categories ul { width: 120px; float: left; list-style: none; text-align: right; margin: 0; padding: 0;}
	#blog-categories ul li { padding: 0; margin: 0; }
	#blog-categories ul li a { color: #B1B1B1; text-decoration : none; }
	#blog-categories ul li a:hover { color: #636363; }
	#blog-categories .current-cat a { color: #636363; }

	#blog h2.header-title { margin-bottom: 10px; }
	#blog h2.left { text-align: left; }

#blog #mainNav { height: auto; margin-bottom: 30px; }

#blog-title-container {  }
.blog-fancy-title { width: auto; color: #fff; font-weight: bold; display: block; padding: 3px; }
.blog-fancy-title a { color: #fff; text-decoration: none; }
.blog-fancy-title a:hover {  }

.blog-comment { width: 100%; }
.blog-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 5px 0 5px 0; }

.blog-post p.blog-links { clear: left; }
.blog-post .blog-thumb { clear: right;float :left;}