/* -----------------------------------------------------

   AUTHOR           :  	Norm Green
   WEBSITE          :   http://www.veronalinux.com/
   TEMPLATE NAME    : 	veronalinux
 
-------------------------------------------------------- */

/* -----------------------------------------------------
   HTML ELEMENTS
-------------------------------------------------------- */

/* top elements */
* { margin: 0;	padding: 0; outline: 0; }

body {
	margin: 0; padding: 0;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #000;
	background: white url(images/bg.gif) repeat-x;	
}

/* links */
a:link, a:visited {
	color: red;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: blue; 
	background-color: inherit;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 8%;
    margin: 2px 50% 10px;
}
/* SILVER */

.button.silver {
background: #c4c4c4;
background: #c4c4c4 -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)),to(rgba(0,0,0,0)));
background: #c4c4c4 -moz-linear-gradient( top, rgba(255,255,255,.4), rgba(0,0,0,0));
}

.button.silver:hover {
background: #c4c4c4 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.55)), to(rgba(0,0,0,0)));
background: #c4c4c4 -moz-linear-gradient( top, rgba(255,255,255,.55), rgba(0,0,0,0));
}

.button.silver:active {
background: #c4c4c4 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.3)), to(rgba(0,0,0,0)));
background: #c4c4c4 -moz-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color:red;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: black;		
}

/* images */
img {
	background:white;
    border: 1px solid white;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 15px 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 15px 32px;
  	background: #FAFAFA url(images/quote.gif) no-repeat 7px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px;
    padding: 15px 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font-size: 1em;
	color:#000;
}
textarea {
	width:400px;
	padding: 3px 5px;
	font-size: 1em;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 5px 3px;
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/* -----------------------------------
  LAYOUT
-------------------------------------- */

/* Nav Bar */
#navlist {
margin:0;
padding:0;
background:#a9a6a6 url(images/bgbutton_span.gif) 0 0 repeat-x;
float:left;
width:100%;
border:1px solid #080808;
border-width:1px 0;
border-right:1px solid #000;
border-left:1px solid #000;
}

#navlist li {
display:inline;
padding:0;
margin:0;
}

#navlist a:link,
#navlist a:visited {
color:#000;
background:#a9a6a6;
padding:20px 40px 4px 10px;
float:left;
width:auto;
border-right:1px solid #000;
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
}

#navlist li:first-child a {
border-left:1px solid #000;
}

#navlist a:hover,
#navlist a:focus {
color:#fff;
background:#dc0106;
}

body#home a#nav-home,
body#service a#nav-service,
body#contact a#nav-contact,
body#support a#nav-support,
body#about a#nav-about,
body#links a#nav-links {
color: #fff;
background: #c11414;
}

#navlist a:active {
background:#dc0106;
color:#fff;
}

#wrap {
	margin: 0 auto; 
	width: 900px;
}


/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 240px;
}
#header span#slogan {
	z-index: 3;
	position: relative;       
	left: 45px; bottom: 10px;
	font: bold 1.1em Verdana, Arial, Tahoma,  Sans-serif;
	color:red;	
}

#header-logo {
	position: relative;
        clear: both;
	height: 100px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color:red;
}


/* main column */
#main {
	float: left;
	margin: 0; padding: 0;
	width: 900px;	
}
#main h1 {
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
} 


/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 5px 5px 5px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(images/bullet.gif) no-repeat 3px 6px;
	padding: 4px 5px 4px 28px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: .9em;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: red; }
.comments { 
	margin: 20px 10px 25px 10px;
	padding: 5px 3px;
	border-bottom: 1px solid #EFF0F1;
	border-top: 1px solid #EFF0F1;
}

