/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; background: #000;}
a {color:white;}

/* 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 */

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 96px;
}
#head h1 {
    line-height: 80px;
    color: #FFF;
	font-size: 52px;
    text-align: center;
}
#head h3 {
    color: #FFF;
	font-size: 16px;
    text-align: center;
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 75%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
#columns #column1 { background: url(img/column-bg-left.png) no-repeat right top; }

#columns #column3 {
    float: right;
    width: 25%;
	/* Min-height: */
	min-height: 400px;
	height: auto !important; 
	height: 400px;

	background: url(img/column-bg-right.png) no-repeat left top; 
}
	
#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #36393D;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #EEEEEE url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #36393D;
    -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 #000;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#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 */

/* Search Formatting */
#searchResults .gs-result .gs-title,
.gs-result .gs-title * {
  color: #4096EE;
  text-decoration: underline;
}

#searchResults .gs-result .gs-visibleUrl {
  color: #356AA0;
  text-decoration: none;
}

#searchResults .gsc-control {
  width: 50%;
}

/* Search Form */
#searchForm form.gsc-search-box {
    width: 364px;
    height: 45px;
	font-size: 16px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 4px;
	margin-left : 0px;
	padding: 0 0 0 25%;
}

#searchForm table.gsc-search-box {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 364px;
	height: 45px;
    background: url(searchbox.gif);	
	background-repeat: no-repeat;
}

#searchForm table.gsc-search-box td {
  vertical-align : middle;
}

#searchForm table.gsc-search-box td.gsc-input {
  padding-left: 12px;
}

#searchForm input.gsc-input {
  padding-left : 0px;
  border: none;
  font-size: 20px;
  width: 296px;
  height: 28px;
}

#searchForm input.gsc-search-button {
  background: none;
  border: none;
  cursor:pointer;
  width:45px;
  height:35px;
  font-size:0px;
  margin-right:10px;
}

#searchForm  td.gsc-clear-button {
	display:none;
}

#searchResults .gsc-resultsHeader {
	display:none;
}

#searchForm  table.gsc-branding {
	display:none;
}

/* Branding */
#branding {
    background: none;
    padding-top : 0px;
    width : 75%;	
}
#branding table.gsc-branding { 
	float: left;
	margin-left: 75%; 
	width: 20%; 
}
#branding td.gsc-branding-text{
	margin-left: 15%;
}
#branding td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : top;
}

#branding td.gsc-branding-img {
  width : 65px;
  vertical-align : top;  
}

#branding td.gsc-branding-img-noclear img.gsc-branding-img-noclear {
  border: none;
}

