/* CSS Document */

/* 
Theme Name: V-Force
Theme URI: http://www.vforcesfc.com
Description: This theme was created by Owen Piccirillo for V-force.
Version: 1.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com
*/

/* General CSS */
body { 
	margin:0; 
	padding:0;
	background:#000;
	font: normal 12px arial;
	line-height:19px;
}
a:link, a:active, a:visited  {
	color:#000;
	font-weight:100; 
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	margin:0px;
	padding:0px;
}
hr {
	color:#000000;
}
img {
	border:0px;
}
.clearfix:after {
    content: "."; 
 	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
small {
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#666666;
}
h3 {
	margin:0px;
	padding:0px;
	font-weight:100;
	font-size:12px;
	color:#000000;
}
h3 a {
	color:#000000;
}
h4 {
	margin:0px;
	padding:0px;
	font-weight:100;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
h4 a {
	color:#000000;
	font-weight:100;
}
h4 a:hover {
	color:#999999;
}

/* Nav */
#nav {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:28px;
	width:754px;
	float:left;

}
#nav li{
	margin:0px;
	padding:0px;
	display:inline;
}
#nav li a {
	display:block;
	height:28px;
	float:left;
	text-indent:-9999px;
}

#navhome a {
	width:74px;
	background-image:url('/img/nav-matrix.gif');
}	
#navhome a:hover { 
	background-position: 0px -28px;
}	
#navhome a:active, #navhome a.selected  {
	background-position: 0px 28px;
}

#navwhy a {
	width:130px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-74px 0px;
}	
#navwhy a:hover { 
	background-position: -74px -28px;
}	
#navwhy a:active, #navwhy a.selected  {
	background-position: -74px 28px;
}

#navprograms a {
	width:116px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-204px 0px;
}	
#navprograms a:hover { 
	background-position: -204px -28px;
}	
#navprograms a:active, #navprograms a.selected  {
	background-position: -204px 28px;
}
#navtommydilallo a {
	width:144px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-320px 0px;
}	
#navtommydilallo a:hover { 
	background-position: -320px -28px;
}	
#navtommydilallo a:active, #navtommydilallo a.selected  {
	background-position: -320px 28px;
}
#navmultimedia a {
	width:114px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-464px 0px;
}	
#navmultimedia a:hover { 
	background-position: -464px -28px;
}	
#navmultimedia a:active, #navmultimedia a.selected  {
	background-position: -464px 28px;
}
#navstore a {
	width:78px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-578px 0px;
}	
#navstore a:hover { 
	background-position: -578px -28px;
}	
#navstore a:active, #navstore a.selected  {
	background-position: -578px 28px;
}
#navcontact a {
	width:98px;
	background-image:url('/img/nav-matrix.gif');
	background-position:-656px 0px;
}	
#navcontact a:hover { 
	background-position: -656px -28px;
}	
#navcontact a:active, #navcontact a.selected  {
	background-position: -656px 28px;
}
/* Headers */

#headerwrapper {
	margin:0px;
	padding:0px;
	background-image:url(/img/bg.jpg);
}
#header {
	margin:0px auto;
	padding:184px 0px 0px 175px;
	width:785px;
	height:58px;
	background-image:url(/img/bg-header.jpg);
}
/* Content */
#contentwrapper {
	margin:20px 0px 20px 0px;
	padding:0px;
}
#content {
	margin:0px auto;
	padding:0px;
	width:960px;
}
/* left */
#left {
	margin:0px;
	padding:0px;
	width:592px;
	float:left;
}
#lefttop {
	margin:0px;
	padding:0px;
}
#leftcenter {
	margin:0px;
	padding:0px;
	background-image:url(/img/bg-content.gif);
}
#leftbottom {
	margin:0px;
	padding:0px;
}
#maincontent {
	margin:0px;
	padding:15px 25px 0px 25px;
}
#maincontent h2{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:100;
	line-height:19px;
}
#maincontent h2 p{
	margin:0px 0px 10px 0px;
	padding:0px;
}
#maincontent p{
	margin:0px 0px 10px 0px;
	padding:0px;
}
.blackarea {
	margin:0px;
	padding:0px;
	background-color:#000000;
	border:2px solid #dbdbdb;
	color:#FFFFFF;
}
.blackarea h2 {
	margin:0px;
	padding:0px;
	line-height:19px;
	font-size:12px;
}
.blackarea h2 p{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.mainlist {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.mainlist ul {
	margin:0px;
	padding:0px;
}
.mainlist li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
.mainlist li a{
	margin:0px;
	padding:0px 10px 0px 0px;
	text-decoration:underline;
	font-size:16px;
	color:#000000;
}
.mainlist li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#testimonialslist {
	margin:0px;
	padding:0px;
}
#testimonialslist ul{
	margin:0px;
	padding:0px;
}
#testimonialslist li a{
	margin:0px;
	padding:0px;
	display:list-item;
}

