/*
Theme Name: Artruby
Theme URI: 
Description: 
Version: 1.0
Author: Naili
Author URI: 
Tags:  
*/


/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
/* 	border-left: 1px solid #ddd; */
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.postmetadata a {
color: #000;
}

.postmetadata a:hover {
color: #CC0033;
}

#respond a {
color: #CC0033;
}

#respond a:hover {
color: #000;
text-decoration: none;
}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 1px 0 40px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer p {
        font-family: Helvetica, Georgia, Serif;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer a {
        font-family: Helvetica, Georgia, Serif;
        }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
/* 	width: 170px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* NEW DESIGN ************************************* */

ul, li {
list-style: none;
margin: 0;
padding: 0;
}

.clr {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #000;
text-align: center;
margin: 0;
padding: 0;

}

#page {
background: #fff;
text-align: left;
margin: 0 auto;
padding: 0;
width: 948px;
}

#header {
/* background: url('images/logo-bg.png') no-repeat top center #0f0f0f; */
height: 69px;
margin: 0;
padding: 0;
/* border-right: 1px solid #929292; */
width: 949px;
}

#headerimg {
text-align: center;
margin: 0;
padding: 0;
height: 69px
}

#header .menu li.current_page {
background: #cc0033;
border-left: 1px solid black;
border-right: 1px solid black;
}

#topSidebar {
width: 948px;
/*
height: 102px;
overflow: hidden;
*/
background:  #666;
text-align: center;
margin-top: 37px;
border-left: 1px solid #929292;
border-right: 1px solid #929292;
}

#topSidebar div.topSidebarPad {
padding: 5px 0;
text-align: center;
width: 728px;
margin: 0 auto;
}

.mainContent {
width: 948px;
background: url('images/content-bg.png') repeat-y top left;
border-left: 1px solid #929292;
border-right: 1px solid #929292;
}

.mainContentPage {
width: 948px;
background: url('images/content-bg.png') repeat-y top left;
}

#sidebar {
padding: 5px 0 10px 1px;
width: 161px;
float: left
}

#sidebar form {
margin: 0;
}

.narrowcolumn {
float: left;
padding: 0 0 20px 6px;
margin: 0px 0 0;
width: 770px;
}

.mainContentPage .narrowcolumn {
float: left;
padding: 0 0 20px 5px;
margin: 0px 0 0;
width: 770px;
}

#footer {
width: 948px;
border-left: 1px solid #929292;
border-right: 1px solid #929292;
border-bottom: 1px solid #929292;
background: #acacac;
text-align: center;
vertical-align: middle;
/* min-height: 29px */
}

#footer a {
color: #000;
font-size: 13px;
text-decoration: none;
padding: 0 10px
}

#footer a:hover {
color: #fff
}

#footer ul {
list-style: none;
margin: 0;
padding: 8px 0 6px 0;
}

#footer ul li {
display: inline
}


div.imageWidget {
width: 255px;
background: url('images/widget-bg.png') repeat-y top left;
float: left;
}

div.imageWidget .contentWidget {
width: 255px;
text-align: left;
font-size: 11px;
/* letter-spacing: -0.5px; */
font-family: Helvetica;
font-size: 11pt;
color: black;
}

.padWidgetText {
padding: 0 2px 0 4px
}

.padWidgetText img {
border: 0 !important;
}

.short_text {
height: 37px;
overflow: hidden;
font-family: Helvetica;
font-size: 11px;
margin-top: 3px;
line-height: 110%
}

div.imageWidget .contentWidget p {
color: #474747;
font-family: Helvetica;
font-size: 11px;
}

div.imageWidget .padWidget {
padding: 0 10px 0 9px;
}

div.imageWidget .padWidget p {
margin: 5px 0 0 0;
}

div.imageWidget .padWidget p.left {
margin-top: 8px;
}

div.imageWidget .padWidget img {
border: 1px solid #AAAAAA;
}

div.imageWidget .padWidget img.square_image {
/*border: 3px solid #FFFFFF;
margin-top:-3px;
margin-left:-3px;*/
}

div.imageWidget .padWidget img.square_image:hover {
/*border: 3px solid #cc0033;*/
}

div.imageWidget .padWidget a {
color: #444444;
}

div.imageWidget .padWidget a:hover {
color: #CC0033;
}

div.imageWidget .padWidget .left {
float: left
}

div.imageWidget .padWidget .right {
float: right;
min-width: 18px;
font-size: 13px
}

.pagesRed {
text-align: center;
clear: left;
margin: 30px auto
}

.pagesRed a {
font-size: 14px;
color: #cc0033;
text-decoration: none;
padding: 0 5px;
margin: 0 5px;
}

.pagesRed a:hover {
color: #fff;
background: #cc0033
}

