/* Screen Stylesheet for nigelnewman.co.uk */

@import url(./generic.css);

body {
		 width: 100%;
		 padding: 0px;
		 margin: 0px;
		 font-size: 13px; 
		 font-family:'Times New Roman',serif;
		 text-align:center;}

#newspaper {
		 width: 90%;
		 background-color: #eaf3da;
		 margin: auto;
		 padding: 5px 10px;
		 font-size: 1em; 
		 text-align: left;
		 border: 2px dotted #990033;}		
		
#input-maxphotosize {
			float:  right;
			margin: 0px 10px 10px 10px;
			border: 1px dashed #ce0000;
			width:  250px;
			height: 250px;}

.entry {
		 border-bottom: 2px dashed gray;
		 padding: 0px 10px;}

.screen-only {display:none}

h1 {
	 color: brown;
	 font-size: 1.5em;}
		
h1.inline {
	 font-weight: bold;
	 color: #a01414;
	 display: inline;}
	 
h3 {
	 font-weight: bold;
	 color: #a01414;
	 font-size: 1.25em;} 
	 
.clear {clear: both;}
.right {float: right;}

a:link {color: navy; text-decoration: none; font-family: Comic Sans MS; }
a:visited {color: navy; text-decoration: none; font-family: Comic Sans MS; }
a:hover {color: #a01414; text-decoration: underline; font-family: Comic Sans MS; }
a:active {color: navy; text-decoration: underline; font-family: Comic Sans MS; }

.image{
		 width:100%;
		 padding:0px;
		 margin: 0px;
		 border: 1px solid #ce0000;
		 text-align:center;
		 font-size: 10px;}	
 
.news-pic {
			float:right;
			margin:0px 10px 10px 10px;
			border: 1px solid #ce0000;
			text-align: center;
			font-size: 10px;}

/* nigel hack: 3pix jog p304. Put one box inside another */
.news-pic > .news-pic2 {width:100%;}


 


		 


