/* COLORS
	Body Background:		#000000
	Main Text:				#ffffff
	Gray tex:				#838383
	Gray Border:			#262626
	Delicate Gray border:	#1a1a1a
*/

/* =Global styles
	------------------------------------------------------ */

html{
	height:100%;
}

body{
	background:#000 url('../images/loader.gif') 98% 1.5% no-repeat;
	color:#fff;
	height: 100%; 
	
}

a{
	outline: none;
}

.clear{
	clear: both;
}

body.loaded{
	background:#000;
}

div.background{
	position: fixed;
	left:0;
	top:0;
	z-index:1;
	text-align: right;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

div.background img{
	display: none;
	width:100%;
}

a:link,a:visited{
	color:#fff;
	text-decoration: none;
}

a:hover,a:active{
	color:#eee;
}

/* =Header
	------------------------------------------------------ */

#wrapper{
	width:960px;
	margin:0 auto;
	position: relative;
	z-index:2;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header{
	position: relative;
	padding:30px 0;
}

#header h1, #header h1 a{
	display: block;
	width:320px;
	height:95px;
	text-decoration: none;
	color:#fff;
	outline:none;
}

#header h1 a{
	text-indent: -9999px;
	background:url('../images/logo.png') 0 -90px no-repeat;	
}

#header h1 a:hover{
	background:url('../images/logo.png') 0 -4px no-repeat;
}

	/* =Header -> menus
		------------------------------------------------------ */

	#header ul#mainnav{
		position: absolute;
		right:-10px;
		top:70px;
		list-style: none;
		margin:0;
		padding:0;
		font-size: 1.2em;
	}

	#header ul#mainnav li{
		float:left;
	}

	#header ul#mainnav li a{
		float:left;
		padding:3px 15px;
		text-transform: uppercase;
	}
	
	#header ul#mainnav li a:hover{
		color:#efd5c2;
	}

	#header ul#languages{
		position: absolute;
		right:0;
		top:10px;
		font-size:10px;
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#header ul#languages li{
		display: inline;
	}

	#header ul#languages a{
		padding:5px;
		color:#999;
	}
	
	#header ul#languages a:hover{
		color:#fff;
	}
	
	#header ul#languages li.active a{
		color:#ccc;
	}

/* =Footer
	------------------------------------------------------ */

#footer {
	position: relative;
	width: 960px;
	margin: -60px auto 0 auto;
	z-index: 2;
	font-size: 0.95em;
	height: 40px;
	line-height: 80%;
	text-transform: uppercase;
}

	#footer .contacts {
		float: left;
		width: 40%;
		font-size: 1.4em;
	}
	
		#footer .contacts span {
			margin-right: 15px;
		}
	
	#footer .menu,
	#footer .menu li {
		margin: 0;
		padding: 0;
		padding: none;
		list-style: none;
		text-align: right;
	}
	
		#footer .menu {
			float: right;
			width: 55%;
			line-height: 120%;
		}
	
		#footer .menu li {
			display: inline;
			margin-left: 15px;
		}
	
#copyright {
	font-size: 0.8em;
	color: #ccc;
	clear: both;
}

#contact-sitemap{
	height: 24px;
}

	#copyright a {
		color: #ccc;
	}

	#copyright p {
		float: left;
		width: 50%;
		margin: 0;
	}

	#copyright .webdesigner {
		float: right;
		width: 40%;
		text-align: right;	
	}

/* =Content
	------------------------------------------------------ */

#content{
	padding-bottom:150px;
}

a.welcome {
	display: block;
	text-align: center;
	padding: 50px 0;
	height: 50px;
	width: 600px;
	text-transform: uppercase;
	-moz-text-shadow: 1px 1px 1px #000;
	background: transparent url('../images/ornament.png') center bottom no-repeat;
	color: #ccc;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 50%;
	margin-left: -300px;
}

a.welcome:hover{
	color:#fff;
}

a.welcome strong{
	display: block;
	font-size:20px;
	font-weight: normal;
}

