/*
Theme Name: TrakVu
Theme URI: http://www.boydgroupsolutions.com
Description: Custom TrakVu Theme
Version: 1.0
Author: Shark-O-Matic
Author URI: http://www.boydgroupsolutions.com

*/

@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}



featurecontainer{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}


body {
	text-align:center;
	margin:0;
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	}
	
#container {
	margin:0 auto;
	width:1000px;
	}
	
#logo-container{
	width:400px;
	height:100px;
	float:left;
	background-image:url(images/trakvu-logo.jpg);
	}

#header-spacer {
	width:600px;
	height:100px;
	float:left;
	}
	

#nav-container {
	background-image:url(images/nav-bg.jpg);
	width:1000px;
	height:50px;
	float:left;
	}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin: 0;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width: inherit;
	padding-top: 10px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	float: left;
	clear: right;
	background-color: #383838;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: -4px;
	top: 10px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{



}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0.6em;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #0A4B7D;
	background-repeat: repeat-x;
}

ul.MenuBarHorizontal /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
 a.MenuBarItemHover, ul.MenuBarHorizontal   
{
	background-repeat: repeat-x;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-repeat: repeat-x;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: repeat-x;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: repeat-x;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: repeat-x;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: repeat-x;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
	
#nav-container ul {
	padding:0;
	text-align:left;
	color:#fff;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
	
#nav-container li {
	display:inline;
	text-transform:uppercase;
	height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 0px;
	}
	
#nav-container li a {
	color:#fff;
	text-decoration:none;
	}

#nav-container li:hover {
	cursor:pointer;
	background-color:#666;
	}


	
#current {
	background-color:#ffa500;
	}
	
.feature-area {
	width:1000px;
	height:250px;
	background-image:url(images/feature-bg.jpg);
	float:left;
	color:#fff;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
	overflow: visible;
	}
	.newfix {
	display:block;
	left:0px;
	opacity:1;
	position:relative;
	top:0px;
	z-index:3;
	}
.feature-area h1 {
	color:#fff;
	}

.feature-photo {
	height:238px;
	width:520px;
	float:left;
	text-align:center;
	margin:12px 0 0 5px;
	}
	
.feature-content {
	height:250px;
	width:475px;
	float:right;
	line-height:24px;
	font-size:14px;
	}
	
.work-with-us {
	width:204px;
	height:38px;
	text-align:right;
	margin:10px 15px 0 0;
	background-image:url(images/work-with-us.jpg);
	background-position:top;
	float:right;
	}
	
.work-with-us:hover {
	width:204px;
	height:38px;
	text-align:right;
	margin:10px 15px 0 0;
	background-image:url(images/work-with-us.jpg);
	background-position:bottom;
	}
	
.sub-page-area {
	width:1000px;
	height:10px;
	background-image:url(images/feature-bg.jpg);
	float:left;
	}
	
#content-container {
	width:1000px;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	}
	
#content {
	width:658px;
	text-align:left;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:24px;
	margin-top: 10px;
	background-color: #F8F8F8;
	border: 1px solid #D7D7D7;
	min-height:655px;
	padding: 10px;
	margin-bottom: 10px;
	}
	
#content a {
	color:#ff7800;
	}
	
#content a:hover {
	color:#666;
	text-decoration:underline;
	}

.post-title {
	width:680px;
	float:left;
	}
	
.post-title a {
	text-decoration:none;
	color:#ff7800;
	}

.post-title a:hover {
	text-decoration:none;
	color:#666666;
	}
	
.post-content {
}

h1 {
	color:#ff7800;
	margin:15px 0 5px 0;
	}

.post-footer {
	width:658px;
	background-color:#ececec;
	padding:8px 0 8px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 15px 0;
	border: 1px solid #C9C9C9;
}

.post-footer a {
	color:#ff7800;
	}
	
.post-footer a:hover {
	color:#666666;
	text-decoration:none;
	}

.post-author {
	width:320px;
	float:left;
	margin:0 0 0 10px;
	text-align:left;
}

.post-tags {
	float:right;
	text-align:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}


#prev a {
	color:#ff7800;
	}
 
#next a {
	color:#ff7800;
	}
	
/*--COMMENTS--*/

.comment-body {
	margin:0;
	padding:0;
	}

#comments_container {
	border-top:1px solid #e3e3e3;
	margin-top:30px;	
}
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}
ol#comments li {
	position:relative;
	list-style:none;
	border-bottom:1px solid #e5e5e5;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}

