/*
Theme Name: Night Transition
Theme URI: http://web-kreation.com/download.php#nighttransition
Description:  A two column theme. Black, white and pink colors. Tabbed content for better browsing in the sidebar.
Version: 1.0
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: May 2008

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
HTML, BODY
{
	border: 0;
	margin: 0;
	padding: 0;
}
BODY
{
	font: 85%/0.9 arial, helvetica, sans-serif;
	background: url(images/bg_repeat.jpg) repeat 0 0;
	line-height: 130%;
	width: 100%;
	min-width: 970px;
}
/***** Common Formatting *****/
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
P
{
	margin: 10px 0;
	padding: 0;
	font-family: tahoma;
	font-size: 13px;
}
P.notfound
{
	padding: 15px 0 100px;
}
UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
BLOCKQUOTE
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	margin: 10px 20px;
	font-size: 1.2em;
	display: block;
}
BLOCKQUOTE SPAN.open
{
	background: url(images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}
BLOCKQUOTE SPAN.close
{
	background: url(images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}
CODE
{
	display: block;
	background: #F8F7F3;
	border-top: 2px solid #EEEEDF;
	border-bottom: 2px solid #EEEEDF;
	color: #666666;
	padding: 10px 15px;
	margin: 10px 15px;
	font-family: "Courier New", Courier, monospace;
}
SMALL
{
	font-size: 0.8em;
	font-family: tahoma;
}
IMG
{
	border: none;
}
SUP
{
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
SUB
{
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
ACRONYM, ABBR
{
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed #000000;
}
HR
{
	display: block;
	clear: both;
	border-top: 1px dotted #E7E1DE;
	border-bottom: 1px dotted #FFFFFF;
	margin: 5px 20px 0;
}
.red
{
	color: #FF3300;
}
.green
{
	color: #5EBA0A;
}
/***** Links *****/
A
{
	text-decoration: none;
	color: #0099CC;
}
A:hover
{
	text-decoration: none;
	color: #00CCFF;
}
A IMG
{
	border: none;
/*remove border for linked images*/
}
/***** Tables *****/
TABLE
{
	border: 0;
	margin: 0 0 18px;
	padding: 0;
}
TABLE TR TD
{
	padding: 2px;
}
/***** clear *****/
.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac*/
.clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac*/
.endOfSection
{
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/***** Global Classes *****/
.alignleft
{
	display: block;
	float: left;
}
.alignright
{
	display: block;
	float: right;
}
.aligncenter
{
	display: block;
	text-align: center;
	margin: 0 auto;
}
/*images border*/
IMG.alignleft, IMG.alignright, IMG.aligncenter
{
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}
IMG.alignleft
{
	float: left;
	margin: 0 10px 2px 0;
}
IMG.alignright
{
	float: right;
	margin: 0 0 2px 10px;
}
IMG.aligncenter
{
	margin: 5px auto;
}
IMG.noborder
{
	border: none;
	background: transparent;
	padding: 0;
}
/***** Main Layout ****/
#container
{
	width: 100%;
	height: 100%;
	text-align: center;
/*IE fix to center the page*/
	background: url(images/bg.jpg) repeat-x 0 0;
}
#wrapper
{
	width: 960px;
	background: url(images/bg_content.jpg) repeat-y top left;
	margin: 0 auto;
/*center the page in Firefox*/
	text-align: left;
}
/***** TOP PAGE *****/
#top
{
	height: 155px;
	padding: 0 25px;
	background: #F4F4EA url(images/bg.jpg) repeat-x 0 0;
}
#top .logo
{
	width: 360px;
	height: 25px;
	float: left;
	clear: left;
	margin-top: 45px;
	margin-left: 20px;
	background: url(images/logo.jpg) no-repeat;
}
#top .logo A
{
	display: block;
	width: 100%;
	height: 100%;
	color: #FF3399;
	font-size: 1.6em;
	padding-left: 72px;
	line-height: 25px;
}
#top .logo A:hover
{
	color: #FFFFFF;
}
/*Login*/
#top UL.login
{
	height: 36px;
	width: auto;
	float: right;
	clear: right;
	font-weight: bold;
	line-height: 36px;
	margin-right: 50px;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 40px;
}
#top UL.login LI.left
{
	background: url(images/login_l.jpg) no-repeat left 0;
	height: 36px;
	width: 40px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#top UL.login LI
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 36px;
	background: url(images/login_bg.jpg) repeat-x 0 0;
}
#top UL.login LI A
{
	color: #FFFFFF;
}
#top UL.login LI A:hover
{
	color: #0066CC;
}
/*Login
toggle effect - show/hide login*/
#login
{
	width: 100%;
	color: #FFFFFF;
	background: #1E1E1E;
	overflow: hidden;
	visibility: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}
#login .loginContent
{
	width: 550px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}
#login .loginContent .left
{
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}
#login .loginContent .right
{
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}
#login .loginContent A
{
	text-decoration: underline;
}
#login .loginContent INPUT
{
	border: 1px solid #666;
	background: #444;
	margin-right: 5px;
	color: #FFFFFF;
}
#login .loginContent INPUT.rememberme
{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
#login .loginContent FORM
{
	margin: 0 0 10px;
}
#login .loginContent INPUT.button_login
{
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
	width: 35px;
	height: 23px;
	cursor: pointer;
	border: none;
}
#login .loginClose
{
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}
#login .loginClose A
{
	display: block;
	width: 100%;
	height: 17px;
	color: #0099CC;
	text-decoration: underline;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
}
#login .loginClose A:hover
{
	background: url(images/button_close.jpg) no-repeat right -17px;
	color: #0099CC;
}
/*Main Navigation*/
#nav
{
	background: transparent url(images/nav_bg.jpg) repeat-x left top;
	display: block;
	padding: 0;
	margin: 0;
	height: 34px;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 100;
	position: relative;
}
#nav LI
{
	background: url(images/nav_sep.jpg) no-repeat 0 0;
	text-align: center;
	display: block;
	float: left;
	height: 34px;
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav LI A
{
	display: block;
	position: relative;
	float: left;
	height: 34px;
	padding: 0px 15px;
	line-height: 34px;
	color: #CCC;
	font-size: 12px;
	left: 2px;
	font-family: Tahoma;
}
#nav LI A:hover
{
	background: url(images/nav_over.jpg) repeat-x 0 0;
	color: #35CE4A;
	text-decoration: blink;
}
#nav LI A.active
{
	background: url(images/nav_over.jpg) repeat-x 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
#nav LI.sep
{
	background: url(images/nav_sep.jpg) no-repeat 0 0;
	width: 2px;
	height: 34px;
	display: block;
}
#nav LI.left
{
	background: url(images/nav_l.jpg) no-repeat left top;
	width: 36px;
	height: 34px;
}
#nav LI.right
{
	background: url(images/nav_r.jpg) no-repeat right top;
	width: 36px;
	height: 34px;
	float: right;
}
/***** HEADER *****/
#header
{
	background: url(images/header.jpg) no-repeat;
	width: 100%;
	height: 214px;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#header .intro
{
	width: 650px;
	height: 130px;
	padding: 50px 0 0 30px;
}
#header .intro H1
{
	font-size: 1.8em;
	padding: 5px 0 15px;
	font-weight: bold;
}
#header .intro H2
{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#header .intro P
{
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
/*Header info*/
#header .info
{
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 190px;
	color: #000000;
	width: 530px;
	font-size: 0.85em;
	color: #999;
}
/***** Search Box *****/
#header #searchform
{
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 180px;
	width: 205px;
}
#header #searchform .searchField
{
	display: block;
	float: left;
	border: none;
	background: transparent;
	width: 158px;
	color: #FFFFFF;
	height: 23px;
	padding-top: 1px;
}
#header #searchform .searchSubmit
{
	background: transparent url(images/searchButton.jpg);
	display: block;
	float: left;
	width: 39px;
	height: 26px;
	border: none;
	cursor: pointer;
}
/***** CONTENT *****/
#content
{
	display: block;
	float: left;
	clear: left;
	width: 630px;
	padding: 10px 15px 20px 20px;
}
#content H1
{
	margin: 20px 0;
}
#content H2
{
	height: 20px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 0 0;
	color: #232323;
}
#content H3
{
	font-size: 1.4em;
        text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	padding-bottom: 5px;
	padding-top: 30px;
	color: #232323;
	margin-bottom: 2px;
	padding-left: 0px;
}
#content H4
{
	font-size: 1.3em;
	font-weight: bold;
	color: #232323;
	margin-bottom: 15px;
}
/*post*/
#content .post
{
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	text-align: justify;
	width: 650px;
}
#content .post .title
{
	background: #F8F7F3;
	border: 1px solid #EEEEDF;
	display: block;
	clear: both;
	padding-right: 10px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top-style: solid;
	background-image: url("http://www.tiopike.com/wp-content/themes/night_transition/images/title-background.png");
	width: 627px;
	height: 58px;
	background-repeat: no-repeat;
	background-position-x: 1px;
}
#content .post .title H1
{
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0 0;
	margin: 0;
	color: #232323;
	padding-top: 9px;
}
#content .post .title H1 A
{
	color: #232323;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
	text-shadow: 0px 1px #8CACAB;
	padding-left: 17px;
}
#content .post .title H1 A:hover
{
	color: #0066CC;
}
#content .post .title SMALL, #content .post .title SPAN
{
	color: #232323;
	font-family: tahoma;
	padding-left: 17px;
}
#content .post .title SPAN
{
	font-size: 0.5em;
}
#content .post .title SMALL A, #content .post .title SPAN A
{
	color: #00923F;
}
#content .post .title SMALL A:hover, #content .post .title SPAN A:hover
{
	color: #000000;
}
/*Post Date*/
#content .post .title .date
{
	float: left;
	clear: left;
	width: 48px;
	height: 44px;
	margin: 4px 10px 4px 0;
	text-align: center;
}
#content .post .title .date .day
{
	display: block;
	clear: left;
	font-size: 1.4em;
	color: #5C5D5C;
	font-weight: bold;
	margin: 0;
	padding-left: 11px;
}
#content .post .title .date .month
{
	display: block;
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	margin: -3px 0;
	text-transform: uppercase;
	padding-left: 9px;
}
#content .post .title .date .year
{
	display: block;
	clear: left;
	font-size: 1.05em;
	color: #5C5D5C;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	padding-left: 9px;
}
/*Page*/
#content #page H1
{
	padding: 5px 10px;
}
/*Post Entry*/
#content .post .entry
{
	padding: 0 15px;
	margin: 0;
}
#content .post .entry P.more
{
	font-size: 0.8em;
}
#content .post .postmetadata
{
	font-size: 0.8em;
	color: #232323;
}
/*Writer Info*/
#content #writerInfo
{
	background: #F8F7F3;
	border: 1px solid #EEEEDF;
	padding: 20px 10px;
	display: block;
	margin: 25px 0 15px;
	padding: 12px;
	font-size: 0.9em;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
#content #writerInfo IMG
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	float: left;
	display: block;
	margin-right: 7px;
}
#content #writerInfo P
{
	margin: 0;
	width: 500px;
	padding: 0;
	float: right;
}
#content #writerInfo SPAN
{
	display: block;
	float: left;
	padding-top: 4px;
	margin-top: 12px;
	border-top: 1px solid #EEEEDF;
}
#content #writerInfo A.rss
{
	background: url(images/feed_small.jpg) no-repeat right 2px;
	padding-right: 18px;
}
/*Content - Global Classes*/
#content A
{
	text-decoration: none;
}
#content UL
{
	padding: 5px 0 5px 20px;
}
#content UL LI
{
	background: url(images/bullet.jpg) no-repeat 0 4px;
	padding-left: 20px;
	margin: 10px 0;
}
#content OL LI
{
	margin: 10px 0;
}
/*Back to top*/
#content A.backToTop
{
	background: url(images/content_backToTop.jpg) no-repeat right 0;
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-bottom: 4px;
	text-decoration: none;
}
#content A:hover.backToTop
{
	border: none;
	background: url(images/content_backToTop.jpg) no-repeat right -20px;
}
#content .navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 0.85em;
}
#content .navigation A
{
	color: #000000;
}
#content .navigation A:hover
{
	color: #0099CC;
}
/***** COMMENTS *****/
#content .commentlist
{
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
#content .commentlist LI
{
	font-weight: bold;
}
#content .commentlist .commentNumber
{
	float: right;
	padding-right: 25px;
	color: #D8D1BA;
	width: 20px;
	height: 20px;
	font: 2em "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
#content .commentlist LI .avatar
{
	float: left;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;
	margin-right: 7px;
}
#content .commentlist CITE, #content .commentlist CITE A
{
	font-weight: bolder;
	font-style: normal;
	font-size: 1em;
}
#content .commentlist CITE A
{
	text-decoration: none;
	color: #0099CC;
}
#content .commentlist CITE A:hover
{
	text-decoration: none;
}
.commentlist .commentText
{
	font-weight: normal;
	font-size: 0.9em;
	text-transform: none;
	background-color: #F8F7F3;
	padding: 10px 20px 10px 10px;
	margin: 15px 0 30px;
}
/*highlight author comment with a different background color*/
#content .commentlist .comment-admin
{
	background-color: #F0F0FF !important;
}
#content .commentmetadata
{
	font-weight: bold;
	color: #999999;
}
#content #commentform
{
	background: #DAFEB8;
	border: 1px solid #EEEEDF;
	padding: 20px 10px;
	display: block;
}
#content #commentform P
{
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}
#content .nocomments
{
	font-size: 1.2em;
	font-weight: bold;
}
/*extras
content typography*/
#content A.dwnld
{
	background: url(images/dwnld.jpg) no-repeat 0 0;
	display: block;
	clear: both;
	height: 48px;
	width: 216px;
	color: #FFFFFF;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-left: 70px;
	padding-top: 18px;
	margin: 20px 0;
	text-decoration: none;
}
#content A:hover.dwnld
{
	background: url(images/dwnld.jpg) no-repeat 0 -66px;
	text-decoration: none;
}
#content A.dwnld SPAN
{
	font-size: 0.7em;
}
P.note, P.error
{
	display: block;
	width: 560px;
	min-height: 35px;
	float: left;
	padding: 7px 10px 7px 40px;
	border-top: 1px solid #EBE8D7;
	border-bottom: 1px solid #EBE8D7;
	line-height: normal;
}
P.note
{
	background: #FFF9D7 url(images/info.jpg) no-repeat 5px 4px;
}
P.error
{
	background: #FF9D9D url(images/error.gif) no-repeat 5px 4px;
	border-top: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	min-height: 20px;
}
/***** SIDEBAR *****/
#sidebar
{
	background: url(images/sidebar_bg.jpg) no-repeat 0 0;
	display: block;
	float: left;
	width: 260px;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 0.8em;
}
#sidebar P
{
	margin: 10px 0;
	padding: 0;
}
#sidebar H2
{
	border-bottom-color: #CCCCCC;
	width: 260px;
	font-weight: 700;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.8em;
	border-bottom-style: dotted;
	color: #232323;
	border-bottom-width: 4px;
}
H2.rss
{
	background: url(images/rss.jpg) no-repeat 230px 0;
	height: 21px;
}
#sidebar UL LI UL LI
{
	width: 260px;
	margin-bottom: 2px;
}
#sidebar UL LI UL LI A
{
	display: block;
	background: #F8F7F3;
	border: 1px solid #EEEEDF;
	padding: 2px 5px;
	width: 250px;
	height: 100%;
}
#sidebar UL LI UL LI A:hover
{
	background: #FFFFFF;
}
#sidebar IMG
{
	padding: 3px !important;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
	float: left;
}
#sidebar IMG.feed
{
	display: block;
	padding: 0;
	background: transparent;
	border: none;
	margin-top: 25px;
}
#sidebar .ads
{
	display: block;
	clear: both;
	width: 264px;
	margin: 20px 0;
	padding: 0;
}
#sidebar .ads IMG
{
	display: block;
	width: 126px;
	height: 300px;
	padding: 0;
	border: none;
	background: transparent;
}
#sidebar .ads .ad-left
{
	float: left;
	margin: 0 0 10px;
}
#sidebar .ads .ad-right
{
	float: right;
	margin: 0 0 10px;
}
/*tabbed menu*/
#sidebar .shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left;
/*set to left, center, or right to align the menu as desired*/
}
#sidebar .shadetabs LI
{
	display: inline;
	margin: 0;
}
#sidebar .shadetabs LI A
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CDC6A9;
	color: #FF3399;
	background: #232323;
	display: inline !important;
}
#sidebar .shadetabs LI A:hover
{
	background: #393939;
	color: #FF3399;
}
#sidebar .shadetabs LI A.selected
{
/*selected main tab style*/
	position: relative;
	top: 1px;
}
#sidebar .shadetabs LI A.selected
{
/*selected main tab style*/
	background: url(images/shadetabs.jpg) repeat-x 0 0;
	border-bottom: none;
}
#sidebar .shadetabs LI A.selected:hover
{
/*selected main tab style*/
	text-decoration: none;
	background: url(images/shadetabs.jpg) repeat-x 0 0;
}
#sidebar .content
{
	border: 1px solid #CDC6A9;
	padding: 15px 0;
	width: 260px;
}
#sidebar .content UL
{
	padding: 0 10px;
}
#sidebar .content UL LI
{
	border-bottom: 1px solid #EEE;
	margin: 0;
	padding: 3px 7px;
	display: block;
	width: 230px;
}
#sidebar .content UL LI A
{
	display: inline !important;
	background: transparent !important;
	border: none !important;
	padding: 0;
	width: 230px;
}
#sidebar .tabcontent
{
	display: none;
	/*[ph]0*/
}
@media print
{
	#sidebar .tabcontent
	{
		/*[id]0*/display: block !important;
	}
}
/*Begin Calendar*/
#wp-calendar
{
	empty-cells: show;
	margin: 10px 0 20px;
	padding: 10px;
	width: 260px;
	background: #F8F7F3;
	border: 1px solid #EEEEDF;
	float: left;
}
#wp-calendar #next A
{
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev A
{
	padding-left: 10px;
	text-align: left;
}
#wp-calendar A
{
	display: block;
}
#wp-calendar CAPTION
{
	text-align: center;
	font-weight: bold;
}
#wp-calendar TD
{
	padding: 3px 0;
	text-align: center;
}
#wp-calendar TD.pad:hover
{
/*Doesn't work in IE*/
	background-color: #FFF;
}
/*End Calendar
**** FOOTER *****/
#footer
{
	background: #F4F4EA url(images/footer_bg.jpg) repeat-x 0 0;
	clear: both;
	width: 960px;
	height: 150px;
	color: #999;
	font-size: 0.9em;
}
#footer A
{
	color: #999;
	border-bottom: 1px dotted #555;
}
#footer A:hover
{
	color: #BBB;
	border-bottom: none;
}
#footer .foot_l
{
	background: url(images/footer_l.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	float: left;
}
#footer .foot_l A
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}
#footer .foot_r
{
	background: url(images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}
#footer .foot_content
{
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 10px 0 0;
	text-align: center;
}
#footer .foot_content P
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#footer .foot_content .logo
{
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;
}
#footer .foot_content .logo A
{
	background: url(images/footer_logo.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
}
#footer .foot_content .logo A:hover
{
	background: url(images/footer_logo.jpg) no-repeat 0 -38px;
	display: block;
}
#footer .foot_info
{
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	line-height: normal;
}
/*Back to top*/
#footer .backToTop
{
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}
#footer .backToTop A
{
	background: url(images/footer_backToTop.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
#footer .backToTop A:hover
{
	background: url(images/footer_backToTop.jpg) no-repeat 0 -74px;
	border: none;
}
#footer UL LI
{
	display: inline;
}

