/*
Theme Name: Savile Row Suit
Theme URI: http://www.mister8.com
Description: Based on <a href="http://comicpress.org">ComicPress</a>.
Author: Armstrong Sabian
Author URI: http://www.mister8.com/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: disc inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* STANDARD TAGS */

body {
	margin: 0;
	color: #000;
	font-size: 11px;
	font-family: 'Verdana', sans-serif;
	background:#d2d7db url('/wp-content/themes/savilerow/images/desk.jpg');
	line-height:1.3em;
	}

a {
	color: #394b8c;
	text-decoration: none;
	}

  	a:hover {
		color: #647888;
		}
		
	a:visited {
		color:#647888;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}
	

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	background:#e9ebf3;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #000;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #000;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	line-height:28px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		color:#ba2027;
		font-family:'Trebuchet MS',Helvetica,sans-serif;
		font-size:36px;
		line-height:36px;
		margin:10px 0;
		padding:4px 4px 0;
		text-transform:uppercase;
		border-top:1px solid #000;
		border-bottom:1px solid #CCC;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	line-height:24px;
	}

	h4, h4 a {
		color:#000;
		font-family:'Trebuchet MS',Helvetica,sans-serif;
		font-size:16px;
		line-height:16px;
		margin:10px 0;
		text-transform:uppercase;
		padding-top:5px;
		}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 960px;
	margin: 5px auto;
	background: #FFF;
	padding: 0;
	border:1px solid #000;
	}



/* TOP BAR */

#solidblackbar {
	width:100%;
	height:60px;
	background:#FFF;
	}

#topbar {
	width:920px;
	margin:0 auto;
	background:#FFF;
	color:#FFF;
	z-index:6000;
	border-bottom:1px solid #CCC;
	padding-bottom:12px;
	}
	
#topbar img {
	margin-top:5px;
	}
	
#topbar h1 {
	color:#FFF;
	padding:0;
	font-size:10px;
	line-height:10px;
	}

#topbar span {
	position:absolute;
	background:url('/wp-content/themes/savilerow/images/mister8logo.png') no-repeat;
	width:281px;
	height:35px;
	margin:12.5px 0 0;
	padding:0 0;
	color:#FFF;
	}
	
.rssbox {
	color:#FFF;
	margin:10px;
	}
	
.rssbox a {
	color:#ba2027;
	}

/* THE MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#pad {
	height:140px;
	}

#menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:40px; 
	position:relative; 
	z-index:500; 
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#FFF;
	}
	
#menu li {
	float:left; 
	margin-right:1px;
	}
	
#menu li a {
	display:block; 
	float:left; 
	height:60px; 
	line-height:60px; 
	color:#ccc; 
	text-decoration:none;
	font-weight:bold; 
	padding:0 30px 0 20px;
	}


#menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}

#menu li a:hover {
	z-index:200; 
	position:relative;
	color:#000; 
	}
	
#menu li:hover {
	position:relative; 
	z-index:200;
	}

#menu li:hover > a {
	color:#000; 
	}
	
#menu li:hover > a.sub {
	color:#000;
	}

#menu li.current a {
	color:#000;
	}

#menu li a.sub {
	background: url('/wp-content/themes/savilerow/images/down-arrow.gif') no-repeat right center;
	}
	
#menu li.current a.sub {
	color:#fff; 
	background: url('/wp-content/themes/savilerow/images/down-arrow.gif') no-repeat right center;
	}

#menu :hover ul {
	left:-20px; 
	top:40px; 
	width:120px; 
	background:#444;
	}

#menu ul, #menu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#menu :hover ul :hover ul {
	left:120px; 
	top:-1px; 
	background:#222; 
	white-space:nowrap; 
	width:100px; 
	z-index:200; 
	height:auto;
	}

#menu :hover ul li {
	margin:0; 
	border-top:1px solid #666;
	}
	
#menu :hover ul li a {
	width:120px; 
	padding:0; 
	text-indent:10px; 
	background:#333; 
	color:#ccc; 
	height:30px; 
	line-height:30px; 
	text-transform:none; 
	letter-spacing:0;
	}
	
#menu :hover ul li a.fly {
	background:#333 url('/wp-content/themes/savilerow/images/right-arrow.gif') no-repeat right center; 
	}

#menu :hover ul :hover {
	background-color:#ba2027; 
	color:#fff;
	}
	
#menu :hover ul :hover a.fly {
	background-color:#ba2027; 
	color:#fff;
	}

#menu :hover ul li.currentsub a {
	background:#840; 
	color:#fff;
	}
	
#menu :hover ul li.currentsub a.fly {
	background:#840 url('/wp-content/themes/savilerow/images/right-arrow.gif') no-repeat right center; 
	color:#fff;
	}

#menu :hover ul :hover ul li a {
	width:100px; 
	padding:0; 
	text-indent:10px; 
	background:#3e3e3e; 
	color:#ccc; 
	text-transform:none; 
	letter-spacing:0;
	}
	
#menu :hover ul :hover ul :hover {
	background-color:#d70; 
	color:#fff;
	}

#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#840; 
	color:#fff;
	}
	
/* COMIC SPOTLIGHT FOR FRONT PAGE */

