/*
Theme Name: hirshmix
Theme URI: 
Description: for Dan Hirshon's site only.
Author: Mike Hirshon
Version: 1.0
Tags: a
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


body { 
	background-color: black; 
	margin: 0; 
	color: white; 
	font: 12px/18px arial; 
	text-indent: 0px }

    
pre { 
	color: white; 
	font: 12px/18px arial; 
	margin-left: 10px; }  
	
#main { 		  
	width: 400px;		  
	position: absolute;		  
	left: 450px;		  
	top: 120px; 		  
	text-align: justify;	   
	    }
	    
#footer {		
	width: 376px;		
	position: absolute;		
	left: 0px;		
	top: 720px;  } 
	    	
	    	#links_page a { float: left; margin: 0 20px 50px 0; }
	    	
	    	
h2, .entry-title { 
	color: orange; 
	text-indent: 0px;
	margin: 30px 0 30px 0; 
	}	
		
h4 { 
	color: orange; 
	text-indent: 0px;
	margin: 20px 0 0px 0;
	font-size: 12pt; 
	text-transform: uppercase;
	}
	
h3 { 
	color: orange; 
	text-indent: 0px; 
	font-size: 12pt
	}   
	
h5 { 
	color: orange;
	font-size: 12pt
	}

a { text-decoration: none; }  
a:link, a:visited { color: white }  
a:hover, a:visited:hover { color: orange }   

ul li {
	list-style: none;
	text-indent: 30px;

}   

p { margin-bottom: 20px; }


.vvqbox { height: auto !important; width: auto! important; }
.videobox object { height: 200px !important; width: 320px !important; }
