/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
div.photo {
border:1px solid lightgrey;
float:left;
margin:7px;
height:630px;
padding:10px;
width:380px;
}

div.photo > a { color:black;font-size:22px; }
div.photo > a:visited { font-size:22px;color:grey; }

div.photo hr {
border-bottom:1px dashed grey;
border-top:1px solid grey;
width:360px;
margin:15px auto 15px auto;
}

div.photo > p > img {
border:2px solid lightgrey;
bottom:20px;
display:block;
position:relative;
margin-left:auto;
margin-right:auto; }




div.photo > p > em { color:grey;font-size:14px; }

div.photo > p > span {
position:relative;
bottom:35px;
clear:both;
color:#66bbff;
float:none;
font-weight:bold;
font-size:18px;
}

textarea { height:200px;width: 253px; }
