/*
Theme Name: Platform 9 3/4
Theme URI: http://platform934.com
Description: v1 9 3/4 WP BLog Theme
Version: 1.0
Author: Joel Serino Dan Harper
Author URI: http://www.behance.net/thinq4yourself
Tags: grey, blue, typeface, red, black, fixed width, two columns, widgets
*/

/*------------ General Styling ------------*/
.hidden { display: none !important; }
.clear { clear: both; }
.clearfix {display:block;}

.alignleft { float: left; margin: 15px 15px 15px 0; }
.alignright { float: right; margin: 15px 0 15px 15px; }
.aligncenter { margin: 0.8em auto; }
.wp-caption p { color: #333; font-family: Georgia, Times, "Times New Roman", serif; font-size: 1em; font-style: italic; }

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

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	color: #b1185c;
	text-decoration: none;
}

a.button, a.button-small, a.button-mini, .navigation a, .comms-navigation a, a.comment-reply-link, .cancel-comment-reply a, input[type="submit"], p.post-tags a {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0.85em;
	padding: 5px 8px;
	cursor: pointer;
}

a.button:hover, a.button-small:hover, a.button-mini:hover, .navigation a:hover, .comms-navigation a:hover, a.comment-reply-link:hover, .cancel-comment-reply a:hover input[type="submit"]:hover, p.post-tags a:hover {
	background-color: #BB3E3E;
	border: 1px solid #980f4c;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.button-small {
	font-size: 0.75em;
	padding: 3px 6px;
}

a.button-mini, a.comment-reply-link, .cancel-comment-reply a, p.post-tags a {
	font-size: 0.75em;
	padding: 1px 4px;
}

blockquote {
	background-color: #f9f9f9;
	color: #666;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	padding: 5px 10px;
}

/* use with alignleft or alignright to stick to a side! */
blockquote.side {
	display: block;
	width: 250px;
}

blockquote p:last-child {
	margin: 0;
}

p, #main li, code, pre {
	font-size: 1.1em;
	line-height: 1.4em;
}

#main ul.special li {
	background: url("images/bullet.png") no-repeat left center;
	list-style: none;
	padding-left: 17px;
}

code, pre {
	background-color: #f9f9f9;
	font-size: 1.2em;
	padding: 0 3px;
}

h1, h2, h3 {
	color: #272727;
	font-family: Aller, Myriad Pro, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0.6em 0;
}

h4, h5, h6 {
	color: #272727;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 { font-size: 2.56em; letter-spacing: -1px; line-height: 1.2em; margin-bottom: 0; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { color: #444; font-size: 1.1em; }
h6 { color: #444; font-size: 1em; }

/* Layout */
body {
	background: #fff url("images/bg.png") repeat-x top left;
	color: #373737;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
body.home {
	background: #fff url("images/home-front-bg.gif") repeat-x top left;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	position: relative;
}

#head {
	clear: both;
	overflow: hidden;
	position: relative;
}



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

#head h1 {
	background: url("images/logo.png") no-repeat;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -9999em;
	display: block;
	position: relative;
	z-index: 1;
	
}

#head h1 a {
	display: block;
	height: 62px;
	width: 500px;
}

#head h1 a:focus {
	outline: none;
}

#searchform {
	float: right;
	margin: 35px 20px 10px 0;
}

#searchform input[type="text"] {
	background-color: #151515;
	border: 1px solid #333;
	border-right: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	color: #999;
	float: left;
	font-size: 17px;
	font-style: italic;
	font-family: Georgia;
	height: 20px;
	margin-right: 0;
	padding: 7px;
	width: 150px;
}

#searchform input[type="submit"] {
	/*background: #151515 url("images/star-s.png") no-repeat 27px 2px;*/
	background-color: #151515;
	border: 1px solid #333;
	border-left: none;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	color: #999;
	cursor: pointer;
	float: left;
	font-size: 19px;
	font-weight: normal;
	height: 36px;
	padding: 6px 7px;
	text-transform: lowercase;
}

#head img {
	float: right;
	height: 37px;
	margin: 1px 0 0 10px;
	overflow: hidden;
	width: 37px;
}

#quote-me {
	display: block;
	position: absolute;
	left: 25px;
	top: 66px;
	background: transparent url("images/quote-me.png") no-repeat top left;
	width: 400px;
	height: 100px;
}


/*------------ Navigation ------------*/

