/* ---( page defaults )--- */

body {
 	width:1024px;
  	padding: 0;
  	text-align: left;
  	color: #333;
  	background:url(http://lightroom-blog.com/background2.jpg) center fixed;
	background-color: #dedfe0;
	margin:0 auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;

  }
  
img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;

  }

/* links */

a:link {
  color: #4f779f;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap{
	
	margin:0 auto;
	width:1024px;
	padding:0;
}
/*

  #content {
    margin-left: 62px;     }
*/

  #main-content {
   
    }

  #sidebar {
   float: left;
    margin: 0 20px 0 0px;
    padding: 20px 0 0 5px;
    font-size: 1em;
    line-height: 1.4em;
    color: #434343;
	width:300px;
	height:100%;
	/* margin: 0 -354px 1em 45px; */
}
#sidebar .section{
	border-top:2px solid #666;
	margin: -10px 2em 20px 0;
	background: url(http://lightroom-blog.com/contentbg.png) ;
	padding:0.5em;
	
}

#sidebar h3{
	
	font-size: 1.2em;
	color:#c1272d;

}

#content{
 	float: left;
    width: 635px;
    /* margin: 20px 400px 0 0; */
    padding: 0;
    line-height: 1.5em;
	}
	
#content .item{
	border-top: 2px solid;
	background:url(http://lightroom-blog.com/contentbg.png);
	padding:12px;
	margin-bottom: 5px;
}

#content .item li{
	list-style-image: url(http://lightroom-blog.com/bullet.png);
	padding:1px 0;

}
#content h2{
	font-size: 1.25em;
	color:#c1272d;
}

#content img.image{
	float:right; 
	margin:10px 10px 10px 0;
	border: 1px solid #000;
}

#footer{
	clear:both;
	background-color: #fff;
	padding:0;
	text-align: center;
}
#header img.banner{

	margin-left: 37px;
	margin-bottom: 3px;
	margin-right: 0;
	margin-top: -25px;
}
#header img.logo{

	top: 40px;

	margin-left: 0px;

	margin-bottom: 0;

	margin-right: 0;

	margin-top: 0px;

}

#header h1{
	font-size: 1.75em;
}


  }




  
/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  
  }

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #993333;
  }



.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  
  }

.post img {
  padding: 6px;

  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
 
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;

  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  
  }

.deleted-comment {
  font-style:italic;
  color:gray;
  }

.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar li {

  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
 
  }

#sidebar p.profile-link {
  padding-left: 36px;
   }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

@media all {
  #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    
    }

  #footer p {
    margin: 0;
    padding: 20px 320px 20px 95px;
        }
  }

/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
		

a{
	color:#000;
	text-decoration: none;
}
a:visited{
	color:#666;
}

.menu{
	color: #a20500;
	}
.menuul{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 10px 0;
	width: 635px;
	text-align: center;
	background:url(http://lightroom-blog.com/contentbg.png);
	border-top:2px solid;

}	
.menuli{
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	border-top:1px solid;
	border-bottom:1px solid;
	padding: 5px 10px;
background:url(http://lightroom-blog.com/contentbg.png);
display:inline;
}


/*
#navlinks {
	margin:0 0 0 2px;

}
#navlinks ul {
	margin:0 ;
}
#navlinks li {
	list-style:none;
	padding: 0;
}
#navlinks li.last{
	border-bottom: none;
}
*/


