/*   
Theme Name: Opus
Theme URI: 
Description: A photoblog template inspired by autofocus v1.
Author: Pat Heard & RP Birt
Author URI: http://fullahead.org/
Template: thematic
Version: 1.0
Tags: Opus
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* Opus CSS override starts */

/* Site width declarations */
body {
    font: 1.0em arial, Verdana, sans-serif;
    line-height: 1.3em;
    color: #444;

}

#branding,
#main,
#siteinfo,
#footer {
    width: 1000px;
    margin: 0 auto;
}



/* Hide unused elements */
#header .menu,
#nav-above,
#nav-below,
#access {
    display: none;
}




/* Header  */
#branding {
	position: relative;
    padding: 40px 0 0 20px;;
}

#blog-title a {
	position: absolute;
	top: 25px;
	left: 20px;

	text-indent: -1000em;
	width: 367px;
	height: 85px;
	
	background: url(img/title.png) no-repeat 0 0;
	
	
    /* uncomment if you ever want to go back to straight text
    font: 2.3em arial, sans-serif;
    letter-spacing: -0.01em; */
}

#blog-title a:hover {
	background-position: 0 -85px;
}

#blog-description {
	display: none;
    /* font: italic 1em arial, sans-serif;*/
}

#header {
    height: 70px;
}


/* Header/footer navigation controls */
.nav-arrows { 
    position: relative;
    top: 5px;
    left: -68px;

    float: right;
    height: 32px;
    width: 97px;
    overflow: hidden;
    
    margin: 0;
    padding: 0;
    
    list-style: none;
    background: url(img/nav.png) no-repeat 0 0;
}

.nav-arrows li {
    margin: 0;
    padding: 0;
    display: inline;    
}

.nav-arrows a {
    float: left;
    height: 32px;
    width: 32px;
    text-indent: -1000px;
    background: url(img/nav-prev.png) no-repeat 0 0;
}

.nav-arrows .next a {
    float: right;
    background: url(img/nav-next.png) no-repeat 0 0;
}

.nav-arrows .home a {
    float: none;
    position: absolute;
    top: 0;
    left: 32px;
    background: url(img/nav-home.png) no-repeat 0 0;
}


.nav-arrows a:hover {
    background-position: 0 -32px;
}




/* Main containers */
#container,
#content {
    width: 804px;    
}

.home #container,
.home #content {
    width: 1000px;
}




/* Post styling  */
.page-title,
.entry-title {
    padding-top: 10px;
    font: 1.6em arial, sans-serif;
    letter-spacing: -0.01em;
}

.page-title {
    position: relative;
    top: -5px;
    padding: 0 0 20px 0;
    margin: 0;
}

.entry-content {
    padding: 10px 0;
}

.entry-utility {
    clear: both;
}

.entry-utility span.delimit {
    padding: 0 5px;
    color: #bbb;
}

.entry-utility p {
    padding: 0;
    margin: 5px 0;
}

.meta-prep-author {
    text-transform: lowercase;
}

.navigation {
    padding: 25px 0;
}



/* Comments */
#comments {
    display: none;
}



/* Thumbnail links on archive and category pages */
ul#thumb-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#thumb-links li {   
    float: left;
    width: 220px;
    height: 220px;    
    
    margin: 0 70px 70px 0;
    padding: 0;
    
    position: relative;
    overflow: hidden;    
}

ul#thumb-links li.third {
    margin-right: 0;
}

ul#thumb-links li a {   
    position: absolute;
    left: -100px;
    top: 0;
    
    text-decoration: none;
    color: #111;
}

ul#thumb-links li a img {
    position: relative;
    z-index: 1;
}

ul#thumb-links li span {
    display: block;
    visibility: hidden;

    position: absolute;    
    z-index: 2;
    left: 0;
    bottom: 0;
    
    width: 200px;
    padding: 10px;   
    
    font: bold 0.9em arial, sans-serif;    
    background: #fff;
}




/* Sidebar */
#primary {
    position: relative;
    top: -25px;

    width: 136px;
    padding: 0 0 0 60px;
    
    font: 0.8em arial, sans-serif;
    
    color: #444;
    border: 0;
}

#primary h3 {
    padding: 20px 0 5px 0;
    font: 1.3em arial, sans-serif;
    font-style: normal;
    color: #111;
}

#primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary ul li {
    margin: 0;
    padding: 3px 0;
}

#primary ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #919699;
}

#primary ul li a:hover {
    color: #FF4B33;
}




/* Footer */
#footer {
    padding: 0 0 0 20px;
    border: 0;
}

#footer .nav-arrows {
    top: -25px;
}



/* Lightbox magnifying glass overlay */
#lightbox-overlay {
  position: absolute;
  left: -5000px;
  top: -5000px;
  height: 39px;
  width: 39px;
  background: url(img/lightbox-overlay.png) no-repeat 0 0;
}






/* Custom homepage */
.home .attach-post-image {
    display: block;
    height: 300px;
    background-repeat: repeat;
    background-position: 50% 50%;
}


/* Row 1 */
.home .featured.post {
    position: relative;
    
    float: right;
    height: 275px;
    width: 649px;
    margin: 0;
    overflow: hidden;   
    
    border-bottom: 5px solid #FFF;
}

.home .featured.post .post-content {
    width: 629px;
}

.home .featured.post.p1 {   
    border-right: 5px solid #FFF;
    width: 345px;
}

.home .featured.post.p1 .post-content { 
    width: 325px;
}


/* Row 2 */
.home .featured.post.p2 {   
    width: 264px;
}

.home .featured.post.p2 .post-content {
    width: 244px;
}

.home .featured.post.p3 {
    border-right: 5px solid #FFF;
    width: 420px;
}

.home .featured.post.p3 .post-content {
    width: 400px;
}

.home .featured.post.p4 {
    border-right: 5px solid #FFF;
    width: 305px;
}

.home .featured.post.p4 .post-content {
    width: 285px;
}


/* Row 3 */
.home .featured.post.p5 {
    width: 509px;
}

.home .featured.post.p5 .post-content {
    width: 489px;
}

.home .featured.post.p6 {
    border-right: 5px solid #FFF;
    width: 485px;
}

.home .featured.post.p6 .post-content {
    width: 465px;
}


/* Row 4 */
.home .featured.post.p7 {   
    width: 300px;
}

.home .featured.post.p7 .post-content {
    width: 280px;
}

.home .featured.post.p8 {
    border-right: 5px solid #FFF;
    width: 350px;
}

.home .featured.post.p8 .post-content {
    width: 330px;
}

.home .featured.post.p9 {
    border-right: 5px solid #FFF;
    width: 339px;
}

.home .featured.post.p9 .post-content {
    width: 319px;
}


.home .post-content {    
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #FFF;
    visibility: hidden;
}

.home .post-content p {
    margin: 0;
    padding: 0;
}

.home .post-content a {
    font-weight: bold;
}

.home .post-content-title {
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
    
    width: 100%;
    height: 100%;
    line-height: 1em;

    margin: 0;
    padding: 0;
}

.home .post-content-title a {
    display: block;
    height: 100%;
}

.home .post-content-excerpt {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    width: 90%;
}

.home .post-content-title a span {
    visibility: hidden;
}

.home .post-content:hover, .home .post:hover .post-content {
    visibility: visible;
}

.home .post .bigdate {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 60;
    
    font: 2.5em arial, sans-serif;  
    letter-spacing: -0.05em;
    
    color: #fff;
    border: 0;
}

.home .featured a:hover {
    color: #444;
    text-decoration: none;
}