.rnadomArea {
width: 948px;
background: #666;
padding: 20px 0;
border-left: 1px solid #929292;
border-right: 1px solid #929292;
}

.randomLeft {
float: left;
margin-left: 50px;
width: 550px;
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-family: Times, sans-serif;
}

.randomLeft img {
border: 1px solid #acacac;
margin: 3px;
float: left;
}

.randomRight {
float: left;
margin-top: 4px;
color: #acacac
}

#sidebar .Advman_Widget h2 {
font-size: 11px;
font-weight: normal;
color: #303030
}

#sidebar .Advman_Widget h3 {
font-size: 14px;
font-weight: normal;
color: #000;
clear: left;
text-transform: uppercase;
}

#sidebar .widget_links h2, #sidebar .widget_archive h2 {
font-size: 14px;
font-weight: normal;
color: #000;
clear: left;
text-transform: uppercase;
margin-top: 30px;
}

#sidebar .widget_links a {
color: #333;
}

#sidebar .widget_links a:hover {
color: #CC0033;
text-decoration: none;
}

#sidebar .widget_links ul {
margin: 5px 0 0 5px;
}


div.imageWidget .padWidgetLogin {
padding: 0 15px;
color: #435262;
min-height: 296px
}

.padWidgetLogin .loginLeft {
float: left;
font-weight: bold;
}

.padWidgetLogin .rigisterRight {
float: right;
font-size: 10px;
}

.padWidgetLogin .rigisterRight a {
color: #cc0033
}

.padWidgetLogin form {
clear: both;
text-align: left;
padding: 20px 0 0 0;
margin: 0;
font-size: 9px;
}

.padWidgetLogin p.username {
margin: 0;
font-size: 9px;
}

.padWidgetLogin p.password {
margin: 2px 0 0 0;
font-size: 9px;
padding: 0;
}

.padWidgetLogin p.forgotPass {
margin: 30px 0 3px 0;
font-weight: bold;
font-size: 10px;
}

.padWidgetLogin p.loginBut {
margin: 0 0 3px 0;
}

.padWidgetLogin p.forgotPassBut {
margin: 4px 0;
}


.padWidgetLogin p.cancel {
margin: 0;
padding: 0;
}

.padWidgetLogin p.cancel a {
color: #238ba4;
text-decoration: none;
}

input.loginText {
width: 98%;
font-size: 9px;
margin: 0;
padding: 0;
}

input.loginButton {
width: 98%;
font-size: 9px;
text-align: center
}

div.ArBlog {
width: 773px;
margin-bottom: 15px;
margin-top: 5px;
background: url('images/widget-bg-big.png') repeat-y top left;
}

div.ArBlogContent {
width: 773px;
}

div.ArBlogContent div.pad {
padding: 0 25px;
}

div.ArBlogContent div.pad p.textPad {
padding: 0 15px 0 0;
}

div.ArtBlogLeft {
float: left;
width: 560px;
padding-right: 5px
}

div.ArtBlogLeft ul, div.ArtBlogLeft li {
list-style: disc
}

div.ArtBlogLeft ol, div.ArtBlogLeft ol li {
list-style: decimal
}

div.ArtBlogLeft ol, div.ArtBlogLeft ul {
margin-left: 12px;
}


div.ArtBlogLeft p {
	padding: 0 15px 0 0;
}

div.ArtBlogRight {
float: left;
width: 155px;
}

div.ArtBlogVote {
color: #4c4c4c;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

div.ArtBlogVote span {
color: #cc0033;
font-weight: bold;
}

a.vote {
color: #cc0033;
}

a:hover.vote {
text-decoration: underline;
color: #cc0033;
}

div.ArtBlogTools {
border-bottom: 1px solid #ccc;
padding: 0 0 10px 0;
font-size: 10px;
}

div.ArtBlogTools a {
color: #333;
text-decoration: none;
}

#page div.ArtBlogTools ul {
margin: 0;
padding: 0;
margin-left: 20px;
}

#page div.ArtBlogTools li {
margin: 2px 0;
}

#page div.ArtBlogTools li.print {
list-style-image: url('images/print.png')
}
#page div.ArtBlogTools li.email {
list-style-image: url('images/email.png')
}
#page div.ArtBlogTools li.save {
list-style-image: url('images/save.png')
}
#page div.ArtBlogTools li.share {
/*list-style-image: url('images/share.png')*/
margin-left: -22px;
margin-top: -2px;
}
#page div.ArtBlogTools li.premLink {
list-style-image: url('images/permlink.png')
}

div.ArtBlogKeywords {
padding: 10px 0;
font-size: 10px;
}

div.ArtBlogKeywords a {
color: #333;
text-decoration: none;
}

