﻿/*
File:			custom.css
Description:	VelocityCorvette.com styles


/* Page
-----------------------------------------------------*/
body.custom {
	background-color: black;
	background-image: url('images/vccimages/siteBg.jpg');
	background-repeat: repeat-x;
}
.custom #container {
	margin-top: 0px;
	margin-bottom: 2em;
}
.custom #page {
	padding-top: 0px;
	padding-left:0;
	padding-right:0;
	background: #363535;
}
.custom #page_header {
	height: 83px;
	background-image: url('images/vccimages/sitetopBg.gif');
	background-repeat: repeat-x;
}

.custom #page_header_content {
	height: 88px;
	background: white;
}

.custom #page_header_content a:hover{
	color: #7B0000;
}

.custom a { color: #7B0000; }
.custom a:hover { color: #7B0000; }
.custom h2 a { color: #111; }
.custom input.form_submit:hover{
	color:#7B0000
}

.custom li.thesis_widget_google_cse form input[type="submit"]:hover {
	color:#7B0000;
}

/* Header & Nav
-----------------------------------------------------*/
.custom #navlogo {
	float:left;
	margin:16px 0 0 30px;
	height:40px;
	width:217px;
	background-image: url('images/vccimages/logoheader.gif');
	background-repeat:no-repeat;
}
/*.custom #nav {
	float:right;
}
.custom .nav_container {
	float:right;
	margin: 2px auto;
	padding: 1em;
}*/
.custom #header {
	background-image: url('images/vccimages/C6masthead.jpg');
	/*background-repeat:no-repeat;*/
	height:232px;
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:0px;
}
.custom ul#tabs li.rss{
	float:left;
}


/* Content
-----------------------------------------------------*/
.custom #content_box {
	background:white;
}
/* Sidebars
-----------------------------------------------------*/
.custom .oio-link-list {
	background: #fcfcfa;
	border: 1px solid #dcdad1;
	font-size:1.3em;
	line-height:1.385em;
	list-style-image:none;
	margin-bottom:0.692em;
    list-style-position:outside;
    list-style-type:none;
}

.oio-link-list li {
	margin-top:2px;
	margin-left:5px;
	margin-bottom:0.692em;
}

.custom .oio-link-list .empty {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.custom ul.sidebar_list h3{
	font-size: 14px;
}



/* Posts
-----------------------------------------------------*/


/* Forms
-----------------------------------------------------*/
#wpcf label {
	clear: both;
	display: block;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


/* Footer
-----------------------------------------------------*/
.custom #footer {
	border-top:4px solid #000000;
	background: #363535;
}

.custom #footer_content{
	margin: 8px 0 0 22px;
	text-align: left;
}
.custom #footer_content p {
	padding: 1px 0 0 12px; 
	font-size: 0.8em;
}

.custom #footerlogo{
	background: url('images/vccimages/logofooter.jpg') no-repeat;
	float: left;
	width: 104px;
	height: 37px;
}

/* Misc
-----------------------------------------------------*/