#nav {
	clear: both;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top:13px;
	font-family: Aller, Myriad Pro, Helvetica, Arial, sans-serif;
}

#nav li {
	display: inline;
	font-size: .9em;
	font-weight: normal;
	margin-right: 4px;
	text-transform: uppercase;
	
}

#nav li ul li { font-size: 0.9em; }
#nav li ul li ul li { font-size: 1em; }

#nav li a {
	background: transparent;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 71px;
	height:36px;
}

#nav li ul {
	margin-top: -15px;
}

#nav li ul li ul {
	margin-left: 20px;
	margin-top: 0;
}

#nav li ul li {
	display: block;
}

#nav li ul li a {
	/* Top & Bottom radius */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

#nav li a:hover {
	color: #eee;
	background: transparent url("images/nav-button.png") no-repeat top center;
}

#nav li a:active, #nav li a:focus {
	color: #eee;
	outline: none;
}

#nav li.selected a:link, #nav li.selected a:visited, #nav li.current-cat a:link, #nav li.current-cat a:visited, #nav li.current-cat-parent a:link, #nav li.current-cat-parent a:visited {
	/*background: url("images/nav-selected.png") repeat bottom right; I quite liked this, turns out the reviewer didn't */
	background: transparent url("images/nav-button.png") no-repeat top center;
	color: #eee;
}

#nav .super {
	font-size:11px;
	vertical-align:top;
	font-style: italic;
}


/*------------ Main Content ------------*/

#content-wrap {width: 980px;position: relative;;z-index: 0;}
#content-top {
	/*background: url("images/maintop.png") no-repeat;*/
	display: block;
	height:107px;	
}
#home-top {
	background: url("images/home-front.gif") no-repeat top left;
	display: block;
	height:400px;
	margin-top: 108px;
}


#content-bot {
	/*background: url("images/mainbot.png") no-repeat;*/
	display: block;
	height: 17px;
	
}

#content {
	/*background: #eedfb9 url("images/mainbg.gif") repeat-y;*/
	overflow: hidden;
}

/* home mast banner */
#mast {
	
	height: 673px;
	position: relative;
	width: 100%;
}


#breadcrumb{
	height: 30px;
	vertical-align: middle;
	font-size: .8em;
}

#breadcrumb p {
	padding: 0;
}
#breadcrumb a {
	border-bottom: 1px dotted #999;
}
#breadcrumb a:hover {
	color: #414141;
	text-decoration: none;
}

#main {
	/* background-color: #fff;
	border: 1px solid #b7a880;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	float: left;
	margin: 0 9px 0 19px;
	padding: 20px;
	width: 670px;
}

#main-home {
	float: left;
	margin: 0 9px 0 19px;
	width: 670px;
}

.section-home h2 {
	clear:both;
	display:block;
	font-family:Aller,Myriad Pro,Helvetica,Arial,sans-serif;
	height:40px;
	padding-bottom:10px;
	padding-top:35px;
	border-top:1px dotted #A7A7A7; 

}

h4.section {
	background: url("images/star.png") no-repeat top left;
	clear: both;
	color: #213b55;
	font-family: Aller, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 18px;
}



/*------------ Posts ------------*/

.post {
	border-bottom: 1px solid #eee;
	clear: both;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.post + .bottom {
	border-bottom: none;
	padding-bottom: 0;
}

.olderarticle {
	margin: 0 0 30px;
	padding: 0 0 10px;
}

.post h1 a:link, .post h1 a:visited {
	color: #272727;
	text-decoration: none;
}

.post h1, .post .align-left, .post .align-right {
	margin-top: 0;
}

.post h1 a:hover {
	background-color: #f9f9f9;
}

.olderarticle h1 {
	font-size: 2.2em;
}

.postimg {
	border: 4px solid #999999;
	float: right;
	display:inline;
	margin:0 0 15px 16px;
}

.postimg-s {
	border: 3px solid #eedfb9;
	float: left;
	margin: 0 15px 15px 0;
	width: 76px;
}

ul.meta {
	margin: 1em 1em 1em 0;
	overflow: hidden;
	padding-left: 10px;
}

#main ul.meta li {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 1em;
	margin-right: 5px;
	padding: 6px 8px 3px 8px;
	
}

ul.meta li a:link, ul.meta li a:visited {
	color: #999;
}

#main ul.meta li:hover, ul.meta li:hover a {
	background-color: #BB3E3E;
	color: #fff;
	text-decoration: none;
}

