/*


Theme Name: Games Inc - rayangame
Theme URI: http://rayangame.ir
Description: rayangame
Author: تیم دی بی اس تم
Author URI: http://rayangame.ir/


*/

@import url('DBS-Fonts.css');


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: right;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
font-style: italic;
}

/* GENERAL STYLES */

body {
background: #282728 url(images/background.png);
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 13px;
color: #454545;
}

a:link, a:visited{
color: #fa6a2b;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #9EBF00;
}

strong {
font-weight: 700;
}

hr {
border: none 0;
border-bottom: 1px solid #E0E0E0;
height: 1px;
margin: 10px 0;
}

blockquote {
font-style: italic;
background: url(images/quotes.gif) no-repeat top right;
background-position: 12px 12px;
color: #595959;
margin: 5px 0;
padding: 8px 60px 8px 15px;
}



/* HEADER */

#header-wrapper{
width:100%;
background: url(images/headerbg.png) repeat-x top;
height: 205px;
}

#header {
width: 930px;
height: 205px;
margin: 0 auto;
}

#logo {
float: right;
width: 450px;
height: 100px;
margin-right: 0;
margin-top: 15px;
outline: none;
}

#header a {
color: #FFF;
outline: none;
text-decoration:none;
}

#search {
height: 35px;
width: 300px;
float: left;
background: url(images/search.png) no-repeat top left;
margin: 45px 0 0 0;
}

#q{
color: #969696;
background: transparent;
font-size: 0.9em;
margin: 6px 10px 0 0;
width: 250px;
border: none;
float: right;
height: 24px;
}

#search #submit {
background: transparent;
width: 24px;
height: 24px;
margin: 5px 0px 0 8px;
outline: none;
border: none;
float: left;
}

#social {
margin: 5px 0 0 0;
float: left;
}


/* MAIN CONTAINERS */

#container {
width: 960px;
margin:0 auto;
text-align: right;
}

#content {
margin: 30px auto;
width: 960px;
float: right;
word-wrap: break-word; 
overflow: hidden;     
}

#content-single {
margin: 30px 0;
width: 615px;
float: right;
word-wrap: break-word; 
overflow: hidden;     
}


/* POST */

.post{
float: right;
background: #FFF;
width: 540px;
padding: 20px 30px 20px 30px;
margin-right: 15px;
margin-bottom: 30px;
line-height:1.6em;
color:#454545;
overflow: hidden;
}

.post-index{
float: right;
background: #FFF;
width: 260px;
height: 445px;
padding: 0px 15px 15px 15px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 30px;
line-height:1.6em;
color:#454545;
overflow: hidden;
}

.post-title {
font-family: 'DBS-BYekan', B Yekan, Tahoma; 
margin:.25em 0 0;
padding:0 0 4px;
font-size: 22px;
font-weight:400;
line-height:40px;
padding-bottom: 5px;
color: #000;
display:block;
letter-spacing: -1px;
}

.post-title a, .post-title a:visited, .post-title strong{
text-decoration:none;
color: #000;
}

.post-title a:hover {
color: #fa6a2b;
text-decoration: none;
}

.post-content {
padding-top: 20px;
line-height:1.6em;
font-size: 14px;
text-align: justify;
}

