* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body, html {
	margin: 0;
}
body {
	background: #5a9dae url('images/bg.gif') repeat-x;
	font-family: "Arial", "Verdana", sans-serif;
}
b, strong { 
	font-weight: bold;
}
a:link {
	color: #0040B6;
}
a:visited {
	color: #5999DE;
}
a:hover {
	color: #CC0000;
}

/* FONTS  & LINKS */
a.logo:link, a.logo:visited {
	background: url('images/logo_bg.gif') left center no-repeat;
	color: #000;
	font-size: 28px;
	height: 90px;
	line-height: 90px;
	display: block;
	font-family: Georgia, 'Times New Roman', sans-serif;
	text-decoration: none;
	font-style: normal;
	padding-left: 90px;
}
	.slogan {
		font-size: 14px;
		color: #fff;
		font-style: italic;
	}
a.blocklink_blue:link, a.blocklink_blue:visited {
	padding: 5px 8px;
	background: #83c0fe url('images/glossy_blue.gif') repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #528cc8;
	border-bottom: 1px solid #528cc8;
}
a.blocklink_green:link, a.blocklink_green:visited {
	padding: 5px 8px;
	background: #83c0fe url('images/glossy_green.gif') repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #518d28;
	border-bottom: 1px solid #518d28;
}
a.view_image:link, a.view_image:visited {
	background: url('images/picture_sunset.png') left center no-repeat;
	padding-left: 22px;
}
a.save_image:link, a.save_image:visited {
	background: url('images/disk_black.png') left center no-repeat;
	padding-left: 22px;
}
a.do_another:link, a.do_another:visited {
	background: url('images/arrow_circle.png') left center no-repeat;
	padding-left: 22px;
}
a.facebook:link, a.facebook:visited {
	background: url('images/facebook_icon.gif') left center no-repeat;
	padding-left: 22px;
}
small {
	font-size: .8em;
}

/* GLOBALS */
.fancy {
	display: block;
	margin: 0 auto;
	font-size: 32px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	text-align: center;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.ads {
	width: 728px;
	color: #ccc;
	margin-bottom: 2px;
}
div#skyscraper {
	height: 600px;
	width: 160px;
	float: left;
	line-height: 600px;
	text-align: center;
	background: #f1f1f1;
}
div#letterboard {
	height: 90px;
	width: 728px;
	display: block;
	float: left;
	line-height: 90px;
	text-align: center;
	background: #f1f1f1;
}
div.clear {
	font-size: 0;
	clear: both;
	overflow: hidden;
}

/* SECTIONS */
#body_container {
	margin: 0 auto;
	width: 960px;
}
#header_container { 
	padding: 0 25px;
	width: 910px;
}
	#logo {
		padding-top: 20px;
		float: left;
		position: relative;
	}
	#top_nav { 
		width: 910px;
		text-align: right;
		position: absolute;
	}
	#top_nav_links {
		float: right;
	}
	#top_nav_links a:link, #top_nav_links a:visited { 
		float: left;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;		
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		font-size: 12px;
		display: block;
		font-weight: bold;
		text-decoration: none;
		background: #fff;
		margin-left: 2px;
		padding: 10px 8px;
	}
	div.top_chatbox {
		margin-top: 10px;
		background: url('images/top_chatbox.gif') left center no-repeat;
		display: block;
		clear: both;
		height: 72px;
		width: 436px;
		line-height: 70px;
		text-align: center;
		color: #000;
		-moz-border-radius: 5px;
	}
		div.top_chatbox_inner {
			color: #000;
			line-height: default;
			padding: 8px 15px 8px 80px;
			text-align: left;
			font-size: 11px;
		}
			div.top_chatbox_inner h1, div.top_chatbox_inner p {
				margin: 0;
				padding: 0;
				line-height: 1em
			}
			div.top_chatbox_inner h1 {
				font-weight: bold;
				color: #000;
				font-size: 12px;
				margin-bottom: 3px;
			}
			div.top_chatbox_inner p {
				line-height: 1.2em;
			}

