/* CSS Document */
/* Author : S.Manuvendan 
Name : Kodaionline Gallery CSS */

.photo {
border-width: 5px 5px 10px 5px; 
border-style: solid;
/*border-bottom-color:1px #ccc;
border-left-color:#eee;
border-right-color:#ddd;
border-top-color:#bbb; */
border-color: #c0c0c0; 
float:left;
margin-top:10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right:10px;
}



legend
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
color:#FF0066;
}

ul.thumbnails
{
margin:0 0 10px 0;
padding:0;
float:left;
text-align:center;
background-color:#fff;
line-height:1em;
list-style:none;
}

ul.thumbnails li, ul.navigation li {
display: inline;
margin: 0;
padding: 0;
}

ul.navigation a {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 4px 4px 6px 4px;
border: 0;
background-color: #fff;
text-align: center;
width: 80px;
}
ul.navigation a:hover {
background-color: #eee;
border: 0;
}

#content {
margin: 0 auto 20px 20px;
padding: 1em 0 0 0;
width: 700px;
background-color:#fff;
font-size: 1.25em;
line-height: 1.75em;
}

ul.thumbnails a
{
display:block;
float:left;
margin:0;
padding:4px 4px 9px 4px;
border:1px solid #ccc;
border-top-color:#eee;
border-right-color:#ddd;
border-bottom-color:#bbb;
background-color:#fff;
text-align:center;
width:80px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

ul.thumbnails a:hover
{
border-color:#ccc;
background-color:#ddd;
}

ul.services
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#FF9900;
 list-style-type:circle;
 }
 






