/* 1F5389 blue  5389C1 light blue  aaaaaa grey   62A009 green   8EC83C light green */

body {
	margin: 0px;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
}

#wrapper {
	margin: auto;
	text-align: center;
	width: 910px;
	border-right: 10px solid #dddddd;
	border-left: 10px solid #dddddd;
	background-color: #ffffff;
}

#main-content {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(../images/main_bg.jpg);
	background-position: top left;
	text-align: left;
}

a:link { color: #1F5389; font-weight: bold; text-decoration: none; }
a:visited { color: #1F5389; font-weight: bold; text-decoration: none; }
a:active { color: #1F5389; font-weight: bold; text-decoration: none; }
a:hover { color: #1F5389; font-weight: bold; text-decoration: underline; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.3;
}

h1  { float: left; width: 148px; overflow: hidden; height: 97px; margin-bottom: 0px; margin-left: 7px; margin-top: 10px;  }
h1 img { border: 0px; }
h1 span { display: none;} 
h2 { color: #ffffff; margin-top: 0px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; margin-top: 10px; margin-left: 10px; }

ul, li { margin-left: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }
li { list-style-type: none; }

img { border: 0px; }

p.title { font-size: 14px; font-weight: bold; color: #1F5389; }

#header {
	text-align: right;
	background-color: #ffffff;
	/* background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top left; */
	height: 120px;
}

#leaderboard { margin-top: 15px; margin-right: 5px; }

#sponsorship {
	background-color: #1F5389;
	height: 60px;
	overflow: hidden;
	display: none;
}



#heading {
	background-image: url(../images/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #62A009;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
} #heading p { margin-top: 10px; margin-left: 10px; margin-right: 10px; color: #ffffff; font-weight: bold; font-size: 16px; }

#col1 {
	float: left;
	width: 160px;
	margin: 0px 0px 40px 20px;
}

#columns-main {
	float: right;
	width: 695px;
}

#col2 {
	float: left;
	width: 500px;
	margin: 0px 10px 40px 10px;
}

#col3 {
	width: 120px;
	float: right;
	margin: 0px 20px 40px 0px;
}

#footer {
	clear: both;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin: 20px 20px 0px 20px;
} 
#footer div {
	float: left;
	width: 200px;
	margin-right: 6px;
	margin-left: 7px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
}
#footer div img { border: 0px; }
#footer p {
	
}

/* ============================================ */



#recent p img { 
	margin-bottom: 5px; 
	margin-right: 5px; 
	width: 75px; 
	height: 75px; 
	cursor: pointer;
}

#random p img { 
	margin-bottom: 5px; 
	margin-right: 5px; 
	width: 75px; 
	height: 75px; 
}


/* ============================================ */

#find {
	float: right;
} #find p { margin-bottom: 0px; } 
	#find input { font-size: 15px; font-weight: bold; color: #1F5389; }

#find-results img {
	width: 75px;
	height: 75px;
}

#find-results {
	position: absolute;
	z-index: 20;
	width: 400px;
	height: 500px;
	overflow: scroll;
	border: 5px solid #62A009;
	background-color: #000000;
	display: none;
}

#find-results .result-container {
	height: 75px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	background-color: #666666;
	cursor: pointer;
}

#find-results .pic-container {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
}

#find-results .txt-container {
	
} #find-results .txt-container p { font-size: 11px; }

/* ============================================ */


#gallery {
	background-color: #000000;
	height: 500px;
	width: 500px;
	overflow: hidden;
	margin-bottom: 1px;
}


#gallery .slide {
	display: none;
}

#gallery .slide img {
	width: 500px;
	height: 500px;
}

#g-title {
	font-weight: bold;
}

#g-info p {
	font-size: 10px;
}



#g-top p { color: #ffffff; margin: 0px; }
#g-top p.title { margin-bottom: 5px; }
#g-top img { border: 0px solid #000000; }

#g-controls {
	height: 60px;
	width: 200px;
	float: left;
	text-align: center;
}

#g-caption { 
margin-right: 10px;
margin-left: 10px;
} #g-caption .slide-number { font-weight: bold; }

#g-share {
	position: absolute;
	height: 100px;
	width: 500px;
	overflow: hidden;
	display: none;
	background-color: #62A009;
	background-image: url(../images/share_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
} #g-share p { margin: 20px; color: #ffffff; font-weight: bold; }
#share-close { float: right; } 

#g-slides {
	width: 500px;
	height: 500px;
}

#g-overlay {
	width: 500px;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/player_caption_bg.png);
	background-position: top left;
	color: #dddddd;
	background-repeat: repeat-x;
} #g-overlay p { padding: 20px; }

#g-info { 
	
} #g-info p {  }


.container-dots {
	margin-bottom: 20px;
	padding-bottom: 4px; 
	background-image: url(../images/dots-bg-h.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}


/* ============================================ */

.terms {
	font-size: 10px;
	clear: both;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
.copyrightnotice {
	clear: both;
}

#send-box {
	display: none;
	width: 500px;
	position: absolute;
	z-index: 400;
	background-color: #5389C1;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/send_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #ffffff;
} #send-box p { font-size: 12px; margin: 20px; }
#send-box a:link { color: #ffffff; }
#send-box a:visited { color: #ffffff; }
#send-box a:hover { color: #ffffff; }
#send-box a:active { color: #ffffff; }

#closeSendBtn {
	margin-left: 50px; margin-bottom: 50px;
	float: right;
}


.thumb-info {
	width: 200px;
	border: 5px solid #5389C1;
	padding: 10px;
	background-color: #1F5389;
	font-size: 12px;
	position: absolute;
	z-index: 200;
	color: #ffffff;
	display: none;
}

