
/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */


/* Columns section */
#columns .column {
    float: left;
    width: 33.33%;
    background: #C40701 url(../images/v1/red_grad3.gif) repeat-x scroll left top;
		/* Min-height: */
		min-height: 600px;
		height: auto !important;
		height: 600px;
}
#colbody {
	background: url(../images/v1/red_grad3.gif) top left repeat-x #c40701
		;
	width: 895px;
	float: left;
	/*padding: 11px 22px 0 26px;*/
	position: relative;
}

/* Column dividers (background-images) : */
	#columns #column1 { background: #C40701 url(../images/v1/red_grad3.gif) repeat-x scroll left top; }
	#columns #column3 { background: #C40701 url(../images/v1/red_grad3.gif) repeat-x scroll left top; }

#columns #column1 .widget { margin: 30px 25px 0 15px; }
#columns #column3 .widget { margin: 30px 15px 0 25px; }
#columns .widget {
    margin: 30px 10px 0 0;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #333 url(../images/widgets/widget-content-bg.png) repeat-x;
    padding: 0px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}

#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 5px;
    list-style: none;
}
#columns .widget ul li{
    list-style: none;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}

/* End Columns section */


/* extra jonathan stuff */

.content-box {
    overflow: hidden;
    margin-bottom: 2px;
    padding: 10px 0;
}

.content-box li.item {
    padding: 10px 0;
    overflow: hidden;
    clear: both;
}


.content-box label {
    float: left;
    width: 30%;
    color: #FFF;
    padding: 0 0 0 10px;
}

.pad10left {
    padding: 0 0 0 10px;
}
.content-box input[checked] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

.centerImage img {
    display: block;
    margin-left: 20px;
    margin-right: auto;
}


.img-shadow img {
  display: block;
  position: relative;
  background-color: #ccc;
  border: 1px solid #a9a9a9;
  margin: -4px 4px 4px -4px;
  padding: 2px;
  }

