/*  
Theme Name: Holy Grail 3-Column Liquid
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/* Begin Holy Grail 3 Column */
body {
	color:#FFF;
	margin:0;
	padding:0;
	width:100%;
	background:#000;
	min-width:1248px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size:1.2em;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/*background:#ffd8b7;		/* Left column background colour */
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:210px;
	/*background: #666;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-460px;
	/*background:#000;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 0 0 500px;
	overflow:hidden;
}
#col1 {
	padding: 0;
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:220px;
	position:relative;
	margin-left:-50%;
	left:265px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:220px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height:100px;
}
#footer p {
	padding:.5em 15px;
}
/*End Holy Grail 3 Column */

/*Begin Webmaster Mods*/
.sidebar li{
	list-style:none;
}
#logo {
	height:255px;
	background: url(../../../images/VEC_HEADER.png) top center no-repeat ;
}
.sms li{
	list-style:none;
	text-decoration:none;
}

#text-7 h2, #text-8 h2, #search-3 h2{
font-size:1.2em;
}
.screen-reader-text{
display:none;
}
.sidebar #s{
width:123px;
}
.sidebar #q{
width:123px;
}
#cse-search-results{
	overflow:scroll;
}
img.social-icon{
	margin:0;
	padding:0;
	border:none;
	width:35px;
}

a {
	color:#f00;
	text-decoration:none;
}

a:hover {
	color:#f00;
	text-decoration:underline;
}

a:visited {
	color:#f00;
}

img {
	border:none;
	width: 100%;
}

img.no_scale {
	width:auto;
}

img.small {
	width: 45%;
	padding: 5px 2%;
}
	
#footer p{
	text-align:center;
	padding:0;
	margin:0 auto;
}

.sidebar-last{
	height:100%;
}
.google-ads{
	width:160px;
	margin:0 auto;
}

.ad-block-200{
	width:200px;
}


.sidebar img{
	margin: 5px 0;
}
.sidebar {
	margin:0;
	padding:0;
}
.sidebar ul, .sidebar ul li{
	font-size:1.1em;
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar h6{
	clear:both;
	font-size:1.1em;
	margin:0;
	padding:0;
}

	
.menu ul, .menu ul ul{
	list-style:none;
}
.menu li {
	padding: 0 7px;
	display:inline-block;
}
.menu ul {
	margin:0;
}

.menu ul ul{
	width:12em;
	padding:0;
	background:#333333;
	position: absolute;
	border: #f00 3px groove;
	z-index: 500;
	display:none;
	margin: 0 auto 0 0;
}
.menu ul ul li{
	padding:0;
	margin-left:0;
}
.menu ul li:hover ul {display: block;}

.menu a {
	color:#fff;
	font-size: 1.2em;
}

.menu {
	margin:0 auto;
	height:100%;
	padding:0;
}

.col1 h2{
text-decoration:underline;
}

.col1 img{
vertical-align:text-top;
}

.menu-wrapper{ 
padding:0;
margin:0 15px;
}	
.bl {background: url(images/bl_corner.png) 0 100% no-repeat #232124; width:100%;margin: 5px 0;}
.br {background: url(images/br_corner.png) 100% 100% no-repeat;}
.tl {background: url(images/tl_corner.png) 0 0 no-repeat}
.tr {background: url(images/tr_corner.png) 100% 0 no-repeat; padding:10px}

.bl-note {background: url(images/bl_corner_red.png) 0 100% no-repeat #ff0000; width:100%;margin: 5px auto;}
.br-note {background: url(images/br_corner_red.png) 100% 100% no-repeat;}
.tl-note {background: url(images/tl_corner_red.png) 0 0 no-repeat}
.tr-note {background: url(images/tr_corner_red.png) 100% 0 no-repeat; padding:10px}

.warning p{
	margin:0;
	padding:0;
	color:#000;
	font-size: 1.25em;
}

.warning a{
	color:#FFFFFF;
	}
	
.warning ul, .warning li{
	padding:0;
	margin:0;
}
.warning {
padding:0;
margin:0;
}
.warning li{
	height:1.25em;
	overflow:hidden;
	padding:0;
	margin:0;
}
.warning li:hover{
	height:100%;
	}
.remote {
	background:#FFF;
}
.line-red{
	width:100%;
	border-bottom:groove 2px #900;
}
.line-white{
	width:100%;
	border-bottom:groove 2px #fff;
}

.clear {font-size: 1px; height: 1px} 	
/*End Webmaster Mods*/