#comicspotlight {
	margin:0 auto;
	width:960px;
	height:220px;
	background:#FFF;
	}

#comiccarousel {
	position:absolute;
	width:583px;
	height:220px;
	background:#FFF;
	}
	
#comicinfo {
	float:right;
	width:347px;
	margin-right:10px;
	margin-top:10px;
	height:200px;
	color:#000;
	background: url('/wp-content/themes/savilerow/images/boxbg.png');
	border:1px solid #000;
	}

#comicinfo p {
	padding:5px 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:13px;
	background:#fbf95c;
	}

#comicinfo a {
	color:#ed1a39;
	}


/* THE COMIC */

#comic {
	padding: 0;
	text-align: center;
	}



/* THE FOOTER */

#footer {
	padding: 0px 0 6px;
	text-align: center;
	color:#FFF;
	background:#000;
	}
	
#footer ul {
	list-style-type: none;
	}
	
#linkcat-2 { list-style-type: none; }

#footer a {
	color:#ee3e46;
	}
	
#footercolumns {
	padding: 0 ;  
	width:960px; 
	text-align:left;
	}

#footercolumns h2 {
	color:#FFF; 
	margin:0 10px 20px;
	font-size:20px;
	}

#footercolumns .block {
	float:left; 
	width:318px; 
	margin:0 0 6px;
	padding-bottom:15px;
	border-left:1px dashed #CCC;
	}

#footercolumns .first p {
	margin:0 15px 10px 15px;
	line-height:15px;
	text-align:justify;
	}

#footercolumns .first h2 {
	margin-left:15px;
	}

#footercolumns .first, * html #footercolumns .first {
	clear:both; 
	margin:0; 
	border-left:0;
	}

#footercolumns ul li {
	margin:0 15px 5px 10px;
	padding-bottom:6px;
	}


/* NAVIGATION */

.nav {	
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
	.nav-first {
		padding: 0 5px 0 0;
		float: left;
		border-right: 1px solid #000;
		}
	
	.nav-previous  {
		padding: 0 5px;
		float: left;
		}
	
	.nav-next  {
		padding: 0 5px;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		}
		
	.nav-last {
		padding: 0 0 0 5px;
		float: left;
		}

.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	}
	
	.nav-blog-previous {
		padding: 0 5px 0 0;
		float: left;
		}
		
	.nav-blog-next {
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #000;
		}

.pagenav {
	padding: 40px 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
	color: #000;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #800;
		}


/* INDEX POSTS */

#latestpost {
	padding:0 10px 10px 15px;
	margin-bottom:10px;
	background:#FFF;
	color:#000;
	}
	
	
#latestpost h3, .post h2 {
	line-height:36px;
	font-size:28px;
	color:#000;
	margin:0 10px 10px 0;
	font-family: 'Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:+1px;
	border-bottom:2px dotted #CCC;
	padding-bottom:5px;
	}
	
#latestpost h3 a {
	color:#000;
	font-size:28px;
	line-height:36px;
	letter-spacing:+1px;
	}

#latestpost .post {
	margin:0;
	padding:0;
	}
	
#latestpost .post p {
	margin:10px 10px 10px 0;
	line-height:1.5em;
	text-align:justify;
	}

