/* Master CSS */  
/* File Name: default.css */ 
/* Version: 1.0 */ 
/* Author: Roger D. Secura */ 
/* URL: http://www.rogersarchiveohio.com */
/* Description: Personal archive for all of Roger's work. */  
/* Date: 2-29-20 */    
 
 
body {
                  
	padding: 0; 
	text-align: left;
	font: 13px "Times New Roman", Arial, Helvetica, sans-serif;
	 
               
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #FF7F00;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* FONT FOR HEADINGS - LEFT SIDE OF THE SCREEN */

h1,  h2, h3, {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	 
}

h1 {
	letter-spacing: -3px;
	font-size: 1em;
                   color: #FFFFFF;
}


/* SPACING BETWEEN LETTERS -  MAIN WHITE TITLES ON THE LEFT SIDE OF THE SCREEN */

h2 {
	letter-spacing: 1px;
	font-size: 2em;
                   color: #FFFFFF;
}

/* TEXT UNDER 'MY BASIC PHILOSOPHY'*/
h3 {
	margin-bottom: 2em;
	font-size: 1.5em;
	font-weight: bold;
}


/* ALL SMALL TEXT UNDER BLACK BARS ON RIGHT OF SCREEN'*/
p, ol, ul {
                  letter-spacing: .5px;
	margin: 0 0 2em 0;
	line-height: 200%;
                  font-size: 1.05em;
}
/* COLOR OF VERTICAL BLACK BAR ON THE LEFT SIDE OF THE SCREEN */

 
 a {
	 
}


/* COLOR FOR ALL SMALL FONT TEXT ON THE RIGHT SIDE OF SCREEN SCREEN */

a {
	text-decoration: none;
                   font-weight: bold;
	color: #FF7F00;
}

img {
	border: none;
}

img.left {
	float: right;
	margin: 8px 20px 0px 0px;
	border: 2px solid #FFFFFF; 
}


#logo h1, #logo p {
	float: left;
	color: #FF7F00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
} 

/* Menu */

#menu {
	width: 1024px;
	height: 10px;
	margin: 0 auto;
	background: #FFFFFF url("img04.gif");
}

#menu ul {
	margin: 3;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url("img15.gif") no-repeat right 100%;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	height: 60px;
	background: url("img16.gif") repeat-x right 50%;
	color: #660066;
}

 #menu .current_page_item {
}

#menu .current_page_item a {color: #FFFFFF;
}

/* Page */


/* SPACING BETWEEN TOP MENU AND ROGERS PHOTO (SEE PADDING BELOW) */
#page {
                    
	width: 1024px;
	margin: 10 auto; 
	padding: 100px 0;
                   background: url("img12.gif")
}

/* SPACING AND BORDER AROUND ROGER'S PHOTO ON THE LEFT OF SCREEN */

#ads {
	float: left;
	width: 60px;
	padding:  0 0 30 0px;
                   border: 2px solid #000000; 
}

/* COLOR AND CONTENT UNDER "MY BASIC PHILSOPHY" TITLE ON LEFT OF SCREEN */

#content {
	float: left;
	width: 375px;
                   font-weight: bold;
                   color: #FF7F00;
}

.post {
	margin-bottom: 10px;
}

.post .title {
}


/* TEXT SIZE FOR LARGE MAIN HEADINGS ON LEFT SIDE OF SCREEN  */

.post .title h2 {
	font-size: 2.3em;
}

.post .title p {
	margin: 20;
	line-height: normal;
	color: #FF7F00;
}

.post .title p a {
	color: #FF7F00;
}

/* MARGIN BELOW MAIN HEADING (Roger's Archive) ON LEFT SIDE OF SCREEN  */

.post .entry {
	padding-top: 50px;
}


/* LEFT HAND BLACK TITLE BAR - HOW TO CONTACT ME */

.post .links {
	width: 375px;
	height: 100px;
	margin: 5;
	padding: 6px 0 0 10px;
	background: url("img08.gif") no-repeat;
}

.post .links a {
	padding: 0 30px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: none ;
}

.post .links .more {
	background: url("img09.gif") no-repeat;
}

.post .links .comments {
	background: url("img10.gif") no-repeat;
}

/* LENGTH OF LINKS UNDER BLACK TITLE BLOCKS - RIGHT OF THE SCREEN */

#sidebar {
	float: right;
	width: 375px;
}

#sidebar ul {
	margin: 5;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
	backgrounda: url("img13.jg") repeat-y left top;
}


/* SPACING OF LINKS LISTED UNDER BLACK BARS TO THE RIGHT */

#sidebar li ul {
	padding: 5px 5px;
	line-height: 200%;
}

/* SPACING FOR BLACK BULLETS NEXT TO LINKS ON RIGHT SIDE OF SCREEN */

#sidebar li li {
	margin: 5;
	padding-left: 20px;
	background:  url("whiteball.gif") no-repeat 0 11px;
}


/* LENGTH OF BLACK BARS ON RIGHT AND COLOR/LETTER SPACING IN HEADERS */

#sidebar h2 {
	width: 225px;
	height: 30px;
	padding: 5px 0 0 10px;
	background: url("img05.gif");
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #FF7F00;
                  
}




/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url("img11.gif") no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

