

/* ------------------------------------------------------------------- #
# File: temp_css_business_blue.css (VentureNames Theme CSS)
# Author: Huw Williams | huw@oinkba.com
# Copyright 2007 www.oinkba.com
# Revision: 1.0
 
* You may edit the files included with this distribution to suit your
* own site, but please leave these credits intact.
# ------------------------------------------------------------------- */


body {
 font: .70em/1.3em  Verdana, Tahoma, Helvetica, sans-serif;
 background: #B0B0B0 url('http://venturenames.com/themes/VentureNames/images/bg_light.gif');
 font-size: 12px;
 color: #333333;
 padding: 0px;
 margin: 0px;
}

a {
 color: #0066CC;
 text-decoration: none;
}

a:hover {
 color: #DBAF08;
 text-decoration: none;
}

p {
 font-size: 12px;
}

h2 {
 font-size: 19px;
}

h3 {
 font-size: 15px;
}

.font-10px {
 font-size: 10px;
}

.wrapper {
 width: 780px;
 margin: 0px auto;
 background-color: #FFFFFF;
 border-top: 2px #E0E0E0 solid;
 border-left: 1px #E0E0E0 solid;
 border-right: 1px #E0E0E0 solid;
 border-bottom: 1px #E0E0E0 solid;
}

.head {
 padding: 20px;
 background-color: #FFFFFF;
}

.title a {
 font-size: 21px;
 font-weight: bold;
 line-height: 25px;
 color: #0066CC;
}

.description {
 font-size: 12px;
 color: #333;
}

.search-bar {
 padding: 5px;
 background-color: #EEECF0;
}

.clock {
 color: #333;
 float: right;
 padding-right: 10px;
}

.search {
 float: left;
 padding-left: 10px;
}

.side {
 float: left;
 width: 180px;
 padding: 10px;
 background-color: #EEECF0;
 border-top: 1px #E0E0E0 solid;
 border-right: 1px #E0E0E0 solid;
 border-bottom: 1px #E0E0E0 solid;
}

.content {
 float: right;
 width: 535px;
 padding: 20px;
}

.box-1 {
 padding: 10px;
 background-color: #FFFFFF;
 border: 1px #E0E0E0 dashed;
}

.box-menu {
 font-size: 12px;
 padding: 5px;
 margin-left: 10px;
 margin-bottom: 10px;
 background-color: #EEECF0;
 border: 1px #E0E0E0 dashed;
 float: right;
 width: 325px;
}

.menu-title {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
}

.box-sml {
 font-size: 11px;
 padding: 3px;
 margin-bottom: 2px;
 background-color: #FFFFFF;
 border: 1px #E0E0E0 solid;
}

.box-sml:hover {
 background-color: #f2f2f2;
}



/* --- NAVBAR ---------- */

.navbar {
 background: #0066CC url('http://venturenames.com/themes/VentureNames/images/grad_mnu_blue.png') repeat-x;
 border-top: 1px #AAA solid;
 border-bottom: 1px #999 solid;
 height: 28px;
 line-height: 28px;
 padding-left: 10px;
}

.navbar ul {
 text-align: left;
 padding: 0px;
 margin: 0px;
}

.navbar ul li {
 font-size: 13px;
 list-style-type: none;
 display: inline;
}

.navbar ul li a {
 color: #EEEEEE;
 font-weight: bold;
 text-decoration: none;
 padding: 6px;
}

.navbar ul li a:hover {
 color: #EEEEEE;
 background-color: #666;
}

.navbar-current {
 color: #EEEEEE;
 background-color: #111111;
 font-weight: bold;
 text-decoration: none;
 padding: 6px;
}

/* --- FORMS AND BUTTONS --------- */

form.margin {
 margin: 0px;
 padding: 0px;
}

input.text, select, file {
 font-size: 13px;
 color: #333333;
 border: 1px #CAD6E8 solid;
}

input.button {
 color: #0066CC;
 border: 1px #CAD6E8 solid;
 cursor: pointer;
 background-color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

input.button:hover {
 color: #FFFFFF;
 background-color: #DBAF08;
}

textarea {
 font-size: 12px;
 color: #333333;
 border: 1px #CAD6E8 solid;
 background-color: #FFFFFF;
}



/* --- FOOTER ---------- */

.footer {
 clear: both;
 font-size: 10px;
 padding:  10px;
 background: #FFFFFF url('http://venturenames.com/themes/VentureNames/images/grad1.png') repeat-x;
 border-top: 1px #E0E0E0 solid;
}