#latestpost .comment-link {
	background:#000;
	color:#FFF;
	margin-right:10px;
	}

#latestpost .comment-link a {
	color:#FFF;
	padding-right:15px;
	text-transform:uppercase;
	}
	
#latestpost .more-link {
	margin-top:6px;
	padding-top:10px;
	}

#latestpost .alignleft {
	margin:10px;
	}
	
h2.recentposts  {
	color:#ba2027;
	font-size:28px;
	line-height:28px;
	margin:10px 10px 15px 15px;
	text-transform:uppercase;
	}

.home_recent_title h3, .home_recent_title h3 a {	
	font-size: 14px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: 1px;
	margin:10px 10px 10px 0;
	}

.home_recent_post {
	border-bottom:2px dotted #CCC;
	margin:5px 20px 12px 15px;
	line-height:16px;
	}


/* POSTS - PAGES */

#column {
	width: 635px;
	padding: 10px 0 20px 0;
	margin:0 10px;
	float: left;
	overflow: hidden;
	background:#FFF;
	}
	
.postdate {
	color:#999;
	padding:0 10px 5px 0;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	background:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	}
	
.posttags {
	color:#CCC;
	padding:0 10px 10px 0;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	background:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	}


.post, .post-comic, .post-page {
	padding: 0 20px;
	}
	
.post-comic {
	line-height:30px;
	}

.post-head, .post-page-head, .post-comic-head {
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 10px;
	overflow: hidden;
	}

.post ul li {
	list-style: disc inside;
	margin:0 15px;
	}

.post ol li {
	list-style: decimal inside;
	margin:10px 15px;
	line-height:1.5em;
	}

	.comicdate {
		font-size: 14px;
		}
		

.post p {
	text-align:justify;
	}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	margin:20px 10px;
	}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}



/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 25px 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #000;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #000;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
	}

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	border:0 none;
	background:#e9ebf3;
	margin-top:10px;
	padding:5px;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	border:0 none;
	border-bottom: 1px solid #000;
	padding:0 5px 3px 0;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	border:1px solid #e9ebf3;
	background:#FFF;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
		display: block;
		color: #000;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

.blurbpost h3 {
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	letter-spacing:+1px;
	}

#sidebar {
	width: 300px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	background:#FFF url('/wp-content/themes/savilerow/images/classified.png') no-repeat right center;
	color:#000;
	border-left:1px dashed #CCC;
	}

#sidebar p {
	color:#000;
	text-align:justify;
	margin:0 0px 10px 10px;
	line-height:13px;
	font-size:10px;
	}
	
#sidebar a {
	color:#616d74;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 14px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: 4px;
	margin:0 0 10px 10px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0 20px 6px 0;
		}

		#sidebar ul li ul li, li.wppp_list{
			margin: 5px 0 0 10px;
			padding: 0 20px 6px 0;
			border-bottom:2px dotted #CCC;
			}


/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
		}



/* SEARCH */

#s {
	width: 100px;
	margin: 10px 5px 15px 10px;
	color: #000;
	height:60px
	line-height:60px;
	padding:0 5px;
	background:#e9ebf3;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	border: 0 none;
	}

#searchsubmit {
	margin: 0;
	padding: 0;
	color: #000;
	background:#FFF;
	border:0 none;	
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	}

#searchsubmit:hover {
	cursor:pointer;
	}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #000;
		}

.imagenav-wrap {
	margin: 5px 0 0 0;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
	}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
	}

.imagetitle {
	color: #000;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	}

	.imagenav-link img {
		width: 75px;
		height: 75px;
		opacity: 0.50;
		filter: alpha(opacity=50);
		}

			.imagenav-link img:hover {
				opacity: 0.00;
				filter: alpha(opacity=0);
				}



/* POSTED IMAGES  */

.wp-caption p, #latestpost .wp-caption p {
	font-family: 'Lucida Console', Monaco, monospace;
	color:#777;
	font-size:12px;
	line-height:14px;
	text-align:center;
	text-transform:uppercase;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	background:#FFF;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left;
	background:#FFF;
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Georgia', serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Georgia', serif;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	clear: both;
	}



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}
