BODY {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #F2F2F2 url(../images/ava_body_bg.gif) repeat-x;
	color: #111;
} 
DIV {
 	text-align: left;
 	border: 0;
 	border-style: none;
}
A {
    color: #2B4CC5;
    text-decoration: none;
}
A:hover {
    color: #48A5A8;
    text-decoration: underline;
}
INPUT,TEXTAREA,SELECT {
    border: solid #ADB3C8 1px;
    font-size: 0.9em;
    padding: 2px;
    margin-bottom: 1px;
    color: #333;
}
TEXTAREA {
	color #030303;
	font-size: 12px;
}
SELECT {
	background: #FFF;
}
INPUT:hover,SELECT:hover {
    border: solid #7D8398 1px;
    font-size: 0.9em;
    padding: 2px;
    margin-bottom: 1px;
    color: #030303;
}
INPUT:hover[type='submit'],INPUT:hover[type='button'] {
	cursor: pointer;
	color: #222;
}
INPUT.charcount {
	border: 0;
	background: transparent;
	font-weight: bold;
}
INPUT[disabled],TEXTAREA[disabled],SELECT[disabled],INPUT:hover[disabled],SELECT:hover[disabled] {
    border: solid #ADB3C8 1px;
    font-size: 0.9em;
    padding: 2px;
    margin-bottom: 1px;
    color: #888;
    cursor: default;
}
.info_form_row {
	clear: both;
	padding: 8px;
}
.info_form_row .label {
	width: 150px;
	font-weight: bold;
	float: left;
	padding: 4px 10px 4px 0;
	text-align: right;
}
.info_form_row .input {
	width: 210px;
	float: left;
} 
.info_form_row .desc {
	float: left;
	padding: 4px;
	color: #888;
	font-size: 10px;
}
.big_form {
 	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #777;
}
.big_form LABEL {
	float: left;
	display:block;
	width: 150px;
	line-height: 2em; 
}  
.big_form INPUT {
	font-size: 16px;
	padding: 4px;
	margin: 4px 0; 
}
.big_form .input_div {
	padding: 6px 0;
}
.form_leftcol {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 45%;
	display: inline;
	border-right: 1px solid #ccc; 
}
.form_rightcol {
	float: left;
	display: inline;
	margin: 10px;
	padding: 10px 0;
	width: 45%; 
}
	 
.highlight {
 	font-weight: bold;
 	background: #F3F3FA;
} 	
.profile_info {
    background:#FFF;
	padding: 10px;
	margin: 0px;
}
.footer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #EEF5F7;
	border: 1px solid #AAAAAA;
	padding: 10px;
	text-align: center;
	margin-bottom: 60px;
}
A.amenu {
	/* display: block; */
    width: 50px;
    text-align: center;
    border: solid #aaaaaa 1px;
    background: #f1f1f1;
    margin: 1px;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
}
A.amenu:hover {
    background: #f6f6f6;
    text-decoration: none;
}
A.friend {
	color: #CBA111; 
}
.cat {
    vertical-align: top;
    padding: 10px 5px;
    font-size: 14px;
}
.info {
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
    padding: 5px;
    border: 1px solid transparent;
    border-bottom: solid #ededed 1px;
}
.info_b {
    border: solid 1px #ddd;
	padding: 6px 10px 10px 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.infoOn {
    vertical-align: middle;
    text-align: left;
    background: #F3F3FA;
    font-size: 11px;
    border: #aaa solid 1px;
    padding: 5px;
}
IMG.thumb {
 	display: block;
	padding: 3px;
	border: #aaa solid 1px;
}
IMG.thumb:hover {
    background: #F3F3FA;
    border: #48A5A8 solid 1px;
}
.thin_border {
	border: 1px solid #ccc; 
}
.invisible_border {
 	border: 1px solid #fff;
}
.opaque_bg {
 	background: #fff;
	filter: alpha(opacity=82);
	opacity: .82;
}    

.big_deal {
	font-size: 40px;
}
.important {
 	font-size: 26px;
 	color: #333;
 	letter-spacing: 0.1em;
} 
.alert {
    color: #EE1111;
}
.row_odd {
    background: #f9f9f9;
}
.row_even {
	background: #F0F2FF;
}
.forum {
    font-size: 13px;
}
.forum_icon {
	border: 1px solid #9082D5;
	height: 14px;
	width: 14px; 
} 
.subtext {
	color: #888;
	font-size: 10px;
}
.fic_series {
    vertical-align: top;
    font-size: 13px;
}
.fic {
	padding: 2px;
	border-bottom: solid 1px #DDD;
	font-size: 11px;
}
.text_block {
	line-height: 1.5em;
	font-size: 13px; 
} 

.currently_on {
    color: #119911;
}
H1 {
 	font-weight: normal;
	font-size: 20px;
	margin: 0;
	overflow: hidden;
	color: #87439C;
}
H2 {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.3em;
	margin: 0;
}
H2.center {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.3em;
	margin: 0;
	text-align: center;
}
H3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	color: #888;
	margin: 0; 
}
	 
