body {
	color: #393733;
	margin: 0px;
	text-align: center;
	font: 83%/1.4 arial, helvetica, sans-serif;
	font-smooth: always;
	letter-spacing: -0.01em;
}

html, body {
	height: 100%;
}

td {
	font: 83%/1.4 arial, helvetica, sans-serif;

}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form, img {
	border: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #3F3B38;
	font: normal 135%/1 arial,sans-serif;
   letter-spacing: -0.03em;

}

h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #3F3B38;
	font: bold 115%/1 arial,sans-serif;
}

#error {
	padding: 5px;
	border: 2px solid #c9c9c9;
	background-color: #f1f1f1;
	color: #363636;
	display: none;
	margin-bottom: 10px;
	clear: both;
}

#success, #success-msg  {
	padding: 5px;
	border: 2px solid #bbe1e9;
	background-color: #d8f7fd;
	color: #363636;
	margin-bottom: 10px;
	clear: both;
}

#success {
	display: none;
}

#top_header {
	height: 127px;
	background-color: #ededed;
	background-image: url('/images/default/page_bg.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}

#top_header_small {
	height: 73px;
	background-color: #ededed;
	background-image: url('/images/default/page_bg.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}

#top_header_medium {
	height: 101px;
	background-color: #ededed;
	background-image: url('/images/default/page_bg.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}


#header {
	height: 135px;
	width: 976px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	width: 152px;
	height: 70px;
	position: relative;
	top: 10px;
}
		
#logo_nav {
	float: left;
	width: 790px;

	height: 70px;
	text-align: right;
}

#logo_mini_nav {
	height: 20px;
	font-size: 8.5pt;
	width: 790px;
	text-align: right;
}

#logo_mini_nav a {
	color: #000;
	text-decoration: none;
}

#logo_mini_nav a:hover {
	color: #d9d9d9;
}

#logo_tabs {
	position: relative;
	left: 0px;
	top: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url('/images/default/page_header_tabs.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 122px;
	float: right;
	margin-right: 15px;
}

#logo_tabs_active {
	position: relative;
	left: 0px;
	top: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url('/images/default/page_header_tabs.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 122px;
	float: right;
	margin-right: 15px;

}

#logo_tabs a, #logo_tabs_active a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5pt;
}

#logo_tabs a:hover {
	color: #fc9c07;
}

#logo_tabs_active a:hover {
	color: #fff;
}

#login_box {
	position: relative;
	top: 15px;
}

#login_box input[type=text], #login_box input[type=password], #form_input {
	background-image: url('/images/default/input_box.png');
	width: 147px;
	height: 34px;
	border: 0px;
	line-height: 34px;
	text-indent: 5px;
	
}

#logo_sections {
	float: left;
	clear: left;
	width: 700px;
	height: 28px;
}

#logo_search {
	float: left;
	width: 260px;
	text-align: right;
	position: relative;
	top: 2px;
}

#logo_search input[type=text] {
	height: 24px;
	font-size: 8.5pt;
	padding-top: 4px;
}

#logo_section_item_inactive {
	position: relative;
	top: 4px;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	width: 88px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

#logo_section_item_active {
	position: relative;
	top: 4px;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	background-image: url('/images/default/page_item_tab_active.png');
	background-repeat: no-repeat;
	width: 88px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

.logo_section_mouseover {
	background-image: url('/images/default/page_item_tab_active.png');
	background-repeat: no-repeat;
}

#logo_section_item_inactive a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#logo_section_item_active a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

#logo_filter_item_inactive {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 3px;
	margin-left: 0px;
	background-repeat: no-repeat;
	width: 59px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

#logo_filter_item_active {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 3px;
	margin-left: 0px;
	background-image: url('/images/default/tab_filter_active.png');
	background-repeat: no-repeat;
	width: 59px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

.logo_filter_item_mouseover {
	background-image: url('/images/default/tab_filter_active.png');
	background-repeat: no-repeat;
}

#logo_filter_item_inactive a {
	color: #343434;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}

#logo_filter_item_active a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}

#logo_popular {
	clear: both;
	position: relative;
	width: 900px;
	color: #fff;
	font-weight: bold;
	float: left;
}

#logo_popular_spacer {
	float: left;
	margin-left: 40px;
}