ul.commentlist {
	margin:0px 0px 20px 0px;
	padding:0px;
	border:5px solid #dedede;
}
ul.commentlist li {
	margin:0px;
	padding:0 10px 20px 20px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0px;
	background:#ffffff;
}
ul.commentlist .avatar {
	border:1px solid #dedede;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	padding:0;
	margin:0;
}
ul.commentlist ul li {
	border:0px;

	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}

.input, select {
	border:1px solid #e5e5e5;
	height:25px;
	padding:4px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
}

.textarea {
	border:1px solid #e5e5e5;
	height:200px;
	padding:4px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	
	}

#comments-arrow {
	width:35px;
	height:25px;
	background-image:url(images/arrow.png);
	margin-left:15px;
	}
#respond {
	background-color:#ff7800;
	padding:10px 15px 5px 15px;
	color:#fff;
	}
	
#respond a {
	color:#fff;
	}
	
#respond a:hover {
	color:#666;
	}
	
.wpcf7 {
	background-color:#F0F0F0;
	padding:10px;
	}

.wpcf7-validates-as-required {
    border:1px solid #e5e5e5;
	height:25px;
	padding:4px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;		
	}
	
.wpcf7-not-valid-tip-no-ajax {
	padding:0 0 0 10px;
	color:#ff7800;
	}
	
.wpcf7-response-output wpcf7-validation-errors {
	color:#ff7800;
	}
	
.wpcf7-form-control-wrap your-phone, input {
	border:1px solid #e5e5e5;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding: 4px;
	line-height: 13px;
	}
	
.wpcf7-form-control-wrap your-message, textarea {
	border:1px solid #e5e5e5;
	height:200px;
	padding:4px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	}
	
/*--END OF COMMENTS--*/	

/*--RIGHT RAIL--*/
#right-rail {
	width:298px;
	background-color:#f0f0f0;
	float:right;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #CDCDCD;
	margin-top: 10px;
	}
	
	
.right-rail-title {
	background-image:url(images/right-rail-title-bg.jpg);
	background-repeat:repeat-x;
	height:35px;
	margin:0 10px 0 10px;
	border: 1px solid #CC6100;
	}

.right-rail-title h2 {
	color:#fff;
	margin:0;
	padding:6px 0 0 8px;
	text-align:left;
	}

.right-rail-content {
	width:280px;
	margin:0px 10px 0 10px;
	padding:10px 0px 15px 0px;
	}
	
.right-rail-content a {
	color:#ff7800;
	text-decoration:none;
	}

.right-rail-content a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
.widget_text ul {
	list-style-image:url(images/right-rail-bullet.gif);
	margin:0 0 0 30px;
	padding:0;
	}
	
.widget_text li {
	padding:0 0 10px 0;
	}

.widget_recent_entries ul{
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
	}
	
.widget_recent_comments ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
	}
	
/*--END OF RIGHT RAIL--*/

/*--FOOTER--*/
#footer-container {
	width:100%;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	text-align:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	}

#footer-wrapper {
	width:980px;
	margin:0 auto;
}
	
#footer-content {
	width:980px;
}

#twitter-feed h2 {
	font-size:24px;
	}

#twitter-feed {
	width:980px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
	
ul.twitter {
	margin:0;
	padding:0;
	}
	
li.twitter-item {
	padding:0 0 10px 0;
	list-style:none;
	}
	
#twitter-feed a {
	color:#ff7800;
	text-decoration:underline;
	}
	
.twitter-timestamp {
	margin:0 0 0 5px;
	color:#FFFFCC;
	}

#footer-utility {
	width:980px;
	height:30px;
	padding:10px 0 0 0;
	float:left;
	border-top:#666666 1px dashed;
}

#footer-copyright {
	width:490px;
	height:30px;
	float:left;
	
}

#footer-nav {
	width:490px;
	height:30px;
	float:left;
}
#footer-copyright a {
	color:#ff7800;
	}

#footer-nav ul {
	list-style:none;
	}
	
#footer-nav li {
	display:inline;
	padding:5px;
		}

#footer-nav a {
	color:#ff7800;
	text-decoration:none;
	}
	
#footer-nav a:hover {
	color:#999999;
	text-decoration:underline;
	}
/*--END OF FOOTER--*/
.wrappercontain {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