#content_container {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #fff;
}
	#content_inner {
		padding: 25px;
	}
	#content_inner_home {
		padding: 25px;
		background: url('images/home.jpg') right center no-repeat;
	}
	div.home_content {
		margin: 20px auto;
		width: 85%;
		text-align: center;
	}
		div.home_content h1 {
			font-size: 48px;
		}
		div.home_content ol {
			margin: 20px 0px 20px 20%;
			text-align: left;
			font-size: 32px;
			font-weight: bold;
		}
		a.galleries {
			display: block;
			margin-top: 15px;
		}
		
	div#tool_top {
		width: 750px;
		margin: 0 auto;
		padding: 0 0 15px 0; 
		font-size: 20px;
	}
		div#upload_image {
			margin-left: 25px;
			background: url('images/arrow_090.png') right center no-repeat;
			padding-right: 20px;
			cursor: pointer;
			float: left;
			color: #0000ff;
			text-decoration: underline;
		}
		div#tool_image {
			text-align: center;
		}
		div.tool_top_inner {
			float: left;
			padding: 0 15px;
		}
		div.tool_buttons {
			margin: 0 auto;
			width: 210px;
		}
		div#noses_container, div#message {
			background: url('images/grad.gif') repeat-x;
			border-top: 1px solid #ccc;
		}
			div#noses_container h2 {
				font-size: 24px;
				font-weight: bold;
				padding: 8px 0;
				margin-left: 8px;
			}
		div.nose_scroll {
			height: 300px;
			overflow: scroll;
		}
		
		a.noses_female_link:link, a.noses_female_link:visited,
		a.noses_male_link:link, a.noses_male_link:visited {
			display: block;
			text-indent: 15px;
			font-size: 12px;
			color: #000;
			width: 238px;
			margin-left: 8px;
			height: 34px;
			line-height: 34px;
			font-weight: bold;
			background: #fff url(images/plus_bg.gif) no-repeat;
		}
		div#noses_female, div#noses_male {
			width: 238px;		
			margin-left: 8px;
			background: url('images/expand_bg.gif') center top repeat-y;
		}
		div#female_btm, div#male_btm {
			width: 238px;			
			margin-left: 8px;
			height: 9px;
			font-size: 0;
			margin-bottom: 7px;
			background: url('images/expand_btm.gif') center top no-repeat;
		}
			div.next_prev_links {
				margin-left: 12px;
				margin-right: 12px;
				padding-top: 3px;
				border-top: 1px solid #ccc;
			}
			a.prev_link:link, a.prev_link:visited {
				display: block;
				font-size: 12px;
				color: #333;
				font-weight: bold;
				text-decoration: none;
				float: left;
			}
			a.next_link:link, a.next_link:visited {
				display: block;
				font-size: 12px;
				color: #333;
				font-weight: bold;
				text-decoration: none;
				float: right;
			}
			
			div.nose {
				cursor: pointer;
				height: 100px;
				display: block;
				float: left;
				-z-index: 999;
			}
			div.nose img {
				-z-index: 1000;
				width: 78px;
			}
		
	div#tool_content {
		float: left;
		width: 750px;
	}
		div#tool_image {
			width: 500px;
			float: left;
		}
		div#tool_noses {
			float: left;
		}
		
		/* ADJUSTMENT SLIDER */
		#sliders {
			display: block;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		#tool_noses label {
			display: block;
			float: left;
			width: 70px;
			font-size: 11px;
			padding: 8px 0 0 10px;
		}
		div#slider1, div#slider2
		{
			float: left;
			width: 161px;
			background: url('images/slider_resize_back.jpg') no-repeat;
			position: relative;
		}
		.ui-slider { position: relative; text-align: left; }
		.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; height: 1.2em; cursor: default; }
		.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }
		.ui-state-default, .ui-widget-content .ui-state-default { background: #333; }

	/* MESSAGE */
	div#message {
		padding: 12px;
		width: 224px;
	}
		span.saved {
			background: url('images/tick_shield.png') right center no-repeat;
			padding-right: 25px;
			font-size: 24px;
			font-weight: bold;
		}
		div#message label { 
			display: block;
			padding: 0;
			text-align: left;
			font-size: 11px;
			font-weight: bold;
			width: 100%;
			color: #555;
		}
		div#message input {
			line-height: 12px;
			font-size: 12px;
			padding: 5px;
			color: #333;
			background-color: #efefef;
			border-style: solid;
			border-width: 1px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-color: #555;
			float: left;
			width: 230px;
		}
			div#message input.highlight {
				background-color: #fdfd2d;
			}
			div#message a.submit_link:link, div#message a.submit_link:visited {
				font-size: 12px;
			}
		div#message input.submit {
			width: 30px;
			color: #fff;
			margin-left: 5px;
			height: 23px;
			background-color: #99CC33;
			border-style: solid;
			border-width: 1px;
			border-color: #CCFF66 #336600 #336600 #CCFF66;
		}
		div#message div.clear {
			height: 5px;
		}
		
	div#share_image_container {
		padding-top: 10px;
	}

	div.save_options p {
		color: #8a8a8a;
		font-size: 12px;
	}	
		div.save_form {
			margin: 10px 0;
		}
		
		a.yesnobtn:link, a.yesnobtn:visited {
			display: block;
			float: left;
			font-weight: bold;
			color: #000;
			margin-top: 5px;
			background: url('images/yesnobtn.gif') no-repeat;
			line-height: 34px;
			font-size: 12px;
			width: 51px;
			text-align: center;
		}
		
	/* RATING BAR */
	div#ratings_bar {
		width: 500px;
		text-align: left;
		margin: 5px auto;
		font-size: 12px;
	}
		div#prev a:link, div#next a:link {
			line-height: 30px;
			font-weight: bold;
		}
		div#prev {
			margin-top: 6px;
			float: left;
			padding-right: 20px;
		}
		div#rate_this,div#share {
			float: left;
			padding-right: 25px;
		}
		span#rating_stars {
			color: #99cc33;
			font-weight: bold;
		}
		div#embed {
			float: left;
		}
		div#next {
			margin-top: 6px;
			float: right;
		}

		/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
		div.rating{cursor:pointer;margin:2em;clear:both;display:block}
		div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
		div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
		div.cancel,div.cancel a{background:url('images/delete.gif') no-repeat 0 -16px}
		div.star,div.star a{background:url('images/star.gif') no-repeat 0 0px}
		div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px}
		div.star_on a{background-position:0 -16px!important}
		div.star_hover a,div.star_live a:hover{background-position:0 -32px}
		/* Read Only CSS */
		div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
		/* Partial Star CSS */
		div.star{background:transparent!important;overflow:hidden!important}
		/* END jQuery.Rating Plugin CSS */
		
	/* VIEW PAGE */
	h1.view_title {
		font-weight: bold;
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	div.description {
		width: 500px;
		margin: 0 auto 10px auto;
		padding: 10px 0;
		text-align: left;
		border-bottom: 1px dashed #cacaca;
	}
	.table_heading {
		padding: 5px 8px;
	}
	
	div#embed_bar_container {
		background: url('images/spread_love.gif') right 8px no-repeat;
		text-align: left;
		margin: 10px auto;
		width: 500px;
	}
	div#embed_bar {
		width: 300px;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
	}	
		div#embed_bar input {
			width: 100%;
			padding: 3px;
			line-height: 12px;
			font-size: 12px;
			color: #333;
			background-color: #FFFFCC;
			border-style: solid;
			border-width: 1px;
			border-color: #999 #DDD #DDD #999;
			font-weight: normal;
			margin-bottom: 5px;
		}
		a.submit_link:link, a.submit_link:visited {
			color: #fff;
			margin-left: 5px;
			margin-top: 3px;
			padding: 4px;
			line-height: 12px;
			text-decoration: none;
			background-color: #99CC33;
			border-style: solid;
			border-width: 1px;
			border-color: #CCFF66 #336600 #336600 #CCFF66;
		}
		
	/* COMMENTS */
	div#comments { 
		margin: 0 auto;
		margin-top: 20px;
		width: 500px;
		text-align: left;
	}
		div#comments h1 {
			font-size: 30px;
			padding: 10px 0;
			background: url('images/comments.gif') right center no-repeat;
			padding-right: 50px;
		}
		div#comment {
			padding: 20px;
		}
		div.comment {
			padding: 20px 20px 20px 100px;
			color: #333;
			font-size: 1.3em;
		}
		div.comment .heading {
			font-size: .8em;
			color: #1a7a93;
			font-weight: bold;
		}
		div.comment1 {
			background: #bff2ff url('images/comment1.gif') 20px 20px no-repeat;
			border-bottom: 1px dashed #fff;
		}
		div.comment2 {
			background: #d9f5ff url('images/comment2.gif') 20px 20px no-repeat;
			border-bottom: 1px dashed #fff;
		}
		div.comment1:last-child, div.comment2:last-child {
			border-bottom: none;
		}
		div.comment_add {
			padding: 20px;
			margin-bottom: 10px;
			background: #efefef;
			border-top: 2px solid #fff;				
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;
			-webkit-border-bottom-left-radius: 15px;
			-webkit-border-bottom-right-radius: 15px;
		}
		div.comment_add label {
			display: block;
			float: left;
			width: 120px;
		}
		div.comment_add input,  div.comment_add textarea {
			padding: 3px;
			float: left;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			width: 300px;
			font-size: 14px;
		}
		div.comment_add input.submit {
			padding: 8px;
			float: left;
			color: #fff;
			background: #000;
			text-align: center;
			width: 140px;
			font-size: 14px;
		}
		div.comment_add div.clear {
			height: 10px;
		}
		
	/* GALLERIES */
	div#gallery {
		text-align: center;
	}
		div.gallery_img {
			float: left;
			text-align: center;			
			width: 20%;
			font-size: 12px;
		}
		div.gallery_img img {
			margin: 0 auto;
			width: 100px;
		}
	div.pagination { 
		margin: 5px auto;
		text-align: center;
	}
		div.pagination a:link, div.pagination a:visited {
			padding: 3px 5px;
			background: #000;
			color: #fff;
			text-decoration: none;
		}
		div.pagination a:hover {
			background-color: #666;
		}

	/* WIDGETS */
	div#widget {
		padding: 10px;
	}
	
	/* Resizable Boobs
	----------------------------------*/
	.ui-resizable { position: relative; width: 78px;}
	.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
	.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
	.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
	.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
	.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
	.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
	.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
	.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
	.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
	.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
	
	/* states and images */
	.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
	.ui-icon { width: 19px; height: 19px; background-image: url(images/btm_arrow.png); }
	/* .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } */
	
	/* ABOUT */
	div.about {
		height: 500px;
		text-align: left;
	}
		div.about h1, div.advertise h1,  div.contact h1 {
			font-size: 48px;
			margin-bottom: 20px;
		}
		div.about p {
			width: 330px;
			margin: 10px 0;
		}
		
	/* CONTACT */
	div.contact {
		background: url('images/contact.gif') left bottom no-repeat;
		height: 500px;
	}
		div.contact_form {
			margin-top: -20px;
			margin-left: 340px;
		}
			div.contact_form label {
				display: block;
				font-weight: bold;
				margin: 10px 0 0 0;
				font-size: 12px;
			}
			div.contact_form input, div.contact_form textarea {
				border: 1px solid #ccc;
				font-size: 12px;
				padding: 4px;
			}
			
			div.contact_form input.submit {
				border: none;
				background: #000;
				padding: 5px 8px;
				font-size: 18px;
				color: #fff;
			}
	/* ADVERTISE */
	div.advertise {
		height: 500px;
	}	
	
	/* TOS */
	div.tos {
		height: auto;
	}
	div.tos h1 {
		font-size: 36px;
	}
		div.tos h2, div.tos h3 {
			font-weight: bold;
			color: #ff0000;
			margin-top: 10px;
		}
		div.tos ol, div.tos ul {
			margin: 10px 0;
			margin-left: 2em;
		}
	
	/* NETWORK */
	div.network {
		background: url('images/network.gif') bottom repeat-x;
		padding-bottom: 200px;
	}
		div.network p {
			font-size: 1.1em;
			line-height: 1.6em;
		}
		div.network a:link, div.network a:visited {
			font-weight: bold;
			font-size: 1.2em;
			letter-spacing: -1px;
		}
	/* FOOTER */
	div.footer {
		text-align: center;
		width: 800px;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 12px;
		color: #fff;
	}
	div.footer a:link, div.footer a:visited {
		color: #fff;
	}