/* temp styles to be moved to news css */




/*
This rule is conditional.
It should only be applied to articles (?cmd=view)
with main photos that need to go on the left of the content.

#content {
position:relative;
padding-left:160px;
width:460px;
}
*/



#articlephoto {
position:absolute;
top:0;
left:0;
padding:8px;
border:1px solid #999;
width:130px;
}

#articlephoto a {
display:block;
}

#articlephoto img {
width:130px;
display:block;
}
#articlephoto p {
/*the caption*/
text-align:center;
font-size:10px;
margin:0;
}

#sidebar #searchnews p {
display:none;
}

#sidebar #searchnews div {
border-bottom:1px solid #eee;
padding:4px 0;
}

#sidebar #searchnews label {
font-size:11px;
font-weight:bold;
height:15px;
margin-top:6px;
width:110px;
float:left;
}

#sidebar #searchnews .submit {
height:20px;
margin-left:0;
width:60px;
}

#sidebar #searchnews input, 
#sidebar #searchnews select {
width:140px;
}

#sidebar small {
margin:0;
}


