/* CSS Document */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
text-align: center;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 2px;
margin: -5px 0 -5px 0;
font-weight: bold;
text-align: center;
}

.commenttext-admin a:hover {
color: black;
}


#feather {

position: relative;

margin: -15px;

margin-left: 2px;



}


#suckerfishnav {

    background:#333 repeat-x;

    font-size:11px;

    font-family:verdana,sans-serif;

    font-weight:bold;

    width:100%;

    position: relative;

    z-index: 31;

    }

#suckerfishnav, #suckerfishnav ul {

    float:left;

    list-style:none;

    line-height:15px;

    padding:0;

    border: 0 px solid #20afff;

    margin-top: 40px;

    width: 100%;

    opacity: .9; 

    }

#suckerfishnav a {

    display:block;

    color:#ffffff;

    text-decoration:none;

    padding:0px 10px;

    }

#suckerfishnav li {

    float:left;

    padding:0;

    }

#suckerfishnav ul {

    position:absolute;

    left:-999em;

    height: auto;

    width: 120px;

    font-weight:normal;

    margin:0;

    line-height: 1;
     
    border:0;

    border-top:1px solid #20afff;

    }



#suckerfishnav li li {

    width: 120px;

    border-bottom:1px solid #666666;

    border-left:1px solid #666666;

    border-right:1px solid #666666;

    font-weight:bold;

    font-family:helvetica,sans-serif;

    }

#suckerfishnav li li a {

    padding:4px 10px;

    width: 120 px;

    font-size: 12px;

    color:#fff;

    }

#suckerfishnav li ul ul {

    margin: -21px 0 0 98px;

    width: 160px;

    text-transform: none;

    }



#suckerfishnav li ul ul li{

    width: 160px;

    }



#suckerfishnav li li:hover {

    background:#fff;

    }

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {

    color:#333;

    }

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {

    color:#333;

    }

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {

    color:#fff;

    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {

    left:-999em;

    }

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {

    left:auto;

    background:#333;

    }

#suckerfishnav li:hover, #suckerfishnav li.sfhover {

    background:#ffffff;

    }




/*====: [STANDARD HTML STYLES] :================================*/

h1 {
	font-size: 15px;
        margin-top: 5px;
        margin-bottom:0px;
}

h2{
	margin-top: 5px;
        margin-left: 5px;
	font-size: 14px;
       margin-bottom:0px;
}

h3 {
font-size: 13px;
margin-top: 5px;
margin-left: 5px;
margin-bottom:0px; 
}

h4 {
	margin-top: 5px;
        margin-left: 5px;
        margin-bottom:0px; 
	font-size: 12px;
}


h7{
	margin-top: 10px;
        margin-left: 15px;
        font-size: 12px;
        font-weight: bold;
}

#cblock h2 {
margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999;
}


h5 {
margin: 0 0 0 0;
margin-left: 60px;
font-size: 10px;
margin-top: 10px;

}

h6{
margin-top: 25px;
font-size: 13px;
}


td, th{

	padding:3px;


	font-weight:normal;

}

#ZoomCapDiv {

margin-top: -20px;
}

a, a:visited{



	color: #20AFFF;



	text-decoration:none;

}



a:hover{
	text-decoration:none;
        color: #FFF;
}


blockquote{
        line-height : 18px;
        background-color: #f1f1f1;
	color: #000000;
	font-size: 12px;
        padding: 10px;
        padding-top: 3px;
        border-right: 3px solid #bbd0e4;
        border-bottom: 3px solid #bbd0e4;
        border-top: 2px solid #c9dbed;
        border-left: 2px solid #c9dbed;

}


.ebody blockquote ul {
float: top;
position: relative;
left: 0px;
padding: 0 px;
}

.ebody blockquote li {
position: relative;
margin-left: 30px
}

.ebody blockquote.rent {
        line-height : 18px;
        background-color: black;
	color: #FFF;
	font-size: 12px;
        padding: 10px;
        padding-top: 3px;
        border-right: 3px solid #bbd0e4;
        border-bottom: 3px solid #bbd0e4;
        border-top: 2px solid #c9dbed;
        border-left: 2px solid #c9dbed;
}


code {
	font: 1em 'Courier New', Courier, Fixed;
	text-align: left;
	background: #DFDFDF;
	border-left: 3px solid #333;
	display: block;
	padding: 5px;
	white-space: nowrap;
	overflow: auto;
	}

.center{
	background: url(wimage/mid.gif);
	height: auto;
	margin: auto;
        padding-left: 60px;
	padding-right: 34px;
	text-align: left;
	width:600px;
}