.post-content h2 {
font-size: 140%;
margin-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content h3 {
font-size: 110%;
font-weight: 700;
margin-bottom: 5px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content p {
line-height: 1.6;
margin-bottom: 10px;
}

.entry {
padding-top: 20px;
line-height:1.6em;
font-size: 13px;
text-align: justify;
}

.post img.alignnone {
background: #EAE8DB;
border: 1px solid #ccc;
padding: 4px;
margin-bottom: 15px;
}

.aligncenter{
background: #EAE8DB;
border: 1px solid #ccc;
padding: 4px;
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
}

.post img.alignleft {
background: #EAE8DB;
float: right;
border: 1px solid #ccc;
margin: 0 0 15px 15px;
padding: 4px;
}

.post img.alignright {
background: #EAE8DB;
float: left;
border: 1px solid #ccc;
margin: 0 15px 15px 0;
padding: 4px;
}

.post-content ul,.post-content ol {
margin-right: 30px;
margin-bottom: 20px;
}

.post-content ul li{
background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-right: 14px;
line-height: 1.6em;
}

.post-content ol {
list-style: decimal;
}

.post-content ul li,.post-content ol li {
line-height: 1.3;
margin-bottom: 5px;
}


.category-home {
display: inline;
color: #FFF;
background: #6eab0d;
padding:3px 10px;
text-transform: uppercase;
font: 13px 'DBS-BYekan', B Yekan, Tahoma;
line-height: 1.3;
z-index: 1;
position: relative;
top: -10px;
}

.category-home a{
color: #FFF;
}

.category-home a:hover, .category a:hover{
color: #FFF;
text-decoration: underline;
}

.category {
color: #FFF;
background: #6eab0d;
padding:3px 10px;
text-transform: uppercase;
font-size: 11px;
}

.category a {
color: #FFF;
}

.post-details, .post-details a {
color: #666666;
}

.post-author {
background: url(images/user.png) no-repeat center right;
color: #696969;
padding: 3px 18px 3px 0px;
margin-right: 5px;
height: 20px;
text-transform: uppercase;
font-size: 11px;
}

.comment-link {
background: url(images/comment.png) no-repeat center right;
margin-top: 10px;
padding-right: 20px;
height: 20px;
float:right;
font-size: 11px;
text-transform: uppercase;
}

.tags {
margin: 10px 0 20px 0;
}

.more-button {
position: relative;
right: 194px;
top: 430px;
z-index: 2;
}

.page-subtitle {
background: #000;
opacity:0.6;
filter:alpha(opacity=60);
color: #FFF;
font-size: 12px;
text-transform: uppercase;
margin: 0 15px 25px 0;
border-top: 1px solid #199CB7;
border-bottom: 1px solid #199CB7;
padding: 15px 15px;
}

.notfound {
background: url(images/sad.png)no-repeat center right;
padding-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
}

#author-bio { 
color: #454545;
background: #f3f6fa;
margin: 15px 0;
border-top: 1px solid #e5eaf2; 
border-bottom: 1px solid #e5eaf2;
padding: 10px 15px 15px 15px; 
min-height: 100px;
}

#author-bio h3 { 
color: #4f5c6e;
font-family: 'DBS-BYekan', B Yekan, Tahoma, Helvetica, arial, sans-serif; 
font-size: 22px; 
margin: 0 0 5px 5px; 
font-weight: 400;
}

#author-bio img { 
float: right; 
padding: 2px; 
border: 1px solid #cccccc; 
margin: 5px 0 0 15px; 
}



/* COMMENTS */

.comment-container {
float: right;
background: #FFF;
width: 540px;
padding: 20px 30px 20px 30px;
margin-right: 15px;
margin-bottom: 30px;
line-height:1.6em;
color:#454545;
overflow: hidden;
}

.section-title {
color: #000000;
font-family: 'DBS-BYekan', B Yekan, Tahoma;
font-size: 22px;
font-weight: 400;
line-height: 2em;
margin: 0 0 1em 0;
padding: 0;
}

.comment-data {
float: right;
width: 400px;
}

.comment-data p {
margin-bottom: 6px;
line-height: 1.3;
}

.comment-author {
color: #000;
font-weight: 700;
margin-bottom: 3px;
font-size: 13px;
}

.comment-meta {
color: #666;
margin-bottom: 5px;
font-size: 85%;
}

.unapproved {
font-style: italic;
}

#comments label {
font-size: 90%;
color: #666;
padding: 5px 0;
display: block;
}

#comments input {
width: 240px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #E0E0DE;
}

#comment-form{
width: 400px;
height: 150px;
margin: 15px 0;
font-family: Tahoma;
font-size: 100%;
padding: 10px;
border: 1px solid #E0E0DE;
}

#comments #submit {
width: 420px;
background: #999; 
border:1px solid #666; 
border-radius: 2px; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px;
color: #FFF;
outline: none;
font: 13px 'DBS-BYekan', B Yekan, Tahoma;
text-transform: uppercase;
padding: 5px 0;
cursor: pointer;
}

