I am trying to center smaller images on my posts...go to my blog and see the iphoneography shadows post to see what im talking about. It aligns it to the left and im trying to get it more in the center
below is a copy of my css set up. Can you help PLEASE
.emdash {
display:none;
}
#header hgroup {
display:none;
}
.wrapper {
position:relative;
}
.middle {
padding-top:100px;
}
#header-image {
margin-top:5px;
}
#header {
padding:0 0 0 160px;
position:absolute;
top:170px;
}
`#header-image img {
margin-left:100px;
}
.footer p:after {
content:" Thanks for visiting...copyright2009-2012, NancyZinzun. All rights reserved. Please link back to this site if re-posting.";
}
.wrapper {
overflow:hidden;
}
#header .search-form-holder {
display:none;
}
.wrapper {
width:1200px;
}
#content {
width:930px;
}
.post-content {
width:745px;
}
.post-content img {
max-width:545px;
}
#access a {
font-size:80%;
color:#999999;
}
.search-form-holder {
background:#585858;
float:right;
position:relative;
top:2px;
width:225px;
}
.search-form-holder input {
background:none;
border:none;
color:#fff;
font-size:14px;
font-weight:bold;
padding:4px 5px;
vertical-align:middle;
width:191px;
}
.search-form-holder button {
background:url('images/search.png') 50% 50% no-repeat;
border:none;
cursor:pointer;
height:16px;
vertical-align:middle;
width:16px;
}
.post-content {
border-top:3px dotted #DAA520;
float:center;
overflow:visible;
padding-top:15px;
width:745px;
}
The blog I need help with is msnancyzblog.com.