/*
THEME NAME: Junction
THEME URI: http://patdryburgh.net/junction/
DESCRIPTION: A Child-Theme based on Thematic
Template: thematic
VERSION: 0.1
AUTHOR: Pat Dryburgh
AUTHOR URI: http://patdryburgh.net
TAGS: three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS, blue, sifr
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
Junction Special Thanks:

J. Bradford Dillon - http://jbradforddillon.com
Kevin Van Lierop - http://kvl.name/blog/
Ian Stewart - http://themeshaper.com
*/

@import url('../thematic/style.css');
@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/sitemeta.css');
@import url('plugins.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');

/* General */

body {
	background:url('images/body_bg.jpg') top center;
	color:#F5F5F5;
	font-family:"Helvetica Neue", Arial, sans-serif;
	}

a:link,a:visited {
	color:#bdc4d2;
	text-decoration:none;
	}

a:hover {
	color:#FFF;
	}

blockquote {
	margin: 0 0 1em 10px;
	padding: 6px 20px;
	width: 80%;
	background: url('images/aside_bg.png');
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	}
	
#wrapper {
	border:0;
	background:url('images/header_bg.jpg') top center repeat-x;
	}

/* Header */

#header {
	background:transparent;
	height:133px;
	width:940px;
	margin:0 auto;
	}

#branding {
	width:370px;
	float:left;
	}

#blog-title {
	border:0;
	padding: 50px 0 0;
	line-height:1em;
	font-size:36px;
	font-family: Rockwell, "Helvetica Neue", Arial, Serif;
	font-weight: bold;
	color:#828b9e;
	text-transform: uppercase;
	}

#blog-title a {
	color:#828b9e;
	}
	
#blog-title a:hover {
	color: #c8cedb;
	}
	
#menu {
	width:500px;
	}

#access {
	background:transparent;
	border:0;
	font-size:1em;
	font-family:"Helvetica Neue", Arial, Sans-Serif;
	text-transform:uppercase;
	padding:55px 0 0;
	}

#menu a {
	display:block;
	background:#e9ecf2 !important;
	float:left;
	color:#828b9e;
	text-decoration:none;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 10px 0 0;
	padding:3px 6px;
	}

#menu a:hover {
	background:#f4f4f5 !important;
	color:#828b9e;
	border:0;
	}
	
#menu .current_page_item a,#menu a:focus {
	background:#f4f4f5 !important;
	color:#828b9e;
	}

#blog-description {
	margin-top:-18px;
	font-size:1.4em;
	padding-bottom:10px;
	font-style:normal;
	color:#828b9e;
	text-transform:uppercase;
	}

/* Main Section */

.entry-title {
	line-height:1em;
	font-size:28px;
	font-family: Rockwell, "Helvetica Neue", Arial, Serif;
	color:#C8CEDB;
	text-transform: uppercase;
	}
	
.entry-title a {
	color:#C8CEDB;
	text-decoration: none;
	}

.entry-title a:hover {
	color: #FFF;
	}
	
#main .aside h3 {
	line-height:1em;
	font-size:16px;
	font-family: Rockwell, "Helvetica Neue", Arial, Serif;
	color:#F5F5F5;
	text-transform: uppercase;
	}
	
#footer .aside h3 {
	line-height:1em;
	font-size:16px;
	font-family: Rockwell, "Helvetica Neue", Arial, Serif;
	color:##828b9e;
	text-transform: uppercase;
	}
	
.hentry {
	border-top:0;
	}
	
.hentry img {
	padding: 7px;
	background: url('images/aside_bg.png') !important;
	}
	

#main {
	background:url('images/main_bg.jpg') top center no-repeat !important;
	}

#content {
	width:500px;
	margin:0;
	}
	
#secondary {
	clear:none;
	}

.entry-utility {
	background: url('images/aside_bg.png');
	-moz-border-radius:12px !important;
	-webkit-border-radius:12px !important;
	padding: 4px 0 12px 8px;
	}

/* Asides - Use "Asides" category for short posts */

body.home div.category-asides {
	border: 0;
	margin:21px 0;
	padding: 8px 20px;
	background: url('images/aside_bg.png');
	-moz-border-radius:12px !important;
	-webkit-border-radius:12px !important;
	}

body.home div.category-asides .entry-content {
	margin:0;
	}

body.home div.category-asides blockquote {
	font-size:13px;
	font-style:normal;
	margin:0;
	}

body.home div.category-asides .comments-link {
	margin:0 0 0 .125em;
	}

body.home div.category-asides .entry-utility {
	background:none !important;
	}

/* Comment Numbers */

.entry-utility .comment-number {
	display:block;
	width:80px;
	height:61px;
	font-size:2.2em;
	font-weight:700;
	color:#F8F8F8;
	float:right;
	padding-top:18px;
	font-style:normal;
	background:url('images/comment_no_bg.png') top left no-repeat;
	text-align:center;
	margin:-28px -4px 0 0;
	}

.entry-utility .comment-number a {
	color: #F5F5F5;
	}

.entry-utility .comment-number-zero {
	display:block;
	width:80px;
	height:61px;
	font-size:2.2em;
	font-weight:700;
	color:#F8F8F8;
	float:right;
	padding-top:18px;
	font-style:normal;
	background:url('images/comment_no_bg_zero.png') top left no-repeat;
	text-align:center;
	margin:-28px -4px 0 0;
	}

body.home div.category-asides .entry-utility .comment-number {
	display:inline;
	font-size:1em;
	font-weight:400;
	font-style:italic;
	background:none;
	float:none;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	padding-top:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important; 
	width: auto !important;
	height: auto !important;
	}

#site-meta,body.home div.category-asides .entry-title,body.home div.category-asides .entry-meta,body.home div.category-asides .page-link, .entry-utility .comment-no-show, body.home div.category-asides .entry-utility .comment-number-zero, body.home div.category-asides .entry-utility .comment-number {
	display:none;
	}

body.home div.category-asides *,body.home div.category-asides .entry-utility .comment-no-show, body.home div.category-asides .entry-utility .comment-no-show {
	display:inline;
	}

/* Comment Section */

#comments, #respond {
	background-color: transparent;
	border: 0;
	}
	
#comments h3, #respond h3 {
	text-align: left;
	padding-left: 0;
	}
	
#comments li {
	background: url('images/aside_bg.png');
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border: 0;
	}
	
#comments li.byuser {
	background: #fdfdfd url('images/footer_bg.jpg') top center repeat-x;
	border: 0;
	color: #4f535a !important;
	}

#comments li.byuser a {
	color: #8e939f;
	text-decoration: none;
	}
	
#comments li.byuser a:hover {
	text-decoration: underline;
	}
	
/* Footer */
	
#footer {
	background: #fdfdfd url('images/footer_bg.jpg') top center repeat-x;
	border: 0;
	color: #4f535a !important;
	}
	
#footer a {
	color: #8e939f;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	