header, article, nav, section, footer, figure { 
	display: block;
}
body {
	font-family: Verdana, sans-serif;
	font-size: smaller;
}
body > footer {
	clear: both;
}
pre {
	border: 1px dashed black;
	background-color: #f9f9f9;
	padding: 10px;
	overflow: auto;
}
code {
	font-family: monospace;
}
a img {
	border: 0;
}
a {
	color: #224375;
}
a:hover {
	color: #5273A5;
}
a:visited {
	color: #9043CC;
}
a:visited:hover {
	color: #A063EC;
}

#content-wrapper {
	float: left;
	width: 100%;
}
#main-article {
	margin-left: 190px;
}
#main-header {
	font-family: Trebuchet MS;
	background-color: #FFEC8B;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 5px;
}
#main-header > h1 {
	padding: 0;
	margin: 0;
}
#main-article footer {
	margin-bottom: 10px;
}
#left-info {
	float: left;
	width: 362px;
}
#screenshots {
	margin-bottom: 10px;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 5px;
	min-height: 100px;
}
#left-info {
	padding-bottom: 10px;
}
#screenshots ul {
	margin: 0;
	list-style-type: none;
	padding-left: 2em;
}
#style-info {
	padding-top: 0;
	margin-left: 360px;
}
.screenshot-thumbnail {
	margin: 0;
	text-align: center;
	max-height: 265px;
	overflow-y: hidden;
}
.screenshot-thumbnail img {
	vertical-align: bottom;
	max-width: 350px;
}
#more-screenshots span {
	font-weight: bold;
}
.no-screenshots {
	margin-top: 35px;
	color: gray;
	text-align: center;
}
#outerImageContainer, #imageDataContainer {
	min-width: 86px;
}
section, article > .in-section-ad {
	padding: 15px 20px 10px 20px;
}
section > h2 {
	margin-left: -10px;
	font-style: italic;
	margin-top: 0;
}
.install-status {
	font-size: larger;
	padding: 8px 16px 12px 16px;
	border-radius: 5px;
	color: white;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 1px;
	display: inline-block; /* shrink wrap */
	max-width: 450px;
}
.install-status a, .install-status a:visited, .install-status a:active {
	color: white;
}
.install-status p {
	padding: 0;
	margin: 0.5em 0;
}
.install-note {
	font-size: smaller;
}
.install {
	background-color: rgb(72, 150, 21);
	background-image: -moz-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21));
	background-image: -webkit-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21)); 
	background-image: -o-linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21)); 
	background-image: linear-gradient(rgb(132, 198, 60), rgb(72, 150, 21)); 
	cursor: pointer;
}
.install:hover {
	background-color: rgb(92, 170, 41);
	background-image: -moz-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41));
	background-image: -webkit-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41)); 
	background-image: -o-linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41)); 
	background-image: linear-gradient(rgb(152, 218, 80), rgb(92, 170, 41)); 
}
.no-install {
	background-color: rgb(230, 62, 51);
	background-image: -moz-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21));
	background-image: -webkit-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21)); 
	background-image: -o-linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21)); 
	background-image: linear-gradient(rgb(230, 62, 51), rgb(200, 32, 21)); 
	cursor: default;
}
.install-info {
	background-color: blue;
	background-image: -moz-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
	background-image: -webkit-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
	background-image: -o-linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
	background-image: linear-gradient(rgb(0, 139, 199), rgb(0, 100, 170));
	cursor: default;
}
.install-symbol {
	font-size: larger;
	font-weight: bold;
}
#more-info, #below-install-ad {
	clear: both;
}
#miscellaneous-info th {
	text-align: left;
	padding-right: 10px;
}
body > footer {
	font-size: x-small;
}
#switch-browser-note {
	opacity: 0.5;
}
#switch-browser-note, #switch-browser-note select {
	font-size: xx-small;
}
#left-sidebar {
	float: left;
	width: 180px;
	margin-left: -100%;
}
#left-sidebar h2 {
	margin: 0;
	font-size: small;
}
#left-sidebar ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#left-sidebar li {
	display: block;
	margin-bottom: 3px;
}
#left-sidebar > * {
	background-color: #D1EEEE;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}
#search-options {
	font-size: smaller;
	margin-top: 1em;
}
#search-submit {
	padding-left: 2px;
	padding-right: 2px;
}
#show-search-options {
	font-size: x-small;
	text-decoration: underline;
	cursor: pointer;
}