#logo_popular_item_active {
	background-image: url('/images/default/tab_pop_active.png');
	background-repeat: no-repeat;
	text-align: center;
	width: 113px;
	height: 18px;
	float: left;
	padding-top: 6px;
	margin-right: 0px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

#logo_popular_item_inactive {
	background-image: url('/images/default/tab_pop_inactive.png');
	background-repeat: no-repeat;
	text-align: center;
	width: 113px;
	height: 18px;
	float: left;
	padding-top: 6px;
	margin-right: 0 px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

#logo_popular_item_active a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

#logo_popular_item_inactive a {
	color: #343434;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

#logo_type {
	float: left;
	width: 200px;
	text-align: right;
}

#search_bg {
	background-image: url('/images/default/page_searchbg.png');
	background-repeat: no-repeat;
	width: 133px;
	height: 25px;
	text-indent: 20px;
	border: 0px;
	background-color: transparent;
	padding-top: 6px;
}

#container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	height: auto !important;
	height: 100%;
	background-color: #fff;
	min-height: 75%;
}


#left_block {
	float: left;
	width: 657px;
}

#left_block_bg {
	background-color: #fff;
}

#left_block_padded {
	width: 637px;
	position: relative;
	left: 15px;
	top: 18px;
}

#left_round_top {
	background-image: url('/images/default/page_main_corners.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 657px;
	height: 10px;
}

#left_round_bottom {
	background-image: url('/images/default/page_main_corners.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 657px;
	height: 10px;
}

#page_headline {
	font-weight: bold;
	font-size: 16pt;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	background-image: url('/images/default/page_title_corner.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	left: 15px;
	width: 629px;
}

#page_box {
	width: 300px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #D1D7BB;
}

#page_box_padding {
	width: 290px;
	position: relative;
	left: 5px;
	line-height: 20px;
}

#right_block {
	width: 300px;
	float: left;
	position: relative;
	left: 3px;
	top: 18px;
}



/* FORM CSS */
#form_field {
	clear: left;
	float: left;
	width: 165px;
	margin-bottom: 10px;
	padding-top: 7px;
	color: #363636;
	position: relative;
	left: 15px;
}

#form_data {
	margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: 1px solid #d9d9d9;
	padding: 6px;
	font-size: 11pt;
}

textarea.expanding {
	line-height: 18px;
}


.error_color {
	color: #b80000;
}

.select_thumb {
	border: 2px solid red;
}

/* PROFILE CSS */
#follow_count {
	text-align: center;
	float: left;
	width: 70px;
	font-size: 11pt;
}

#follow_count a {
	color: #000;
}

#follow_subtext {
	text-align: center;
	font-size: 9pt;
}

#profile_name {
	float: left;
	width: 260px;
}

#profile_nav {
	float: left;
	width: 280px;
	font-size: 14px;
	text-align: right;
}	

#profile_nav a {
	color: #fff;
}

#profile_item_inactive {
	position: relative;
	top: 4px;
	margin-bottom: 4px;
	margin-left: 18px;
	background-image: url('/images/default/tab_follow_active.png');
	background-repeat: no-repeat;
	width: 76px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 85%;
}

#profile_item_inactive a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#profile_item_inactive a:hover {
	color: #363636;
}

#profile_nav a:hover {
	color: #d9d9d9;
}

#profile_counter {
	float: left;
	width: 53px;
	height: 61px;
	text-align: center;
	clear: left;
	font-weight: bold;
	font-size: 13pt;
	position: relative;
	padding-top: 10px;
	top: 7px;
	background-image: url('/images/default/lmao_bg.png');
	background-repeat: no-repeat;
}

#profile_counter_footnote {
	font-weight: normal;
	font-size: 65%;
}	

#profile_counter_footnote a {
	font-weight: bold;
}

#profile_post {
	float: left;
	position: relative;
	left: 15px;
	padding-bottom: 10px;
	width: 550px;
	
}

#profile_link {
	font-weight: bold;
	font-size: 123%;
}

#profile_link a { 
	text-decoration: none;
}

#profile_add_favorite, #profile_remove_favorite {
	float: left;
	line-height: 25px;
}

#profile_other, .profile_other {
	float: left;
	line-height: 25px;
	font-size: 85%;
}