#comments #submit:hover {
background:#666; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px;
}

ol.commentlist { 
list-style:none; 
margin:0; 
padding:0; 
}

ol.commentlist li { 
border:1px solid #d5d5d5;  
margin:0 0 10px; 
padding:5px 74px 5px 7px; 
position:relative; 
}

ol.commentlist li.pingback comment-author { 
padding:0 0 0 170px; 
}

ol.commentlist li div.vcard { 
font-weight:bold; 
font-size: 14px; 
line-height: 16px; 
}

ol.commentlist li div.vcard cite.fn { 
font-style:normal; 
font-size: 14px; 
}

ol.commentlist li div.vcard cite.fn a.url { 
text-decoration:none; 
}

ol.commentlist li div.vcard cite.fn a.url:hover { 
color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
right:7px; 
position:absolute; 
top:7px;
background: #EAE8DB;
border:1px solid #CCCCCC;
padding: 3px;
margin-left: 15px;
}

ol.commentlist li div.comment-meta { 
font-weight:bold; 
font-size: 10px; 
line-height: 16px; 
position:absolute; 
left:10px; 
text-align:left; 
top:5px; 
}

ol.commentlist li div.comment-meta a { 
color:#666; 
text-decoration:none; 
}

ol.commentlist li p { 
font-weight:normal; 
font-size: 12px; 
line-height: 16px; 
margin:5px 0 12px; 
}

ol.commentlist li ul { 
font-weight:normal; 
font-size: 12px; 
line-height: 16px; 
list-style:square; 
margin:0 0 12px; 
padding:0; 
}

ol.commentlist li div.reply { 
margin-top: 10px;
background:#999; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
color:#fff; 
font: 13px/1 'DBS-BYekan', B Yekan, Tahoma; 
padding:6px 5px 4px;  
text-align:center; 
width:56px; 
}

ol.commentlist li div.reply:hover { 
background:#666; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px;
}

ol.commentlist li div.reply a { 
color:#fff; 
text-decoration:none; 
text-transform:uppercase; 
}

ol.commentlist li ul.children { 
list-style:none; 
margin:12px 0 0; text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-3 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-4 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-5 { 
margin:0 0 3px; }

ol.commentlist ul.children li.odd { 
background:#fff; 
}

ol.commentlist ul.children li.even { 
background:#f6f6f6; 
}

ol.commentlist li.pingback div.vcard { 
padding:0 0 0 170px; 
}


/* SIDEBAR */


#sidebar{
float: left;
word-wrap: break-word; 
overflow: hidden;
margin-top: 30px;
margin-left: 15px;
}

.sidebar { 
line-height: 1.5em;
font-family: Tahoma;
 }

.sidebar h3{
padding: 1px 15px 10px 0;
font-weight: 400;
margin-top: 0;
margin-bottom: 15px;
color: #03a5af;
text-transform: uppercase;
font-size: 20px;
font-family: 'DBS-BYekan', B Yekan, Tahoma, Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0 #FFF;
line-height: 1;
}
 
.sidebar a, .sidebar p {
color: #666;
}

.sidebar a:hover, .sidebar li:hover a{
color: #fa6a2b;
text-decoration: none;
}

.sidebar ul {
list-style:none;
margin: 0 5px;
padding:0 0 0;
}

.sidebar li {
padding: 0 20px 0 5px;
padding-bottom:.25em;
line-height:2em;
border-bottom: 1px dotted #EAE8DB;
background: url(images/play.png) no-repeat center right;
}

.sidebar li:hover {
color: #fa6a2b;
background: #faefda url(images/play.png) no-repeat center right;
}

.widget { 
width: 270px;
background: #FFF url(images/sidebarbg.png) repeat-x center top;
padding: 0;
margin-bottom: 30px;
padding: 10px 15px 20px 15px;
}

#wp-calendar{
text-align: center;
width: 280px;
margin-right: 10px;
}

#wp-calendar caption {
color: #000;
font-weight: bold;
margin: 5px 0;
}

#wp-calendar th {
color: #028cc5;
font-weight: bold;
padding: 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid #59B4CB;
}