#main ul.meta li:hover {
	border: 1px solid #980f4c;
}

.commentnumber {
	background: url("images/comments.png") no-repeat;
	display: block;
	float: left;
	height: 46px;
	text-align: center;
	width: 44px;
}

.commentnumber span a {
	color: #333;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	line-height: 37px;
	text-decoration: none;
	width: 44px;
}

.wp-pagenavi {
	display: block;
	margin-bottom: 20px;
}

/* sites we like page */
.sites-we-like {
	border-bottom:1px dotted #A7A7A7;
	margin-bottom:30px;
	padding:0 0 15px;
}

div.sites-we-like:first-child {
	margin-top:30px;
}

.sites-we-like-desc {
	width:400px;
	font-size: .8em;
}

.sites-we-like-img {
	border-left:1px solid #A7A7A7;
	margin-top:-100px;
	padding:0 0 0 15px;
	position:relative;
}

/* archives */

.archives ul {
	padding-bottom:25px;
	margin-left: 1em;
}

.archives li {
	display:inline;
}

.archives li a {
	background:transparent url(images/sep.png) no-repeat scroll 100% 2px;
	margin-right:0;
	padding-left:10px;
	padding-right:25px;
}
.archives a {
	color:#414141;
}

/* profile pages */

.profiles {
	margin-bottom:30px;
	padding:0 0 15px;
}

.profiles-img {
	border-left:1px solid #A7A7A7;
	padding:0 0 0 15px;
	position:relative;
}

.profiles-desc {
	font-size: 1em;
}

.profiles h1 {
	padding-top: 10px;
}


/* icons */
.icon-portfolio {
	background:transparent url(images/icons/icon-portfolio.png) no-repeat scroll left top;
}
.icon-behance {
	background:transparent url(images/icons/icon-behance.gif) no-repeat scroll left top;
}
.icon-twitter {
	background:transparent url(images/icons/icon-twitter.png) no-repeat scroll left top;
}
.icon-linkedin {
	background:transparent url(images/icons/icon-linkedin.gif) no-repeat scroll left top;
}
.icon-blog {
	background:transparent url(images/icons/icon-blog.png) no-repeat scroll left top;
}
.icon-krop {
	background:transparent url(images/icons/icon-krop.gif) no-repeat scroll left top;
}
.icon-posts {
	background:transparent url(images/icons/icon-posts.png) no-repeat scroll left top;
}
.icon-contact {
	background:transparent url(images/icons/icon-contact.png) no-repeat scroll left top;
}
.icon-wooshii {
	background:transparent url(images/icons/icon-wooshii.gif) no-repeat scroll left top;
}
.icon-gaia {
	background:transparent url(images/icons/icon-gaia.gif) no-repeat scroll left top;
}
.icon-ff {
	background:transparent url(images/icons/icon-ff.gif) no-repeat scroll left top;
}
.icon-facebook {
	background:transparent url(images/icons/icon-facebook.png) no-repeat scroll left top;
}

.profile-icon {
	vertical-align:middle;
	clear:both;
	color:#b1185c;
	display:block;
	font-family:Aller,Myriad Pro,Helvetica,Arial,sans-serif;
	font-size:1.1em;
	height:40px;
	padding-bottom:15px;
	padding-left:58px;
	padding-top:10px;
	border-bottom:1px dotted #A7A7A7; 

}



/*------------ Single Posts ------------*/

/*.single {
	border-bottom: none;
	margin: 0;
	padding-bottom: 50px;
}*/

p.post-tags {
	background: url("images/tag.png") no-repeat left 80%;
	border-top: 1px solid #eee;
	margin: 45px 0 0 0;
	padding: 20px 0 0 25px;
}

/* Post Author */
#postauthor-top {
	background: url("images/authorbg.png") no-repeat top;
	height: 26px;
	margin-left: -21px;
	width: 712px;
}

#postauthor {
	background-color: #fff;
	display: block;
	margin-left: -20px;
	padding: 20px;
	overflow: visible;
	width: 670px;
}

#author-archive {
	background: url("images/authorbg.png") no-repeat bottom;
	display: block;
	margin: 0 0 30px -21px;
	overflow: visible;
	padding: 0 20px 40px 20px;
	width: 672px;
}

#postauthor h3, #author-archive h3 {
	margin: 0 0 10px 0;
}

#postauthor img, #author-archive img {
	border: 3px solid #999999;
	float: left;
	margin: 0 15px 15px 0;
}