div.ArBlogReadMore {
position: relative;
float: left;
left: 565px;
top: -45px;
margin-bottom: -45px;
}

div.ArtBlogAbout {
color: #333;
}

div.ArtBlogAbout p {
margin: 4px 0
}

div.ArtBlogAbout h3 {
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 24px;
margin: 3px 0 2px 0;
text-align: left;
line-height: 105%;
width: 98%
}

div.ArtBlogAbout h3 a:hover {
color: #CC0033
}

div.ArtBlogAbout a {
color: #000
}

div.ArtBlogAbout a:hover {
color: #CC0033;
text-decoration: none;
}

div.ArtBlogAbout img {
float: left;
margin: 0 10px 10px 0;
}

.post h2 {
background: url('images/art-box-img.png') top left no-repeat;
width: 766px;
height: 54px;
position: relative;
margin: 0;
margin-top: -8px;
top: 8px;
left: 0;
font-size: 1px;
color: #d71042;
}

.rubymuse_header {
background: url('images/ruby-muse-img.png') top left no-repeat;
width: 753px;
height: 53px;
position: relative;
margin: -18px 0 15px 6px;
top: 8px;
left: 0;
font-size: 1px;
color: #d71042;
}


#keywordDropdown {
margin-bottom:5px;
margin-left:4px;
margin-top:5px;
border:1px solid #999999;
font-size:11px;
width:150px;
}
.sideNavCategories {
margin-left:8px;
width:158px;
}
.sideNavCategories a {
border-bottom:1px solid #FFFFFF;
color:#333333;
display:block;
font-weight:normal;
height:14px;
margin-right:10px;
margin-top:1px;
overflow:hidden;
padding-bottom:1px;
padding-top:1px;
}
.sideNavCategories a:hover {
background: #cc0033;
color: #fff;
}
.sideNavNum {
color:#EFEFEF;
float:right;
padding-right:3px;
}

.current_page_number {
	border: 1px solid #cc0033;
}

.error {
	color: red !important;
	margin: 1px 0;
}

.search_word {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 36px;
	color: black;
}

.searchBar {
width: 200px;
position: relative;
top: -60px;
}

.searchBar #searchform {
text-align: left;
padding: 5px 3px 5px 0;
}

.searchBar .btn {
margin-bottom: -7px;
}

.searchBar_center .btn {
margin-bottom: -7px;
}

#quick_subscribe_form .btn {
margin-bottom: -7px;
}

.followUs {
padding-left: 8px
}

.newsLetter {
padding-left: 8px;
background: #008696;
position: relative;
left: -1px;
padding: 10px 0 10px 8px;
margin-top: 8px;
}

.timeFilter {
	padding-left: 8px;
	background: #505A5C;
	position: relative;
	left: -1px;
	padding: 10px 0 10px 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
}

.timeFilter a {
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.timeFilter a:hover {
	text-decoration: underline;
}

form.newsBg {
background: url('images/news-bg.png') no-repeat top left;
}

form.newsBg input {
border: none;
background: transparent;
}


.widget_links, .widget_archive {
padding-left: 8px
}


#sidebar .Advman_Widget h2 {
padding-left: 8px
}

.homePagePad {
padding: 10px 0 10px 10px;
}

div.adsHomePageCenter {
clear: left;
margin: 15px 0;
text-align: center
}

div.adsHomePage {
text-align: left;
width: 728px;
margin: 0 auto
}

div.adsBlogCenter {
clear: left;
margin: -5px 0 15px 0;
text-align: center
}

div.adsBlogPage {
text-align: left;
width: 728px;
margin: 0 auto;
font-size: 11px;
color: #303030
}


#quick-subscribe {
padding-left: 10px
}

#quick-subscribe #QS_user_email_widget {
width: 110px
}

#respond {
width: 50%;
}

#respond h3 {
background: url('images/aColumnHorizontalBorder.gif') repeat-x top left;
margin-top: 15px;
padding-top: 15px
}

#respond textarea, #respond input {
border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
border-style: solid;
border-width: 1px;
background: #fff
}

div.loginForm {
position: relative;
float: right;
text-align: right;
top: 83px;
right: 20px;
font-family: Helvetica;
font-size: 12px;
color: #000;
z-index: 1000;
margin-bottom: -20px;
width: 300px;
}

div.loginForm a {
color: #000
}

#commentform p {
text-align: left
}

#commentform label small {
width: 300px;
text-align: left
}

.post_images {
	padding: 3px;
	margin: 5px;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
}

.webby {
width: 88px;
height: 65px;
display: block;
text-indent: -9999px;
position: relative;
top: -120px;
left: 862px;
background: url(images/webby-winner.png) 0 0 no-repeat
}


