h2, h3, h4, h5, h6 { color: #fff; }

#content h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-weight: normal;
}

	#content h2 small {
		font-size: 14px;
		color: #999;
	}


	
	/* =Content > overview gallery
		------------------------------------------------------ */

	ul.models-overview{
		margin:0;
		padding:0;
		list-style:none;
		height:100%;
		overflow:hidden;
	}

	ul.models-overview li{
		float:left;
		margin:1px 18px 18px 0;
	}

	ul.models-overview li.no-border{
		margin-right:0;
	}
	
	ul.models-overview li a{
		display: block;
		background:rgba(34,34,34, 0.4);
		padding:6px 6px 10px 6px;
		outline:none;
		position: relative;
		overflow: visible;
	}
	
	ul.models-overview li .new-profile{
		position: absolute;
		top: -1px;
		right: -1px;
		width: 86px;
		height: 73px;
		background-image: url(../images/new-ribbon.png);
		background-repeat: no-repeat;
	}
	
	ul.models-overview li img{
		display: block;
		margin:0 0 10px 0;
		opacity:0.85;
		filter: alpha(opacity=85)
	}
	
	ul.models-overview li a:hover{
		background:rgba(34,34,34, 0.6);
	}
	
	ul.models-overview li a:hover img{
		opacity:1;
		filter: alpha(opacity=100)		
	}

	ul.models-overview li h3{
		display: block;
		text-transform: uppercase;
		padding:5px 10px;
		margin:0;
		color:#fff;
		font-size:12px;
	}

	ul.models-overview li p{
		padding:0 10px;
		margin:0;
	}
	
	div.pagination-box{
		text-align: center;
		margin-top: 45px;
	}
	
	ul.pagination{
		font-size: 1.2em;
		margin: 10px 0;
		line-height: 25px;
		padding:0;
		list-style: none;
	}
	
	ul.pagination li{
		display: inline;
		margin-right: 10px;
	}
	
	ul.pagination li a{
		padding: 4px 9px;
		border: 1px solid #555;
		background: rgba(255,255,255, 0.2);
		color: #999;
	}
	
	ul.pagination li a:hover{
		background: rgba(255,255,255, 0.1);
		color: #fff;
	}
	
	ul.pagination li strong{
		padding: 4px 9px;
		font-weight: normal;
		border: 1px solid #fff;
		background: rgba(255,255,255, 0.9);
		color: #000;
	}
		
	
	/* =Content > details section
		------------------------------------------------------ */
	
	div.page-heading{
		position: relative;
		padding:0 0 20px 0;
	}
	
	div.page-heading span.phone{
		font-size: 18px;
		text-align: right;
		position: absolute;
		right:0;
		top:0;
	}
	
	div.page-heading h2{
		margin:0;
	}

	div.page-heading span.tags{
		font-size:12px;
		color:#f3f3f3;
	}
	
	div.page-heading span.tags a{
		color:#cdcdcd;
	}	
	
	div.page-heading span.tags a:hover{
		color:white;
	}
	
	/* =Content -> gallery
		------------------------------------------------------ */
	
	div.gallery{
		padding:10px 0;
		position: relative;
		margin-bottom: 20px;
	}
	

	div.gallery a.nav{
		text-indent: -9999px;
		outline:none;
		position: absolute;		
		top:130px;
		display: block;
		width:33px;
		height:39px;
		opacity:0.8;
		filter: alpha(opacity=80)		
	}
	
	div.gallery a.nav:hover{
		opacity:1;
		filter: alpha(opacity=100)		
	}

	
	div.gallery a.prev{
		left:-33px;
		background:url('../images/gallery_left_2.png') 0 0 no-repeat;
	}

	div.gallery a.next{
		right:-33px;
		background:url('../images/gallery_right_2.png') 0 0 no-repeat;
	}
	
	
	
	div.gallery ul{
		margin:0;
		padding:0;
		list-style:none;
		height:100%;
		overflow:hidden;
	}

	div.gallery ul li{
		float:left;
		margin:0 10px 15px 0px;
		position: relative;
	}
	
	div.gallery ul li a{
		display: block;
		padding:6px 6px 6px 6px;
		background: rgba(34,34,34, 0.4);
		outline: none;
	}

	div.gallery ul li img{
		display: block;
		margin:0 0 0px 0;
		opacity:0.85;
		filter: alpha(opacity=85)		
	}
	
	div.gallery ul li a:hover{
		background: rgba(34,34,34, 0.4);
	}
	
	div.gallery ul li a:hover img{
		opacity:1;
		filter: alpha(opacity=100)		
	}
	
	div.gallery ul li span.zoom{
		display: block;
		width:30px;
		height:30px;
		position: absolute;
		left:6px;
		bottom:6px;
		background:url('../images/zoom.png') 0 0 no-repeat;
		display: none;
	}
	
	div.gallery ul li a:hover span.zoom{
	  display: block;
	}
	
	/* =Content -> details table
		------------------------------------------------------ */
	
	div.contents{
		overflow:hidden;
		height:100%;
		color:#bbb;
	}
	
	ul.tabs{
		margin:0px;
		padding:0;
		height:30px;
		border-bottom:2px solid #262423;
		overflow:hidden;
		list-style:none;
	}
	
	ul.tabs li{
		float:left;
	}
	
	ul.tabs li a{
		float:left;
		padding:7px 20px;
		height:20px;
		margin:0 2px 0 0 ;
		background:url('../images/tab.png') 0 0 repeat-x;
		font-size: 15px;
		line-height: 15px;
		display: block;
	}
	
	ul.tabs li a:hover{
		background:#262423;
		color:#fff;
	}
	
	ul.tabs li.selected a,ul.tabs li.active a{
		background:#262423;
	}
	
	div.tab-content{
		margin:0px;
		padding:10px;
		background:rgba(34,34,34, 0.9);
		overflow: hidden;
	}
	
	div#tabs-2, div#tabs-1{
		padding: 15px;
	}
	
	div#tabs-2{
		font-style: italic;
		font-size: 1.2em;
		font-family: Georgia;
	}
	
	table.details{
		width:440px;
		float:left;
	}

	table.descriptions{
		width:440px;
		float:right;
	}
	
	table.details th,table.descriptions th{
		font-size:10px;
		text-transform: uppercase;
		color:#838383;
		padding:10px 0;
		border-bottom:1px solid rgba(255,255,255, 0.3);
		font-weight: normal;
		width:40%;
		font-weight: bold;
	}
	
	table.details td,table.descriptions td{
		font-size:12px;
		color:#fff;
		padding:10px 0;				
		border-bottom:1px solid rgba(255,255,255, 0.3);
	}
	
	div.navigator{
		margin:20px 0;
		position: relative;
	}

	div.navigator a{
		padding:3px 8px;
		font-size:11px;
		font-weight: bold;
		color: #ddd;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #666;
	}
	
	div.navigator a:hover{
		border-color: white;
		color: white;
	}
	
	div.navigator a.prev{
		position: absolute;
		left:0;
		top:0;
		padding-left:25px;
		background:url('../images/navigator_left.png') 0 0 no-repeat;
		background-color: #111;
		
		
	}
	
	div.navigator a.next{
		position: absolute;
		right:0;
		top:0;
		padding-right:25px;
		background:url('../images/navigator_right.png') 100% 0 no-repeat;		
		background-color: #111;
		
	}

	/* =Content -> Rate
		------------------------------------------------------ */
	
	table.rates{
		color: #aaa;
	}		
	
	table.rates thead th{
		color: #eee;
		background-color: transparent;
	}
	
	
	table.rates thead th{
		margin-bottom: 8px;
		padding-bottom: 8px;
		padding-top: 8px;
		background-color: black;
		border-bottom: 1px solid #666;
	}
	
	table.rates tbody tr td{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	table.rates tbody tr.odd{
		background-color: rgba(255,255,255, 0.1);
	}
	
	
	#rates-comment{
		color: #eee;
	}
	
	#rate-comment strong{
		color: #fff;
	}
	
	/* =Content -> list view
		------------------------------------------------------ */
	
	div.contents ul.rates{
		margin:10px 0;
		padding:0;
		list-style:none;
	}
	
	div.contents ul.rates li{
		padding:7px 0;
		border-bottom:1px solid #0e0e0d;
		font-size:11px;
		position: relative;
	}
	
	div.contents ul.rates li:hover{
		color:#989898
	}
	
	div.contents ul li span.price{
		position: absolute;
		right:0;
		font-size:13px;
		color:#fff;
	}

