i/*
master.css
Description: Master CSS file for godsvideo.com.
Version: 1.0
Author: Pixelcrafters
Author URI: http://www.pixelcrafters.com/
*/


/* =Neutralize Styling */

html, body, form {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 1em 0;
  padding: 0;
}

h2 {
  margin: .3em 0;
  padding: 0;
}
	
dl, dt, h3, h4 {
	margin: 0 0 .3em 0;
	padding: 0;
}

p, dd {
	margin: 0 0 1em 0;
	padding: 0;
}
	
ul, li {
	margin: 0;
	padding: 0;
}
	
img {
	border: 0;
}


/* =Basic Styling */

body {
  background: #333 url(../img/body-bg.gif) repeat-x;
  color: #dadada;
  font-family: Verdana, Sans-Serif;
  font-size: small;
  line-height: 1.4em;
  text-align: center;
}
  
h1 {
	color: #e59e0b;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
}

h2 {
	color: #a2b40b;
  font-family: Georgia, serif;
  font-size: 120%;
  font-weight: normal;
}
  
h3 {
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
}

ul {
  list-style-type: none;
}


/* =Links */

a {
	outline: none;
}

a:link {
	border-bottom: 1px dotted #aba04b;
  color: #cbc06b;
  text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted #aba04b;
	color: #bbb05b;
	text-decoration: none;
}

a:hover {
	border-bottom-style: solid;
}

a:link img, a:visited img {
	border: none;
}

/* =Layout Structure */

#wrap {
	/* background: url(../img/wrap-grid.gif) repeat-y; */
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 750px; 
}

#header {
	height: 60px;
	margin-top: 50px;
  position: relative;
}

#nav {
	margin: 0;
	padding: 0 0 20px 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	border: none;
	float: left;
	line-height: 14px;
	font-size: 85%;
	padding: 0 12px 6px 0;
	text-decoration: none;
	color: #ddd;
}

body#index #index_tab a, body#contact #contact_tab a, body#packages #packages_tab a, body#samples #samples_tab a,
body#testimonials #testimonials_tab a {
	color: #cbc06b;
}

#welcome {
	clear: both;
	float: left;
}

#content {
	clear: both;
	float: left;
	padding-top: 25px;
	width: 475px;
}

#intro {
	float: left;
	font-size: 115%;
	line-height: 1.6em;
	width: 425px;
}


#introwide {
	float: left;
	font-size: 115%;
	line-height: 1.6em;
	width: 700px;
}

#sampleback {
	float: left;
	font-size: 115%;
	line-height: 1.6em;
	width: 710px;
}

body#packages #intro, body#testimonials #intro {
	width: 750px;
}

#slideshow {
	position: relative;
	float: right;
	margin: 0;
	height: 185px;
	width: 250px;
}

#photo_img {
	margin: 0;
	padding: 10px;
}

body#samples #photo_img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

body#samples #photo {
	position: relative;
	float: right;
	margin: 0;
	height: 31px;
	width: 88px;
}

body#samples #photo a {
	border: none;
	margin: 0;
	padding: 0;
}

#features {
	float: left;
	width: 225px;
}

#main {
	float: right;
	width: 225px;
}

#sidebar {
	float: right;
	padding-top: 25px;
	width: 250px;
}

#links {

}

#xtra {
	display: none;
}

#footer {
  clear: both;
	color: #777;
  font-size: 85%;
  line-height: 1.4em;
  margin: 0;
  padding: 25px 0;
}
  
  
/* =Header */

#header h1 {
	font-family: "Trebuchet MS", sans-serif;
}

#header img {
  display: block;
}
  
#header span {
  background: #fff;
  height: 50px;
  left: 25px; 
  position: absolute;
  top: 25px;
  width: 150px;
}
	

/* =Gutters */



/* =Content */

#content h1 {

}

#content h1 a {
	
}

#content h2 {
	
}

#content h2 a {
	
}

#content h3 {
	
}

#content h3 a {
	
}

#content h1 a:hover, content h2 a:hover, #content h3 a:hover {
	border-bottom: 1px solid #bbb;
}


/* =Intro */

#intro {
  
}

	
/* =Sidebar */

  
/* =Footer */

#footer a:link {
	border-bottom: 1px dotted #777;
  color: #999;
}

#footer a:visited {
	border-bottom: 1px dotted #777;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #777;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline;
  margin: 0;
  padding: 0 .2em 0 .5em;
  border-left: 1px solid #777;
}
  
#footer li.first {
  border-left: 0;
  padding-left: 0;
}
  

/* =Misc */

.nicebox {
	background: #3e3e3e;
	border: 2px solid #424242;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 25px;
}

.nicebox ul {
	padding-bottom: 1em;
}

.nicebox li {
	list-style-type: circle;
	padding-top: .2em;
	padding-bottom: .2em;
}

#packages .nicebox li {
	background: url(../img/star_back.jpg) no-repeat left 50%;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 21px;
}

#samples .nicebox li {
	list-style-type: none;
}

#samples .nicebox li a {
	background: url(../img/control_play.png) no-repeat left 50%;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 21px;
}

}


/* =Misc Forms */

form {
	margin: 0;
	padding: 0;
}

label {
	font-family: Verdana, sans-serif;
	font-size: 90%;
}

#contactform #realname, #contactform #email, #contactform #url {	
	border: 1px solid #222;
	padding: 2px;
	width: 200px;
}

#contactform textarea {
	border: 1px solid #222;
	font-family: inherit;
	font-size: 90%;
	height: 180px;
	padding: 2px;
	width: 396px;
}

#flashform textarea {
	border: 1px solid #222;
	font-family: inherit;
	font-color:#D62B87
	font-size: 90%;
	height: 180px;
	padding: 2px;
	width: 396px;
}
