/*********************************************************************************************

Theme Name: VTStyle2.0
Theme URI: http://www.virtualization.net
Description: A style for Virtualization.net
Version: 1.5
Author: Virtualization.net
Author URI: http://www.virtualization.net

**********************************************************************************************


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

th {  background: #BBCCDD; color:#333; }
th, td { line-height: 20px; padding: 4px; }
tr:nth-child(2n); }
tr:nth-child(2n+1) {  }




/********************************************************************************************* 

2. Page Structure  -------------------------  All Theme Files

*********************************************************************************************/   

body
{

    background-color:#f1f1f1;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.6;
}
 
#content-wrap
{
	float:left;
	padding:10px 10px 10px 10px;
	
}
 
#main-wrap
{
	background-color:#fff;
	clear:both;
	float:left;
	font-size:12px;
	margin-top:10px;
	width:980px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
 }
 
 #page-wrap
{
	margin:0 auto;
	width:980px;
}


#fullwidth {
width:940px;
} 
 
 
/********************************************************************************************* 

3. Header  -------------------------  header.php

*********************************************************************************************/   
  
#header
{
padding-top:15px;
float:left;
}

#header .banner-head {
float: right; 
display: inline; 
margin-bottom: 5px;
height:1px;
width:500px;
text-align:right;
}

#righthead {
float:left;
width:500px;
}

#logo
{
float:left;
width:430px;
}

#logo h1 a
{
color:#BFB5B5;
font-family:Rockwell,"Times New Roman",Times,serif;
font-size:35px;
font-weight:700;
}
 
#logo h2
{
color:#BFB5B5;
font-size:14px;
font-weight:bold;
}
 
 
/********************************************************************************************* 

4. Main Navigation  -------------------------  header.php

*********************************************************************************************/   
 

#nav
{
	float:right;
	padding:5px 15px 5px 0;
	text-align:right;
 
}

#nav a
{

	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#nav img {
vertical-align:middle;
padding-left:5px;
}

 
 
#menu
{
	background-color:#FFF9F9;
	border-bottom:1px solid #BFB8B8;
	border-top:1px solid #BFB8B8;
	float:left;
	padding:5px 20px;
	text-align:center;
	width:940px;
}

 
  
/********************************************************************************************* 

12. Footer  -------------------------  footer.php

*********************************************************************************************/   
 
#footer
{
	background-color:#fff;
	float:left;
	font-size:12px;
	line-height:19px;
	margin:20px auto;
	width:980px;
	padding-bottom: 15px;
 }

 #footer a
{
	border-bottom:1px solid #ccc;
	color:#154A7F;
	font-weight:700;
}

 #footer a:hover
{
	border:none;
	text-decoration:none;
}

#footer h4
{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}

#footer_right
{
	float:right;
	padding:30px 15px 0 0;
	text-align:right;
	width:600px;
}

#footer_right li
{
	display:inline;
	font-size:14px;
	font-weight:700;
	padding:0 0 0 10px;
	text-transform:uppercase;
}

#footer_right ul
{
	display:block;
	padding-bottom:10px;
}


  #subscribe
{
	float:left;
	padding:20px;
	width:280px;
}

 #subscribe p {
 padding:5px 0 8px 0;
 } 