.section_header {
    border-bottom: solid #eaeaea 1px;
    padding-bottom: 7px;
    text-align: left;
    height: 22px;
}
.footer_header {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 0;
	margin:2px 0;
} 
.menu_header {
    color: #8328A0;
    border-bottom: solid #eaeaea 1px;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 12px;
}
.sub_header {
    padding: 2px 0px;
    font-size: 12px;
    background: #D3D7F0 url(../images/vgrade.gif) repeat-x;
    border-bottom: #D3D7F0 solid 2px;
}
.options {
	background: #F2F2FD;
	border: solid 1px #7497E6;
	padding: 2px;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.submit_complete, .submit_yellow {
	border: 1px solid #DFC724;
	background: #FFFEC0;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.submit_fail, .submit_red {
	border: 1px solid #EF8C8C;
	background: #FFDFDF;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.submit_notice {
	border: 1px solid #86BEC8;
	background: #F2FAFF;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
}
.submit_green {
 	border: 1px solid #43BE2A;
	background: #E0F8DC;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
} 
.plus {
	color: #17A635; 
}
.minus {
	color: #F10C0C;
}  
 	


/****** header layout *******/
#header_wrapper_bg {
}
#header_wrapper {
	width: 100%;
	height: 100px;
	background: #C9A5E7 url(../images/ava_header_img.jpg) no-repeat 95% 0%;
	text-align: center;
}
#logo_wrapper {
	width: 100%;
	max-width: 960px;
	min-width: 780px;
	margin: 0 auto;
	height: 52px;
}
#logo_inner {
	padding: 12px 0px 0px 14px;
}
#logo {
	background: url(../images/ava_header_logo.png);
	height: 32px;
	width: 253px;
	border: 0;
}
#tlm_wrapper {
	width: 100%;
	max-width: 960px;
	min-width: 780px;
	margin: 0 auto;
	height: 26px;
	background: url(../images/ava_header_tlmbg.png) no-repeat;
}
#ubar_wrapper {
	width: 100%;
	height: 20px;
	background: url(../images/ava_header_barbg.png);
	border-top: 1px #444444 solid;
	border-bottom: 1px #444444 solid;
	clear: both;
	text-align: center;
}
#ubar {
	width: 100%;
	max-width: 960px;
	min-width: 780px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px;
}
#ubar_inner {
	padding: 0 10px;
}
#ubar_newsfeed {
	float: left;
	width: 470px;
	height: 16px;
	overflow: hidden;
}
#ubar_nav {
	text-align: right;
}
#ubar A {
	color: #FFFD41;
}
#ubar A:hover {
	color: #FFE21C; 
} 

/****** body layout ******/
#body_wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	min-width: 780px;
}
#body_inner {
	padding: 0 15px;
}
#secondary_nav_wrapper {
	width: 224px; /* 3 tabs * 74px + 2px */
}
#secondary_nav_wrapper.anime {
	width: 446px; /* 6 tabs * 74px + 2px */
}
#secondary_nav_wrapper.anime_admin {
	width: 520px; /* 7 tabs * 74px + 2px */
}
#secondary_nav_wrapper.tags {
	width: 373px; /* 5 tabs * 74px + 2px */
}
#secondary_nav_wrapper.tags_admin {
	width: 446px; /* 6 tabs * 74px + 2px */
}


#secondary_nav_wrapper5 {
	width: 373px; /* 5 tabs * 74px + 2px */
}
#secondary_nav_wrapper6 {
	width: 446px; /* 6 tabs * 74px + 2px */
}
#secondary_nav_wrapper7 {
	width: 520px; /* 7 tabs * 74px + 2px */
}
#secondary_nav_wrapper8 {
	width: 594px; /* 8 tabs * 74px + 2px */
}
#secondary_nav_wrapper9 {
	width: 668px; /* 9 tabs * 74px + 2px */
}
#secondary_nav_wrapper10 {
	width: 742px; /* 10 tabs * 74px + 2px */
}





