/*
	Theme Name: Private Collection
	Theme URI: http://susandods.com/
	Description: Susan Dod's Private Collection template
	Author: Pat Heard
	Author URI: http://fullahead.org/
	Template: thematic
	Version: 1.0
	
	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
*/


/* -------------------------------------------------------------- 
   
   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;
}



/* --------------------------------------------------------------    
   HTML Elements  
   -------------------------------------------------------------- */ 

body {
  margin: 0;
  padding: 0;
  font: normal 0.9em Arial,Verdana,Sans-Serif;

  color: #FFF;
  background: #464646  url(img/body.jpg) repeat-x top left;
  background-attachment: fixed;
  }
  
h3 {
  padding: 15px 0 0 0;
  font: 1.2em georgia, serif;  
}  
  
a:link,
a:visited{
  color: #FCEFA4;
  text-decoration: none;
  outline: none;
  }


a:hover {
  color: #F59237;
  }

a img {
  border-width: 0;
  }

p {
  margin: 1.5em 0;
  }
  
:-moz-any-link:focus {
  outline: none;
}


/* --------------------------------------------------------------    
   Header  
   -------------------------------------------------------------- */ 

#header {
  position: relative;
  padding: 0;
  margin: 0;
  height: 155px;
} 

#blog-title,
#branding {
  padding: 0;
  margin: 0;
}

#blog-title a {
  position: absolute;
  top: 35px;
  left: 0;
  
  text-indent: -2000px;  
  width: 347px;
  height: 72px;
  
  background: url(img/private_collection.png) no-repeat top left;  
}
 
#access {
  display: none;
}



/* Top level menu */
#header ul {
  float: right;
  position: relative;
  list-style: none;
  margin: 75px 0;
  padding: 0;    
}

#header ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#header ul li a {
  padding-left: 3em; 
}


#header ul li a img {
  position: relative;
  top: 2px;
}

/* Menu hovers */
#header ul li a span.hover {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 120px;
  height: 71px;
  padding: 10px 0;
  
  font-size: 0.9em;
  text-align: center;
  
  color: #ddd;
  background: url(img/menu_hover.png) no-repeat top left;
  cursor: pointer;
}

#header ul li a:hover span.hover {
  top: -76px;
  left: 47px;
  border-top: 1px solid #000;
}

#header ul li a:hover span#second {
  left: 205px;
}

#header ul li a:hover span#third {
  left: 320px;
}


#description {  
  clear: both;  
  padding: 0 0 25px 0;
  margin: 0;

  line-height: 1.4em;
  text-align: justify;
}

#description a {
  color: #FECA4B;
}

#description a:hover {
  color: #FFF;
}

#description h2 {
  margin: 0;
  padding: 0 0 48px 0;
}

#description p {
  margin: 0;
  padding: 0 0 10px 0;
}
  
  
  
  
  
/* --------------------------------------------------------------    
   Content containers  
   -------------------------------------------------------------- */  

#main {
  clear: both;
  padding: 0;
  margin: 0;
}
  
#wrapper {
  padding: 0 10px;
  margin: 0 auto;
}

@media all {
  #wrapper {
    width: 960px;
    }
  }


@media handheld {
  #wrapper {
    width: 90%;
    }
  }


@media all {  
  #content {
    width: 580px;
    float: right;
    position: relative;
    right: 47px;
    }
    
  .main-aside {
    width: 260px;
    padding-left: 20px;
    float: left;
    position: relative;
    left: 27px;
    }
  }

@media handheld {
  #content {
    width: 100%;
    float: none;
    }    
  .main-aside {
    width: 100%;
    float: none;
    }
  }
  
#footer {
  clear: both;
  margin: 0;
  padding: 40px 0 40px 333px;
  font: normal 0.7em "trebuchet ms", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FECA4B;
}

/* Post navigation */

#nav-above {
  display: none;
}


#nav-below { 
  float: left;
  width: 580px;

  font: normal 0.7em "trebuchet ms", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;  
  
  background: url(img/nav-below.png) no-repeat 0 50%;
}

#nav-below a {
  width: 250px;
  padding: 15px 20px;
  color: #6c6c6c;
}

#nav-below a:hover {
  color: #fff;
}

#nav-below .nav-previous a {    
  float: left;
  padding-right: 5px;
}

#nav-below .nav-next a {  
  float: right;  
  text-align: right;
  padding-left: 5px;
}

#nav-below .meta-nav {
  display: none;
}

.page-title {
  margin: 0;
  padding: 0 0 30px 0;

  font: normal 2em georgia, serif;
  letter-spacing: 0em;

  color: #fff;
}



/* --------------------------------------------------------------    
   Sidebar  
   -------------------------------------------------------------- */  


/* For large 250x250px image */
#teaser {
  position: relative;  
  left: 47px;
}

#teaser img {
  margin: 0 0 25px 0;
  border: 2px solid #353535;
}

a:hover#teaser img {
  border: 2px solid #1F1F1F; 
}


ul.xoxo,
ul.xoxo ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.xoxo li {
  display: inline;
}

