/*
Theme Name: mesfotos

*/


body{
 margin:0px;
 font-family: Arial, Verdana, Tahoma;
 font-size:11px;
 color:#363636;
}

a{
 color:#fe008c;
}

a:hover{
 text-decoration:none;
}

.main-container{
 margin:0 auto;
 width:1000px;
 background-color:#dedede;
 background-image:url(images/content-background.gif);
}

.copyright{
 background-image:url(images/footer-background.jpg);
 height:69px;
 color:#ddcccb;
 text-align:left;
 padding-left:60px;
 padding-top:30px;
}

.column-left, .column-right{
 margin-left:15px;
 padding-left:18px;
 width:204px;
 margin-right:25px;
 text-align:left;
 padding-bottom:20px;
}

.column-right{
 margin-right:0px;
}

.column-left ul, .column-right ul{
 list-style:none;
 margin:0px;
 padding:0px;
}

.column-left ul li ul li, .column-right ul li ul li{
 background-image:url(images/bull.gif);
 background-repeat:no-repeat;
 padding-left:12px;
 font-size:12px;
 line-height:20px;
}

.column-left a, .column-right a{
 color:#035d85;
}

.column-center{
 width:486px;
 text-align:left;
}

.comments a{
 font-size:12px;
 color:#035d85;
}

.comments span{
 background-color:#d52d00;
 padding-left:3px;
 padding-right:3px;
 color:#FFFFFF;
}

h2{
 text-transform:uppercase;
 font-size:14px;
 font-family: Verdana, Arial, Tahoma;
}

h2 a{
 color:#111111;
 text-decoration:none;
}

h2 a:hover{
 text-decoration:underline;
}

.meta{
 color:#6e6e6e;
 font-size:10px;
}


.left{
 float:left;
}

.right{
 float:right;
}

.center{
 float:center;
}

.clear{
 clear:both;
}