@charset "utf-8";
/* CSS by Gimme-Website */

@import url("reset.css");

/* Contents:
- BODY
	- Top
	- Bottom
	- Links
- HEADER
- CONTENT
	- Content sections
	- Containers for thumbs and text
	- Thumbnail images
- FOOTER
- MISC CLASSES
*/

/* BODY */
body {
	background:#000 url(../images4/bg-body.gif) repeat;
	color:#c0c0c0;
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
/* Links */
#top {
	background:url(../images4/bg-top.gif) top repeat-x;
	height:156px;
	width:100%;
}
#bottom {
	background:url(../images4/bg-bottom.gif) bottom repeat-x;
	height:153px;
	width:100%;
}
a {
	color:#fff;
	text-decoration:underline;
}
a img {
	border:none;
}

/* HEADER */
#header {
	background:url(../images4/bg-header.jpg) top no-repeat;
	height:144px;
	margin:0 auto;
	position:relative;
	width:960px;
}
#header #headings {
	color:#fff;
	height:90px;
	position:absolute;
	right:70px;
	text-align:center;
	top:20px;
	width:250px;
}
#header #headings h1 {
	font-size:32px;
	font-weight:bold;
	line-height:32px;
	margin:0 0 5px 0;
}
#header #headings h2 {
	font-size:11px;
	line-height:11px;
	margin:0;
}
#header a#bookmark-one {
	border:none;
	bottom:0;
	display:block;
	height:21px;
	left:110px;
	position:absolute;
	width:93px;
}
#header a#bookmark-two {
	border:none;
	bottom:0;
	display:block;
	height:21px;
	position:absolute;
	right:110px;
	width:93px;
}

/* CONTENT */
#content {
	margin:10px auto;
	width:1000px;
}
/* Content sections */
.thumbs {
	background:#282828;
	font-size:16px;
	margin:0 auto;
	padding:7px 0px 2px 9px;
	width:986px;
}
/* Containers for thumbs and text */
.thumbs .tn {
	display:inline;
	float:left;
	margin:0 5px 5px 0;
	text-align:center;
	width:322px;
}
/* Thumbnail images */
.tn a img {
	border:1px solid #c0c0c0;
	height:240px;
	width:320px;
}
.tn a img:hover {
	border:1px solid #fff;
}

.thumbs .tn_square {
	display:inline;
	float:left;
	margin:0 5px 5px 0;
	text-align:center;
	width:322px;
}
/* Thumbnail images */
.tn_square a img {
	border:1px solid #c0c0c0;
	height:320px;
	width:320px;
}
.tn_square a img:hover {
	border:1px solid #fff;
}

/* List */
#list {
	margin:10px auto 30px;
	width:960px;
}
#list-head {
	background:url(../images4/bg-list-head.gif) no-repeat;
	height:94px;
	width:960px;
}
#list-content {
	width:960px;
}
#friends-foot {
	background:url(../images4/bg-list-foot.gif) no-repeat;
	height:68px;
	width:960px;
}

/* FOOTER */
#footer {
	background:url(../images4/bg-footer.jpg) bottom no-repeat;
	height:138px;
	margin:0 auto;
	padding:15px 0 0;
	width:960px;
}
#footer #links {
	color:#a8c7f2;
	font-size:11px;
	height:138px;
	line-height:11px;
	margin:0 auto;
	text-align:center;
	width:345px;
}
#footer #links p {
	padding:10px 0 0;
}

/* MISC CLASSES */
a.alt {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}
.copy {
	color:#65a9fe;
}
.copy a:hover {
	color:#65a9fe;
}
.clear {
	clear:both;
}
.ad {
	font-size:16px;
	margin:10px auto;
}
.ad a img {
	border:1px solid #c0c0c0;
	display:block;
	margin:0 auto;
}
.textlinks {
	color:#666;
	font-size:16px;
	margin:20px auto;
	text-align:center;
}
.textlinks a {
	color:#666;
}