table, th, td {
text-align: center;
}

#wp-calendar a {
color: #028cc5;
}


/* Navigation */

.navigation {
text-align: center;
margin-right: auto;
margin-left: auto;
margin: 10px 0 10px 0;
height: 40px;
}

.wp-pagenavi {
margin-right: auto;
margin-left: auto;
padding: 10px 1px 10px 1px;
width: 90%;
}
.wp-pagenavi a {
padding: 5px 6px 4px 6px;
margin: 3px;
text-decoration: none;
border: 1px solid #ccc;
color: #666;
background-color: #FFF;
}

.wp-pagenavi a:hover {
border: 1px solid #444;
color: #444;
background-color: #E0EBEE;
}

.wp-pagenavi span.pages {
padding: 5px 6px 4px 6px;
margin: 3px;
color: #000;
font-weight:bold;
border: 1px solid #999;
background-color: #FFF;
}

.wp-pagenavi span.current {
padding: 5px 6px 4px 6px;
margin: 3px;
font-weight:bold;
border: 1px solid #666;
color: #444;
background-color: #E0EBEE;
}

.wp-pagenavi span.expand {
padding: 5px 6px 4px 6px;
margin: 3px;
border: 1px solid #ccc;
color: #444;
background-color: #FFF;
}

.wp-pagenavi .first, .pagenavi .last {
border: 1px solid #aaa;
}

.wp-pagenavi .single_page {
border: 1px solid #ccc;
}

/* FOOTER */

#footer-wrapper {
width: 100%;
background: url(images/footerbg.png);
margin: 0 auto;
border-top: 5px solid #9A9595;
}

#footer {
width:920px;
color:#aaa;
clear:both;
margin:0 auto;
padding: 25px 0 25px 0;
line-height: 1.6em;
}

.footerbox{
width: 280px;
padding: 10px 0;
color: #262626;
}

.footerbok p {
color: #262626;
}

.footerbox a {
color: #262626;
}

.footerbox a:hover {
color: #f7540c;
text-decoration: none;
}

.footerbox h4 {
background: url(images/star.png) no-repeat center right;
padding-right: 20px;
margin-top: 0;
margin-bottom: 15px;
color: #000;
text-transform: uppercase;
font-size: 22px;
font-family: 'DBS-BYekan', B Yekan, Tahoma, Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0 #FFF;
}

.footerbox ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}

.footerbox li {
margin:0;
padding-top:0;
padding-left:5px;
padding-right: 5px;
padding-bottom:.25em;
line-height:2em;
border-bottom: 1px dotted #9A9595;
}

.footerbox li:hover {
background: #F1F1F1;
color: #f7540c;
}


#footerbox1 {
margin-left:38px;
float: right;
}

#footerbox2 {
margin-left:38px;
float: right;
}

#footerbox3 {
float: right;
}

#credit-wrapper{
width: 100%;
margin: 0 auto;
background: #9A9595;
height: 20px;
padding: 10px 0;
font: 13px 'DBS-BYekan', B Yekan, Tahoma;
}

#credit {
width: 940px;
margin: 0 auto;
color: #FFF;
text-align: center;
}

#credit a {
color: #FFF;
}

.clear {
clear: both;
}


/* NIVO SLIDER STYLES */

#slider-container {
width: 900px;
height: 300px;
background: #FFF;
padding: 15px;
margin-top: 30px;
margin-right: 15px;
}

.nivoSlider {
position:relative;
}

.nivoSlider img {
position:absolute;
top:0px;
right:0px;
}

.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
right:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:60;
display:none;
}

.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
}

.nivo-caption {
position:absolute;
right:0px;
bottom:0px;
background: #000;
color:#fff;
opacity:0.8;
width:100%;
z-index:89;
}

.nivo-caption p {
padding:5px;
margin:0;
font: 13px 'DBS-BYekan', B Yekan, Tahoma;
color: #FFF;
text-align: center;
}

.nivo-caption a {
display:inline !important;
color: #FFF;
}

.nivo-html-caption {
display:none;
}

.nivo-directionNav a {
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
}

