/********************************************************************************                                                  
                      
-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #474c52 url("http://www.carnochanphotography.com/images/background.jpg") center center fixed;
   color: #fff;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.container {
   margin: 0px auto;
   padding-top: 0px;
   padding-bottom; 0px;
}

#main {
   padding-top: 10px;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h3,h4,h5,h6 { 
  color: #ff9c00; 
}

h2 {
  color: #ff9c00;
  font-weight: normal;
  font-size: 2em;
  margin-bottom: .5em; 
}
  


/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.left {text-align:left;}

.byline{ font-size: 1em; line-height: 1.2em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.commentnum a { color: #ff9c00;}

.commentnum a:hover { color: #000; text-decoration: underline;}

.incategory{ font-size: 1em; line-height: 1.2em;}

.incategory a { color: #ff9c00;}

.incategory a:hover { color: #000; text-decoration: underline;}

.clear {clear:both;}

.announce {
    width:600px;
    border:10px solid #000;
    background: transparent url(http://www.carnochanphotography.com/images/opaque_25.png) repeat;
    margin: 10px auto 20px;
    padding:20px 20px 10px;
    text-align:center;
}
.announce h4 {
    font-size:24px;
    color:#ff9c00;
    font-weight:bold;
}
.announce .small {
    font-size:75%;
    color:ddd;
}



/********************************************************************************
               Text Elements
********************************************************************************/

a { color: #ff9c00; text-decoration: none; }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a{border-bottom: none;}

h2 a {
   color: #ff9c00;
}

h2 a:hover {
   color: #000;
   text-decoration: underline;
}

li { list-style-type: disc; }




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/


/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}

.box3 {
  padding: 2em;
  margin: 2em 5em;;
  background: url("http://www.carnochanphotography.com/images/opaque_10.png") repeat;
}

.blurb {
  padding: 2em;
  margin: 2em 5em;;
  background: url("http://www.carnochanphotography.com/images/opaque_10.png") repeat;
}

.thumb img {
   margin: 10px;
   border: 2px solid #000;
}

.wp-caption {
   margin: 0 10px 10px;
   padding: 5px;
   text-align: center;
   border: 1px solid #fff;
   background: #000;
   font-size: 12px;
}

.about {
   text-align:left;
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  background: #5b5b5b; 
  color: #5b5b5b;
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  background: #5b5b5b; 
  color: #5b5b5b;
  height: 2px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px;
   padding: 10px 0px 10px 0px;
   text-align: right;
   font-size: 1.2em;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   border-right: 1px solid #000;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px 40px;
}
	
#navbar ul li a {
   color: #000;
   padding: 0px 10px 0px 10px;
   margin: 0px auto;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
   color: #ff9c00;
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar { margin-top: 20px; padding-top: 30px;}

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {color: #fff; border-bottom: none;}

#sidebar a:hover {text-decoration: underline;}


/********************************************************************************
                Footer
********************************************************************************/

#bottom {
   width: 100%;
   background: url("http://www.carnochanphotography.com/images/opaque_25.png") repeat;
   margin-top: 20px;
   overflow:hidden;
}

#footer {
   padding-top: 30px;
}

.foot h3 {
   color: #ff9c00;
   text-align: center;
}

.foot h4 {
   color: #ff9c00;
   text-align: center;
   padding: 0px;
   margin: 0px;
}

.foot img {
   margin: 0 auto;
   padding-bottom: 15px;
}

.foot {
   padding: 0 10px;
   text-align: center;
}

.foot hr {
   color: #004627;
}

.foot a {
   color: #fff;
   text-decoration: underline;
}

.foot a:hover {
   color: #ff9c00;
}

.recent {
   margin-bottom:10px;
}
.recent a {
   color:#ff9c00;
   text-decoration: none;
   font-size:1.2em;
}
.recent a:hover {
   color:#fff;
   text-decoration:underline;
}
.recent p {
   margin-bottom:0.5em;
}
.credit {
   float:right;
   padding:10px 30px 0;
   font-size:0.85em;
   color:#bbb;
}

/********************************************************************************
                Comments
********************************************************************************/

.commentlist li { list-style-type: none;}

.commentlist a, .commentmetadata a { color: #ff9c00;}

.commentlist a:hover, .commentmetadata a:hover { color: #000; text-decoration: underline;}

/********************************************************************************
                Price List
********************************************************************************/

.price {
  width: 300px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}

.price li {
  clear: both;
  margin: 0;
  padding: 0 0 1.3em 0;
  position: relative;
}

.price strong {
  padding: 0 10px 0 0;
  position: absolute;
  bottom: -.3em;
  left: 0;
}

.price em {
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  right: 0;
}

