Is there any way I can post a complete photo? It's clipping the edges off them:
http://themattphotos.blogspot.com/
http://themattphotos.blogspot.com/
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
#main-wrapper {
width: 410px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
width: 220px;
float: right;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
/* Headings
#header-wrapper {
width:660px;
change to
#header-wrapper {
width:800px;
#outer-wrapper {
width: 660px;
change to
#outer-wrapper {
width: 800px;
#main-wrapper {
width: 410px;
change to
#main-wrapper {
width: 520px;
#sidebar-wrapper {
width: 220px;
change to
#sidebar-wrapper {
width: 250px;
#footer {
width:660px;
change to
#footer {
width:800px;