.nivo-prevNav {
right:0px;
}

.nivo-nextNav {
left:0px;
}

.nivo-controlNav a {
display: none;
position:
relative;
z-index:99;
cursor:pointer;
}

.nivo-controlNav a.active {
display: none;
font-weight:bold;
}

#welcome-box {
position: relative;
float: left;
width: 280px;
height: 300px;
background: #F1F1F1;
}

#welcome {
width: 240px;
height: 260px;
padding: 20px;
}

#welcome h2{
color: #000;
font-family: 'DBS-BYekan', B Yekan, Tahoma;
font-size: 30px;
font-weight: 400;
line-height: 50px;
padding: 0;
text-shadow: 2px 2px 0 #FFF;
margin-bottom: 5px;
}

#welcome p {
line-height: 2em;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
float: right;
position:relative;
width:600px;
height:300px;
background: #000 url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
position:absolute;
top:0px;
right:0px;
display:none;
}

#slider a {
border:0;
display:block;
}

.nivo-controlNav {
display: none;
position:absolute;
right:240px;
bottom:-30px;
}

.nivo-controlNav a {
display: none;
width:22px;
height: 22px;
background: url(images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-left:3px;
float:right;
}

.nivo-controlNav a.active {
background-position:0 -22px;
}

.nivo-directionNav a {
display:block;
width:30px;height:30px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
left:15px;
}

a.nivo-prevNav {
background-position:-30px 0;
right:15px;
}

.nivo-caption {
text-shadow:none;
padding: 5px 0;
}

.nivo-caption a {
color:#efe9d1;
text-decoration:underline;
}

/*POPULAR POSTS */

#popular-comments {
list-style:none; 
} 

#popular-comments h4 {
font: 18px 'DBS-BYekan', B Yekan, Tahoma;
color: #000;
}

#popular-comments li:hover, #popular-comments li a:hover {
background-image: none;
}

#popular-comments li { 
overflow:auto; 
margin: 0px; 
padding: 10px 5px; 
background-image: none;
} 

#popular-comments li img { 
background: #EAE8DB;
float:right; 
margin-left:10px; 
border:1px solid #CCCCCC;
padding: 3px;
} 

#popular-comments li a { 
text-decoration:none; 
font-weight:bold; 
color:#000;
} 

#popular-comments li a:hover {
color: #fa6a2b;
}

#popular-comments li p { 
text-transform: uppercase;
font-size: 11px;
}

/* DROPDOWN MENU */

nav {	
	float: right;
	
}
nav ul.sf-menu {
        float: right;
	background: transparent;
	width: 740px; /* same as header width */
}

li.current-category {
background: #43c2dc url(images/menudivider.png) no-repeat top left;
position: relative;
padding: 15px 19px 14px 17px;
text-transform: uppercase;
font-size:11px;
float: right;
}

li.category {
background: url(images/menudivider.png) no-repeat top left;
position: relative;
padding: 15px 19px 14px 17px;
text-transform: uppercase;
font-size:11px;
float: right;
}

li.category:hover{
background: #43c2dc url(images/menudivider.png) no-repeat top left;
position: relative;
padding: 15px 19px 14px 17px;
text-transform: uppercase;
font-size:11px;
float: right;
}


*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width: 100%;	
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: right;
	position: relative;
        padding: 7px 10px 6px 10px;
}
.sf-menu a {
	display: block;
	position: relative;
color: #FFF;
text-transform: uppercase;
font-size:11px;
}



.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right: 0;
	top: 3.1em; /* match sf-menu line height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	right: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	right: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background: url(images/menudivider.png) no-repeat top left;
}
.sf-menu li li {
	background:		#A5CFE0;
}
.sf-menu li li li {
	background:		#CCDADE;
}
.sf-menu li:hover{
	background:		#3dc4e0 url(images/menudivider.png) no-repeat top left;
	outline:		0;
padding: 7px 10px 6px 10px;
}

.sf-menu li li li:hover, .sf-menu li li:hover{
	background-color:		#3dc4e0;
        background-image: none;
	outline:		0;
}

.sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	background: #3dc4e0;
	outline:		0;
}