/* @override http://webvideosolutions.com/wp-content/themes/video-solutions/style.css */

/* @override http://www.webvideosolutions.com/dev/wp-content/themes/video-solutions/style.css */

/*-------------------------------------------------------------------------------------*/

/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,a img,:link img,:visited img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style-position: inside;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

body {
	background: #111;
	/*background: url("http://webvideosolutions.com/wp-content/themes/video-solutions/images/bg_brick.gif") top left; ;*/
	text-align: center;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 1.2em;
	color: #000;
}

h2 {
	font-size: 12px;
	color: #ff5200;
	margin-bottom: 36px;
}

h3 {
	font-size: 1.0em;
	color: #000;
}

a:link,a:visited {
	color: #fff;
	text-decoration: underline;
	outline: none;
}

a:hover,a:active {
	text-decoration: none;
}

/* ------------------------ classes ------------------------ */

.clear {
	clear: both;
}

div.clear {
	height: .01em;
	overflow: hidden;
}

p.back-to-top {
	text-align: right;
	display: block;
	padding: 15px 0 0 0;
}

img.img-left {
	float: left;
	margin: 2px 10px 10px 0px;
}

img.img-right {
	float: right;
	margin: 5px 0px 10px 10px;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#header {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}

#wrap {
	

/*background:url("images/bg-wrap.jpg") repeat-y;*/
	width: 690px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------ column-left framework ------------------------ */

#column-left {
	width: 184px;
	float: left;
	margin: 0 51px 0 0;
}

/* ------------------------ phone number framework ------------------------ */
#ph_number {
	float: right;
	background:no-repeat url("images/ph_number.jpg");
	margin-top: 30px;
	margin-right: 55px;
	height: 83px;
	width:  329px;
}

/* ------------------------ masthead framework ------------------------ */

#masthead {
	position: relative;
	background:no-repeat url("images/logo.jpg");
	height: 127px;
}

/* index page link within #masthead */

#masthead a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 184px;
	height: 127px;
}

#masthead a span {
	display: none;
}

/* ------------------------ nav framework ------------------------ */

#nav {
	color: #959595;
	margin: 20px 0 0 0;
}

#nav li {
	list-style-image: url("images/bullet.jpg");
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 10px;
	margin: 0 0 19px 0;
}

#nav li a {
	text-decoration: none;
	color: #959595;
}

#nav li a:hover {
	text-decoration: underline;
	color: #cecece;
}

.post {
	margin-top: 75px;
	color: #959595;
}

p {
	clear: both;
	margin: 12px 0;
}

.post p img {
	float: left;
	margin: 12px;
}

.post p.sub {
	font-size: 80%;
}

.bio-name {
	color: #f60;
}

.price{
	float: right;
	}

.post h2 {
	color: #ff5200;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 24px 0 12px 0;
	white-space: pre;
	clear: both;
}

.post h2 a {
	color: #ff5200;
	text-decoration: none;
}

/* ------------------------ column-right framework ------------------------ */

#column-right {
	width: 455px;
	float: left;
}

#column-right .post {
	position: relative;
	margin-top: 30px;
	width: 455px;
	left: 0px;
}

#column-right .post input {
	width: 200px;
	margin: 0px 0;
}

#sendbutton {
	width: auto !important;
	position: relative;
	left: 60px;
}

#column-right .post label {
	margin: 0px 0px 0px;
	line-height: 24px;
}

#c_info {
	float: right;
	width: 200px;
}

#cformsform {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100px !important;
	float: left;
}

.linklove {
	display: none;
}

#column-right .post .bio-name {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 24px;
}

#column-right .post textarea {
	width: 200px;
}

#media-player {
	background: url("images/player.jpg") top left no-repeat;
	position: relative;
	left: 20px;
	top: -10px
}

#featured-video {
	margin-top: -95px;
	height: 182px;
	width: 696px;
	background: url("images/featured-video2.jpg") top left no-repeat;
}

/* ------------------------ horizontal sprite nav ------------------------ */

#featured-nav {
	background: url("images/featured-video2.jpg") no-repeat;
	width: 696px;
	height: 133px;
	margin-top: 95px;
}

#featured-nav li a span {
	padding: 15px 0 0 10px;
	display: block;
}

#featured-nav li a {
	text-decoration: none;
}

#featured-nav li a:hover {
	text-decoration: underline;
}

#featured-nav li#featured-nav-01 a span {
	padding-left: 30px;
}

#featured-nav li, #featured-nav a {
	height: 133px;
	display: block;
}

/* change height here also */

#featured-nav li {
	float: left;
	list-style: none;
	display: inline;
	position: relative;
}

#featured-nav-01 {
	width: 184px;
	margin: 48px 0 0 0;
}

#featured-nav-02 {
	width: 169px;
	margin: 48px 0 0 0;
}

#featured-nav-03 {
	width: 167px;
	margin: 48px 0 0 0;
}

#featured-nav-04 {
	width: 175px;
	margin: 48px 0 0 0;
}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#featured-nav-01 a:hover {
	background: url("images/featured-video2.jpg")  0px -230px no-repeat;
}

#featured-nav-02 a:hover {
	background: url("images/featured-video2.jpg") -184px -230px no-repeat;
}

#featured-nav-03 a:hover {
	background: url("images/featured-video2.jpg") -353px -230px no-repeat;
}

#featured-nav-04 a:hover {
	background: url("images/featured-video2.jpg") -520px -230px no-repeat;
}

#lower-col-left {
	

/*width: 226px;*/
	width: 277px;
	float: left;
	margin: 32px 30px 0 29px;
	color: #878787;
}

#lower-col-middle h2 , #lower-col-left h2, #bottom-col h2 {
	margin-bottom: 12px;
	font-size: 12px;
	text-transform: uppercase;
}
h2 a {
	text-decoration: none !important;
}

#date-time {
	margin-bottom: 10px;
}

#lower-col-middle {
	

/*width: 273px;*/
	width: 354px;
	float: left;
	margin: 32px 0 0 0;
	color: #878787;
}

#bottom-col {
	

/*width: 273px;*/
	margin: 32px 25px 0 32px;
	color: #878787;
}

#lower-col-right {
	margin: 32px 0 0 0;
	color: #878787;
}

#blog-left {
	width: 200px;
	float: left;
	padding: 10px 0 0 0;
	color: #fff;
}

#blog-left h2 {
	margin: 10px 0px;
	font-size: 18px;
}

#blog-left ul {
	margin-left: 20px;
}

#blog-right {
	float: left;
	width: 490px;
}

/* ------------------------blog page nav ------------------------ */
.navigation {
	padding-top: 30px;
	text-align:center;
	}

.navigation .alignright{
	float: right;
}

.navigation .alignleft{
	float: left;
}

/* ------------------------footer framework ------------------------ */

#footer {
	width: 696px;
	margin: 10px auto 0;
	text-align: center;
	border-top: 3px solid #3a3a3a;
	color: #878787;
}

#footer p {
	margin-bottom: 5px;
}

#footer ul {
	margin: 5px 10px;
}

#footer li {


/* if your li's float, you can adjust border height w/ line-height */
			padding: 0 5px 0 7px

;
	/* adjusts the spacing between each li display and border-left */
			display: inline;
	border-left: 1px solid #fff;
}

#footer li.first {
	border: none;
}


