/* PAGE LAYOUT */
	
	/* TOP COLUMN */
	#topcolumn_body img {padding:0 0 15px;}

	/* MAIN COLUMN */
	#maincolumn_container {overflow:hidden;float:right;clear:right;width:755px;margin:0 15px 0 0;padding:0;}
	#maincolumn_content {overflow:hidden;}
	#maincolumn_body {overflow:hidden;margin:0;padding:0 0;}
		
	/* SIDE COLUMN */
	#sidecolumn_container {overflow:hidden;float:left;clear:left;width:206px;margin:0 0 30px 15px;padding:0;}
	#sidecolumn_content {overflow:hidden;}
	#sidecolumn_body {overflow:hidden;margin:0;padding:0 0;}

/* PAGE */
#wrapper{
	margin:0;
	float:none;
	position: relative;
	width:auto;
}
#innerwrap{
	margin:0;
	float:none;
	position: relative;
	width:auto !important;
}
#content-container{
	margin:0;
	padding:20px 0 0 0;
	float:none;
	position: relative;
	width:auto;
	background:#ffffff;
}
#content-body{
	margin: 0 auto;
}
/* LAYOUT */
#page_container {background:#ffffff;}
#page-content, #page-content div, #page-content span, #page-content li {
	color:#666666;
	font-size:13px;
}
a.disabled {
	visibility:hidden;
}
p {
	font-size:13px;
	color:#666666;
}
hr {
	height:1px;
	border:none;
	background:#666666;
	margin:10px 0 0 0;
	padding:0;
}
.textbutton, .textbutton a {
	font-weight:bold;
	color:#006699;
	font-size:14px;
}

/* EDIT */
.admin_button {
	position:relative;
}
.admin_button a {
	display:block;
	color:#333333;
	font-weight:normal;
	background:#ffcc00;
	padding:4px 8px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* HEADER */
#page-header-content img {
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding-bottom:20px;
}

/* LEFT */
#page-left-content {
}
	/* sections */
	.profile_section {
		padding:0 0 20px 0;
		clear:both;
	}
	.profile_section h3 {
		font-family:tahoma, helvetica, verdana, arial, sans;
		font-weight:bold;
		color:#666666;
		padding:5px 1px;
		margin:0 0 5px 0;
		border-bottom:solid 1px #666666;
	}
	.profile_section p {
		padding:5px 0;
		margin:0;
	}
	.profile_section ul li {
		background:url('/gfx/account/li_arrow.gif') no-repeat 2px 5px;
		padding-left:15px;
		padding-top:1px;
		padding-bottom:1px;
	}
		.profile_section ul li a {
			color:#006699;
		}
	.profile_section textarea {
		margin:0;
		padding:0;
		width:200px;
	}
	.profile_section ul li.selected {
		background:none;
		padding-left:0;
	}
		.profile_section ul li.selected a {
			color:#666666;
		}
	.profile_section ul li ul li {
		background:none;
		padding-top:0;
		padding-bottom:0;
	}
		.profile_section ul li ul li a {
			color:#3399cc;
		}

