/* global.css 

Style Information
VideoKitchen.com

*/

/* General Items */

body {
	margin: 0;
	font-size: .85em; 
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #000;
	}
	
li  {
	margin: 15;
	font-size: .85em;
	}

ul, 
h1,
h2,
h3,
h4,
dl,
dt,
dd{
	margin:  0 0 0 5;
	padding: 0;
	}
	
h1 {
	font-size: 3em;
	padding-top: 2px;
	}
	
h3 {
	margin-top: 2em;
	}
h1.first,
h2.first {
		margin: 0;
		}
	
p {
	line-height: 1.35em;
	}
	
	
/* Page Structure */	

#logo {
	/*float: left;
	width: 142px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/backgrounds/logo.jpg) no-repeat;
	margin-left: 38px;
	display: inline;*/ /* IE Hack */
	
	width: 210px;
	background: #000;
	
	}

/* Font size and color of most text */	
#content {
	overflow: hidden;
	padding: 15px 30px;
	color: #000000;
	font-size: .85em;
	background: #ffffff;
	}
	
#intro {
	padding: 10px 200px 30px 35px;
	background: #444;
	height: 100px;
	}
	
	#intro p {
		font-size: .85em;
		}	
	
.home #intro {
	background: url(images/backgrounds/home.jpg) no-repeat top left;
	overflow: hidden;
	padding: 0 0 10px;
	}

	.home #intro p {
		float: left;
		clear: left;
		margin: 0 35px;
		font-size: .9em;
		line-height: 1.5em;
		font-weight: bold;
		display: inline; /* IE Hack */
	}
	
.home #content {
	background: #000;
	color: #fff;
}
	
#homebuttons {
	margin: 34px 0 25px;
	padding: 0;
/*	width: 537px;*/
	height: 64px;
	border: none;
}
	#homebuttons td {
/*		width: 178px;*/
		border: none;
		padding: 0;
	}

		
.create #intro {
	background: url(images/backgrounds/create_header.jpg) top right no-repeat #ff6600;
	}

.convert #intro {
	background: url(images/backgrounds/convert_header.jpg) top right no-repeat #00E800;
	}	
		
.copy #intro {
	background: url(images/backgrounds/copy_header.jpg) no-repeat top right #11B4ED;
	}			

				
	#sidenav_cell {
			border-right: 1px solid black;
		}
				
#sidenav {
	padding: 20px 0 10px 20px;
	margin: 0;
	font-size: .9em;
	width: 190px;
	float: left;
	background: #eee;
	list-style: none;
	overflow: hidden;
	}
	#sidenav li {
		font-weight: bold;
		font-size: 1.05em;
		overflow: hidden;
		padding: 0;
		margin: 0 0 20px;
		}
		#sidenav li ul {
			padding: 0;
			margin: 0;
			/*margin-bottom: 20px;*/
			font-size: .9em;
			list-style: none;
			}
			#sidenav li ul li {
				padding: 0;
				margin: 0;
				font-weight: normal;
				width: 190px;
				}
				
	#sidenav a,
	#sidenav form {
		text-decoration: none;
		display: block;
		color: #444;
		padding-bottom: 3px;
		padding-top: 2px;
		padding-left: 10px;
		margin: 0;
		width: 180px;
		}
	
	#sidenav form {
		padding-top: 15px;
		padding-bottom: 15px;
		}
		
		#sidenav a:hover {
			color: #fff;
			text-decoration: underline;
			background: #555;
			}
		
/* "Create" Items in the Side Navigation */		
.create #sidenav li.create.active a,
.create #sidenav li.create li.active a,
#sidenav li.create a:hover {
	background: #ff6600;

	/*background: url(../images/backgrounds/create_active.jpg) no-repeat;*/
	}
	
.convert #sidenav li.convert.active a,
.convert #sidenav li.convert li.active a,
#sidenav li.convert a:hover {
	background: #00E800; 
	/*background: url(../images/backgrounds/convert_active.jpg) no-repeat;*/
	}
	
.copy #sidenav li.copy.active a,
.copy #sidenav li.copy li.active a,
#sidenav li.copy a:hover {
	background: #11B4ED; 
	/*background: url(../images/backgrounds/copy_active.jpg) no-repeat;*/
	}	
	

	
	.create #sidenav li.create.active ul a,
	.convert #sidenav li.convert.active ul a,
	.copy #sidenav li.copy.active ul a {
		/*color: #444;*/
		background: none;
		}
		
		
#main {
	/*float: left;
	width: 500px;
	margin-left: 30px;
	color: #444;
	padding-top: 30px;
	display: inline;
	overflow: hidden;*/
	}
	

	
#footer {
	padding: 10px 0 17px 30px;
	font-size: .85em;
	}
#footer p {
	width: 724px;
	padding: 5px 0;
	margin: 0;
	}
		#footer p.east {
			border-top: 1px solid #fff;
			padding-top: 4px;
			}
		
	h1 .smaller {
		font-size: .4em;
		}
