body {
	background-color:    #FFFFFF;
	font-family:         Verdana, Arial, Helvetica, sans-serif;
	font-size:           medium;
	color:               #000000;
	margin:              0px 0px 0px 0px;
	padding:             0px;
}

img {
	border:              0px;
}

#allcontent {
	margin:              0px auto 0px auto;
}

#allcontent2 {
	margin:              0px auto 0px auto;
	width:               750px;
}

#header {
	font-size:           80%;
	margin:              0px auto 0px auto;
	width:               100%;
	background-color:    #000000;
	color:               #FFFFFF;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration:     underline;
	color:               #FFFFFF;
	font-weight:         normal;
}

#header a:hover { 
	text-decoration:     none; 
	color:               #FFCC00;
	font-weight:         normal;
}

#headerlinks {
	text-align:          right;
	padding:             6px;
}

#headerimage {
	text-align:          left;
	padding:             6px;
}



/* Image placed between PS logo and links, if one fits well */
#themeimage {
	position:            absolute;
	top:                 0px;
      left:                300px;
	margin:              0px;
}



/* A contrasting color used for emphasis - red in default theme */
.bright {
	color:               #FF0000;
	font-weight:         bold;
}



/* Used in the index.php page, centering the rows of custom thumbnails */
#customsbox {
	margin:              0px auto 0px auto;
	text-align:          center;
}

.thumbnailbox {
	background-color:    #FFFFFF;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}



/* Subheads used on index and custom pages. H5 is used on tier 2 pages */
#subhead {
	text-align:          center;
	width:               750px;
	margin:              8px auto 0px auto;
}

#subhead h2 {
	font-size:           150%;
	background-color:    #E2E2E2;
	color:               #555555;
	margin:              0px;
	padding:             3px;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}

#subhead h6 {
	font-weight: normal;
	font-size:           75%;
	background-color:    #E2E2E2;
	color:               #555555;
	margin:              0px;
	padding:             3px;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	border-top:          0px;
}

#subhead h5 {
	font-weight:         normal;
	font-size:           75%;
	background-color:    #E2E2E2;
	color:               #555555;
	margin:              0px;
	padding:             3px;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	border-top:          0px;
}



/* The left and right columns of the custom.php page */
#customcontent {
	margin:              6px auto 8px auto;
	text-align:          center;
	width:               750px;
}

.customname {
	font-size:           150%;
	background-color:    #E2E2E2;
	color:               #555555;
	margin:              0px;
	padding:             3px;
	line-height:         90%;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}

.customby {
	font-weight:         normal;
	font-size:           75%;
	background-color:    #FFFFFF;
	margin:              0px;
	padding:             3px;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}

/* under the -custom by- block of text */
.adminlinks {
	font-weight:         normal;
	font-size:           55%;
	line-height:         100%;
}

.medium_box {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #FFFFFF;
	color:               #555555;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}

.light_box {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #FFFFFF;
	color:               #555555;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
}


/* Used in final rating boxes for both members and anon */
.rating_top {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #E5E5E5;
	color:               #555555;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	padding:             4px;
	text-align:          center;
}

.rating_bottom {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #FFFFFF;
	color:               #555555;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	padding:             4px;
	text-align:          center;
	border-top:          0px;
}

/* Color of the voting box if you're a member */
.vote_member {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #FFFFFF;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	padding:             4px;
	text-align:          center;
}

/* Color of the voting box if you're anonymous */
.vote_anon {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #E2E2E2;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	padding:             4px;
	text-align:          center;
}


/* Colors of the -vote as ANON- or username text above vote box */
.anon_text {
	color:               #FFCC00;
}

.member_text {
	color:               #555555;
}



.small_text {
	font-weight:         normal;
	font-size:           60%;
}


/* The body block of text used in tier 2 pages. Under the subhead blocks. */
.tier2body {
	font-weight:         normal;
	font-size:           80%;
	background-color:    #FFFFFF;
	color:               #555555;
	border-color:        #AAAAAA;
	border-width:        1px;
	border-style:        solid;
	border-top:          0px;
	padding:             4px;
	text-align:          left;
}


#prevnext {
	margin:              8px auto 8px auto;
	text-align:          center;
	padding:             0px;
	width:               200px;
}

#footer {
	font-size:           55%;
	margin:              10px auto 0px auto;
	text-align:          center;
	width:               750px;
}


a:link, a:visited, a:active {
	text-decoration:     underline;
	color:               #FF9900;
	font-weight:         bold;
}

a:hover { 
	text-decoration:     none; 
	color:               #000000;
	font-weight:         bold;
}


/* The Style popup menu in the header */
#placement {
	position: absolute;
}
.fade_away {
	display: none;
}
.re_appear {
	display: visible;
	padding: 5px;
	border: 1px solid #666;
	width: auto;
	position: absolute;
	background-color: #000000;
	left: -70px;
	top: 20px;
	text-align: left;
}
