/*  
Theme Name: NewspaperVR
Author: VacationRealty.com 
Author URI: http://www.vacationrealty.com

*/


@import url("css/base.css"); /*Base css file with text resizers and width buttons*/

@import url("css/wpstyle.css"); /*old wp style*/


/*Uncomment one of these files if you want a fixed width with no stylechange width button*/
/*@import url("css/800width.css"); Fixed width 800 px*/
/*@import url("css/1024width.css"); Fixed width 1024 px*/

@import url("css/customize.css"); /*Use this file to customize your website*/
@import url("css/1024width.css"); /*Fixed width 1024 px*/

}

/*This CSS controls the height of the header and the user1 box. Adjust the height in ems to fit your logo image*/
#header,#user1{height:7em;}
/*CSS for logo. Its a image replaced link as an H1 tag*/
#header h1 {background:url(http://library.mlm-truth-and-lies.com/wp/wp-content/themes/newspapervr/images/logo.png) 0 0 no-repeat;}/*Set the line-height and width equal to your logo image here*/
#header h1 a {width:700px;line-height:130px;}
body.contentpane {background:#fff}