/*
/*
Theme Name: Kakumei
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

/* Globals 
=================================== */

* {
	margin: 0;
}

body {
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0; 
	color: #4c4c4c;
}

html, body {
	height: 100%;
}

a { color: #64AD04; text-decoration: none; }

a:hover { color: #64AD04; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.floatleft, .left {
	float: left;
	}

.floatright, .right {
	float: right;
	}

.floatleftclear {
	float: left;
	clear: both;
}

.clearboth, .clear {
	clear: both;
}

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 2em; }

h2 {
	font-size: 19px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; position: relative; top:2px; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */

#wrapper {
}

#wrappernothome {
	width: 950px;
	margin: 0 auto 0 auto;
	background: #fff;
	height: auto;
	}

#header {
	background: #56594F url(images/header.gif) repeat-x scroll 0 0;
	border-bottom: 6px solid #EEF9D7;
	height: 46px;
	padding: 0;
	width: 100%;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #666; }

#footerstick {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -56px;
}

.push {
	height: 56px;
	}

/* BEGIN NAVBAR */

#navbar {
	height: 46px;
	margin: -46px auto 0;
	text-align: left;
	width: 950px;
}

#logo a {
	background: transparent url(images/logo.gif) no-repeat scroll 0 0;
	color: #EFF9DA;
	display: block;
	height: 30px;
	line-height: 32px;
	margin-left: 14px;
	position: relative;
	text-indent: 160px;
	top: 2px;
	width: 460px;
}

#navbuttons {
height:45px;
margin-left:635px;
margin-top:-35px;
width:430px;
	}

*html #navbuttons {
	position: relative;
	top: -2px;
	}
	
.soon {
	background: none;
}

#blog a, #faq a, #demo a, #join a, #forum a, #onblog, #onfaq, #ondemo, #onjoin, #onforum {
	background: url('images/nav-hover.gif') repeat-x 0 -50px;
	display: block;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 26px;
	padding-right: 26px;
	color: #EFF9DA;
	}
	
#onforum a{
	display: block;
	color: #40423D;
	width: 33px;
}

*html #blog a, *html #faq a, *html #join a, *html #demo a, *html #forum a, *html #onblog, *html #onfaq, *html #onjoin, *html #ondemo, *html #onforum {
	width: 19px;
	}

#onhome, #onblog, #onfaq, #ontour, #ondemo, #onjoin, #onforum {
	background: #EEF9D7;
	cursor: default;
	color: #40423D;
	}

#home a:hover, #blog a:hover, #faq a:hover, #tour a:hover, #join a:hover, #demo a:hover, #forum a:hover {
	background: url('images/nav-hover.gif') repeat-x 0 0;
	color: #EFF9DA;
	}

#home a, #onhome {
	margin-left: 0px;
	}
	
/* END NAVBAR */

#forumcolumn {
	width: 948px;
	margin-top: -51px;
}

#contentheader {
	width: 525px;
	position: relative;
	top: 40px;
	left: 44px;
	}
	
.rightarrow {
	width: 26px;
	height: 33px;
	background: url(images/rightarrow.gif) no-repeat;
	position: relative;
	left: -31px;
	top: -4px;
	margin-right: -23px;
	}
	
.pageheader {
	font: 22px Arial, Helvetica, sans-serif;
	color: #40423D;
	padding-bottom: 11px;
	width: 525px;
	}

.cap {
	text-transform: capitalize;
}
	
.thegreen {
	color: #64AD04;
	}

#peekaboo, #peekawide {
	padding-top: 10px;
	border-top: 1px solid #E3E3E2; /* or should it be D0D1CE? */
	text-align: right;
	color: #9C9D9A;
	padding-bottom: 26px;
	position: relative;
	left: -9px;
	width: 537px;
	}
	
#peekawide {
height:42px;
padding:0;
width:913px;
}

.forumline {
	border-top: 1px solid #E3E3E2;
	width: 913px
	height: 0px;
}

#forumfooter {
text-align:center;
position:relative;
width:913px;
height:68px;
top:28px;
}
	
#forumme{
left:34px;
position:relative;
margin-top:40px;
width:914px;
display: block;
	}
	
#forumsidebar {
	width: 313px;
	text-align: left;
	position: relative;
	left: 636px;
	}

#forumsidebar .item {
	background: #EEF9D7;
	position: relative;
}
	
#forumsidebar .searchbox {
	position: relative;
}

#forumsidebar .itemwhite {
	background: #fff;
	margin: 26px 0 0 0;
	position: relative;
	left: 21px;
	padding: 0;
	}

