/*
Theme Name: V-Theme
Theme URI: http://vintom.com
Description: A custom theme built from the ground up!
Version: 1
Author: Vin Thomas
Author URI: http://vintom.com
Tags: custom, 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "superfish.css";


/* Sticky Footer Styles */

html, body, #wrap {
height: 100%;
}

body > #wrap {
height: auto; min-height: 100%;
}

#main {
padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
position: relative;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;
background-color: #000;
border-top: solid 1px #111;
} 

/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/* End Sticky Footer Styles */

body {
background: #050505 url(images/bg.jpg) scroll repeat-x center top;
color: #222;
font-family: Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 12px;
}

a:link, a:active, a:visited { color: #111; text-decoration: none; border-bottom: dotted 1px #111;}


a.image-border, a.image-border:hover {	text-decoration: none; 	border: 0 none; 	}

a {  outline: none; }

#main {
width: 960px; 
background: transparent;
margin: 0 auto;
}

#inner-wrap {
background: #fff;
-webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
width: 960px;
position: relative;
margin: 40px 0;
padding: 40px;
}

#content {
width: 590px; 
float: left; 
display: inline; 
padding-right: 40px; 
position: relative;
}

#wide-content {
width: 630px; 
float: right; 
display: inline;
}

.radiobox {
float: left;
background: #fff url(images/listen.jpg) top center no-repeat;
padding: 90px 20px 20px;
width: 248px;
margin-right: 40px;
}

.radiobox a {
display: block;
padding: 5px;
}

#sidebar {
width: 288px;
float: right;
display: inline;
padding: 20px;
background-color: #fff;
border: solid 1px #ddd;
margin-bottom: 20px;
}

#footer-content { 
width: 960px;
margin: 0 auto;
padding: 1em 0;
text-align: center;
color: #999;
}

#header { 
margin: 70px 0 40px;
position: relative;
}

#nav {
float: right;
width: 535px;
margin: 27px 0;
}

#nav li {
display: inline;
}

#nav li a {
text-indent: -9999px;
background: transparent url(images/nav-trans.png) no-repeat top left;
height: 40px;
display: block;
float: left;
margin: 0 40px 0 0;
border: none;
}

#nav li a.home {
width: 115px;
background-position: 0 0;
}

#nav li a.home:hover {
background-position: 0 -40px;
}

#nav li a.about {
background-position:-139px 0;
width:107px;
}

#nav li a.about:hover {
background-position: -139px -40px;
}

#nav li a.contact {
background-position:-268px 0;
width:121px;
}

#nav li a.contact:hover {
background-position: -268px -40px;
}

h1.logo { 
width: 365px; 
height: 91px;
background: url(images/logo-trans.png) top left;
text-indent: -9999px;
margin-bottom: 20px;
float: left;
}

h1.logo a {
display: block;
width: 100%;
height: 100%;
outline: none;
border: none;
}

h2 {
font-size: 6.5em; 
font-weight: bold;
margin-bottom: 10px;
font-family: "Myriad Pro", Helvetica, Arial, Sans-Serif;
letter-spacing: -0.1em;
}

h3 {
font-size: 2.2em; 
font-weight: bold;
margin-bottom: 10px;
font-family: "Myriad Pro", Helvetica, Arial, Sans-Serif;
letter-spacing: -0.1em;
}

.post {
margin-bottom: 40px;
}

.post p {
margin-bottom: 20px;
line-height: 1.8em;
}

#commentform input {
display: block; padding: 5px; margin: 5px 0 20px;
}

#sidebar ul li { 
margin-bottom: 20px; 
padding-bottom: 20px; 
border-bottom: solid 1px #ccc; 
}

#sidebar ul li ul li { 
margin: 0; 
padding: 0; 
border-bottom: none;
}

#sidebar ul li ul { 
padding-left: 10px;
}

#sidebar ul li ul li { 
color: #555555; 
background: url(images/bullet.png) no-repeat left 3px;	
padding: 0 0 0 20px;
}

.alignright {
float: right; margin: 0 0 10px 10px;
}

.alignleft {
float: left; margin: 0 10px 10px 0;
}


.pics {  
height:  232px;  
width:   960px;  
padding: 0;  
margin:  0;  
} 

.pics img {  
padding: 15px;  
border:  1px solid #ccc;  
background-color: #eee;  
width:  928px; 
height: 200px; 
top:  0; 
left: 0 
} 

#slider {
max-height: 232px;
overflow: hidden;
}

#nav ul {
text-align: right;
margin-bottom: 10px;
}

#nav ul li {
display: inline;
margin-left: 10px;
font-size:1.2em;
}

#nav ul li a {
text-decoration: none;
padding: 2px 5px;
}

#nav ul li a:hover {
text-decoration: none;
border-bottom: dotted 1px #eee;
}

.topmarg {
height: 45px;
display: block;
}

span.required {
color: red;
}

td.jotform {
color:#333;
font-size:2em;
padding:20px 0 5px;
}

.jotform label {
color:#333;
font-size:1.5em;
}

.jotform input {
padding: 10px;
margin: 5px 0 20px;
width: 80%;
background-color: #eee;
border: solid 1px #999;
}

.jotform textarea {
margin:5px 0;
padding:5px;
width:100%;
background-color: #eee;
border: solid 1px #999;
}

.jotform .btn {
width: 200px;
font-size: 1.5em;
}

.jotform .btn:hover {
width: 200px;
font-size: 1.5em;
color: red;
cursor: pointer;
}

.error {
border: solid 1px red !important;
}

.vintom-logo {
margin-bottom: -10px; 
}

.phone {
display: inline;
float: right;
margin-top: -58px;
margin-right: -80px;
}