/* right */
#right {
	margin:0px 0px 0px 39px;
	padding:0px;
	float:left;
	width:329px;
}
/* middle */
#middlewrapper {
	margin:0px;
	padding:0px 0px 20px 0px;
	background-color:#0a0a0a;
	border-bottom:2px solid #0b1822;
	border-top:2px solid #0b1822;
	position:relative;
}
#middle {
	margin:0px auto;
	width:959px;
	padding:0px;
	position:relative;
}
#middlenews {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:310px;
	background-image:url(/img/bg-recentnews-title.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#middlephotos {
	margin:0px;
	padding:50px 0px 0px 20px;
	float:left;
	width:305px;
	background-image:url(/img/bg-recentphotos-title.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#middlephotos img {
	padding:5px 0px 0px 6px;
	height:50px;
	width:50px;
}
#middlenewsletter {
	position:absolute;
	top:0;
	right:-40px;
	margin:0px;
	padding:50px 0px 0px 30px;
	float:left;
	font-size:11px;
	width:364px;
	height:207px;
	background-image:url(/img/newsletter.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#999999;
	line-height:19px;
}
#mailinglist {
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	height:1px;
	float:left;
	}	
.mailinglisttext {
	margin:0px 0px 0px 28px;
	padding:0px 0px 0px 0px;
	height:20px;
	width:200px;
	border:1px solid #ccc;
	font-size:16px;
	background-color:#fff;
}
.mailinglisttext2 {
	margin:37px 0px 0px 28px;
	padding:0px 0px 0px 0px;
	height:20px;
	width:200px;
	border:1px solid #ccc;
	font-size:16px;
	background-color:#fff;
}
.mail_button {
	margin:8px 0px 0px 0px;
	padding:0px;
	height:24px;
	width:55px;
	border:2px solid #ccc;
	background-color:#FFFFFF;
} 
#middlenews ul{
	margin:47px 0px 0px 7px;
	padding:0px;
	list-style-type:none;
	line-height:normal;
}
#middlenews li{
	margin:0px;
	padding:0px;
}
#middlenews li a{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 3px;
	display:block;
	color:#999999;
	font-size:11px;
	list-style-type:none;
	border-bottom:1px dotted #333333;
	text-decoration:none;
	background-color:#0a0a0a;
	width:280px;
}
#middlenews li a:hover {
	color:#000000;
	background-color:#fff;
}
/* footer */
#footerwrapper {
	margin:20px 0px 0px 0px;
	padding:0px;
}
#footer {
	margin:0px auto;
	width:960px;
	padding:0px;
	background-image:url(/img/bg-footer.jpg);
	background-position:center;
	height:150px;
}
#footernav {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	text-align:center;
}
#footernav ul{
	margin:0px;
	padding:0px;
}
#footernav li{
	margin:0px;
	padding:0px 5px 0px 5px;
	display:inline;
	color:#666666;
}
#footernav li a{
	margin:0px;
	padding:0px;
	color:#ccc;
}
#credits {
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	color:#2e89a7;
	font-size:10px;
	line-height:19px;
}
#credits a{
	font-weight:normal;
	color:#2e89a7;
	border-bottom:1px dotted;
	text-decoration:none;
}
.testitop {
	padding:10px;
	font-size:12px;
	font-weight:100;
	color:#FFFFFF;
	border:2px solid #fff;
	background-color:#000000;
	line-height:19px;
}
.testitop a{
	color:#2e89a7;
	border-bottom:1px dotted;
	text-decoration:none;
	font-weight:100;
}
.testi {
	margin:0px 0px 0px 20px;
	padding:0px;
	list-style-type:square;
}
.schedule {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}
.schedule p{
	margin:0px;
	padding:0px;
	line-height:1px;
	height:1px;
}
.salt {
	background-color:#333333;
}
/* wordpress */

.entry {
	margin:0px;
	padding:0px;
	line-height:19px;
}
.entry p{
	margin:0px;
	padding:0px;
	width:530px;
}
#content h1 a{
	font-size:18px;
	font-weight:bold;
	line-height:15px;
	line-height:19px;
}
.entry img {
	padding-right:5px;
	border:none;
}
h2.widgettitle {
	margin:0px;
	padding:8px 0px 0px 0px;
	font-size:13px;
	text-transform:uppercase;
	border:none;
	color:#79815c;
}
#sidebar a{
	margin:0px;
	padding:0px 0px 0px 10px;
}
.contactcomments {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:120px;
	width:500px;
	border:1px solid #999;
	font-size:16px;
	background-color:#fff;
}
.contacttext {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:20px;
	width:200px;
	border:1px solid #999;
	font-size:16px;
	background-color:#fff;
}
.contacttext2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:20px;
	width:200px;
	border:1px solid #999;
	font-size:16px;
	background-color:#fff;
}
.contactcomments2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:120px;
	width:500px;
	border:1px solid #999;
	font-size:16px;
	background-color:#fff;
}

#sidebar li {
	padding:3px 0px 0px 5px;
}
#right li a{
	display:block;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}
#right li a:hover{
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
.wpressposts ul{
	margin:0px;
	padding:0px;
	line-height:normal;
}
.wpressposts li {
	margin:0px;
	padding:0px;
}
.wpressposts li a{
	display:block;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #ddccc1;
}
.wpressposts li a:hover{
	color:#FFFFFF;
	background-color:#435b52;
	text-decoration:none;
}
.navigation {
	margin:0px;
	padding:0px;
	width:530px;
}
.postmetadata {
	margin:0px 0px 0px 0px;
	border-bottom:1px dotted #000;
	padding:0px 0px 0px 0px;
	width:530px;
	height:40px;
}
.postmetadata alt {
	margin:0px 0px 0px 0px;
	border-bottom:1px dotted #000;
	padding:0px 0px 8px 0px;
	width:530px;
}
#sitemapul {
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
}