Could anyone please tell me real quick where within the /content section of a style.php page would control the format of a simple viewer gallery. I just want the gallery centered within the post not offset to the right.
here is my style.php /content section. Any help would be great, thanks
/* CONTENT */
#content {
margin:0 0 0 5px;
width:500px;
float:left;
}
.post {
margin:0 0 30px 0;
clear:both;
}
.post .posttitle, #sidebar h2 {
font-size:20px;
line-height:20px;
color:#FFFFFF;
margin:0 0 2px 0;
font-weight:normal;
}
.post a:link, .post a:visited {
color:#FFFFFF;
}
.post a:hover {
color:#CCCCCC;
text-decoration:none;
}
.post a:link span, .post a:visited span {
color:#FFFFFF;
}
.post a:hover span {
color:#CCCCCC;
}
.post .postmeta {
font-size:10px;
line-height:10px;
color:#FFFFFF;
margin:0 0 5px 0;
}
.post .postmeta a:link, .post .postmeta a:visited {
color:#8CC4E4;
}
.post .postmeta a:hover {
color:#8CC4E4;
text-decoration:none;
}
.post p {
margin:0 0 15px 0;
line-height:15px;
}
.post p a:link,
.post p a:visited,
.post ul a:link,
.post ol a:link,
.post ul a:visited,
.post ol a:visited {
color:#666666;
}
.post p a:hover,
.post ul a:hover,
.post ol a:hover {
text-decoration:underline;
}
.post .the_content ul, .post .the_content ol {
margin-bottom:15px;
}
.post blockquote {
margin:0 0 15px 20px;
padding:5px;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
.post blockquote p {
margin:0;
font-style:italic;
}
.post blockquote blockquote {
margin-top:15px;
background-color:#21211A;
}
.post img {
float:right;
border:0px;
margin:0 0 10px 20px;
}
.post .wp-smiley {
float:none;
border:0;
margin:0;
}