#profile_other a, #profile_add_favorite a {
	text-decoration: none;
}

#profile_add_favorite a {
	font-size: 85%;
}

#profile_tab_high {
	background-image: url('/images/default/inner_tab.png');
	background-repeat: no-repeat;
	width: 76px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	float: left;
	position: relative;
	top: 6px;
	color: #000;
	text-align: center;
	text-indent: 0px;
	font-size: 11pt;
}

#profile_tab_high a {
	color: #000;
	text-decoration: none;
}

#profile_tab {
	width: 76px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 6px;
	color: #fff;
	text-align: center;
	font-size: 11pt;
}

#profile_tab a {
	color: #fff;
}

#profile_thumb {
	float: left;
	width: 120px;
	margin-right: 17px;
	word-wrap: break-word;
	font-size: 85%;
}

#profile_minithumb {
	float: left;
	width: 96px;
	text-align: center;
	margin-bottom: 15px;
}

#profile_icon {
	width: 24px;
	height: 24px;
}

#profile_textlink {
	clear: left;
}

#profile_thumb img {
	width: 120px;
	height: 90px;	
}

#profile_minithumb img {
	width: 93px;
	height: 70px;	
}

#profile_header_left {
	float: left;
	width: 350px;
}

#profile_header_right {
	float: left;
	text-align: right;
	width: 180px;
}

#photo_border {
	border: 1px solid #d9d9d9;
	padding: 4px;
	
}

#single_row {
	height: 35px;
	line-height: 35px;
	clear: both;
	border-bottom: 1px solid #d9d9d9;
	width: 637px;
}

#admin_links { 
	padding-top: 5px;
}

#content_body_joke {
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#tweet_promo {
	width: 630px;
	text-align: center;
	position: relative;
	top: -30px;
}

#url_promo {
	width: 630px;
	text-align: center;
	position: relative;
	top: -30px;
}

/* COMMENT CSS */
#comment_container {
	width: 515px;
	border-bottom: 1px solid #d9d9d9;
}

#comment_user {
	float: left;
	width: 100px;
	line-height: 20px;
	font-size: 85%;
}

#comment_body {
	float: left;
	width: 410px;
	line-height: 20px;
}

#comment_date {
	font-size: 85%;
	color: #363636;
}

#comment_notice {
	display: none;
}

/* USER LISTING CSS */
#user_line {
	height: 35px;
	line-height: 35px;
	width: 150px;
	float: left;
	color: #363636;
}

#user_line_centered {
	height: 35px;
	line-height: 35px;
	width: 150px;
	float: left;
	color: #363636;
	text-align: center;
	font-size: 8.5pt;
}

#user_line_text {
	height: 35px;
	line-height: 35px;
	width: 240px;
	float: left;
	color: #363636;
	text-align: left;
	font-size: 8.5pt;
}

#user_minirow {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	text-align: center;
	color: #363636;
	font-size: 85%;
}

#user_minirow img {
	width: 73px;
	height: 73px;
}

#user_follow_box {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}

/* MAIN LISTING CSS */
#index_name {
	float: left;
	width: 460px;
}

#index_spacer {
	position: relative;
	left: 68px;
	width: 550px;
}

/* pagination formatting */
#pagination ul {
	margin: 0px;
	padding: 0px;
}

#pagination li {
	list-style-type: none;
	display: inline;
	text-align: center;
	border: 1px solid #105CB6;
	margin-right: 10px;
	color: #807e7e;
	padding: 3px;
}

#pagination .disabled {
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
}

#pagination .selected {
	border: 1px solid #105CB6;
	background-color: #105CB6;
}

#pagination .selected a {
	color: #fff;
	padding: 8px;
}

#pagination li:hover {
	border: 1px solid #105CB6;
	background-color: #105CB6;
	color: #fff;
}

#pagination li a {
	text-decoration: none;
	color: #105CB6;
	padding: 8px;
}

#pagination li:hover a {
	text-decoration: none;
	color: #fff;
}

#footer_links {
	background-color: #D1D7BB;
	text-align: center;
	height: 50px;
	padding-top: 5px;
	line-height: 17px;
	font-size: 85%;
}

#share_box {
	padding-top: 5px;
	clear: both;
	font-size: 85%;
}

#hidden_whatis {
	display: none;
}