.centerd {
	background: url(wimage/mid.gif);
	height: auto;
	margin: auto;
	padding-left: 65px;
	padding-right: 34px;
	width:600px;
	text-align: left;

}


.centerposttop {

	background: url(wimage/posttop.gif) no-repeat;

	width:694px;

	height: 55px;

	margin: auto;

	margin-top:8px;

}

/*====: [GENERIC ELEMENTS & HACKS] :=============================*/

.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.clearfloatthick {
	clear: both;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.centerer { /* IE hack to center child element inside parent */
	width: 100%;
	text-align: center;
}
.txtalignleft {
	text-align: left;
}
.txtalignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.bottomdotted {
	border-bottom: 1px dotted #D44942;
	display: block;
	padding: 10px;
	}
.marginbottom {
	margin-bottom: 10px;
	}
.hidden {
	/* Javascript hides this div on page load */
	display: block;
}
a.arrows {
	outline: none;
	display: inline;
}
a.arrows:hover {
	background: transparent;
}
a img.arrows {
	width: 18px;
	height: 10px;
	border: none;
	line-height: 10px;
	margin-left: 5px;
}
a:hover img.arrows {
	background: transparent;
}
a.showhide_link {
	font-size: .6em;
	color: #888;
}
a.showhide_link:hover {
	background: transparent;
}



/*====: [CORE LAYOUT ELEMENTS] :================================*/



body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #000 url(/b.jpg) top;
        background-repeat: no-repeat;
	font: normal 12px/18px "Arial", "Lucida Grande", sans-serif;
}


.nocomments {

float:left;

	padding-top: 0px;

margin-bottom: 30px;

        margin-left: 30px;

        margin-right: 30px;

        margin-top: 35px;

	padding-bottom: 0px;



}

#footer {

	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
          border-top-color: #666;
width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;

}



#footer p{
	padding:10px;
	margin:0px;
}

#wrap {
  	width: 1100px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
    background: #000;
   border-left:solid 5px #FFF;
    border-right:solid 5px #FFF;
    border-bottom: solid 5px #FFF;
}

#content {
	float: right;
	position:relative;
        width: 750px;
	margin-bottom: 15px;
        margin-top: 10px;
        text-align:auto;
}

#rand {

background-image: url('');
background-repeat: no-repeat;
width: 430px;
height: 159px;
z-index: 1

}


#logoLink {
	height:65px;
	width:330px; 
        top: 60px;
 z-index: 3
}

#logo {

background-image: url('http://whatifgaming.com/whatifbanner.png');
height: 200px;
width: 850px;
background-repeat: no-repeat;
border:1px solid #333;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
float: left;
}

#skyscraper iframe {

border: 2px solid #20AFFF;

}

/*====: [ HEADER LEVEL ELEMENTS] :=================================*/
#skyscraper 

{
   padding: 0px;

   margin-left: 10px;

   width: 160px;

   height: 600px;

}

#name {
	float: right;
	color: #20AFFF;
	font-size: 30px;
        position: relative;
	font-weight: bold;
        left: -220px;
        top: 115px;
        clear: both;
z-index: 2

}

#name a:link{

	

	color: #20AFFF;

	

	font-weight: bold;

}

#tagline {
        width: 200px;
        top: -10px;
        margin-top: 20px;
        margin-bottom: -20px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: gold;
        position: relative;
        left: -75px;
font: 11px "Tahoma", Tahoma, Arial, sans-serif;

}

#blogmeta img {

border: 0px;

}

#blogmeta {

	top:0px;

	bottom:300px;

	text-transform: uppercase;

	font: 11px "Arial", Tahoma, Arial, sans-serif;

        color: #FFF;  

}



#blogmeta a {

	text-transform: uppercase;

	font: 11px "Verdana", Tahoma, Arial, sans-serif;

}


/*====: [ NAVIGATION LEVEL ELEMENTS] :=================================*/


#pager {

        float: right;

	margin-right: 325px;

}

/*====: [POST LEVEL ELEMENTS] :=================================*/

.pagepag{

    font: 13px "Lucida Grande", Tahoma, Verdana;
	float: right;
	line-height: 1.4em;
	font-weight: bold;
        margin-top: -20px;
        width: 310px;
        margin-right: -100px;
}

.smallr {
font-size: 10px;
}

.red {
color: red;
}




#topTag {
text-transform: uppercase;
}

#topTag a {

text-transform: uppercase;
padding: 0px;
margin-top: 10px;
color: #20AFFF;

}


