@charset "utf-8";
/*
Theme Name: Voltamp Media Theme v1
Theme URI: http://voltampmedia.com
Description: Voltamp Media Wordpress Theme, v1
Version: 1.0
Author: Eric Cope
Author URI: http://voltampmedia.com
Tags: custom
*/
/* CSS Document */
/* CSS by Voltamp Media (http://voltampmedia.com)
(c) 2009 Voltamp Media - all rights reserved.
Copying is for losers */


/*
colors:
bg       #000000 - black
text     #a9adac - gray
link     #f6f6f6 - white 
hover    #555555 - gray
current  #00324d - blue
lightest #BFE9FF - 
lighter  #80D2FF -
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 18pt;
	color: #a9adac;
	background-color:#000000;
	text-align: center;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: #a9adac;
	background-color:#000000;
	text-align: left;
}
a{
   font-weight: normal;
	color: #f6f6f6;
}

#pagewrapper{
	width: 960px;
	margin: auto;
	margin-top: 0px;
}
#accessibility{
/* get from cmsms */
}

#mainLogo{
	width: 470px;
	height: 215px;
	float: left;	
}

#mainLogo img {
	border: 0;	
}

#nav{
	float: right;
	width: 470px;
	height: 200px;
	margin: 15px 0px 0px 10px;
	text-align: right;
}
#nav a{
	color: #ff9432; /* FFBD80 */
	text-decoration: none;
	font-size: 16pt;
	border-top: 1px solid white;
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#breadcrumbs{
	color: #f6f6f6;
	font-size: 10pt;
	float: right;
	margin-top: 10px;
}
#breadcrumbs a{
   font-weight: normal;
	color: #f6f6f6;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
   border: none;
}
#nav a:hover{
	background-color: #00324d;
}
#breadcrumbs a:hover{
   background-color: #000000;
}
#nav a.selected{
   color: #f6f6f6; 
   font-weight: bold;
}

#header{
	float: right;
	width: 480px;
	margin: 5px 0px 10px 10px;
	text-align: left;
}

h1{
   font-size: 17pt;
   line-height: 23pt;
   margin-bottom: 5px;
   color: #f6f6f6 /*#5e89cc */;
   border-bottom: 3px solid #00324d;
}
#header h1{
   margin-top: 15px;
}
h2, h2 a {
   color: #ff9432;
   font-size: 14pt;
   font-weight: bold;
   line-height: 20pt;
   margin-top: 10px;
   margin-bottom: 5px;
}
h3 {
	color: #f6f6f6;
   font-size: 13pt;
   font-weight: bold;
   line-height: 18pt;
}
h4 {
   color: #f6f6f6;
   font-size: 13pt;
   font-weight: normal;
   line-height: 18pt;
}

.contactEmailBox{
	margin-top: 20px;
}

div.contactEmailBox .input-text{
border:1px solid #3b6e22; 
}

div.contactEmailBox label{
display:block;
margin-bottom:10px;
}

div.contactEmailBox label span{
display:block;
float:left; 
padding-right:6px;
width:200px;
text-align:right;
font-weight:bold;
}

div.contactEmailBox label span.message{
display:block;
float:right; 
text-align:left;
width: 435px;
font-weight:normal;
}

ul{
margin-left: 15px;
}

#webDesignFields{
width: 300px;
float: right;
}

#imgLeft{
margin-right: 20px;
float: left;
}
#imgRight{
margin-left: 20px;
float: right;
}

.formError{
	color: #FF0000;
}

.submitVAMedia{
	background-color: #00324d;
	padding:0px 6px;
	border:1px solid #000000;
	height:30px;
	line-height:24px;
	color:#FFFFFF;
	font-size:14px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}
#oneColumnContent{
   width: 960px;
   text-align: left;
   /*font-size: 14pt;*/  
}

#twoColumnBigLeft{
   width: 690px;
   margin-top: 20px;
   margin-right:10px;
   float: left;
   text-align: left;
}
#twoColumnSmallRight{
   width: 250px;
   margin-top: 20px;
   margin-left: 10px;
   float: left;
   text-align: right;
}
.rightColumnHeader{
	margin-top: 15px;
	/*font-size: 14pt;*/
	text-align:center;
	color: #f6f6f6;	
	border-bottom: 1px solid #f6f6f6;
}
.rightColumnData{
	text-align:left;
	padding-left: 20px;
	margin-top: 10px;
} 
.portfolioElement{
   margin-top: 10px;
   margin-bottom: 30px;
}
.portfolioImage{
   float:left;
   margin-right: 10px;
   margin-bottom: 10px;
   border:1px solid #a9adac;
}

#webDesignBullets{
	width:350px;
	float:right;
	margin: 20px 0px 20px 20px;
	padding: 20px 0px 20px 30px;
	border-bottom: 1px solid #282828;
	border-left: 1px solid #282828;
}

#footer{
	width: 960px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px #ffffff solid;
   text-align: center;
   font-size: 10pt;
   color: gray;
}

.clear{
	clear: both;
}

/* blog specific stuff */
.post{
	margin: 10px 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #00324d;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.sidebar ul{
	margin-left: 0px;
	padding-left: 0px;
}	
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px; 
	padding-left: 0px;
	width: 100%;
	}