ul.xoxo h3 {
  padding: 30px 0 5px 0;
  margin: 0;
  font: bold 0.85em arial, sans-serif;
  letter-spacing: 0.1em;
  color: #FECA4B;
}

ul.xoxo li a {
  padding: 5px 0;
  display: block;
}

/* Search widget */
.widget_thematic_search #s,
.widget_thematic_search #s:hover {
  width: 238px;
  margin: 5px 0;
  padding: 10px 8px;
  font: 0.85em arial, sans-serif;
    
  color: #6c6c6c;
  background: url(img/search-bg.png) no-repeat 0 0; 
  border: 0;
}

.widget_thematic_search #s:focus {
  color: #aaa; 
}

.widget_thematic_search .widgettitle,
#searchsubmit {
  display: none;
}

/* Chinese page link */
.widget_pages h3 {
  display: none;
}

.page-item-2 a {
  height: 10px;
  margin-top: 25px;
  text-indent: -2000px;
  background: url(img/chinese-link.png) no-repeat 0 0;
}



/* --------------------------------------------------------------    
   Posts  
   -------------------------------------------------------------- */ 

@media all {
  .post .entry-meta {
    margin: 0;
    padding: 0 0 5px 0;
    font: normal 0.7em "trebuchet ms", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
    color: #FECA4B;
    }
  .post {
    clear: both;
    margin: 0 0 20px 0;
    padding-bottom: 1.5em;
    }
  }
  
@media handheld {
  .post .entry-meta  {
    padding: 0 1.5em 0 1.5em;
    }
  .post {
    padding: 0 1.5em 0 1.5em;
    }
  }

.post .entry-title {
  margin: 0;
  padding: 0 0 5px 0;

  font: normal 1.7em georgia, serif;
  letter-spacing: 0em;

  color: #FCEFA4;
  }  

.post .entry-title a {
  text-decoration: none;
  
  }

.entry-title a:hover {
  color: #FFF;
  }

.post .entry-content {
  text-align: justify;
  line-height: 1.4em;
  }

.post .image {
  margin: 2em 0;
  text-align: center;
  }

.post .caption {
  display: block;
  font: 0.7em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FECA4B;
  }

.post .image a img {
  padding: 5px;
  border: 1px solid #222;
  }

.post .image a:hover img {
  border: 1px solid #FFF;
  }

.post blockquote {
  margin: 1em 0;
  background: #424141;
  }

.post blockquote p {
  margin: 5px;
  padding: 7px 14px;
  }

.post .entry-utility {
    margin: 0;
    padding: 8px 0 0 0;
    font: normal 0.7em "trebuchet ms", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FECA4B;
  }
  
table td img {
  padding: 0 10px;
  }
  
.post .result-thumb {
  float: left;
  padding: 5px 15px 0 0;
}



/* --------------------------------------------------------------    
   Comment Display
   -------------------------------------------------------------- */ 

#comments {
  clear: both;
  padding: 10px 0;
}

#comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#comments li {
  clear: both;
  text-align: justify;
  line-height: 1.4em;  
  padding: 10px 0;
}

#comments .comment-author {
  float: left;
  width: 70px;
  position: relative;
  
  font: normal 0.7em "trebuchet ms", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#comments .comment-author img {
  display: block;
  width: 50px;
  height: 50px;
}

#comments .comment-author .fn {
  position: absolute;
  left: 70px;
  top: 0;
  width: 410px;
}

#comments .comment-meta,
#comments .unapproved,
#comments .comment-content {
  float: right;
  width: 510px;
}

#comments .comment-meta {
  padding-top: 15px;
}

#comments .comment-meta,
#comments .unapproved {
  font: normal 0.7em "trebuchet ms", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FECA4B;
}

#comments .unapproved {
  color: #999;
}

/* --------------------------------------------------------------    
   Comment Posting
   -------------------------------------------------------------- */ 
   
#respond {
  clear: both;
  padding: 10px 0;
}


#respond .form-section {
  padding: 5px 0;
}

#respond label {
  padding: 0 0 3px 0;
}

#respond .required {
  color: red;
}

#respond .form-section input, 
#respond .form-section textarea {  
  margin: 5px 0;
  padding: 8px 6px;
  font: 0.85em arial, sans-serif;  

  color: #aaa;
  background: #343434 url(img/field-bg.png) no-repeat 0 0;
  border: 0;
}

#respond .form-section input {
  width: 300px;
}

#respond .form-section textarea {
  width: 400px;
}

#respond code {
  padding: 20px 0 0 0;
  display: block;
  color: #aaa;
}

#respond .form-submit input {
  padding: 10px;
  font: 1.2em georgia, serif;
  
  color: #fff;
  background: #fe7510; 
  border: 0;
  cursor: pointer;
}

#respond .form-submit input:hover {
  background: #ff5a00; 
}

#lightbox-overlay {
  position: absolute;
  left: -5000px;
  top: -5000px;
  height: 39px;
  width: 39px;
  background: url(img/lightbox-overlay.png) no-repeat 0 0;
}