#postauthor div, #author-archive div {
	font-size: 0.95em;
	margin-left: 125px;
	width: 545px;
}

#postauthor p:first-child, #author-archive p:first-child {
	font-style: italic;
}


#postauthor p:last-child, #author-archive p:last-child {
	margin-bottom: 0;
}

/* Share This */
#sharethis-top {
	height: 8px;
	margin-left: -21px;
	width: 712px;
}

/* #sharethis, #sharethis-page {
	background: #414141;
	display: block;
	margin-left: -21px;
	padding: 20px 20px 28px 20px;
	overflow: visible;
	text-align: center;
	width: 672px;
}
*/

#sharethis, #sharethis-page {
	background-image:url(images/post-share.png);
	border:1px solid #57544A;
	color:#BCB7A7;
	font-size:12px;
	line-height:19px;
	margin-bottom:15px;
	position:relative;
	height: 253px; /* 415px */
}

#sharethis-page {
	margin-bottom: -30px;
}

#sharethis h2, #sharethis-page h2 {
	height: 0;
	margin: 0;
	visibility: hidden;
}

#sharethis-images, #sharethis-page img #sharethis

#sharethis-images-wrap {
	left:445px;
	position:absolute;
	top:50px;
	width:220px;
}

#sharethis img {
	margin-right: 4px;
}

#sharethis #liked-it {
	padding-bottom: 10px;
	margin-right: 0;
}

#sharethis #related {
	left:15px;
	position:absolute;
	top:11px;
}

#sharethis #subscribe {
	left:440px;
	position:absolute;
	top:11px;
}

#sharethis #rss {
	left:590px;
	position:absolute;
	top:3px;
}

#related-links {
	left:17px;
	position:absolute;
	top:50px;
	width:400px;
}

#related-consolation {
	left:17px;
	position:absolute;
	top:50px;
	width:400px;
}

#related-links a, #related-consolation a {
	border-bottom:1px dashed #8D897C;
	color:#FFFFFF;
	text-decoration:none;
}

#related-links a:hover, #related-consolation a:hover {
	border-bottom:1px dashed #8D897C;
	color:#B6DD33;
	text-decoration:none;
}

#sharethis .vert {
	left:48px;
	padding:5px 5px 2px;
	position:absolute;
	top:290px;
}

/*------------ Sidebar ------------*/

.page_item:hover {
	background: #869195;
}
#sidebar {
	float: right;
	margin: 0 20px 0 0;
	width: 220px;
}

.widget {
	/*background-color: #fff;*/
	background: #4C5355 url("images/widget-bg.png") repeat-x top left;
	border: 1px solid #414141;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.9em;
	font-family:Aller,Myriad Pro,Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 13px 0;
	color: #efefef;
}

.widget h3 {
	background: url("images/star-s.png") no-repeat top left;
	clear: both;
	color: #272727;
	font-family: Aller, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding-left: 16px;
}

.widget h3 a {
	color: #272727;
}

.widget ul {
	margin: 0;
	padding-left: 0;
}

.widget li {
	list-style: none;
}

.widget li ul li {
	padding-left: 15px;
}

.widget li a:link, .widget li a:visited {
	border-bottom: 1px dotted #676E70;
	color: #efefef;
	display: block;
	padding: 5px 10px;
	font-size: 1.1em;
}

.widget li a:hover {
	color: #272727;
	text-decoration: none;
}

.widget p {
	padding: 0 10px;
}

.widget p:last-child {
	margin-bottom: 0;
}

#calendar_wrap {
	margin: 0 10px;
	text-align: center;
}

#calendar_wrap table {
	margin: 0 auto;
}

#calendar_wrap caption {
	font-weight: bold;
}

#calendar_wrap table a {
	border-bottom: 1px dotted;
	color: #b1185c;
	display: block;
}

#calendar_wrap table #today {
	color: #305d9a;
}

#calendar_wrap #prev a, #calendar_wrap #next a {
	border: none;
	color: #272727;
	text-decoration: underline;
	text-transform: uppercase;
}

.widget #searchform {
	margin: 0 10px;
}

li.recentcomments {
	border-top: 1px solid #ddd;
	color: #373737;
	display: block;
	padding: 5px 10px;
}

li.recentcomments a:link, li.recentcomments a:visited {
	border: none;
	padding: 0;
}

.textwidget {
	margin: 0 10px;
}