#forumsidebar .sbcornerbot {
	background: url('images/sb-corner-bot.gif') no-repeat;
	width: 313px;
	height: 6px;
	}

#forumsidebar .sbcornertop {
	background: url('images/sb-corner-top.gif') no-repeat;
	width: 313px;
	height: 6px;
	margin-top: 26px;
	}

.sidebartitle {
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 290px;
	height: 32px;
	background: #99cf2a;
	margin: 0 auto 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	}

.sidebartitle .inside {
	position: relative;
	top: 7px;
	left: 15px;
	}

.sidebartitledark {
	color: #40423D;
	font: 16px Arial, Helvetica, sans-serif;
	}

.cat-item {
	width: 246px;
	border-bottom: 1px solid #4F9104;
	padding: 0px;
	}

#main {
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer {
	background: #40423d;
	height: 50px;
	border-top: 6px solid #EEF9D7;
}

#footerbar {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	}
	
#statement {
	color: #EFF9DA;
	position: relative;
	top: 18px;
	left: 24px;
	width: 658px;
	}

.green {
	color: #99CF2A;
	}

#footerinfo a {
	color: #99CF2A;
	position: relative;
	top: 18px !important;
	left: -4px;
	}

.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

#forumlogin {
	height: 45px;
	width: 313px;
}

.logged-in {
left:-9px;
position:relative;
text-align:right;
top:13px;
}

.remember {
	padding: 0;
	position: relative;
	top: 14px;
	left: 18px;
	clear: both;
	line-height: 12px;
}

.remember-text {
	position: relative;
	top: -2px;
}

.ftli-txt {
	width: 79px;
	height: 18px;
	color: #868784;
	font: 13px Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	position: relative;
	top: 2px;
	left: 4px;
	}

.ftli-txt-faux {
	background: #fff;
	border: 1px solid #56594F;
	height: 22px;
	width: 89px;
	position: relative;
	top: 12px;
	margin-left: 23px;
	margin-right: 1px;
	margin-bottom: 20px;
	}

.ftli-btn {
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #56594F;
	width: 40px;
	height: 24px;
	border: 1px solid #56594F;
	position: relative;
	top: 12px;
	left: 22px;
	cursor: pointer;
	}
	
#ftsb-frm {
	height: 45px;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#ftsb-frm input {

	}

#ftsb-txt {
	width: 191px;
	height: 18px;
	color: #868784;
	font: 13px Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	position: relative;
	top: 2px;
	left: 4px;
	}

#ftsb-txt-faux {
	background: #fff;
	border: 1px solid #56594F;
	height: 22px;
	width: 204px;
	position: relative;
	top: 12px;
	left: 23px;
	margin-bottom: 20px;
	}

#ftsb-txt-faux:hover {
	border: 1px solid #4F9104;
	}

#ftsb-btn {
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #56594F;
	width: 40px;
	height: 24px;
	border: 1px solid #56594F;
	position: relative;
	top: 12px;
	left: 46px;
	cursor: pointer;
	}

/* Front Page
=================================== */

#front-page #hottags {
	position: relative;
	top: 0;
	left: 0;
	width: 130px;
	overflow: hidden;
}

#front-page #discussions {
	width: 914px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

.convoheader {
display:block;
font-size:18px;
font-weight:normal;
text-align:left;
text-indent:14px;
text-transform: none;
}

/* Topic Page
=================================== */

.infobox {
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

.infobox .admin {
height:120px;
margin-top:40px;
}

.otherposts {
	background-color: #FFFFFF;
	height: 12px;
	position: relative;
	width: 100%;
}

#topic-info {
background-color:#EFF9DA;
border:1px solid #E3E3E2;
float:left;
padding:0 15px;
position:relative;
width:882px;
margin-bottom: -2px;
}

#topic-footer {
background-color:#EFF9DA;
border:1px solid #E3E3E2;
float:left;
padding:0 15px;
position:relative;
width:882px;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.xremove a {
	border: 1px solid #E3E3E2;
	display: inline-block;
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	height: 11px;
	line-height: 9px;
	text-align: center;
	width: 11px;
	color: #4C4C4C;
	position: relative;
	top: 1px;
}

.xremove a:hover{
	color: #4c4c4c;
}

/*========== QUARANTINE - these classes have exhibited peculiar behavior and are being separated from the rest ============== */

.threadauthor {
	border-left: 1px solid #e5e5e4;
	left: -1px;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	position: relative;
	width: 265px;
	display:block;
	height:auto;
	text-align:left;
	top:14px;
}

.alt .threadauthor {
	border-left: 1px solid #f1f1f0;
}