.ebody p{
margin: 8px 0px 0 0px;
padding:0;

}

#articleHeader{margin-bottom:10px}
.headline{font-weight:bold;font-size:20px}
.subheadline{font-weight:bold;font-size:14px}
.byline{font-size:11px}
.byline a{font-weight:bold}

.ebody ol{

        margin-top: 5px;

        position: relative;

        left: -80px;

	padding: 0px;



}

.post-meta img {
left: -100px;
position:relative; 
}

.post-meta {
list-style-type: none;
margin-bottom: -5px;
height: 30px;
width: 640px;
}

.post-meta p {
margin-bottom: 5px;
}

.post-meta-key {
display: none;
}

#topTag a:hover {



color: #CCC;



}


.ebody img.aligncenter {

border: 2px solid #b3b3b3;
background-color: #fff;
display: block;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}

.ebody img.aligntabc {
border: none;
padding: 0px;
background-color: transparent;
display: block;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
.ebody img.alignright {
float: right;
margin: 5px 0 5px 10px;
border: 2px solid #b3b3b3;
background-color: #fff;
}

.ebody img.alignleft {
	float: left;
	margin: 10px 10px 5px 18px;
        border: 2px solid #b3b3b3;
        background-color: #fff;
}

#comment2 {
background:#F3F3F3;
color: black;
padding:5px;
padding-bottom: 10px;
margin:10px 0;
border:#ccc solid 1px;
font: 12px arial,sans-serif;
}

#comment2text {
padding: 0px;
margin: 5px 0;
}

#comment2 img {
border: none;
padding: 3px;
}

.object {

        margin-bottom: 10px;

}


hr.separator {

	border: 0;

	border-bottom: 1px dotted #FFF;

	float:left;

	width: 475px;

	height:1px;

	display:block;

	margin-bottom:15px;

}



hr.clear{

	clear: both;

}


.entry{

        float:left;

	position:relative;

	width:75%;
	margin-bottom:15px;

}



.firstpost {



	float:left;

	position:relative;

	width:75%;

	margin-bottom:15px;



}



h3.etitle {
	padding-top: 5px;
font: normal 12px/18px "Arial", "Lucida Grande", sans-serif;
	padding-right: 0px;
        letter-spacing: -2px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
        line-height: 2.5em;
}



h3.etitle a, h3.etitle a:visited, h3 a{
	color: #20AFFF;
	border-style: none;
	font-size: 25px;
	text-transform: none;
	font-weight: bold;
}



h3.etitle a:hover, h3 a:hover{

color: red;

}



.emeta{

    font: 11px "Lucida Grande", Tahoma, Verdana;
	float: right;
	line-height: 1.4em;
	font-weight: bold;
        margin-top: -20px;
        width: 310px;
        margin-right: -100px;
}



.emeta a img{
border:none;
}

.pmeta p {

font: 13px "Lucida Grande", Tahoma, Verdana;

	float: right;

        margin-right: 130px;

        margin-top: -20px;
	line-height: 1.4em;
	font-weight: bold;

}





.pmeta li {

 margin-bottom: 20px;

}

.pmeta img{

	float: right;

        margin-right: 100px;

        margin-top: -35px;

}

.pmeta {
font: 13 px "Lucida Grande", Tahoma, Verdana;
}

.pmeta a img{
	border:none;
}

.ebody a {
}

.ebody img {
padding: 4px;
background-color: #fff;
margin: 10px;
border: 2px solid #b3b3b3;
}

.ebody ul {

        float: top;

        position: relative;

        left: -80px;

        padding: 0px; 
}

.ebody ul li {

width: auto;

}

.ebody li {
        position: relative;
        margin-left: 100px;
}


/*====: [BASEBAR/FOOTER STYLES] :====================================*/


#basebar {

        margin-top: 5px; 

        margin-left: 125px; 

	font: 11px Arial;

	width: 590px;

}

#navig {
height: 49px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#basebar a {

	color: #FFF;

	font: 9px "Lucida Grande", Tahoma, Arial;

	border-bottom: 0;

}



#basebar ul li {

        margin-right: 5px; 
	float: left; 

	height: 20px;

        list-style: none;

}

/*====: [PAGE STYLES] :====================================*/

#pages h1{



	margin:0px;



	padding:0px;



        color:#FFF;

}



#pages h1 a{



	text-transform:uppercase;



	text-decoration:none;



	color:#FFF;




	font: 5px Arial, Helvetica, sans-serif;



	margin:0px;



	padding:13px 0px 0px 10px;




	letter-spacing: -1px;



	float: left;




}