#tag_cloud {
	padding: 20px 10px;
}

#tag_cloud h3 {
	margin-left: 0;
	margin-right: 0;
}

/* FlickrRSS styling */
#flickrrss {
	padding-left: 18px;
}

#flickrrss h3 {
	margin-left: 0;
}

#flickrrss img {
	border: 3px solid #EEDFB9;
	margin: 0 19px 10px 0;
}

#flickrrss a:hover img {
	border: 3px solid #b1185c;
}

/* Twitter for WordPress styling */
.widget_twitter {
	
	padding: 10px 10px;
}

.widget_twitter h3 {
	margin-left: 0;
	margin-right: 0;
	background: transparent url("images/twitter-bird.png") no-repeat right -1px;
	height: 30px;
	color: #6FCFFC;
}

.widget_twitter li {
	margin-bottom: 25px;
	overflow: hidden;
}

.widget_twitter li a:link, .widget_twitter li a:visited {
	border: none;
	color: #89D3F7;
	display: inline;
	padding: 0;
}

.widget_twitter li a:active {
	color: #b1185c;
}

.widget_twitter span.twitter-timestamp {
	display: block;
	margin-top: 5px;
}
.twitter {
	font-size: 12px;
	line-height: 1.1em;
	padding-left: 0;
}

.widget_home {
	padding: 10px 10px;
}
.widget_home a {
	color:#89D3F7;
}
.widget_home p {
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 0;
	padding-top: 8px;
}

/*------------ Comments ------------*/

.comms-navigation {
	clear: both;
	margin: 10px 0;
}

h2#comments {
	margin-top: 18px;
}

.commentlist {
	clear: both;
	margin: 0 0 20px 0;
}

#main .commentlist p {
	font-size: 15px; /* Don't change to em's. The relative sizes mess everything up :( */
}

.commentlist li {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style: none;
	margin-bottom: 15px;
	padding: 15px 10px;
}

.commentlist li .avatar {
	border: 3px solid #eee; /* #EEDFB9 */
	float: right;
	margin: 0 10px 5px 0;
}

.comment-author cite {
	font-size: 1.2em;
	font-weight: bold;
}

.comment-meta {
	padding-bottom: 10px;
	/*margin-bottom: 5px;*/
}

.comment-meta a {
	color: #272727;
	font-size: 0.8em;
}

.reply {
	display: inline;
}

/* Comment Form */
#respond {
	clear: both;
}

form label {
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 6em;
}

input, textarea {
	border: 1px solid #666;
	color: #272727;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.9em;
	margin-right: 10px;
	padding: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #272727;
}

textarea {
	padding: 10px 5px;
}

.cancel-comment-reply a {
	margin-bottom: 15px;
}

/* cForms styling */
/* Actually, screw this. cForms uses horrible class & id names. Sorry, but you're on your own styling this! */
fieldset {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

legend {
	color: #272727;
	padding: 0 5px;
}

form.cform ol li {
	list-style: none;
}

#main .cform li {
	font-size: 1em;
}

.cform li {
	margin-bottom: 10px;
}

.reqtxt, .emailreqtxt {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}

input[type="checkbox"], input[type="radio"] {
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 0;
}

label.cf-group-after {
	clear: right;
	display: -moz-inline-box;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 5px;
	width: auto;
}



/*------------ Footer ------------*/
#footer-wrap {
	position: relative;
	min-width: 980px;
	padding: 0 10px;
	background: #303030 url(images/footer.jpg) repeat-x 0 0;
}

#footer {
	color: #999;
	clear: both;
	/*background: transparent url(images/footer.jpg) no-repeat 0 0;*/
	font-size:16px;
	line-height:24px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	width:980px;
}

#footer #footer-logo {
	left:255px;
	position:absolute;
	top:-26px;
}

#footer .top-box {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-bottom:10px;
}

#footer .bottom-box {
	color:#FFFFFF;
	padding-bottom:50px;
}

#footer .bottom_box .line li {
	font-size:11px;
	line-height:20px;
}

#footer .bottom-box ul {}

#footer .love {
	background:transparent url(images/love-48.png) no-repeat scroll top left;
}

#footer span {
	font-size: 0.8em;
	font-style: italic;
}

#footer a:link, #footer a:visited {
	border-bottom: 1px dotted #999;
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	border-bottom: 1px solid #999;
}
#pill {
	border: none;
	display: block
}

.mt {
position:absolute;
left:157px;
top:67px;
}