/*
Theme Name: oDesk Insider
Description: Mine mine mine mine mine!
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff url('images/background.png') left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 160%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #345B9E;
	font-family: 'Trebuchet MS', sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #F89504;
	text-decoration: none;
}

a:visited {
	color: #335C9C;
}

a:hover {
	color: #FA4103;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 906px;
}

#header {
	background: url('images/background-header.png') no-repeat;
	height: 105px;
	overflow: hidden;
}

#navigation {
	background: url('images/background-navigation.jpg') 389px bottom no-repeat !important;
	background: url('images/background-navigation.jpg') 392px bottom no-repeat;
	float: right;
	margin-top: -14px;
	overflow: hidden;
	width: 600px;
}

#content {
	font-size: 85%;
	float: left;
	margin: 27px 32px 0 0;
	overflow: hidden;
	width: 663px;
}

.sidebar {
	overflow: hidden;
	width: 200px;
}

#footer {
	clear: both;
	font-size: 80%;
	padding: 30px 0 1px 0;
	text-align: center;
}


/* Header elements */
#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/odesk-insider.png') left center no-repeat;
	display: block;
	float: left;
	line-height: 34px; /*change this to the height of the header image */
	margin: 50px 0 0 66px !important;
	margin-left: 33px;
	text-indent: -1000em;
	overflow: hidden;
	width: 221px;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 35px;
	margin: 0 18px 0 18px;
}

#navigation ul li a:hover {
	color: #F89504;
}

#navigation ul li a.selected {
	background: url('images/background-nav.gif') bottom center no-repeat;
}


/* Sidebar elements */
.sidebar {
	font-size: 85%;
}

.sidebar .widget {
	background: #F2F3F8 url('images/background-widget.png') repeat-x;
	margin-top: 34px;
	padding: 0 20px 15px 20px;
}

.sidebar .widget .heading {
	background: #fff url('images/background-widget-heading.png') left bottom repeat-x;
	display: block;
	font-size: 250%;
	line-height: 100%;
	margin: 0 -20px 10px -20px;
	padding: 0 10px 20px 10px;
}

.sidebar .widget .heading a {
	text-decoration: none;
}

.sidebar .widget ul {
	margin: -11px -20px -20px -20px;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	background: #fff url('images/background-widget-li.png') no-repeat;
	font-weight: bold;
	line-height: 100%;
	padding: 11px 0 11px 32px;
}

.sidebar .widget ul li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li ul li { /* For sub-lists */
	background: transparent;
	font-weight: normal;
	padding: 9px 0 0px 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: #335C9C;
}

.sidebar .widget a:hover {
	color: #061855;
}

.sidebar .freelance-ad {
	background: #FEF3E1;
	border-bottom: 3px solid #FCCC7A;
	margin: -27px 0 34px 0;
	padding: 0;
}

.sidebar .freelance-ad p {
	padding: 0 20px 0 20px;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}


/* Post elements */
p.testimonial {
	background: #FEF3E1 url('images/quote.gif') no-repeat;
	border-top: 3px solid #FDCC7F;
	border-bottom: 3px solid #FDCC7F;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 150%;
	line-height: 150%;
	margin-top: 16px;
	padding: 16px 21px 16px 64px;
}

p.testimonial span.attribution {
	border-top: 1px solid #FDCC7F;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 2px;
	text-transform: uppercase;
	width: 180px;
}

.post-body {
	clear: both;
	margin-bottom: 30px;
}

.post-header,
.post-metadata,
.post-body,
#comments {
	float: right;
	width: 595px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 250%;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 4px;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #345B9E;
	text-decoration: none;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	display: block;
	float: left;
	margin-top: 1.5em;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
span.post-date {
	background: url('images/background-meta-date.jpg') no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 120%;
	text-align: center;
	width: 55px;
}

span.post-date span.month {
	display: block;
	font-weight: bold;
	margin: 5px 4px 0 0;
}

span.post-date span.day {
	display: block;
	height: 3em;
	margin: 0 4px 0 0;
}

.post-metadata {
	background: #F2F3F8 url('images/background-meta-checkmark.png') 12px top no-repeat;
	border-top: 1px dotted #657FB0;
	line-height: 110%;
	margin-bottom: 15px;
	padding: 11px 11px 2px 33px;
	width: 551px;
}

.post-metadata a {
	color: #335C9C;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-comments {
	background: url('images/background-meta-comment.png') left -11px no-repeat;
	display: block;
	float: right;
	height: 22px;
	padding-left: 21px;
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment {
	background: url('images/line-dotted.png') left top repeat-x;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #F0F3F8 url('images/line-dotted.png') left top repeat-x;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: #FEF3E1 url('images/line-dotted.png') left top repeat-x;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

.wwsgd {

}

.akst_link {
	clear: both;
	display: block;
	padding-top: 1.5em;
}