/* -----------------------------------
	  Template specific styles  
------------------------------------- */


/* Generic Styles */

body {
	padding: 0px;
	margin:  0px;
	background: url(images/bg.gif) repeat-x top #660066;
	text-align:center;
}
body, table, td, tr, div {
	font-size: 12px;
	line-height: 1.6;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ff66cc;
	font-weight:400;
}
a {
	color: #ff0099;
	text-decoration: none;
}
a:hover {
	color: #ff0099;
	text-decoration: underline;
}
table {
	border-collapse:collapse;
}
/* Content Blocks */


#wrapper {
	width: 970px;
	margin:0 auto;
	text-align:left;
}

#content {
	background: #330033;
	width: 970px;
	padding: 15px 0;
}

#content_inner {
	margin: 0 25px;
	width: 920px;
}


/* Header Blocks */

#header {
	width: 950px;
	height: 95px;
	margin-right: 20px;
	overflow:hidden;
}
#header_left {
	width: 350px;
	height: 95px;
	float:left;
}
#header_right {
	width: 550px;
	height: 95px;
	text-align:right;
	line-height: 95px;
	color:#ffffff;
	float:right;
}
#header_right a {
	color: #ffffff;
	text-decoration:none;
}
#header_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#footer {
	width: 970px;
	background:url(images/bg_bot.gif) repeat-x bottom #a72b91;
	margin-top: 5px;
}

#footer_inner {
	width: 970px;
	padding: 20px 0;
	background: url(images/bg_bot_corner.gif) no-repeat bottom;
}

#footer_content {
	width: 970px;
	background: url(images/bg_footer_inner.gif) repeat-y left;
}

.footer_cell {
	width: 280px;
	margin-left: 36px;
	float:left;
	display:inline;
	text-align:left;
	font-size:11px;
	color:#fbc7e9;
}
.footer_cell a {
	color:#ffffff;
	text-decoration:none;
}
.footer_cell a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#language {
	text-align:center;
	padding:10px 0;
	width:100%;
}
/* Homepage Stuff */

#home_left {
	width: 640px;
	height:500px;
	float:left;
	overflow:hidden;
	background: url(images/bg_search.jpg) no-repeat left top;
}
#home_right {
	width: 250px;
	float:right;
	overflow:hidden;
}

#home_slogan {
	width: 600px;
	margin: 0 20px;
	padding-top: 100px;
}
.home_note1 {
	font-size: 32px;
	line-height: 40px;
	color: #ff0099;
	font-weight:400;
}
.home_note2 {
	font-size: 16px;
	line-height: 20px;
	color: #ff66cc;
	font-weight:400;
}

#home_join {
	width:190px;
	float:right;
}

#home_search {
	padding-top: 130px;
	padding-left: 340px;
}
.home_searchtitle {
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
	font-weight:400;
}
.home_searchtxt {
	font-size: 12px;
	color: #ffffff;
	font-weight:400;
}

.home_content_header {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	color:#ffffff;
	font-weight:400;
	width:250px;
}

.home_content_body {
	padding-bottom: 10px;
	width:250px;
}


.tag1 a, .tag2 a, .tag3 a, .tag4 a, .tag5 a, .tag6 a, .tag7 a {
	color:#cc3399;
	font-weight:400;
	text-decoration:none;
}
.tag1 a:hover, .tag2 a:hover, .tag3 a:hover, .tag4 a:hover, .tag5 a:hover, .tag6 a:hover, .tag7 a:hover {
	color:#ff33cc;
	font-weight:400;
	text-decoration:underline;
}
.tag1 {
	font-size:10px;
	padding:0 2px;
}
.tag2 {
	font-size:11px;
	padding:0 2px;
}
.tag3 {
	font-size:12px;
	padding:0 2px;
}
.tag4 {
	font-size:13px;
	padding:0 2px;
}
.tag5 {
	font-size:14px;
	padding:0 2px;
}
.tag6 {
	font-size:15px;
	padding:0 2px;
}
.tag7 {
	font-size:16px;
	padding:0 2px;
}
#home_profile {
	width: 100%;
}
#home_profile td {
	width: 25%;
	text-align:center;
}
#home_profile div a {
	font-size:10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
}
#home_profile div a:hover {
	color: #ff33cc;
	text-decoration: none;
}
a.profile_image img {
	padding: 5px 10px 10px 5px;
	margin-left: 5px;
	background:url(images/bg_profile.gif) no-repeat bottom right;
	width:70px;
	height:90px;
}
/* Nav main Menu */


#nav {
	width: 970px;
	height: 60px;
	background:url(images/bg_nav.gif) top no-repeat;
	overflow:hidden;
}
#nav_inner {
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	font-weight:700;
}
#nav_inner a {
	padding: 0 10px;
	background: url(images/bg_navlink.gif) right no-repeat;
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
}
#nav_inner a:hover {
	background: url(images/bg_navlink.gif) right no-repeat #a10167;
	color:#ffffff;
	text-decoration:none;
}
/* Forms */
input, textarea, select {
    font-size: 12px;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    background:#cc99ff;
}
.button { /*   all form buttons */
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 7px;
	font-weight: 700;
	color: #ffffff;
	background-color: #cc3399;
	border: none;
}
.clearBoth {
	clear:both!important;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
#filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
}
#box {
	display: none;
	position: absolute;
	top: 25%;
	left: 50%;
	width: 450px;
	height: 250px;
	padding: 10px 10px 20px 40px;
	margin: 0px 0px 0px -225px;
	border: 1px solid black;
	background-color: #330033;
	z-index:1001;
	overflow: none;
}
#box2 {
	display: none;
	position: absolute;
	top: 25%;
	left: 50%;
	width: 450px;
	height: 250px;
	padding: 10px 10px 20px 40px;
	margin: 0px 0px 0px -225px;
	border: 1px solid black;
	background-color: #330033;
	z-index:1001;
	overflow: none;
}
#boxtitle {
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:450px;
	height:0px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	text-align:center;
}
