/* Colors used
#2f77a5 - blue - used for links, the Funes kind of blue
#b30d0d - red - the logo kind of red
#5c5c5c - gray - used for the byline next to the logo
#535353 - dark gray - used in the bottom of the logo
#b2b2b2 - gray - the gray used in the footer
#e6e6e6 - gray - the footer background color
#1e1e1e - black - the color of the body text
*/

html {
	background-color: #e6e6e6;
}

body {
	background: white url(/images/subheader-bg.png) repeat-x 0 50px;
}

* {
	margin:  0;
	padding: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #2f77a5;
	border-bottom: 1px solid #2f77a5;
}

a.img, a#logo {
	border-bottom-width: 0;
}

blockquote {
	font-style: italic;
	margin-left: 2em;
	color: #535353;
}

blockquote:before {
	content: open-quote
}

blockquote:after {
        content: close-quote
}

th {
	font-weight: bold;
	color: #b30d0d;
}


#body {
	min-height: 120px;
	color: #1e1e1e;
	padding: 1em 10% 1em 10%;
}

p {
	margin:  .5em 0 .5em 0;
}

h3 {
	font-size: larger;
	font-weight: bolder;
	margin: .5em 0 .5em 0;
}

h3 a {
	color: #1e1e1e;
	border-width: 0;
	font-size: larger;
	font-weight: bolder;
	margin: .5em 0 .5em 0;
}

strong {
	font-weight: bold;
}

samp, code, pre {
	color: #d23f00;
	font-family: Monaco, Courier, sans-serif;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #e6e6e6;
}

input.style, textarea.style {
	
	border: 2px solid #d0d0d0;
	color: #b30d0d;
	background: transparent url(/images/input_pencil.png) no-repeat 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input.style, textarea.style {
	padding: 4px 6px 4px 34px;
}

.webkit input.style, .webkit textarea.style {
	padding: 1px 1px 1px 34px;
}

input:focus.style, textarea:focus.style {
	background: transparent url(/images/input_pencil.png) no-repeat 0 -400px;
}

.button {
	font-family: "Arial Rounded MT Bold", sans-serif;
	background: transparent url(/images/button_bg.png) repeat-x top left;
	padding: 4px 10px 4px 10px;
	border: 3px solid #d0d0d0;
	color: #1e1e1e;
	font-size: smaller;
	-webkit-border-radius: 12px;
	-moz-border-radius: 20px;
}

.button:hover {
	border-color: #b0b0b0;
}

img.blogpic {
	float: left; 
	margin: .5em .5em 0 0;
	border-width: 0;
}

ul.no-list-item {
	list-style: none;
}

.more {
	border-width: 0;
}

.notice {
	background: transparent url(/images/strikethrough-orange.png) repeat-x 0 50%;
	text-align: center;
	color: #d23f00;
}

.input_label {
	color: #b30d0d;
}
.error {
	background: transparent url(/images/strikethrough-red.png) repeat-x 0 50%;
	text-align: center;
	color: #b40c0c;
}

.notice span, .error span {
	background-color: white;
	padding: 0 .5em 0 .5em;
}

.no-border img {
	border-width: 0;
}

span.help {
	color: #bbb;
}

table.listing th, table.listing td {
	padding: .2em 2em .2em 0;
}

td.id {
	font-weight: bold;
}

div.gallery {
	text-align: center;
}

div.gallery li {
	display: inline;
	list-style: none;
	margin: 0 1em 0 1em;
}

div.gallery a.img img {
        border: 1px solid #e6e6e6;
	padding: 2px;
}

div.gallery a.img:hover img {
        border-color: #2f77a5;
}

/* @group Header */

#header {
	padding: 0 10% 0 10%;
	background: white url(/images/header-bg.png) repeat-x top left;
	font-family: "Arial Rounded MT Bold", sans-serif;
	height:  50px;
}

#header h1 {
	float: right;
	margin-top: 10px;
	background: transparent url(/images/logo-bg.png) repeat-x top left;
	width: 100px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	letter-spacing: .5px;
	font-family: "Arial Rounded MT Bold", sans-serif;
	color: white;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#header #logo {
	background: transparent url(/images/logo-bg.png) repeat-x bottom left;
	width: 100px;
	height: 30px;
	font-size: 16px;
	font-family: "Arial Rounded MT Bold", sans-serif;
	color: white;
	display: block;
	letter-spacing: .5px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#header #logo:hover {
	background-position: top left;
}

#header #by {
	color: #5c5c5c;
	font-size: 1em;
	display: inline;
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
}

#header ul#navigation ul {
	font-family: "Arial Rounded MT Bold", sans-serif;
}

#header ul#navigation li {
	list-style: none;
	float: left;
	padding-top:  .5em;
	margin-right: 2em;
	font-size: large;
	color: #535353;
}

#header ul#navigation li#selected {
	color: #1e1e1e;
}

#header ul#navigation li a {
	border-bottom-width: 0;
	font-size: large;
	color: #535353;
}

#header ul#navigation li a:hover {
	color: #b30d0d;
}

/* @end */

/* @group Subheader */

#subheader {
	padding: 1.5em 10% 0 10%;
	color:  black;
}

h2 {
	font-family: "Arial Rounded MT Bold";
	font-size: 2.5em;
	display: inline;
	position: relative;
	top:  -20px;
	left:  10px;
}


h2.no-icon {
	top: 0;
	left: 0;
}

#page-logo {
	display: inline;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 180px;
	margin: .5em 10% 0 1.5em;
}

#sidebar div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: white url(/images/subheader-bg.png) repeat-x top left;
	padding: 5px 10px 10px 10px;
	margin: 1em 0 2em 0;
}

#sidebar div p, #sidebar div a {
	line-height: 1.8em;
	font-size: 10px;
}

#sidebar a.img img {
	border: 1px solid white;
}

#sidebar a.img:hover img {
	border-color: #2f77a5;
}

#sidebar .download-button {
	margin: 1em 0 1em 0;
	text-align: center;
}

#sidebar .download-info {
	font-size: smaller;
	color: #535353;
	text-align: center;
}

#sidebar h3 img {
	position: relative;
	top: 4px;
	left: -4px;
	margin-right: -2px
}

#sidebar ul {
	list-style: none;
}

/* @end */

/* @group Footer */

#footer {
	background-color: #e6e6e6;
	clear: both;
	margin-top: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #b2b2b2;
}

#footer * {
	font-size: 10px;
}

#footer a {
	color: #a6a6a6;
	border-bottom-width: 0;
}

#footer:hover a {
	/* Highlight the links when mouse hovers over #footer div */
	color: #808080;
	border-bottom: 1px solid #808080;
}

/* @end */

/* @group Apps listing */

div.app-listing {
	float: left;
	border-top: .5em solid #f4f4f4;
	border-bottom: .5em solid #f4f4f4;
	width: 31%;
	margin: .5em 1% .5em 1%;
}

img.app-listing-img {
	float: left;
	margin-right: .5em;
}

/* @end */

/* @group Admin options */

div.admin {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f4f4f4;
	text-align: center;
	padding-bottom: .2em;
	margin: 0 10% 0 10%;
}

/* @end */

/* @group Finetuning */

.spacious > * { 
	margin-right: 1em;
}

/* @end */