.authorinfo {
	color: #4C4C4C;
	font-size: 13px;
	left: 13px;
	line-height: 21px;
	position: relative;
}

#thread .post {
/*
	color: #000000;
	border-right: 1px solid #ebebeb;
	min-height: 60px;
	padding-right: 15px;
	width: 573px;
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post {
	height:auto !important;
	margin-left:15px;
	margin-top:15px;
	min-height:61px;
	padding:0 15px 0 0;
	position:relative;
	top:1px;
	width:573px;
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread li .threadpost .post {
	border-right: 1px solid #e5e5e4;
}

#thread li.alt .threadpost .post {
	border-right: 1px solid #f1f1f0;
}

#thread li .threadpost .poststuff {
border-top: 1px solid #e5e5e4;
color: #A0A0A0;
}

.poststuff {
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
-x-system-font:none;
border-top:1px solid #ebebeb;
clear:both;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:12px 0 0;
padding:20px 0 0;
text-transform:uppercase;
color: #909090;
}

#thread li.alt .threadpost .poststuff {
border-top: 1px solid #f1f1f0;
color: #A3A3A3;
}

.firstpost {
	background-color:#FFFFFF;
	border-left:1px solid #E3E3E2;
	border-right:1px solid #E3E3E2;
	height:6px;
	width:912px;
	overflow: hidden;
	display: block;
	margin-bottom: -8px;
}



.posttags {
left:17px;
margin-top:-9px;
position:absolute;
text-align:left;
}

.postdetails {
left:620px;
margin-top:-8px;
position:absolute;
}

#thread li .threadpost {
	padding: 0;
	width: 912px;
	background-color: #f7f7f7;
	border:1px solid #EBEBEB;
}

#thread li.alt .threadpost {
	background-color: #ffffff;
}

#thread li .threadpost .poststuff {
	width: 882px;
	margin-left: 15px;
	height: 15px;
}
.poststuff {
}
.posttags {
}
.postdetails {
}



/*========== END QUARANTINE ================================================================================================= */

#tag{
	padding: 0px 0px;
	position: relative;
	top: -3px;
}

.nav {
left:10px;
margin:0 0 0 15px;
padding:12px 0 10px;
position:relative;
text-align:right;
width:277px;
font-size:17px;
}

.bottomnav{
font-size:17px;
left:-6px;
margin:0 0 0 15px;
padding:12px 0 10px;
position:relative;
text-align:left;
top:-14px;
width:277px;
}

.nav span, .nav a, .bottomnav a, .bottomnav span {
margin-right:4px;
padding:4px 6px 3px;
}

#thread {
	list-style: none;
	margin: 0 0 26px 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	margin-bottom:28px;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

#thread .post li { clear:none; }

.authorinfo a {
	font-weight: bold;
}

.post_count_plus {
line-height:20px;
position:relative;
top:-1px;
}

.num {
	font: 11px Arial,Helvetica,sans-serif;
	text-align: center;
}

#forumlist small  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.postform {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background-color:#F7F7F7;
border:1px solid #E3E3E2;
margin:0;
padding:15px;
}

.postform-header {
border-bottom:1px solid #EBEBEB;
display:block;
font-size:18px;
height:30px;
position:relative;
top:-6px;
}

#bbcode_buttons {
height:30px;
left:311px;
margin-top:-30px;
position:relative;
top:8px;
width:290px;
}

#bbcode_buttons .ed_button {
	height: 20px;
	line-height: 20px;
	border: 1px solid #abadb3;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 573px;
	display: block;
}

.postform #tags-input, .postform #topic {
	width: 573px;
	padding: 5px;
	margin-top: 5px;
}

.postform #forum-id {
font-size:15px;
margin-top:-2px;
padding:4px;
}

.postform label { display: block; }

#postformsub {
	position: relative;
	left: 511px;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.profilesubmit {
margin-top:-45px;
position:absolute;
right:22px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 12px 0;
	position: relative;
	width: 590px;
}

.topictitle .page {
	font-size: 17px;
	line-height: 14px;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td a, #forumlist td .forumtopic a, #favorites td a {
	padding: 12px 12px 9px;
	display: block;
	font-size: 15px;
	width: 90%;
}

#latest td .noblock a, #forumlist td .noblock a, #favorites td .noblock a {
	padding: 7px 12px;
	width: 90%;
	display: inline;
	padding: 0;
	font-size: 13px;
}

#forumlist td .forumtopic a {
	font-size: 20px;
	padding: 10px 12px 7px;
}

#forumlist small a {
	color: #4C4C4C;
	display: block;
	padding-bottom: 10px;
	text-align: left;
}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr, #forumlist tr, favorites tr {
	background-color: #ffffff;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {
	background-color: #EEF9D7;
	}

