/*  
	Theme Name: NewWork
	Theme URI: http://www.ilovenewwork.com/
	Description: The template for NewWork 2.0
	Version: 2.0
	Author: Oskar 'Skar' van Velden
	Author URI: http://www.rakso.nl/
	
	Categories:
	
	site 	#EC008C
	art		#848484
	game	#004858
	video	#F88800
	ad		#F80000
	image	#009078
	music	#88C818
	word	#CC9900
	thing	#00FFFF
	job		#0850A0
	film	#781800
	friend	#008830
	event	#800078
	tech	#FFD100
	people	#48FF00
	portfolio #48FF00
	company #0850A0
*/


/* GLOBAL */
body 
{
	margin: 5px 0 40px;
	padding: 0;
	text-align: center; /* center things in pre-IE6 */
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	color: #000000;	
	background-color: #ECECEC;	
}

a
{
	color: #000000;
	text-decoration: none;
}

#topshade
{
	width: 744px;
	height: 15px;
	margin-left: 15px;
	background-image: url("images/shades/top_shade.gif");
	background-repeat: repeat-x;			
}

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

#flash_wrapper
{
	position: relative;			
	z-index: 10;
	float:left;
	width:744px;	
	height:112px;
}

#header_flash
{
	position: absolute;
	width:100%;
	text-align:center;
	left:15px;
	top:0px;
	padding-left:0px;
	height: 112px;
}

.leftshade
{
	float:left;
	width: 774px;
	background: url("images/shades/left_shade.gif") repeat-y;	
}

#content
{
	float:left;
	z-index: 2;
	width: 744px;
	position: relative;
	top:0px;
	left:15px;
}

.rightshade
{
	float:left;
	width: 774px;
	background: url("images/shades/right_shade.gif") right repeat-y;			
}

#bottomshade
{
	float:left;
	width: 744px;
	height: 15px;
	background-image: url("images/shades/bottom_shade.gif");
	background-repeat: repeat-x;	
	position:relative;
	top:0;
	left:15px;
	margin-bottom: 40px;
}

/* MENU */
#menu
{
	height: 30px;
	width: 744px;
	background-color: #00A0C6;
	background-image: url('images/nav_bg.gif');
	background-repeat: repeat-x;
	float:left;
	position:relative;
	top:0px;
	left:15px;
}


#btn_about
{
	float:left;
	height:30px;
	width:85px;
	overflow:hidden;
}

#btn_about a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/nav_about.gif' ) 0px 0px no-repeat;
}

#btn_about a:hover
{
	background-image:none;
	background: url( 'images/nav_about.gif' ) 0px -30px no-repeat;
}


#btn_people
{
	float:left;
	height:30px;
	width:83px;
	overflow:hidden;
}

#btn_people a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/nav_people.gif' ) 0px 0px no-repeat;
}

#btn_people a:hover
{
	background-image:none;
	background: url( 'images/nav_people.gif' ) 0px -30px no-repeat;
}


#btn_contact
{
	float:left;
	height:30px;
	width:91px;
	overflow:hidden;
}

#btn_contact a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/nav_contact.gif' ) 0px 0px no-repeat;
}

#btn_contact a:hover
{
	background-image:none;
	background: url( 'images/nav_contact.gif' ) 0px -30px no-repeat;
}


/*SEARCH FORM*/
#div_searchform
{
	float:right;
	margin-right: 50px;
}

#searchform
{
	float:left;
	padding-top: 3px;
}

#btn_search
{
	float:left;
	height: 30px;
	width: 33px;
	background: url( 'images/nav_search.gif' ) 0px 0px no-repeat;	
}

#btn_search a
{
	display: block;
	width:100%; 
	height:100%;
	overflow:hidden;
}

#footermenu
{
	float:left;
	height: 30px;
	width: 744px;
	background-color: #00A0C6;
	background-image: url('images/bottomnav_bg.gif');
	background-repeat: repeat-x;
	position:relative;
	top:0px;
	left:15px;
}


