/* 
INWERS CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } 


/* COLUMNS */



#container1 {
    padding: 10px 0 20px 0;
    float:left;
    width:100%;
    font:normal 12px/21px "Century Gothic", Arial, Helvetica, sans-serif;
    color:#b3b2b2;
    
}
#container1 h4 {
      padding: 10px 0 5px 0;
      color:#ffffff;
      font:normal 20px/22px "Century Gothic", Arial, Helvetica, sans-serif;
}
#container1 img {
      padding: 10px 0 10px 0;
}
#col1 {
    float:left;
    width:33%;

}
#col2 {
    float:left;
    width:33%;
  
}
#col3 {
    float:left;
    width:33%;
  
}


