* {
	font-family: sans-serif;
}
body {
	padding: 0 30px;
	background: url(/images/bggradient.gif) top center repeat-x;
	margin: 0;
}
h1 {
	margin-bottom: 0;
}
pre {
	border: 1px dashed black;
	background-color: #f9f9f9;
	padding: 10px;
	overflow: auto;
}
code {
	font-family: monospace;
}

h3 {
	font-size: medium;
	padding-bottom: 0;
}
a {
	color: #224375;
}
a:hover {
	color: #5273A5;
}
a:visited {
	color: #9043CC;
}
a:visited:hover {
	color: #A063EC;
}
a img {
	border: 0;
}
#logo {
	float: left;
  margin: .25em 0 0 .5em;
	font-size: xx-large;
	font-weight: bold;
}
#logo a, #logo a:visited {
	text-decoration: none;
	color: white;
}
#header-bar {
	margin-top: 0;
	background-color: #426395;
	border-top: 0px;
	padding: 5px;
	border-radius: 10px;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	height: 3.5em;
}
#navigation {
	list-style-image: none;
	margin: 1em 0 0 0;
  float: right;
	clear: right;
	padding: 0 1em 0 0;
}
#navigation li {
	display: inline;
	margin: 0;
}
#navigation a, #navigation a:visited, #navigation .current-page {
	border: 1px solid transparent;
	border-bottom: none;
	background-color: #7392c1;
	color: white;
	padding: 2px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#navigation .current-page {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	color: #7392c1;
}
#navigation a:hover {
	background-color: #83A2D1;
}
#navigation input:not([type="submit"]):focus {
	background-color: white;
}

#search {
	padding: 2px 1em 0 0;
	float: right;
	font-size: small;
}
#search-terms {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ddd;
	border: 1px solid #7e94a6;
	width: 15em;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#search-terms:hover {
	background-color: #eee;
}
#search-terms:focus {
	background-color: #fff;
}

#search input[type="submit"] {
	font-weight: bold;
	border: 1px solid #44a;
	background-color: #7392c1;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#search input[type="submit"]:hover {
	background-color: #83A2D1
}

.search-default {
	border-color: black !important;
	/*border-width: 2px !important;*/
}

#style-list {
	-moz-column-count: 2;
	column-count: 2;
}
#style-list li {
	margin-right: 1em;
	padding-right: 5px;
}

#user-list {
	-moz-column-count: 3;
	column-count: 3;
}

.rule-value {
	font-style: italic;
}
.form-controls th {
	text-align: right;
	white-space: nowrap;
}
table.form-controls, .form-controls td, textarea  {
	width: 100%;
}
textarea#css {
	font-family: monospace;
	height: 20em;
}
.inline-form {
	display: inline;
}
.list-average-rating, #detail-average-rating {
	white-space: nowrap;
	vertical-align: bottom;
}
div#obsoletion-message {
	/* for shrink wrap*/
	display: table;
	background-color: #FFFFAA;
	padding-left: 1em;
	padding-right: 1em;
	border: 3px solid #FFFF44;
	border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
	width: 33%;
}
.obsolete {
	text-decoration: line-through;
}
#style-meta {
	padding: 0em 1em 1em 0em;
	font-size: smaller;
}
#sidebar {
	clear: both;
	margin-left: 2em;
	float: right;
	margin-top: 2em;
}
#sidebar h2 {
	font-size: 1em;
	margin: 0;	
}
#miscellaneous {
	margin: 1em 0;
}
#donate, #donate input {
	display: inline;
}
#donate input {
	vertical-align: bottom;
}
#sidebar ul {
	margin: 0;
}
.bug-fixed {
	text-decoration: line-through;	
}
#before-screenshot-entry div *, #after-screenshot-entry div * {
	vertical-align: middle;
}
.screenshot {
	border: 2px solid black;
}
.multiple-screenshot {
	max-width: 300px;
}
.single-screenshot {
	max-width: 600px;
}
.screenshot-caption {
	font-weight: bold;
	font-style: italic;
}
.screenshot-table, .screenshot-table td, #screenshots {
	width: auto;
	vertical-align: top;
}
#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, .login-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 {
	margin-top: 1em;
	width: 728px;
	height: 90px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
#openid {
	background-image: url("http://openid.net/login-bg.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}
.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;
}
#style-show h2 {
	margin-top: 0.5em;
}
#show-code {
	margin-top: 0.5em;
}
#show-code pre {
	margin-top: 0;
}
#view-code {
	display: none;
}
.poor-rank {
	opacity: 0.3;
}
.good-rank {
	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;
}
#control-panel {
	display: none;
}
.paypal-donate-image {
	width: 110px;
	height: 23px;
}
.all-link {
	clear: both;
}
.post-your-style {
	text-align: right;
}
#openid-login, #regular-login {
	float: left;
	max-width: 45%;
	margin-right: 1em;
}
#openid {
	width: 95%;
}
#openid-login .remember {
	float: left;
}
#openid-login .login-actions {
	margin-top: 0.5em;
	text-align: right;
}
legend {
	font-weight: bold;
}