#btn_bottom_backtotop
{
	float:left;
	height:30px;
	width:180px;
	overflow:hidden;
}

#btn_bottom_backtotop a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/bottomnav_backtop.gif' ) 0px 0px no-repeat;
}

#btn_bottom_backtotop a:hover
{
	background-image:none;
	background: url( 'images/bottomnav_backtop.gif' ) 0px -30px no-repeat;
}


#btn_bottom_rss
{
	float:left;
	height:30px;
	width:72px;
	overflow:hidden;
}

#btn_bottom_rss a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/bottomnav_rss.gif' ) 0px 0px no-repeat;
}

#btn_bottom_rss a:hover
{
	background-image:none;
	background: url( 'images/bottomnav_rss.gif' ) 0px -30px no-repeat;
}


#btn_bottom_twitter
{
	float:left;
	height:30px;
	width:81px;
	overflow:hidden;
}

#btn_bottom_twitter a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/bottomnav_twitter.gif' ) 0px 0px no-repeat;
}

#btn_bottom_twitter a:hover
{
	background-image:none;
	background: url( 'images/bottomnav_twitter.gif' ) 0px -30px no-repeat;
}


#pagination
{
	float:right;
	background-image: url('images/inactivebuttons.gif');
	background-repeat: no-repeat;
}


#btn_newer
{
	float:left;
	height:30px;
	width:93px;
	overflow:hidden;
}

#btn_newer a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/bottomnav_newer.gif' ) 0px 0px no-repeat;
}

#btn_newer a:hover
{
	background-image:none;
	background: url( 'images/bottomnav_newer.gif' ) 0px -30px no-repeat;
}


#btn_older
{
	float:left;
	height:30px;
	width:82px;
	overflow:hidden;
}

#btn_older a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/bottomnav_older.gif' ) 0px 0px no-repeat;
}

#btn_older a:hover
{
	background-image:none;
	background: url( 'images/bottomnav_older.gif' ) 0px -30px no-repeat;
}


#newer_spacer
{
	float:left;
	width:93px;
	height:30px;
}

#older_spacer
{
	float:left;
	width:82px;
	height:30px;
}

.content_item
{
	float:left;
	width:744px;
	background-color: #000000;
}

.item_wrapper
{
	float:left;
	background-color: #000000;
}

.item_img
{
	float:left;
	width:350px;
	height:275px;
}

.item_text, .item_text_portfolio, .no_post_item_text
{
	float:left;
	width:362px;
	min-height:203px; /* 245 - 10 - 32 */
	background-color: #ffffff;
	padding: 10px 10px 0 22px;
}

.no_post_item_text
{
	height:275px;
}

.item_text_portfolio
{
	min-height: 265px; /* 275 - 10 */
}

.mainlink
{
	float:right;
	width: 394px;
	min-height:30px;
	background-color: #ffffff;
}

.mainlink a
{
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	left:22px;
	bottom: 11px;
}

.item_text_lines
{
	float:right;
	width: 394px;
	height: 30px;
}