#latest th, #forumlist th, #favorites th {
	background-color: #F7F7F7;
	font: 13px Arial,Helvetica,sans-serif;
	padding: 7px 0px;
	text-transform: lowercase;
	font-weight: bold;
	height: 42px;
}

#forumheader {
	min-width: 606px;
	max-width: 606px;
}

#totalposts {
	min-width: 96px;
	max-width: 96px;
}

#totalreplies {
	min-width: 208px;
	max-width: 208px;
}

#views {
	min-width: 45px;
	max-width: 45px;
}

#replies {
	min-width: 50px;
	max-width: 50px;
}

#lastreply {
	min-width: 208px;
	max-width: 208px;
}

#latest, #forumlist, #favorites {
	margin-bottom: 26px;
	width: 100%;
	background: #E3E3E2;
}

/* Profile Page
=================================== */

#profile-menu {
height:29px;
left:-11px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:-29px;
position:relative;
top:-23px;
width:300px;
}

#profile-menu li {
display:inline;
left:-31px;
position:relative;
}

#profile-menu li a {
background-color:#F7F7F7;
border:1px solid #E3E3E2;
color:#4C4C4C;
font-size:14px;
margin-left:2px;
padding:7px 16px;
position:relative;
top:0;
}

#profile-menu li.current a {
background-color:#F7F7F7;
border-bottom:1px solid #F7F7F7;
color:#4C4C4C;
}

#profile-menu li a:hover {
background-color:#E3E3E2;
color:#4C4C4C;
}

#profile-menu li.current a:hover {
background-color:#f7f7f7;
color:#4C4C4C;
}

#profile-basics, #search-results {
border:1px solid #E3E3E2;
min-height:132px;
margin-bottom:23px;
width:913px;
}

#profile-bar, .search-bar {
background-color:#F7F7F7;
border-bottom:1px solid #E3E3E2;
display:block;
height:42px;
line-height:42px;
text-indent:15px;
width:913px;
}

.profile-header, .search-header{
font-size:18px;
}

#useravatar { 
border-right:1px solid #F1F1F0;
height:82px;
margin:14px 0 15px 14px;
padding-right:15px;
width:82px;
}

#useravatar img {
position:relative;
top:0;
}

.userinfo {
border-left:1px solid #F1F1F0;
font-size:13px;
left:-2px;
line-height:20px;
margin:15px 0 12px 0;
padding-left:15px;
position:relative;
}

#profile-extra, #search-extra {
border:1px solid #E3E3E2;
height:auto;
width:913px;
}

#useractivity { margin: 15px 0 5px; }

.user-replies {
border-right:1px solid #F1F1F0;
height:auto;
margin:14px 0 10px 14px;
padding-bottom:5px;
padding-right:15px;
width:426px;
}

.user-threads {
border-left:1px solid #F1F1F0;
height:auto;
margin:14px 0 10px -1px;
padding-bottom:5px;
padding-left:14px;
width:441px;
}

.user-replies ol, .user-threads ol{
margin:15px 0 0 0;
}

.user-replies ol li, .user-threads ol li{
margin:0 0 5px -21px;
}

.search-list{
margin:15px 0 0 15px;
}

.search-list li {
line-height:22px;
margin:30px 34px 45px -9px;
}

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#profile-page fieldset {
padding:15px;
}

#login-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#profile-page fieldset table {
text-align:left;
width:95%;
}

#login-page fieldset table th,
#profile-page fieldset table th {
padding:5px 12px 5px 5px;
text-align:left;
vertical-align:top;
width:20%;
}

#login-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#profile-page fieldset p {
font-size:11px;
margin:10px 16px 10px 7px;
}

#login-page sup.required,
#profile-page sup.required {
color:red;
margin-left:-8px;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.hidden {
	display: none;
}

.login {
	padding: 0;
	margin: 0;
}

/* Original Chat Box CSS

.lpInviteChatHrefAccept, .lpInviteChatHrefClose {
	position: relative;
	left: -196px;
}

.lpInviteChatHrefClose {
	position: relative;
	top: -206px;
}
*/

a.lpInviteChatHrefClose img {
	height: 17px;
	left: -505px;
	position: relative;
	top: -14px;
	width: 17px;
}

.lpInviteChatHrefAccept, .lpInviteChatHrefClose{
	position: fixed;
	bottom: 0px;
	left: 50%;
}

.lpInviteChatHrefAccept img, .lpInviteChatHrefClose img{
	position: relative;
	left: -475px;
}