/**
 * $Id: gpanels-fluid.css,v 1.1 2010-01-10 00:16:38 jmburnz Exp $ 
 * adaptivethemes.com 
 *
 * @file gpanels-fluid.css
 */
.gpanel div.block {
padding:0 10px;
}

.gpanel {
clear:both;
}

.gpanel .region {
display:inline;
position:relative;
float:left;
}

.two-col-33-66 .col-2 {
width:66.333%;
}

.two-col-66-33 .col-1 {
width:66.666%;
}

/* 5 column */
.five-col-5x20 .region {
width:20%;
}

.five-col-5x20 .col-5 {
width:19.75%;
}

/* 6 column */
.six-col-6x16 .region {
width:16.666%;
}

.six-col-6x16 .col-6 {
width:16.333%;
}

.two-col-2x50 .col-1,.three-col-50-25-25 .col-1 {
width:50%;
}

.two-col-2x50 .col-2,.three-col-25-25-50 .col-3 {
width:49.5%;
}

.two-col-33-66 .region,.two-col-66-33 .region {
float:left;
}

.two-col-33-66 .col-1,.three-col-3x33 .region {
width:33.333%;
}

.two-col-66-33 .col-2,.three-col-3x33 .col-3 {
width:33%;
}

.three-col-25-25-50 .col-1,.three-col-25-25-50 .col-2,.three-col-50-25-25 .col-2,.four-col-4x25 .region {
width:25%;
}

.three-col-50-25-25 .col-3,.four-col-4x25 .col-4 {
width:24.5%;
}