.replies
{
	z-index: 3;
	float:right;
	height: 26px;
	width: 90px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-image: url('images/reactions_popup.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 2px 0 0 5px;
	position:relative;
	top:2px;
	right:2px;
}

.replies a
{
	color: #000000;
}

.reply_count
{
	color: #808080;
}

.title, .title a
{
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -3px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.desc
{
	margin-top: -10px;	
}

.desc a
{
	color: #000000;
	text-decoration: underline;
}

.desc a:hover
{
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

/* BOTTOM ROWS */
.author_line
{
	height: 15px;
	text-align: left;
	background-color: #ECECEC;
	width: 374px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('images/grey_arrow.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

.author_line a:hover
{
	text-decoration: underline;
}

.author_line, .author_line a
{
	color: #808080;	
}

#reactions_line
{
	float:left;
	width:718px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-left: 26px;
	height: 15px;
}

/*bottom row*/
.category_top_line, .category_line
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	padding-left: 20px;	
}

.category_top_line
{
	float:left;
	width:724px;
}

.category_top_line.search
{
	background-color: #000000;
}

.category_line
{
	width: 374px;
}

.category_line a
{
	color: #ffffff;
}
			
.category_line a:hover
{
	text-decoration: underline;
}

/* COMMENTS */

#comments_wrapper
{
	background-color: #ffffff;
}

.comment_content
{
	padding: 20px 35px 20px 22px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #E5E5E5;
}

#reactionform
{
	float:left;
	padding: 20px 35px 20px 22px;
	text-align: left;
	font-size: 14px;	
	background-color: #ffffff;
}

.comment_content p a
{
	color: #000000;
	text-decoration: underline;
}

.comment_content p a:hover
{
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

.comment_content_title, .comment_content_title a
{
	font-size: 48px;
	line-height: 35px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 0 -3px;
	padding: 0;
}

.comment_content_title a:hover
{
	color: #333333;
}

input#submit
{
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 15px;
	padding: 10px;
}

.content_portfolio_info
{
	font-size: 36px;
	font-weight: bold;
	line-height: 32px;
}

.content_portfolio_item
{
	color: #48FF00;
}

.content_portfolio_desc
{
	margin-top: 10px;
}

#td_latest_work
{
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -3px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-left: 38px;
	background: #000000;
	height: 66px;	
}

/* PAGES */
#page
{
	float:left;
	width: 680px;
	background-color: #ffffff;
	padding: 0 32px;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: -4px;
}

#page a
{
	color: #00a0c6;
}

#page a:hover
{
	background-color: #00a0c6;
	color: #ffffff;
}

/********* SITE **********/
/*date*/
.date_site
{
	font-size:26px;
	color: #EC008C;
}

/*link*/
.mainlink.site a
{
	color: #EC008C;
}

.mainlink.site a:hover
{
	color: #ffffff;
	background-color: #EC008C;
}

.category_line.site,.category_top_line.site
{
	background-color: #EC008C;
	background-image: url('images/white_arrow_site.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_site
{
	font-size: 48px;
	line-height: 35px;
	color: #EC008C;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* ART **********/
/*date*/
.date_art
{
	font-size:26px;
	color: #848484;
}

/*link*/
.mainlink.art a
{
	color: #848484;
}

.mainlink.art a:hover
{
	color: #ffffff;
	background-color: #848484;
}

.category_line.art,.category_top_line.art
{
	background-color: #848484;
	background-image: url('images/white_arrow_art.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_art
{
	font-size: 48px;
	line-height: 35px;
	color: #848484;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* GAME **********/
/*date*/
.date_game
{
	font-size:26px;
	color: #004858;
}

/*link*/
.mainlink.game a
{
	color: #004858;
}

.mainlink.game a:hover
{
	color: #ffffff;
	background-color: #004858;
}

.category_line.game,.category_top_line.game
{
	background-color: #004858;
	background-image: url('images/white_arrow_game.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_game
{
	font-size: 48px;
	line-height: 35px;
	color: #004858;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* VIDEO **********/
/*date*/
.date_video
{
	font-size:26px;
	color: #F88800;
}

/*link*/
.mainlink.video a
{
	color: #F88800;
}

.mainlink.video a:hover
{
	color: #ffffff;
	background-color: #F88800;
}

.category_line.video,.category_top_line.video
{
	background-color: #F88800;
	background-image: url('images/white_arrow_video.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_video
{
	font-size: 48px;
	line-height: 35px;
	color: #F88800;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* AD **********/
/*date*/
.date_ad
{
	font-size:26px;
	color: #F80000;
}

/*link*/
.mainlink.ad a
{
	color: #F80000;
}

.mainlink.ad a:hover
{
	color: #ffffff;
	background-color: #F80000;
}

.category_line.ad,.category_top_line.ad
{
	background-color: #F80000;
	background-image: url('images/white_arrow_ad.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_ad
{
	font-size: 48px;
	line-height: 35px;
	color: #F80000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* IMAGE **********/
/*date*/
.date_image
{
	font-size:26px;
	color: #009078;
}

/*link*/
.mainlink.image a
{
	color: #009078;
}

.mainlink.image a:hover
{
	color: #ffffff;
	background-color: #009078;
}

.category_line.image,.category_top_line.image
{
	background-color: #009078;
	background-image: url('images/white_arrow_image.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_image
{
	font-size: 48px;
	line-height: 35px;
	color: #009078;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* MUSIC **********/
/*date*/
.date_music
{
	font-size:26px;
	color: #88C818;
}

/*link*/
.mainlink.music a
{
	color: #88C818;
}

.mainlink.music a:hover
{
	color: #ffffff;
	background-color: #88C818;
}

.category_line.music,.category_top_line.music
{
	background-color: #88C818;
	background-image: url('images/white_arrow_music.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_music
{
	font-size: 48px;
	line-height: 35px;
	color: #88C818;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* WORD **********/
/*date*/
.date_word
{
	font-size:26px;
	color: #CC9900;
}

/*link*/
.mainlink.word a
{
	color: #CC9900;
}

.mainlink.word a:hover
{
	color: #ffffff;
	background-color: #CC9900;
}

.category_line.word,.category_top_line.word
{
	background-color: #CC9900;
	background-image: url('images/white_arrow_word.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_word
{
	font-size: 48px;
	line-height: 35px;
	color: #CC9900;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* THING **********/
/*date*/
.date_thing
{
	font-size:26px;
	color: #00FFFF;
}

/*link*/
.mainlink.thing a
{
	color: #00FFFF;
}

.mainlink.thing a:hover
{
	color: #ffffff;
	background-color: #00FFFF;
}

.category_line.thing,.category_top_line.thing
{
	background-color: #00FFFF;
	background-image: url('images/white_arrow_thing.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_thing
{
	font-size: 48px;
	line-height: 35px;
	color: #00FFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* JOB **********/
/*date*/
.date_job
{
	font-size:26px;
	color: #0850A0;
}

/*link*/
.mainlink.job a
{
	color: #0850A0;
}

.mainlink.job a:hover
{
	color: #ffffff;
	background-color: #0850A0;
}

.category_line.job,.category_top_line.job
{
	background-color: #0850A0;
	background-image: url('images/white_arrow_job.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_job
{
	font-size: 48px;
	line-height: 35px;
	color: #0850A0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* FILM **********/
/*date*/
.date_film
{
	font-size:26px;
	color: #781800;
}

/*link*/
.mainlink.film a
{
	color: #781800;
}

.mainlink.film a:hover
{
	color: #ffffff;
	background-color: #781800;
}

.category_line.film,.category_top_line.film
{
	background-color: #781800;
	background-image: url('images/white_arrow_film.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_film
{
	font-size: 48px;
	line-height: 35px;
	color: #781800;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* FRIEND **********/
/*date*/
.date_friend
{
	font-size:26px;
	color: #008830;
}

/*link*/
.mainlink.friend a
{
	color: #008830;
}

.mainlink.friend a:hover
{
	color: #ffffff;
	background-color: #008830;
}

.category_line.friend,.category_top_line.friend
{
	background-color: #008830;
	background-image: url('images/white_arrow_friend.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_friend
{
	font-size: 48px;
	line-height: 35px;
	color: #008830;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* EVENT **********/
/*date*/
.date_event
{
	font-size:26px;
	color: #800078;
}

/*link*/
.mainlink.event a
{
	color: #800078;
}

.mainlink.event a:hover
{
	color: #ffffff;
	background-color: #800078;
}

.category_line.event,.category_top_line.event
{
	background-color: #800078;
	background-image: url('images/white_arrow_event.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_event
{
	font-size: 48px;
	line-height: 35px;
	color: #800078;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* TECH **********/
/*date*/
.date_tech
{
	font-size:26px;
	color: #FFD100;
}

/*link*/
.mainlink.tech a
{
	color: #FFD100;
}

.mainlink.tech a:hover
{
	color: #ffffff;
	background-color: #FFD100;
}

.category_line.tech,.category_top_line.tech
{
	background-color: #FFD100;
	background-image: url('images/white_arrow_tech.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_tech
{
	font-size: 48px;
	line-height: 35px;
	color: #FFD100;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* PEOPLE **********/
/*date*/
.date_people
{
	font-size:26px;
	color: #48FF00;
}

/*link*/
.mainlink.people a
{
	color: #48FF00;
}

.mainlink.people a:hover
{
	color: #ffffff;
	background-color: #48FF00;
}

.category_line.people,.category_top_line.people
{
	background-color: #48FF00;
	background-image: url('images/white_arrow_people.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_people
{
	font-size: 48px;
	line-height: 35px;
	color: #48FF00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* PORTFOLIO **********/
/*date*/
.date_portfolio
{
	font-size:26px;
	color: #48FF00;
}

/*link*/
.mainlink.portfolio a
{
	color: #48FF00;
}

.mainlink.portfolio a:hover
{
	color: #ffffff;
	background-color: #48FF00;
}

.category_line.portfolio,.category_top_line.portfolio
{
	background-color: #48FF00;
	background-image: url('images/white_arrow_portfolio.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_portfolio
{
	font-size: 48px;
	line-height: 35px;
	color: #48FF00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/********* COMPANY **********/
/*date*/
.date_company
{
	font-size:26px;
	color: #0850A0;
}

/*link*/
.mainlink.company a
{
	color: #0850A0;
}

.mainlink.company a:hover
{
	color: #ffffff;
	background-color: #0850A0;
}

.category_line.company,.category_top_line.company
{
	background-color: #0850A0;
	background-image: url('images/white_arrow_company.gif');
	background-position: 354px 4px;
	background-repeat: no-repeat;
}

/*reactions*/
.reactions_header_company
{
	font-size: 48px;
	line-height: 35px;
	color: #0850A0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}


#errormessage
{
	margin-top:10px;
}

/* PORTFOLIO */
#pf_header
{
	float:left;
	height: 30px;
	width:744px;
	background-image: url('images/portfolio_header_bg.gif');
	background-repeat: repeat-x;
}

#pf_author_text
{
	float:left;
	font-weight: bold;
	color: #ffffff;
	margin: 8px 0 0 32px;
}


#pf_btn_latestwork
{
	float:left;
	height:30px;
	width:196px;
	overflow:hidden;
}

#pf_btn_latestwork a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/portfolio_latestwork.gif' ) 0px 0px no-repeat;
}

#pf_btn_latestwork a:hover
{
	background-image:none;
	background: url( 'images/portfolio_latestwork.gif' ) 0px -30px no-repeat;
}

#pf_btn_latestwork_selected
{
	float:left;
	height:30px;
	width:196px;
	background: url( 'images/portfolio_latestwork.gif' ) 0px -30px no-repeat;
}


#pf_btn_latestposts
{
	float:left;
	height:30px;
	width:198px;
	overflow:hidden;
}

#pf_btn_latestposts a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url( 'images/portfolio_latestposts.gif' ) 0px 0px no-repeat;
}

#pf_btn_latestposts a:hover
{
	background-image:none;
	background: url( 'images/portfolio_latestposts.gif' ) 0px -30px no-repeat;
}

#pf_btn_latestposts_selected
{
	float:left;
	height:30px;
	width:198px;
	background: url( 'images/portfolio_latestposts.gif' ) 0px -30px no-repeat;
}


#pf_btn_latestposts, 
#pf_btn_latestposts_selected
{
	float:right;
}

#pf_btn_latestwork,
#pf_btn_latestwork_selected
{
	float:right;
}

#latestposts
{
	display:none;
}