﻿/*
Theme Name: PPproduction  
Author: SDS : 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: mytemplate
*/


/* =Reset default browser CSS. Based on work by LP-------------------------------------------------------------- */
body{
	
	background-color:white;
	text-align:center;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#header{
	background-color:black;
	width:100%;
	height:160px;
	margin-top:-26px;
	align:top;
}
#logo{
	background-image:url(whitelogo.png);
	background-color:black;
	width:600px;
	height:114px;
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
}
hr{
	size:1px;
	width:100%;
	color:#FFFFFF
}
#menu{
	background-color:black;
	width:100%;
	height:45px;
	margin: 0 auto 0 auto;
	padding:0;

}
#nav{
	background-color:black;
	width:900px;
	height:45px;
	margin: 0 auto 0 auto;
	padding-top:0;
	
	
	
}
ul{

	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:0;
	padding-bottom:0;
	position:relative;
}
li{
	display:inline;
	position:relative;
	text-align:center;
	padding: 0 10% 0 10%;
	font-family:Courier New, Courier New, monospace;
	font-size:25px;
	color:white;
}
a:hover{
	opacity:0.5;
	text-decoration:underline;
}
a:link,a:visited{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	
}	
	
#container{
	background-color:white;
	width:100%;
	height:100%;
	margin-top:15px;
}
#content{
	background-color:#FFFFFF;
	width:700px;
	height:100%;
	margin: 4% auto 0 auto;
	text-align:justify;
}
#sidebar{
	width:250px;
	height:100%;
	float:left;
	background-color:white;
	padding-left:3%;
} 
a.sidebar:link,a.sidebar:visited{
	color:#A8A8A8;
	text-align:center;
	text-decoration:none;
	
}	
#video{
	width:70%;
	height:100%;
	float:right;
	background-color:#FFFFFF;
	margin-top:0 0 0 0;
}
ul.sidebar{

	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:0;
	padding-bottom:0;
	position:relative;	
	padding-left: 14px;
	float:left;
	margin: 10% 0 0 10%;
}
li.sidebar{
	display:block;
	position:relative;
	float:left;
	text-align:left;
	margin: 10% 0 0 10%;
	padding-left: 14px;
	font-family:Courier New, Courier New, monospace;
	font-size:25px;
	color:#8A8A8A;
	float:left;
}

#small {line-height:150%;

	background-image:url(line.png);
}