/* Misc */
#slider {
	height: 295px;
	overflow: hidden;
}

#carousel {
	position: relative;
	width: 1000%;
	height: 295px; 
	margin: 0 auto;
	overflow: hidden;
}

.sexy_notice {
	padding: 20px;
	color: #333;
	font-size: 12px;
}


/* =Forms styles
	------------------------------------------------------ */

.form-left{
	width: 50%;
	float: left;
}

#booking_form fieldset{
	padding: 1.4em 0em 1.4em 1.4em;
}

.form-right{
	width: 45%;
	float: left;
	margin-left: 20px;
}

.form label{
	display: block;
	color:  #ddd;
	font-size: 14px;
	cursor: pointer;
}

.form label.checkbox-label{
	float: left;
}

.form input[type=text] {
	width: 370px;
	padding: 5px;
	font-size: 13px;
	height: 20px;
	border: none;
	background: #fff url(../images/form_input.png) 0 0 no-repeat;
	float: left;
}

.form textarea{
	width: 370px;
	padding: 5px;
	font-size: 13px;
	border: none;
	background: #fff url(../images/form_input.png) 0 0 no-repeat;
	float: left;
	font-family: Helvetica;
}

.form select{
	width: 380px;
	padding: 5px;
	font-size: 13px;
	float: left;
}

