body{
background:#000;
font-family:"Arial", Tahoma sans-serif;
font-size:90%;
height:100%;
margin:0px;
padding:0;
color:#ccc;
}

h2,h1,h3
{font-size:110%;
color:#744aaf}

hr
{border:0px;
border-bottom:0px solid #cfcfcf;
margin:0px}

a
{
text-decoration:none;
line-height:1.5}

a:hover
{color:red}






.htitle{
height:30px;
line-height:30px;
list-style:none;
color:#eee;
font-size:14px;
padding:0 10px;
margin:0 10px 10px 10px;
background:url(../images/grey.png) repeat-x;
font-weight:bold;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

a.gallery{

color:#cdcdcd;
background:#202020;	
background: -moz-linear-gradient(top,  #202020 0%, #202030 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#202030)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #202020 0%,#202030 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #202020 0%,#202030 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #202020 0%,#202030 100%); /* IE10+ */
background: linear-gradient(to bottom,  #202020 0%,#202030 100%); /* W3C */

border:1px solid #303030;
border-radius: 10px 10px 10px 10px;
font-size: 12px;
padding-bottom: 1px;
float: left;
text-align: center;
width: 22.5%;
height: 255px;
margin: 1%;
margin-bottom: 3px;
margin-top: 3px;
vertical-align: top;

}


a.gallery img {
margin-top: 10px;
padding: 1px;
width:90%;
height: 200px;
border:1px solid #ff3c3c;
}

a.gallery:hover {
background-color: black;
}

a.gallery:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;	
border:1px solid #fff;	
}



pages{
height:30px;
width:100%;
color:#000;
margin:10px auto;
padding:15px 0;
font-size:15px;
clear:both;
text-align:center;	
}
b.pages {
line-height:25px;
height:25px;
text-decoration:none;
padding:3px 10px;
color:#fff;
font-size:15px;
background:#ff3c3c;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border:1px solid #303030;

}

a.pages:link,
a.pages:visited,
a.pages:active {
line-height:25px;
height:25px;
text-decoration:none;
padding:3px 10px;
color:#ff3c3c;
font-size:15px;
background:#202020;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border:1px solid #303030;
}
a.pages:hover{
text-decoration:none;
color:#fff;
background:#ff3c3c;
border:1px solid #cf3131;
}

.clear {
margin:0;
padding:0;
height:0px;
clear:both;
width:100%;
}