#content_wrapper {
	float: left;
	width: 100%;
}
/* these are changed based on right column properties in separate css files */
.content_border {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
}
#contentcolumn {
	overflow: hidden;
}
#rightcolumn {
	float: left;
}
.innertube {
	padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/****** ad layouts ******/
.top_leaderboard {
	margin: 15px auto;
	text-align: center;
	overflow: hidden;
}
.bottom_ad {
	margin: 15px auto;
	text-align: center;
	overflow: hidden;
}


/***** icons *****/
.mail_icon {
	background: url(../images/mail_icon.gif); 	
}
.pm_icon_new {
 	background: url(../images/pm_icon_new.gif);
}
.pm_icon_replied {
 	background: url(../images/pm_icon_replied.gif);
}
.pm_icon_sent {
 	background: url(../images/pm_icon_sent.gif);
}	 	 	   	   
.pm_icon_flag {
 	background: url(../images/pm_icon_check.gif);
}
.pm_icon_noflag {
 	background: url(../images/pm_icon_blankcheck.gif);
}



/****** lists and paging ******/
ul.list {
	padding: 0 0 10px 0;
	text-align: center;
	overflow: hidden;
}
ul.list.num {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding: 0;
	margin: 0px 0 0 0;
}
ul.list li {
	display: inline;
	line-height: 1.8em;
}
ul.list a {
	margin: 0 1px;
	padding: 1px 4px;
	border: 1px solid #A7C8F6;
	text-decoration: none;
	background: #EDF5FC;
}
ul.list.num a {
	margin: 0px;
	border: 0px;
	background: none;
	border-right: 1px solid #ddd;
} 
ul.list li.active {
	padding: 1px 4px;
	border-right: 1px solid #ddd;
	color: #888;
}
ul.list li.inactive {
	margin: 0 2px 0 0;
	padding: 2px 4px;
	color: #666; 
} 
ul.list a:hover {
	border: 1px solid #2263B3;
	color: #fff;
	background-color: #2263B3;
}
ul.list.num a:hover {
	border: 0px;
	border-right: 1px solid #2263B3;
	color: #fff;
	background-color: #2263B3;
}
.footer ul {
	text-align: left;
	float: left;
	width: 18%;
	list-style: none;
}

/* CHOICE LIST */
ul.choice {
	text-transform: uppercase;
	list-style: none;
 	margin: 6px 2px;
 	padding: 0;
}
ul.choice a {
	border: 1px solid #c1c1c1;
	background: #f2f2f3;
	margin-top: -1px;
	display: block;
 	width: 150px;
 	font-weight: bold;
 	padding: 2px;
 	text-align: center;
}

ul.choice a:hover {
	background: #f7f7f9;
	text-decoration: none;
}

/* COMMENTS LIST */
ul.comments {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul.comments li {
 	position: relative;
	clear: both;
	padding: 0 0 20px 72px;
	margin: 0;
}
ul.comments IMG.avatar {
	display: inline;
	float: left;
	margin-left: -72px;
	position: relative;
	padding: 1px;
	border: 1px solid #ccc;
}
ul.comments A:hover IMG.avatar {
	margin-left: -72px;
 	border-color: #48A5A8;
}

/* SERIES LIST */
ul.series {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul.series li {
 	display: block;
 	width: 100%;
 	text-align: right;
 	padding: 2px;
}
ul.series li:hover {
	background: #F3F3FA;
}
ul.series .series {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

/* GALLERIES LIST */
ul.galleries {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul.galleries li {
 	position: relative;
	margin: 0;	
    font-size: 11px;
    padding: 5px;
    border: 1px solid transparent;
    border-bottom: solid #ededed 1px;
    float: left;
    width: 255px;
    height: 80px;
}
ul.galleries li:hover {
    background: #F3F3FA;
    font-size: 11px;
    border: #aaa solid 1px;
    padding: 5px;
}
ul.galleries A:hover {
 	text-decoration: none;
}
ul.galleries IMG.thumb {
	display: inline;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0 auto;
	height: 50px;
	width: 50px;
}
ul.galleries A:hover IMG.thumb {
 	border-color: #48A5A8;
}


/* nav lists */
ul#tlm {
	display: inline;
	padding: 1px 0 0 0;
	margin: 0px 0px -1px 0;
	text-align: left;
	overflow: hidden;
	padding-left: 12px;
	width: 355px;
}
ul#tlm li {
	display: inline;
	line-height: 2.3em;
	margin-right: -3px;
	letter-spacing: -0.0em;
}
ul#tlm a {
 	color: #F7F7F7;
 	font-weight: bold;
 	font-size: 14px;
	padding: 5px 4px 4px 5px;
	text-decoration: none;
}
ul#tlm a.active {
	color: #994CB2;
	background-color: #F7F7F7;
}
ul#tlm a:hover {
	color: #994CB2;
	background-color: #F7F7F7;
}

ul.secondary_nav {
	padding: 0;
	margin: 0 0 -1px 0;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	-moz-border-radius-topleft: 10px;	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
ul.secondary_nav li {
	display: inline;
	line-height: 22px;
	width: 74px;
	float: left;
}
ul.secondary_nav li a {
 	display: block;
 	margin-right: 0px;
 	color: #3C3C3C;
	background: #F2F2F2 url(../images/ava_nav_secondbg.gif);
 	font-weight: bold;
 	font-size: 11px;
	text-decoration: none;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #FDFDFD;
	text-align: center;
}
ul.secondary_nav li a.first {
	border-left: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
ul.secondary_nav li a.last {
 	border-right: none;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;		
}
ul.secondary_nav li a.active {
	color: #2B4CC5;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}
ul.secondary_nav li a:hover {
	color: #2B4CC5;
	background: #FFFFFF;
	text-decoration: none;
}

/* FEATURE LISTS */

.feature_list {
	color: #666;
	font-size: 14px;
	font-weight: bold; 
}
.feature_list UL {
 
}
.feature_list UL LI {
 	margin: 10px 0px; 
}

/* BBS Styles */
.bbs_h1 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #777; 
}
.bbs_h2 {
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #bbb;
} 