.form .field-block{
	margin-bottom: 15px;
}


#content form fieldset h3 {
	color:#FFFFFF;
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom: 35px;
}

fieldset .form a.info {
	float: left;
	background: url(../images/form_help.png) 0 0 no-repeat;
	margin: 10px 0 0 10px;
	float: left;
	text-indent: -9999px;
	outline: none;
	width: 20px;
	height: 20px;
	color: #000;
	cursor: help;
}

fieldset a.checkbox-info{
	margin: 0px 0px 0px 15px !important;
}

.form .required{
	color: #df3a00;
	font-weight: bolder;
	font-family: Tahoma;
}

.checkbox-item-block{
	font-size: 13px;
}

fieldset .form label.error{
	display: block;
	border: none;
	background: #df3a00;
	padding:5px;
	color: white;
	width: 370px;
	clear: left;
	float: left;
	font-weight: normal;
	
}

#content form div.actions {
	padding: 0px 20px 20px 20px;
}

.form h3#photo-header{
	margin-top: 40px;
	margin-bottom: 20px;
}

#ui-datepicker-div{
	z-index: 1000 !important;
}

.photo_thumb{
	border: 1px solid #999;
	width: 120px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #222;
}

.photo_thumb img{
	width: 120px;
}

.photo_label{
	text-align: center;
	cursor: default !important;
}

.ajax_loader{
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 160px;
}

#content form{ 
	background: #222;
	background: rgba(34,34,34,0.65);
	margin: 1.5em 0;
	border: 1px solid #2a2a2a;
}

#content form#booking_form{
	margin: 0px
}

#content form fieldset {
	border: none;

}

#content form fieldset {
	border-bottom: 1px solid #2a2a2a;
}

#content form fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content form fieldset ul li {
	padding: 10px 0;
	margin: 0;
	clear: both;
	position: relative;	
}

#content form fieldset ul li label {
	width: 265px;
	float: left;
	padding: 10px 0 0px 0px;
	font-size: 12px;
	color: #939393;
}

#content form fieldset ul li label.error{
	display: block;
	border: none;
	background: none;
	padding:0 0 0 265px;
	color: #d00;
}

#content form fieldset ul li .checkboxgroup {
	float: left;
	padding: 8px 20px 0 0;
	position: relative;
	left: -5px;
}

#content form fieldset ul li .checkboxgroup label {
	display: block;
	float: none;
	font-size: 11px;
	padding: 5px 0;
	width: auto;
}

#content form fieldset ul li .checkboxgroup input {
	position: relative;
	top: -1px;
}

.form ul.checkboxgroup li input.error{
	margin-bottom: 0px !important;
}

#content form fieldset ul li label .required {
	font-weight: 900;
	font-size: 15px;
	color: #fff;
}

#content form fieldset ul li input[type=text] {
	width: 400px;
	padding: 5px;
	font-size: 13px;
	height: 20px;
	border: none;
	background: #fff url(../images/form_input.png) 0 0 no-repeat;
	float: left;
}

#content form fieldset ul li textarea{
	width: 400px;
	padding: 5px;
	height: 200px;
	font-size: 13px;
	border: none;
	background: #fff url(../images/form_input.png) 0 0 no-repeat;
	float: left;
}

#content form fieldset ul li select {
	padding: 5px;
	font-size: 13px;
	height: 28px;
	width: 410px;
	border: none;
	background: #fff url(../images/form_input.png) 0 0 no-repeat;
	float: left;
}


#content form fieldset ul li a.info {
	display: block;
	background: url(../images/form_help.png) 0 0 no-repeat;
	margin: 10px 0 0 5px;
	float: left;
	text-indent: -999px;
	outline: none;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 675px;
	top:10px;
	color: #000;
}

#content form fieldset ul li .checkboxgroup a.info{
	right: -50px;
	top: 0px;
	left: auto;
	color: #000;
}



#content form div.actions input[type=submit] {
	padding: 10px 20px;
	color: #eee;
	background: #444;
	border: 2px solid #999;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
}

#content form div.actions input[type=submit]:hover {
	color: white;
	background: #444;
	border: 2px solid #eee;
}

#content form div.upload-button {
	padding: 5px 10px;
	color: #eee;
	background: #333;
	border: 2px solid #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer !important;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	z-index: 1000;
	position: relative;
}

#content form div.upload-button:hover,
#content form div.upload-button.hover{
	color: white;
	border: 2px solid #eee;
	cursor: pointer !important;
}

#content form a.upload-button:hover, #content form a.remove-button:hover {
	border-color: white;
	color: white;
}

