/*
Theme Name: SJB
Theme URI: www.sportjobsblog.com.au
Description: a-brief-description
Author: Michael McBride
Author URI: www.sportjobsblog.com.au
Template: thematic
Version: 1.0
.
General comments/License Statement if any. Please share and share alike.
*/


@import url('../thematic/style.css');


/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Header
-------------------------------------------------------------- */
#header {
    background:#fff;
}

#blog-title {
    font-size:36px;
    line-height:56px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:10px 0 0 0;
    border-bottom:1px solid #fff;
}

#blog-description {
    font-style:italic;
    font-size:8px;
    font-weight:bold;
    padding:1px 0 1px 0;
    color:#fff;
}

#blog-title a {
display:block; /* We do this so we can add a background image */
text-indent:-9000px; /* Hides the text--but not from search engines */
height: 130px; /* height of your logo, like 180px */
width: 940px; /* width of your logo, like 940px */
background:url(images/SJBlogHeader2.jpg) no-repeat top center; /* adds in the logo image */
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:13px;
    font-weight:bold;
    background:#0267B7;
    border-top:1px solid #fff;
    margin-top:-1px;
}
.skip-link {
    display:none;
}
.menu {
    padding:0px 0 0px 0;
    overflow:hidden; /* clears the inner float  */
}

.menu a {
    display:block;
    float:left;
    margin:0 60px 0 0;
    padding:1px 6px;
    background:#0267B7;
    color:#fff;
    font-weight:bold;
    border-top:1px solid #0267B7;
    text-decoration:none;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#0267B7;
    color:#fff;
    padding:15px 0 40px 0;
    border-top:2px solid #B5D1EA;
}
#footer a {
    color:#fff;
    font-weight:bold;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
    font-size:11px;
}
#siteinfo a {
    font-style:italic;
}


.entry-title {
    font-size:24px;
    line-height:26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#0267B7;
}
.entry-title a {
    text-decoration:none;
    color:#0267B7;
}

.entry-content img {
border:1px solid #ccc; /* color's up to you */
padding:4px; /* optional--but pretty! */
} 