#pages h1 a:hover{






	text-decoration:underline;






}


div#pages {
	height: 45px;
	margin-left: 50px;
	width:auto;
        float: left;
    background: #000;
   z-index: 4
}

div#pages ul {



	padding: 10px 0px 0px;




	white-space: nowrap;



	list-style-type: none;

	margin: 0px;	



}



div#pages ul li {




	float:left;



}

div#pages ul li.current_page_item a  {





	text-decoration: underline;


}



div#pages ul li a {









	font: 11px 'Lucida Grande', Tahoma, Arial, sans-serif;

	color: #ffffff;

	background-color: #000000;

	font-weight: bold;

	text-transform: uppercase;

	border-left:solid 2px #FFF;

        border-right:solid 2px #FFF;

	padding: 10px;



}



div#pages ul li a:hover {

	background-color: #20AFFF;

        color: black;

}

/*====: [ COMMENT LEVEL ELEMENTS] :=================================*/



.commentlink img {



	border-top-style: none;



	border-right-style: none;



	border-bottom-style: none;



	border-left-style: none;



}


/*====: [SIDEBAR ELEMENTS] :==================================*/

#sidebar-img{
	background: url(/sidetop.png) no-repeat;
	height: 120px;
}

#sidebar-bot {
	background: #000 url(/sidebot.png) no-repeat;
	height: 198px;
}


#sidebar {
	background-color: #000;  
        margin: 30px;
	font-size: 10px;
        background: url(/sidebar_bg.png) repeat-y;
	width: 260px;
        float: left;
        font-family: "Lucida Grande", Tahoma, Verdana;

}

#sidebar h2 {

	font-size: 11px;

	width: 160px;

        float: left;

	font-family: "Lucida Grande", Tahoma, Verdana;

}

#sidebar ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin: 5px 0 0 10px;
	padding: 0;
}

#sidebar img {

border: none;
margin-left: 10px;

}

#sidebar a {
	color: #ed975b;
	padding: 0px;
	font-size: 11px;
        font-weight: bold;
	font-family: Arial, verdana, tahoma, Helvetica, sans-serif;
	margin: 0;
}
#sidebar a:hover {
	text-decoration: none; color: white; }
#sidebar ul.children li a{
	margin-left: 0px;
}
#sidebar ul.children ul.children li a {
	margin-left: 0px;
}

#sidebar ul.children ul.children ul.children li a {
	margin-left: 0px;
}
/*
* The borders above are for child categories - they go 3 levels deep
* If you want more than that, add another style, and know that you're
* obsessed with child categories
*/

#team { 
   margin-left: 20px; 
   margin-bottom: 30px;
   clear: left;
}

#teamimg{
margin-left: 5px;
margin-top: 15px;
clear:left;
}

#team ul {
list-style: none;
font: 11px "Verdana", Tahoma, Arial, sans-serif;
margin-left: 0px;
}

____________________________________________________________________


ul.list-blogroll li a{



border-bottom: 1px dotted #666;




	color: #00e0ff;



	display: block;



	text-decoration: none !important;



	margin-left: 0px;



	padding: 4px 0px 4px 25px;

	

	background-image: url('images/bull.gif');



	background-repeat: no-repeat;



	background-position: 10px 50%;



}








#searchdiv {



	margin-top: 8px;



	margin-bottom: 15px;

}



/*blogroll widget */

ul.list-blogroll li{

	background: url(img/arrow.gif) no-repeat !important;

	padding-left: 22px !important;

}







/*meta  widget*/


ul.list-meta li{

	background: url(img/) no-repeat !important;

	padding-left: 22px !important;

}

/*rss widget */

ul.list-rss li{

	background: url(img/arrow.gif) no-repeat !important;

	padding-left: 22px !important;

}

/*category  widget */

ul.list-cat li, li.bar_categories li{

	background: url(img/arrow.gif) no-repeat !important;

	padding-left: 22px !important;

}

/*recent  widget  */

ul.list-rec li, li.bar_comments ul li {

	background: url(img/arrow.gif) no-repeat !important;

	padding-left: 22px !important;

}

/*archives widget */

ul.list-archives li, li.bar_archives li{

	background: url(img/arrow.gif) no-repeat !important;

	padding-left: 22px !important;

}

/*pages widget */

ul.list-page li, li.bar_pages li, li.bar_recent_entries li{

	background: url() no-repeat !important;

	padding-left: 22px !important;

}


/*sub-pages widget */

ul.list-page li ul li, li.bar_pages li ul li{

	background: url(img/arrow.gif) no-repeat !important;



	padding-left: 15px !important;












}


