/* CSS Document */
body { background-image:url(../images/bg.png); repeat 0 0; font-family:Verdana,Arial, Helvetica, sans-serif;}

.top-header {background-color:#000000; color:#FFFFFF; text-align:center; padding:10px; font-weight:bold; text-transform:capitalize; font-size:20px;}
#header {}

#nav {background-color:#8D0801; display:block;  height:50px; margin-bottom:10px;}
#nav ul {margin:auto; line-height:50px; font-size:24px;width:100%;}
#nav li {display:inline;}


.home, .more-gf, .member, .join {text-align:center; color:#262626; background-color:#2EDBF5; font-weight:bold;}
.more-gf:hover, .member:hover, .join:hover { background-color:#000; color:#FFF}

.home {width:120px; float:left; background-color:#FFF; color:#000}
.more-gf {width:450px; float:left;}
.member {width:280px; float:left;}
.join {width:350px; float:left; font-weight:bold; background-color:#FB62FC; color:#FFF}


#wrapper {width:1200px; background-color:#FFF; overflow:hidden; margin:auto; }
.contents {width:95$; margin:auto}
.contents .box {float: left; margin: 5px 5px 5px 5px; *margin: 5px 2px 5px 2px; position: relative; width: 390px;  overflow:hidden}
.contents .box img {border:4px solid #191919; display:block;}
.contents .box a {font:normal 14px Verdana,Arial, Helvetica, sans-serif; color:#333; text-decoration:none}

.contents .box .overlay {
            background: url(../images/overlay.png) no-repeat 0 0;
            cursor: pointer;
            display: none;
			width: 390px;
            height: 300px;
            left: 0;
            position: absolute;
            text-indent: -9999px;
            top: 0;            
        }
		

.title, .time, .view, .star {margin:2px 0 2px 0;}
.star {background:url(../images/star.gif) repeat-x; width:95px; height:19px; float:right; clear:right}


.title {float:left; font-size:16px; font-weight:bold; color:#0000FF; text-decoration:underline;}
.title:hover {color:#000; text-decoration:none}
.time {float:left; clear:left; width:150px; text-align:left;}
.views {float:right; clear:right; width:120px; text-align:right;}

.bigLink {font-size:50px; padding:10px 0 10px 0; height:auto; clear:both; font-weight:bold; display:block;}
.bigLink a:hover {text-decoration:none; color:#000}

.smallLink {font-size:25px; color:#000; padding:20px 0 0 0; display:block; height:auto; clear:both;  }


.footer {width:100%; height:140px; overflow:hidden; position:relative; bottom:0; margin-top:20px}

.footer_newlink {font:normal 12px Arial, Helvetica, sans-serif; color:#000}
.footer_newlink a{color:#047FE7; text-decoration:underline} 
.footer_newlink a:hover {text-decoration:none}