.form-controls > tbody > tr > th {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1em;
}
table.form-controls, .form-controls > tbody > tr > td, textarea  {
	width: 100%;
}
.form-controls > tbody > tr > td {
	padding-bottom: 1em;
}
.form-controls td > p:first-child {
	margin-top: 0;
}
textarea#css {
	font-family: monospace;
	height: 20em;
}
.inline-form {
	display: inline;
}
section#obsoletion-message {
	background-color: #FF6347;
	border-radius: 3px;
	margin-bottom: 5px;
}
.obsolete a, .obsolete a * {
	text-decoration: line-through;
}
.obsolete .style-brief-control-links a {
	text-decoration: underline;
}
#miscellaneous {
	margin: 1em 0;
}
#donate, #donate input {
	display: inline;
}
#donate input {
	vertical-align: bottom;
}
.bug-fixed {
	text-decoration: line-through;	
}
#before-screenshot-entry div *, #after-screenshot-entry div * {
	vertical-align: middle;
}
#stylish-install, #stylish-update, #stylish-not-installed-ie {
	display: none;
}
#hidden-meta {
	display: none;
}
.how-to-use {
	font-size: smaller;
}
#delete-comment-button, #submit-comment-button {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#delete-comment {
	margin: 0 1em;
}
label.rating {
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	border-radius: 2px;
	-moz-border-radius: 5px;
	padding: 5px;
}
label.rating:hover {
	background-color: #FF7;
}
#style-comments li {
	clear: both;
}
.linking-note {
	font-size: x-small;
	margin: 0;
	font-style: italic;
}
#account-link {
	color: white;
	margin-right: 1em;
}
#account-link a {
	color: inherit;
}
.data-table {
	border-collapse: collapse;
}
.data-table th, .data-table td {
	vertical-align: top;
	border: 1px solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#google-ad-area {
	margin-top: 1em;
	width: 728px;
	height: 90px;
	border: 0;
	clear: left;
}
.two-column td {
	vertical-align: top;
}
.error {
	font-weight: bold;
}
#view-my-comment {
	display: none;
}
.stars {
	white-space: nowrap;
}
.enter-comment {
	clear: both;
}
#install-options caption {
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	text-align: left;
}
#install-options td {
	max-width: 200px;
}
#show-button {
	display: none;
}
#show-code {
	margin-top: 0.5em;
}
#show-code pre {
	margin-top: 0;
}
#view-code {
	display: none;
}
.popular {
	font-weight: bolder;
}
#paypal-donate-by-name {
	margin-top: 2px;
}
#paypal-donate-by-feedback {
	display: inline;
	vertical-align: top;
}
#reviews {
	padding-left: 2em;
}
.category-style-top {
	float: left;
	width: 45%;
}
.post-your-style {
	clear: both;
}
.ad {
	margin-top: 1em;
}
#advert_iframe {
	float: right;
}
#control-panel {
	display: none;
}
.paypal-donate-image {
	width: 110px;
	height: 23px;
}
.all-link {
	clear: both;
}
.post-your-style {
	text-align: right;
}
#rating-controls .fieldWithErrors {
	display: inline;
}
#page-description {
	margin-top: 1em;
}
#login li {
	margin-bottom: .5em;
}
#login .text-label {
	display: inline-block;
	text-align: right;
	width: 12em;
}
#login .openid {
	width: 25em;
}
#login table {
	margin-left: 2em;
}
.login-type {
	display: block;
	font-weight: bold;
}
#post-discussion iframe {
	width: 100%;
	height: 50em;
}
#discussions .good-rating {
	list-style-image: url(/images/good.gif);
}
#discussions .bad-rating {
	list-style-image: url(/images/bad.gif);
}
#discussions .ok-rating {
	list-style-image: url(/images/ok.png);
}
#discussions .no-rating {
	list-style-image: url(/images/question.png);
}
#search-options {
	font-size: smaller;
}
#style-options fieldset {
	display: inline;
	vertical-align: top;
	border: 1px solid black;
	border-radius: 5px;
	padding: 0.3em;
	margin-bottom: 0.5em;
}
#edit-style-options, #edit-style-options tr, #edit-style-options td, #edit-style-options th {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;

}
#edit-style-options td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#edit-style-options input[type="text"], #edit-style-options input:not([type]) {
	width: 95%;
}
.edit-style-option:nth-child(odd) {
	background-color: #EEE;
}
#edit-style-options > thead > tr > th:nth-child(1), #edit-style-options > thead > tr > th:nth-child(2) {
	width: 20%;
}
.edit-style-option-values {
	border: 2px solid gray;
}
.edit-style-option:first-child .move-setting-up {
	display: none;
}
.edit-style-option:last-child .move-setting-down {
	display: none;
}
.edit-style-option-value-default {
	text-align: center;
}
#front-page-best, #front-page-newest {
/*	float: left;*/
	display: inline-block;
	max-width: 45%;
	vertical-align: top;
}
.more {
	font-size: smaller;
	border-top: 1px solid #92B3E5;
	margin-top: 8px;
	padding-top:4px;
}
.more ~ .more {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
#related {
	overflow: hidden;
}
.listing-left-info {
	float: left;
	width: 350px;
	min-height: 100px;
}
.listing-no-screenshot {
	background-color: #EEE;
	border-radius: 5px;
}
.style-brief {
	margin-bottom: 2em;
}
.style-brief header {
	font-size: larger;
}
.style-brief-text {
	margin-left: 360px;
}
.style-brief-text > a, .style-brief-text > a:visited, .style-brief-text > a:active {
	color: black;
	text-decoration: none;
}
#search select {
	font-size: inherit;
}
.style-brief-control-links {
	display: none;
}
.by-current-user .style-brief-control-links {
	display: block;
}
.style-brief-stats {
	font-size: smaller;
}
.style-brief-stats span {
	display: inline-block;
	min-width: 16em;
}
.style-brief-text .style-brief-stats span:last-child {
	min-width: auto;
}
.numeric-value {
	text-align: right;
}
.date-value, .image-value {
	text-align: center;
}

.style1 {font-size: 16px;color: #CCFFFF;}
.install-bg {position : absolute;width : 100%;height: 1500px;z-index: 1000;top: 0px; left: 0px; opacity: 0; background-color : #000000; }
.install-bag {position : absolute;width : 100%;z-index: 1001;top: 0px; }
.install-img {float:right; opacity: 0; margin-right:10px; margin-top:10px; }

/* --------- Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