#content form a.remove-button {
	padding: 5px 10px;
	color: #eee;
	background: #333;
	border: 2px solid #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

table.ui-datepicker-calendar thead th{
	background-color: transparent;
}

.form .photo-box{
	width: 120px;
	float: left;
	margin-left: 15px;
}

.form .photo-box#photo_1{
	margin-left: 0px;
}



.success h2{
	color: #56721c !important;
}

.notice h2{
	color: #bd3400 !important;
}

.error h2{
	color: #b22222 !important;
}

ul.checkboxgroup{
	float: left;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

ul.checkboxgroup li{
	float: left;
	clear: none !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
}

ul.checkboxgroup li input{
	float: left;
	top: 0px;
}

ul.checkboxgroup li label{
	line-height: 20px;
	padding: 0px !important;
	margin-left: 10px;
	color: white !important;
	width: 160px !important;
	font-weight: normal;
}

ul#travelling-checkbox li label{
	width: 200px !important;
}

.calendar_icon{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/calendar_icon.png);
	background-repeat: no-repeat;
	display: block;
	margin: 12px 0px 0px -24px;
}

/* =tooltips
	------------------------------------------------------ */

#tooltip {
	width: 200px;
	margin-top: -30px;
}

#tooltip h3 {
	font-size: 12px;
	font-family: inherit;
	font-weight: 900;
}

#tooltip .body {
	color: #777;
}

#tooltip .url {
	display: none;
}

/* =Static Section
		------------------------------------------------------ */

.static {
	font-size: 1.1em !important;
	margin-top: 1.5em;
}

.static p{
	text-align: left;
}

.static p,
.static ul,
.static li {
	color: #ccc;
}

.static-left{
	float: left;
	width: 47%;	
}

.static-right{
	float: left;
	width: 48%;
	margin-left: 5%;
}

.static ul{
	padding-left: 1em;
	
}

.static h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3em;
}

.static blockquote{
	margin: 0px 0px 1.5em 0px;
	padding: 1em 1em 0.1em 4.5em;
	background-color: rgba(255,255,255,0.05);
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	
}

.static blockquote p{
	margin-bottom: 1em;
}

.static strong{
	color: white;
}

.transparent-box{
	background:rgba(34, 34, 34, 0.65) none repeat scroll 0 0;
	border:1px solid #2A2A2A;
}

.transparent-box .static{
	padding: 20px;
	margin-top: 0px;
}

div.signature,
div.signature-left{
	text-indent: -9999px;
	float: right;
	width: 180px;
	height: 44px;
	background-image: url(../images/sign.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

div.signature-left{
	float: left;
	margin-top: 0px;
}
		
table.contacts {
	width: 100%;
	margin: 1.5em auto;
}

	table.contacts td {
		width: 50%;
		vertical-align: top;
		padding-bottom: 15px;
	}
	
	table.contacts td.left {
		padding-right: 15px;
	}
	
	table.contacts td.right {
		padding-left: 15px;
	}
	
	table.contacts h3 {
		margin: 0;
	}

h3.time-header{
	padding-left: 45px;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
}

h3.telephone-header{
	padding-left: 45px;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/phone_1.png);
	background-repeat: no-repeat;
}

h3.email-header{
	padding-left: 45px;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
}

h3.sms-header{
	padding-left: 45px;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/spechbubble_sq_line.png);
	background-repeat: no-repeat;
}

/* =Tag Section
		------------------------------------------------------ */
		
.tag-cloud{
	text-align: center;
	margin: 2.45em 0 1.45em 0;
	padding: 1.45em 0 1.45em 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tag-cloud a{
	padding: 12px;
	display: inline-block;
	line-height: 100%;
}

.tag-cloud a:hover{
	color: white;
}
		
/* =Full BG
	------------------------------------------------------ */
    
html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
    padding: 0px;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}
#tag_cloud a:hover{
	color: white !important;
}
#tag_cloud a.level1	{ font-size: 1em; color: #777; }	
#tag_cloud a.level2	{ font-size: 1.3em; color: #888; }	
#tag_cloud a.level3	{ font-size: 1.6em;	color: #999; }	
#tag_cloud a.level4	{ font-size: 1.9em;	color: #aaa; }	
#tag_cloud a.level5	{ font-size: 2.2em;	color: #bbb; }	
#tag_cloud a.level6	{ font-size: 2.5em;	color: #ccc; }	
#tag_cloud a.level7	{ font-size: 2.8em;	color: #ddd; }	
#tag_cloud a.level8	{ font-size: 3.1em; color: #eee; }

p.red {
	color: red;
}
