/* 	CSS Stylesheet   
	Kikikiss.com
	Author: James Betesh
	info@bey12.com
*/	
/* Begin Main */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0099;
	background-attachment: fixed;
	background-color: #FF0099;
	background-image: url(http://www.kikikiss.com/images/hot-tamales-showtime-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap { margin-left: auto; margin-right: auto; 	width: 774px; }

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0099;
}
#head {
	text-align: center;
	margin: 5px;
	padding-top: 5px;
	background: url(../images/kklogo.gif) no-repeat left top;
	height: 175px;
	background-color: #ff0099;
	width: 775px;
}
#flashgui {
	margin-top: 5px;
	position: relative;
	top: 5px;
}

#logo {
}
#topads {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}

#whtbrdr {
	border: 1px solid #FFF;
	background: #000000;
	margin: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.xsmalltxt {
	font-size: .8em;
}


/*End Main */

/* Begin Gallery */
#photos {
	background: #000000;
	text-align: center;
	padding: 10px;
	border: 1px solid #FFFFFF;
	clear: both;
	margin-top: 20px;
}
#photos img {
	padding: 10px;
	border: 2px solid #000;
}
#photos a:hover {color: #ff0099;} /* It breaks without this :p */
#photos a img {
	border: 2px solid #000;
}
#photos a:hover img, #photos a:active img {border-color: #ff0099;}
#pgnumber {
	font-weight: bold;
	color: #a7b5b5;
	word-spacing: 1em;
}
#pgnumber a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}
#pgnumber a:hover {
	color: #FF0099;
}
/* Gallery Ends */

/* Footer Begins */
#footer {
	font-size: 0.7em;
	color: #FF0099;
	line-height: 1em;
}
#footer li {
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
}
#footer a:hover {
	color: #FF0099;
	text-decoration: underline;
}
/* Footer Ends */