/*calendar bar widget */

li.bar_calendar td {


	padding: 1px 7px;

}




/*text bar */

.textbar {

	padding-top: 5px;

}

}

/* search form button - to specify button only use input[type="submit"] */

/*====: [SEARCH FORM STYLES] :=================================*/

#searchform br {

	display: none;

}


form#searchform {

	margin-top: 6px;
        margin-left: 10px;

}

form#searchform input {
        margin-top: 10px;
	width: 90px;
	height: 17px;
	color: white;
        background: #000 url(http://whatifgaming.com/wp-admin/images/button-grad1.png) repeat-x scroll left top;
        border: 1px solid #000;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	}

form#searchform input:hover {
border: 1px solid #FFF;

}

#searchform input:active {

	background: #000 url(http://whatifgaming.com/wp-admin/images/button-grad-active1.png) repeat-x scroll left top !important;
}

form#searchform input#s {
	width: 140px;
	height: 16px;
	font-size: 1 em;
	color: red;
        background: #121605 !important;
        border: 1px dotted #FFF;
        font-weight: bold;
	}

#searchformcomment input {

	background: #121605;

	border: 1px solid #FFF;

	width: auto;

	height: 20px;

	font: bold 11px Arial, Helvetica, sans-serif;

	color: #20AFFF;

	vertical-align: middle;

}



#searchformcomment input:active {

	background: white;

	border: 1px solid #FFF;

}



#searchform2 input {

	background: #121605;

	border: 1px dotted #FFF;

	width: 50px;

	height: 25px;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #20AFFF;

	vertical-align: middle;

}



.clink {



	background-image:url('.images/comments.gif');



	background-repeat: no-repeat;



	background-position: left center;



	padding-left:16px



}







#cblock h2{



	padding:2px;



	margin-bottom:10px;



	margin-top:30px;



}



#cblock {



	float:left;



	padding-top: 0px;



margin-bottom: 30px;

        margin-left: 30px;

        margin-right: 30px;

        

        margin-top: -35px;

      

	padding-bottom: 0px;







	text-align: left;	/*font-size: 0.8em;*/



}







ol#commentlist {



	margin-top:0px;



	padding: 5px;



	margin-left: 0px;



	list-style-type: none;



}



.commentdate {



	font-size:0.8em;



	padding-left:5px;



}



#commentlist li  p{



	margin-bottom: 8px;



	line-height: 20px;



	padding:0;



}







.commentname {



	margin-bottom: 10px;

	padding: 5px;

        background: #333;








        width: 450px;




}




.commentname img {

border: 0px;



}



.commentname a {

color: #fff;



}





.commentinfo{



clear:both;



}







.commenttext {



	clear: both;



	margin-top: 0px;



	margin-bottom: 30px;








	padding: 2px;



        width: 450px;

  

        overflow: hidden;

 

        background: #333;





}








.commenttext-admin {



	clear: both;



	margin-top: 0px;



	margin-bottom: 10px;



	padding: 1px;



	width:450px;

      

        color: red;



	background: #fff;



}







#commentsformheader{



	padding-left:0px;



}







#commentsform{



	margin-top:0;



	text-align:center;



	padding-top: 0px;



	padding-right: 0px;



	padding-bottom: 0px;



	padding-left: 0px;



}







#commentsform form{



	text-align:left;



	margin:0px;



}








#commentsform form textarea{



	width:99%;



}



#commentsform p{



	margin:5px;



}



p.comments_link  img{



	margin: 0px;



	padding: 0px;



	border-top-style: none;









	border-right-style: none;




	border-bottom-style: none;



	border-left-style: none;



}

table{



	margin:10px;



}


.date {



	float:left;



	height:45px;






	width:30px;



margin-top:2px;



	margin-right:10px;




	padding:2px;



	background:#333;



border:1px dotted #000;



	}





.date p {



	text-align:center;



	color: #00e0ff;



	margin:0 0 0 0px;



	text-transform:uppercase;



	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;




	}



.date span.day {








	font-size: 23px;






	display:block;



color:#CCC;

	font-style: italic;


































	}












.date span.month {



	font-size: 11px;



	height:11px;




	display:block;




padding: 1px 2px 4px;




border-bottom: 1px dotted #7f7f7f;



    margin-bottom:4px;

	border-top: 2px solid #7f7f7f;


	font-weight: bold;

	font-style: italic;



}




/* My Comment */




/* My Comment */


#rss a{


   width:50px;


	height: 70px;

	text-decoration: none;

	display: block;

	

}
