body
{
	font: normal 11px "Verdana", sans-serif;
 	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	background-color: #FFF9E1;
}
a
{
	text-decoration:none;
}
img
{
	border:none;
}
#float_wrap
{
	float: left;
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	position: relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(../pics/index_background.jpg);
	overflow: hidden;	
}
#content_wrap
{
	position:relative;
    padding-top: 370px;
	min-height:1218px;
	width:1000px;
	margin:0px auto;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(../pics/index_background.jpg);
}
#main_menu
{
	width: 1041px;
	height: 71px;
	position:absolute;
	top: 0px;
	left: -20px;
	background-image: url(../pics/topmenu.png);
	background-position: 0px -174px;
	background-repeat: no-repeat;
}

#link_home
{
	position: absolute;
	top: 1px;
	left: 50px;
	width: 213px;
	height: 56px;
}
#link_home:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: -327px 0px;
	background-repeat: no-repeat;
}
#link_news
{
	position: absolute;
	top: 1px;
	left: 292px;
	width: 213px;
	height: 56px;
}
#link_news:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: -327px -56px;
	background-repeat: no-repeat;
}
#link_forum
{
	position: absolute;
	top: 1px;
	left: 530px;
	width: 213px;
	height: 56px;
}
#link_forum:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: -327px -112px;
	background-repeat: no-repeat;
}
#link_about
{
	position: absolute;
	top: 1px;
	left: 775px;
	width: 213px;
	height: 56px;
}
#link_about:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: -327px -168px;
	background-repeat: no-repeat;
}
#login_tab
{
	position: absolute;
	top: 59px;
	left: 650px;
	width: 298px;
	height: 39px;
	background-image: url(../pics/topmenu.png);
	background-position: 0px -245px;
}
#logout_tab
{
	position: absolute;
	top: 59px;
	left: 170px;
	width: 204px;
	height: 39px;
	background-image: url(../pics/topmenu.png);
	background-position: -596px -245px;
}
#link_login
{
	position: absolute;
	top: 0px;
	left: 48px;
	width: 108px;
	height: 34px;
	cursor: pointer;
}
#link_login:hover
{
	background-image: url(../pics/topmenu.png);
	background-position: -346px -245px;
}
#link_signup
{
	position: absolute;
	top: 0px;
	left: 166px;
	width: 102px;
	height: 34px;
	cursor: pointer;
}
#link_signup:hover
{
	background-image: url(../pics/topmenu.png);
	background-position: -464px -245px;
}
#link_logout
{
	position: absolute;
	top: 0px;
	left: 48px;
	width: 108px;
	height: 34px;
	cursor: pointer;
}
#link_logout:hover
{
	background-image: url(../pics/topmenu.png);
	background-position: -847px -245px;
}
#login_menu
{
	position: absolute;
	width: 1062px;
	height: 87px;
	top: -87px;
	left: -31px;
	background-image: url(../pics/topmenu.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 100;
}
#login_menu.menu1
{
	background-position: center -87px;
}
#menu_collapse
{
	position: absolute;
	top: 58px;
	left: 479px;
	width: 103px;
	height: 28px;
	cursor: pointer;	
}
#menu_options
{
	position: absolute;
	top: 33px;
	left: 205px;
	width: 63px;
	height: 14px;
	cursor: pointer; 
}
#menu_logoff
{
	position: absolute;
	top: 33px;
	left: 341px;
	width: 67px;
	height: 14px;
	cursor: pointer; 
}
#menu_logoff.wait
{
	background-image: url(../pics/logout.gif);
	background-color: #F7F2DF;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: default;
}
#menu_subscribe
{
	position: absolute;
	top: 3px;
	left: 350px;
	width: 600px;
	height: 50px;
}
#loginbar_loginname
{
	margin: 0px;
	padding: 2px;
	position: absolute;
	top: 5px;
	left: 124px;
	width: 115px;
	height: 15px;
	border: none;
	background-color: transparent;/*rgba(0,255,0,0.5);*/
}
#loginbar_password
{
	margin: 0px;
	padding: 2px;
	position: absolute;
	top: 29px;
	left: 124px;
	width: 115px;
	height: 15px;
	border: none;
	background-color: transparent;
}
#loginbar_login
{
	position: absolute;
	top: 4px;
	left: 248px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
#loginbar_login.wait
{
	background-image: url(../pics/login.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: default;
}
#loginbar_loginname.loginbar_error, #loginbar_password.loginbar_error
{
	background-color: salmon;
}

#link_browse
{
	position: absolute;
	top: 335px;
	left: 64px;
	width: 149px;
	height: 20px;
	cursor: pointer;
	background-image: url(../pics/browse.png);
}
#link_guide
{
	position: absolute;
	top: 771px;
	left: 508px;
	width: 327px;
	height: 174px;
	cursor: pointer;
}
#link_guide:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#link_support
{
	position: absolute;
	top: 1312px;
	left: 80px;
	width: 184px;
	height: 57px;
}
#link_support:hover
{
	background-image: url(../pics/hovers.jpg);
	background-position: -327px -271px;
	background-repeat: no-repeat;
}
#shoutbox_title
{
	position: absolute;
	top: 1005px;
	left: 399px;
	color: #BF9E4A;
	font-size: 12px;
}
#link_forum2
{
	position: absolute;
	top: 1005px;
	left: 479px;
	color: #BF9E4A;
	font-size: 12px;
}
#link_forum2:hover
{
	text-decoration: underline;
}
#link_admin_archive
{
	position: absolute;
	top: 640px;
	left: 780px;
	width: 128px;
	height: 128px;
	background-image: url(../pics/admin_buttons.png);
	background-position: 0px -128px;
	background-repeat: no-repeat;
}
#link_admin_archive:hover
{
	background-position: 0px 0px;
}
#link_admin_votes
{
	position: absolute;
	top: 640px;
	left: 80px;
	width: 128px;
	height: 128px;
	background-image: url(../pics/admin_buttons.png);
	background-position: -128px -128px;
	background-repeat: no-repeat;
}
#link_admin_votes:hover
{
	background-position: -128px 0px;
}

div#yshout
{
	width: 880px;
    border: 2px solid #F2C061;
}
div#yshout form#ys-post-form
{
	border-top: none;
	border-left: none;
	border-right: none;
}
div#yshout div#ys-posts
{
	border: none;
}
#members
{
	position: absolute;
	left: 755px;
	top: 1005px;
}
#online
{
	position: absolute;
	right: 80px;
	top: 1005px;
}

#subscribe1
{
	position: absolute;
	top: 640px;
	left: 54px;
	width: 169px;
	height: 85px;
	background-image: url(../pics/subscribekitty.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}
#subscribe2
{
	position: absolute;
	top: 640px;
	left: 772px;
	width: 171px;
	height: 83px;
	background-image: url(../pics/upgradeNaga.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#avatar
{
    position:absolute;
    left: 34px;
    top: 20px;
	width: 152px;
	height: 152px;
	background-position: center center;
	background-repeat: no-repeat;
}
#avatar_upload
{
    position: absolute;
    top: 180px;
    left: 5px;
	width: 210px;
	display: none;
}
#avatar_upload h1
{
	font-size: 15px;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#avatar_upload_wait
{
    position: absolute;
    top: 180px;
    left: 5px;
	width: 210px;
	height: 115px;
	display: none;
	background-image:url(../pics/avatar-loader2.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#avatar_file
{
	width: 100%;
}
#avatar_submit
{
    padding: 2px 5px 2px 5px;
}
#link_avatar
{
    text-align: center;
    position: absolute;
    left: 0px;
    top: 180px;
    width: 100%;
}
#link_avatar a, #link_avatar_cancel
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	cursor: pointer;
}
#link_cutoff
{
	color: black;
	font-size: 12px;
	cursor: pointer;
}
#link_avatar a:hover, #link_cutoff:hover, #link_avatar_cancel:hover
{
	text-decoration: underline;
}
#userSettings
{
    background-color: black;
    color: white;
    height: 300px;
    width: 220px;
    position: relative;
}




/*****************************************************************************/
.yesLink
{
	color: green;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.noLink
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
div.setting
{
	text-align: center;
	padding-top: 5px;
}
div.setting_explanation
{
	text-align: justify;
	font-style: italic;
	font-size: 10px;
	padding-top: 5px;
}

/********************************** Voting **********************************/
div#votingContainer
{
    position: relative;
	width: 503px;
    margin: auto;
	text-align: center;
	z-index: 10;
    min-height: 110px;
}
div#votingContainer div.ajaxLoader
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../pics/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div.vdHeader
{
	background-color: #88561C;
	border: solid 1px #F2C560;
	height: 16px;
	color: #fff3d6;
	padding: 2px 21px 0px 3px;
	text-align: left;
	background-image: url(../pics/dropdown.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
div.vdHeader.disabled
{
	background-image: url(../pics/dropdown_disabled.png);
	background-color: #5E5E5E;
	color: white;
	cursor: default;
}
div.vdHeader span.vdStatus
{
	position: absolute;
	top: 0px;
	right: 20px;
	height: 16px;
	padding-top: 1px;
}
div.vdHeader span.vdStatus.locked
{
	background-image: url(../pics/lock.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
div.vdHeader.disabled span.vdStatus.locked
{
	background-image: url(../pics/lock_bw.png);
}

div.vdList
{
	position: absolute;
	left: -1px;
	top: 20px;
	width: 100%;
	height: 300px;
	/*background-color: #88561C;*/
	background-color: #CE822B;
	border: solid 1px #F2C560;
	overflow: auto;
	display: none;
	cursor: default;
	color: white;
}
div.vdChoice
{
	padding: 3px 5px 3px 3px;
	border-bottom: solid 1px #F2C560;
}
div.vdChoiceTitle
{
	font-weight: bold;
	text-align: justify;
}
div.vdChoiceDescription
{
	padding: 5px 0px 5px 20px;
	font-style: italic;
	text-align: justify;
}
div.vdButtons
{
	text-align: left;
	font-size: 10px;
	height: 16px;
	position: relative;
}
div.vdButtons img.vdTooltip
{
	position: absolute;
	top: -13px;
	left: 0px;
	display: none;
	padding: 0px;
}

div.vdAuthor
{
	float: right;
}
div.vdButtons img
{
	cursor: pointer;
	padding-right: 2px;
}

table.vdInsertChoice td.h1
{
	text-align: center;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
table.vdInsertChoice th
{
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 0px 3px 0px 5px;
}
table.vdInsertChoice td
{
	padding-bottom: 2px;
}
table.vdInsertChoice textarea, table.vdInsertChoice input
{
	font: normal 11px "Verdana", sans-serif;
	width: 300px;
	padding: 2px;
}
table.vdInsertChoice textarea
{
	height: 40px;
}
table.vdInsertChoice td.submit input
{
	width: auto;
}
table.vdInsertChoice td.submit
{
	padding-bottom: 10px;
	text-align: center;
}
table.vdInsertChoice td.submit img
{
	cursor: pointer;
}

/********************************** Carousels **********************************/

.carousel 
{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.carousel .inner
{
    position: absolute;
}
.carousel .inner a
{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel .prev
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 42px;
    height: 100%;
    background-image: url(../pics/arrows.png);
    background-position: 0px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.carousel .next
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 100%;
    background-image: url(../pics/arrows.png);
    background-position: -42px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.carousel .loader
{
    display: inline-block;
    background-image: url(../pics/pages-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#primary_pages
{
    width: 908px;
    margin: auto;
    margin-bottom: 5px;
    border: 2px solid #F2C061;
    height: 240px;
}

#primary_pages a
{
    width: 180px;
    height: 240px;
    border-right: 2px solid #F2C061;
}
#primary_pages .loader
{
    height: 240px;
    width: 908px;
}

#featured_pages, #secondary_pages
{
    width: 884px;
    height: 191px;
    margin: auto;
    margin-bottom: 5px;
}

#featured_pages a, #secondary_pages a
{
    width: 134px;
    height: 191px;
    margin-right: 16px;
}
#featured_pages .loader, #secondary_pages .loader
{
    height: 134px;
    width: 884px;
}
.sectionTitle
{
    font-weight: bold;
    font-size: 12px;
    padding-left: 50px;
}
#middleLinks
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
#middleLinks a
{
    color: black;
    text-decoration: underline;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    position: relative;
    top: -21px;
}
#middleLinks a.bigLink
{
    top: 0px;
}
#specialRequest
{
    background-color: black;
    color: white;
    padding: 20px;
}
#specialRequest a
{
    color: #F2C061;
    font-weight: bold;
}
#footer
{
    padding-top: 5px;
    text-align: center;
}
#footer a
{
    color: #F2C061;
    font-weight: bold;
}
#footer a:hover
{
    text-decoration: underline;
}