/*   
Theme Name: sp090414
Theme URI: 
Description: For Solorzano Photography. [a customized Thematic Child Theme]
Author: Paul Pomeroy
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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('1-over-3-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('default.css');

#header {
}

#header .hack {
  display:none;
}

#linkToMainSite {
  background:transparent url('img/logo72dpi.png') no-repeat 25px 25px;
  height:100px;
  width:230px;
  margin-left:25px;
  float:left;
  display:inline;
}

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

.entry-content img {
    margin-bottom:18px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    clear: both;
    padding:3px;
    border:#999 1px solid;
/*    border:#ccc 4px solid;
    border-top:#888 4px solid;
    border-left:#666 4px solid; */
}

.entry-content img.wp-smiley {
  border:0;
  display:inline;
  margin:0;
  padding:0 3px;
}

div.addthis_container img {
  border:0;
}

div#ss_slideshow {
  clear:both;
  width:100%;
  height:330px;
  background-color:#000;
  color:#fff;
  border-top:#000 30px solid;
}

body {
  background:#fff url('img/bg-tile02.png') fixed repeat; 
  color:#000;
  height:100%;
}

#branding {
display:none;
}

#wrapper {
  background:transparent url('img/dropshadow.png') repeat-y; 
}

/* make drop shadow mostly visible on the right side */
#header, #blogmenu, #main, #footer {
  margin:0 6px 0 2px !important;
}

div#linkToMainSite a {
  color:#fff;
  padding:0 0 90px 230px;
  text-decoration:none;
}

div#blogmenu {
  clear:left;
  margin:0 auto;
  width:990px;
  height:33px;
  background:#000;
  border-left:#000 1px solid;
  border-right:#000 1px solid;
}

body.blog div#blogmenu a#homelink, 
body.home div#blogmenu a#homelink {
  display:none;
}

div#blogmenu a#homelink {
  float:left;
  margin:0;
  padding:0 0 0 10px;
  color:#ddd;
  font-size:0.9em;
  line-height:33px;
  display:inline;
}

div#blogmenu a#infolink {
  background:#000 url('img/info-1.gif') no-repeat;
  height:24px;
  width:24px;
  margin:5px 0 0 10px;
  float:left;
  text-decoration:none;
  display:inline;
}

div#blogmenu a#infolink:hover {
  background:#000 url('img/info-2.gif') no-repeat;
}

#main {
  clear:both;
  background-color:#eee;
  color:#000;
}