/* MAIN */
#page-main-content {
}
	
	/* title */
	h1 {
		font-family:tahoma, helvetica, verdana, arial, sans;
		font-weight:normal;
		font-size:30px;
		color:#36445c;
		padding:0 0 5px 0;
		margin:0;
		line-height:1;
		text-decoration:none;
	}
	.profile_links {
		font-size:11px;
		padding:10px 0;
		margin:0 0 10px 0;
		border-bottom:solid 1px #666666;
	}
	.profile_links p {
		color:#36445c;
	}
	.profile_links a {
		color:#5990ad;
		padding:0 4px;
	}
	.profile_links a.selected {
		color:#666666;
	}
	.profile_links a:hover {
		color:#666666;
	}
	.profile_links #subscribe_rss {
		padding-left:17px;
		background:url('/gfx/icons/rss_small.gif') no-repeat 2px 2px;
	}
	
	/* menu */
	.profile_nav {
		padding:0 0 10px 0;
		margin:0;
		font-size:12px;
	}
	.profile_nav p {
		color:#999999;
	}
	.profile_nav a, .profile_nav span {
		font-weight:bold;
		display:inline-block;
		color:#5990ad;
		padding:0 3px 15px;
	}
	.profile_nav a.selected {
		color:#666666;
		background:url('/gfx/account/text_hover_bg.gif') no-repeat center -6px;
	}
	.profile_nav a.selected:hover {
		text-decoration:none;
	}
	.profile_nav a:hover {
		color:#666666;
	}

	/* posts */
	.post_container {
		margin:0 0 35px 0;
	}
	.post_content {
		width:677px;
	}
	
	/* title */
	.post_title {
		padding:10px 0 20px 0;
	}
	.post_title h2 {
		font-family:tahoma, helvetica, arial, sans;
		font-weight:bold;
		font-size:24px;
		padding:2px 0;
		border-bottom:solid 1px #666666;
		text-transform:capitalize;
	}
	.post_title h2 a, .post_title h2 a:link, .post_title h2 a:visited, .post_title h2 a:hover {
		font-family:tahoma, helvetica, arial, sans;
		font-weight:bold;
		font-size:24px;
		text-transform:capitalize;
	}
	
	/* friends */
	.post_friends {
	}
	.post_friend {
		width:122px;
		height:150px;
		position:relative;
		display:block;
		float:left;
		padding:9px 0px 28px 22px;
	}
	.post_friend img {
		width:100px;
	}
	.post_friend p {
		padding:5px 0 10px;
	}
	.post_friend p a {
		display:block;
		font-weight:bold;
		font-size:14px;
		color:#006699;
	}
	
	/* friends */
	.post_favorites {
	}
	.post_favorite {
		width:202px;
		height:275px; 
		position:relative;
		display:block;
		float:left;
		padding:9px 0px 28px 22px;
	}
	.post_favorite img {
		width:180px;
	}
	.post_favorite p {
		font-size:10px;
		padding:2px 0;
		color:#333333;
		font-weight:bold;
	}
	.post_favorite p a {
		font-size:10px;
		font-weight:bold;
	}
	.post_favorite h5 {
		padding:5px 0 10px;
	}
	.post_favorite h5 a {
		display:block;
		font-weight:bold;
		font-size:16px;
		color:#006699;
	}
	
	/* header */
	.post_header {
		clear:both;
		background:#edeeef;
		padding:10px 15px;
		margin:10px 15px 8px 0;
		-moz-border-radius: 6px; -webkit-border-radius: 6px;
		overflow:hidden;
		position:relative;
		width:710px;
	}
	.post_header_image {
		float:left;
		padding:0 8px 0 0;
	}
	.post_header_text {
		float:left;
	}
	.post_header h2 {
		color:#666666;
		font-weight:bold;
		font-size:18px;
		width:615px;
	}
	.post_header a h2, .post_header a h2 em, .post_header h2 a, .post_header h2 a em {
		color:#006699;
	}
	.post_header p {
		color:#333333;
	}
	
	/* photo */
	.post_photo {
		margin:12px 0 2px;
		width:677px;
	}
	
	/* details */
	.post_details {
		position:relative;
		clear:both;
		margin:0 17px;
		width:677px;
	}
	.post_details h4 {
		font-size:14px;
		text-transform:uppercase;
		color:#666666;
		font-weight:bold;
		margin:5px 0 0 0;
		padding:0;
	}
	.post_details p, .post_details p *, .post_details span *, .post_details span a * {
		font-size:14px;
	}
	.post_details p span {
		font-size:14px !important;
	}
	.post_details p {
		margin:0;
		padding:6px 0 0;
	}
	.post_details a, .post_details a * {
		color:#0099cc;
	}
	.post_details .admin_button a {
		color:#333333;
	}
	.post_details li {
		font-size:13px;
		padding:0 0 5px;
	}
	.post_details a.textbutton {
		display:block;
		padding:10px 0 5px 0;
		clear:both;
	}
	p.paddedtext {
		padding:10px 15px;
		display:block;
	}
	.post_description {
		position:relative;
		clear:both;
		overflow:visible;
	}
	.post_description p img {
		padding:5px 12px 4px 0;
	}
	.post_description .article-padded {
		float:left;
		padding:3px 12px 4px 0;
	}
	.post_description p {
		margin:0;
		padding:0 0 10px 0;
	}
	.post_description .padded-top {
		padding-top:3px;
	}
	.post_details .textbutton {
		padding-left:1px;
	}
	
	/* carousel */
	.post_carousel {
		clear:both;
		position:relative;
		overflow:hidden;
		width:677px;
		height:87px;
		margin:10px 0 1px 17px;
		padding:0;
	}
	.post_carousel a.browse {
		position:relative;
		float:left;
		width:24px;
		height:75px;
		margin:0;
		padding:0;
	}
	.post_carousel a.left {
		margin:6px 2px 0 0;
		background:url('/gfx/account/carousel_left.jpg') center left no-repeat;
	}	
		.post_carousel a.left:hover {
			background:url('/gfx/account/carousel_left_h.jpg') center left no-repeat;
		}
	.post_carousel a.right {
		float:right;
		margin:6px 0 0 0;
		background:url('/gfx/account/carousel_right.jpg') center right no-repeat;
	}	
		.post_carousel a.right:hover {
			background:url('/gfx/account/carousel_right_h.jpg') center right no-repeat;
		}
	.post_carousel_reel {
		position:relative;
		float:left;
		overflow:hidden;
		width:626px;
		height:87px;
		margin:0;
		padding:0;
	}
	.post_carousel_items {
		position:absolute;
		overflow:visible;
		width:2000em;
		height:87px;
		margin:0;
		padding:0;
	}
	.post_carousel_items div {
		display:inline;
	}
	.post_carousel_items .post_carousel_item img {
		border:solid 6px #ffffff;
	}
	.post_carousel_items .post_carousel_item img.hover {
		border-color:#3399cc;
	}
	
	/* message */
	.post_message {
		margin:10px 0;
	}
	.post_message_image {
		float:left;
		clear:both;
		padding:0 8px 0 0;
	}
	.post_message_comments {
		padding:0 8px;
		margin:5px 0 0;
		border-top:solid 1px #cccccc;
	}
	.post_message_comment {
		padding:10px 0;
	}
	
	.post_message_textcomment {
		display:none;
	}
	.post_message_addcomment {
		padding:5px 8px;
	}
	.post_message_addcomment .textarea {
		width:80%;
	}
	.post_message_addcomment_link {
		padding:3px 0 0 31px;
		background:url("/gfx/elements/icon/comment.png") no-repeat;
	}
	
	/* extras */
	.post_copyright {
		clear:both;
		text-align:right;
		font-size:10px;
		color:#999999;
	}
	
	/* footer */
	.post_footer {
		clear:both;
		text-align:right;
	}
	.post_footer * {
		margin:0;
		padding:0;
		display:inline-block;
		vertical-align:middle;
	}
	
	/* interact */
	div.interact {
		clear:both;
		margin:20px 0;
		width:675px;
		background-repeat:repeat-x;
	}
	div.interact ul.buttons {
		width:675px;
	}
	div.interact div.comments {
		width:660px;
		margin-left:15px;
	}
	div.interact div.comments ul.commentlist {
		width:660px;
	}
	div.interact ul.buttons li.addthis {
		width:260px;
	}
	div.interact div.comments h5.wider {
		padding-left:105px;
	}
	div.interact div.stars p {
		padding:0 0 0 10px;
	}
	
	/* pagination */
	.pagination {
		clear:both;
		margin:0 17px 0 0;
		width:694px;
		padding:5px 0;
	}
	.pageflip {
		padding:5px 0;
		margin:0 17px 0 0;
	}
	.pageflip a {
		color:#ffffff;
		font-weight:bold;
		text-transform:capitalize;
	}
	.prev_page {
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		background:#5e9fc0;
		padding:5px 10px;
		float:left;
		color:#ffffff;
	}
	.next_page {
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		background:#5e9fc0;
		padding:5px 10px;
		float:right;
		color:#ffffff;
	}
	.post_description blockquote p {color: inherit;display: block;margin: 0;padding: 0; clear:both;}

	.SlideshowSlide {overflow:visible;}
	.SlideshowSlideLink img {max-width:640px;height:auto;}
