/*#############################################################
Name: Urban Fusion Life
Date: 2007-06-29
Description: Welcome to Urban Fusion.
Author: Gos Creative
URL: http://www.goscreative.com
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #fff url(img/stripe.png);
	color: #0e1114;
	font: normal 12px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	padding-top: 15px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em;}
h2 {font: bold 1.4em;}
h3 {font: bold 1em;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF ;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #2a343e; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #495969;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/ufheader.png') no-repeat;
	height: 159px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 0px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 22px;
}

/* path */
.path {
	background: url(img/navbar.png);
	color: #FFF;
	font: normal 10px Verdana,sans-serif;
	font-weight: bold;
	padding: 4px 12px 4px 10px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 503px;
	font-size: 11px;
	line-height: 15px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	margin-left: 18px;
}
.content p {
font-family: "Lucida Sans Unicode", sans-serif;
}
.content a {
	color: #2a343e;
	text-decoration: none;
}
.content a:hover {
	color: #2a343e;
	text-decoration: underline;
}
/* navigation */
.navigation {
	float: left;
	width: 218px;
}
.navigation h2 {
	color: #2a343e;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	display:none;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
border-bottom: 1px solid #EAEADA;
}
.navigation li a {
	font: normal 10px Arial;
	font-weight: bold;
	color: #2a343e;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	text-transform: uppercase;
	width: 95%;
}
.navigation li a:hover {
	background: #0E1114;
	color:#fff;
}

/* footer */
.footer {
	background: #0E1114;
	color: #F7F7F2;
	font: normal 10px Arial;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

input {
 background-color: #fff;
 font: normal 1em Tahoma,sans-serif;
 color: #4b5763;
 line-height: 1.6em
}

textarea {
 background-color: #fff;
 color: #4b5763;
 font: normal 1em Tahoma,sans-serif;
 line-height: 1.6em
}

.form {
 background-color: #f8fbff;
 border: 3px solid #e5edf5;
}

.buttons {
 font: normal 1em Tahoma,sans-serif;;
 background-color: #f8fbff;
 border: 3px solid #e5edf5;
 color: #000;
}

/* Feedburner Styles */

.feedburnerFeedBlock ul {
   list-style-type: none;
   margin-left: 0;
   padding-left: 10px;
}

.feedburnerFeedBlock ul li span.headline {
}

.feedburnerFeedBlock #creditfooter {
   display: none;
}

.feedburnerFeedBlock span.headline a {
   color:#000;
   font-size:11px;
}