/*
THEME NAME: Freelance Weekly
THEME URI: http://freelanceweekly.com
DESCRIPTION: Custom theme for http://freelanceweekly.com
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";
  
body {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
}

a {
	color: #68220A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.inner {
	width: 990px;
	margin: 0 auto;
}

/* Header */

#header {
	overflow: hidden;
	height: 86px;
	background: url(images/bg_header.png) repeat-x top left;
}

#logo {
	float: left;
	margin: 5px 0 0 10px;
}

#logo a {
	display: block;
	width: 250px;
	height: 80px;
	background: url(images/logo.png) no-repeat top left;
}

#logo a span {
	display: none;
}

/* Menu */

#menu {
	height: 42px;
	background: url(images/bg_menu.png) repeat-x top left;
}

/* LEVEL ONE */

ul.dropdown                         { position: relative; z-index: 10; }
ul.dropdown li                      { font-weight: bold; float: left; }
ul.dropdown a:hover		            { color: #FFFFFF; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown a:active                { color: #FFFFFF; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 15px 12px; color: #FFFFFF; text-transform: uppercase; font-size: 90%; font-weight: bold; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown li.hover a              { color: #FFFFFF; }

/* LEVEL TWO */

ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ background: #BD9A09; border-bottom: 1px solid #A88809; float: none; }
ul.dropdown ul li:hover				{ background: #A88809; }
ul.dropdown ul li a					{ text-transform: none; padding: 8px 12px; font-weight: normal; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover			{ background: none; }

#searchbox {
	width: 300px;
	float: right;
	margin-top: 9px;
}

#searchform {
	overflow: hidden;
}

.s {
	width: 200px;
	float: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
	color: #666666;
}

.btn-search {
	float: left;
	width: 71px;
	height: 24px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url(images/btn_search.png) no-repeat top left;
}

/* Category List */

#catlist {
	padding: 15px 0 10px 0;
	background: #E6D8AE url(images/bg_catlist.png) repeat-x top left;
}

#catlist ul {
	overflow: hidden;
}

#catlist ul li {
	width: 230px;
	margin-right: 15px;
	overflow: hidden;
	float: left;
	background: url(images/bg_catlist_item.gif) repeat-x bottom left;
	padding: 10px 0;
}

#catlist ul li.last {
	margin-right: 0;
}

#catlist ul li img {
	float: left;
	margin-right: 10px;
}

#catlist ul li .catlink {
	float: left;
}

#catlist ul li .catlink a {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

#catlist ul li .catlink span {
	font-size: 85%;
	color: 666666;
	display: block;
}

/* Container */

#container {
	padding: 40px 0 30px 0;
	background: #F0EDE3 url(images/bg_container.png) repeat-x top left;
}

#container-home {
	padding: 45px 0 30px 0;
	background: #F0EDE3 url(images/bg_container_home.png) repeat-x top left;	
}

#container .inner, #container-home .inner {
	overflow: hidden;
}

/* Content */

#column-left {
	float: left;
	width: 670px;
}

#content-top {
	height: 15px;
	background: url(images/bg_content_top.png) no-repeat top left;
}

#content-btm {
	height: 25px;
	background: url(images/bg_content_btm.png) no-repeat bottom left;
}

#content {
	background: url(images/bg_content.png) repeat-y top left;
}

#content-inner {
	padding: 15px 40px 50px 30px;
}

#breadcrumbs {
	color: #CCC;
	font-size: 85%;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post {
	margin-bottom: 50px;
	border-bottom: 4px solid #F4F3F1;
	padding-bottom: 15px;
}

.post-meta {
	font-size: 90%;
	color: #999;
	margin-bottom: 5px;
	overflow: hidden;
}

.post-meta .goleft {
	padding-top: 2px;
}

.post-meta a {
	color: #999999;
	font-weight: bold;
}

.post-share {
	overflow: hidden;
	float: left;
	margin-left: 5px;
}

.post-share a {
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 3px;
	float: left;
	
}

.post-share a span {
	display: none;
}

.post-share a.btn-digg { background: url(images/ico_digg.png) no-repeat top left; }
.post-share a.btn-delicious { background: url(images/ico_delicious.png) no-repeat top left; }
.post-share a.btn-twitter { background: url(images/ico_twitter.png) no-repeat top left; }
.post-share a.btn-stumbleupon { background: url(images/ico_stumbleupon.png) no-repeat top left; }

.post-share a.btn-digg:hover,
.post-share a.btn-delicious:hover,
.post-share a.btn-twitter:hover,
.post-share a.btn-stumbleupon:hover
{ background-position: 0 -16px; }

.post-header {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.post-title {
	width: 500px;
	float: left;
	font-size: 230%;
	line-height: 1.1;
	font-weight: bold;
	color: #333333;
}

.post-comments {
	width: 44px;
	float: right;
}

.post-comments a {
	display: block;
	width: 44px;
	height: 37px;
	background: url(images/bg_comment.png) no-repeat top left;
	text-align: center;
	color: #404040;
	font-weight: bold;
}

.post-comments a span {
	display: block;
	padding-top: 10px;
}

.post-content {
	margin-top: 15px;
	font-size: 110%;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 15px 0 5px 0;
	color: #A88809;
	font-weight: bold;
}

.post-content h3, .post-content h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
	color: #2C281C;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px 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;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
list-style: disc outside none;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	display: block;
	width: 121px;
	height: 24px;
	text-indent: -1000em;
	background: url(images/btn_readmore.png) no-repeat top left;
	margin-top: 15px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Post Tabs */

#postTabsNav {
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 5px;
	margin: 0;
	list-style: none;
}

#postTabsNav li {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
}

#postTabsNav li a {
	float: left;
	padding: 10px 10px 8px 10px;
}

#postTabsNav li a.selected {
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 0;
}

.postTabsContent {
	display: block;
	border-top: 1px solid #CCCCCC;
	position: relative;
	padding-top: 15px;
}

#lpbm {
	padding-left: 30px;
}

/* Comments */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	padding-bottom: 15px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.sideicon {
	float: left;
	margin: 5px 15px 10px 0;	
}

/* Newsletter */

#frm-newsletter {
	margin-top: 15px;
}

#frm-newsletter table td {
	padding: 2px 0 3px 0;
	vertical-align: middle;
}

#frm-newsletter .editbox {
	width: 200px;
	float: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	color: #666666;
}

#btn-subscribe {
	width: 88px;
	height: 24px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url(images/btn_subscribe.png) no-repeat top left;
}

/* Subscription */

.subitem {
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #E4DFCA;
}

.sidepanel .subitem p {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin-top: 2px;
}

#subscribe-rss { background: url(images/ico_rss.png) no-repeat 0 12px; }
#subscribe-email { background: url(images/ico_email.png) no-repeat 0 12px; }
#subscribe-twitter { background: url(images/ico_follow.png) no-repeat 0 12px; }

#subscribe-rss h4, #subscribe-email h4, #subscribe-twitter h4 {
	font-size: 110%;
	font-weight: bold;	
}

#subemail {
	padding: 3px;
	color: #666666;
	width: 180px;
	margin-top: 5px;
}

/* Sidepanels */

.sidepanel {
	margin-bottom: 40px;
}

.sidepanel h3 {
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #2C281C;
	font-weight: bold;
	font-size: 110%;
	background: url(images/bg_sidepanel_title.gif) repeat-x bottom left;
	margin-bottom: 5px;
}

.sidepanel ul li {
	padding: 8px 0;
	line-height: 1.2;
	background: url(images/dot2.gif) repeat-x bottom left;
}

.sidepanel p {
	margin-top: 10px;
	line-height: 1.3;
}

/* Footer */

#footer {
	background: #2C281C;
	border-top: 10px solid #D1AA0A;
	color: #96948E;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer-widgets {
	overflow: hidden;
	height: 1%;
	padding: 30px 0;
}

.footpanel {
	float: left;
	width: 300px;
	margin-right: 40px;
	font-size: 90%;
}

.last {
	margin-right: 0;
}

.footpanel h3 {
	font-size: 120%;
	margin-bottom: 5px;
	color: #C0BFBB;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	background: url(images/bg_footpanel_title.gif) repeat-x bottom left;
}

.footpanel img.avatar {
	padding: 5px;
	background: #423E33;
	float: left;
	margin: 5px 15px 10px 0;
}

.footpanel .textwidget {
	padding-top: 10px;
}

.footpanel .textwidget p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.footpanel ul li {
	padding: 10px 0;
	line-height: 1.3;
}

#bookmark {
	border: 1px solid #3F3C31;
	background: #282419;
	padding: 10px;
}

#bookmark a {
	margin-right: 3px;
}

#footer-links {
	list-style: none;
	overflow: hidden;
	background: url(images/dot.gif) repeat-x top left;
	padding: 25px 0;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.goleft {
	float: left;
}

.goright {
	float: right;
}

/* Community Feed */

.cjlinks {
	border-bottom: 2px solid #E8E4D2;
}

.cjlinks span {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #D8D1B1;
}

.claddlink, .clall, .clfeed {
	margin-right: 10px;
}

/* Google Search Form */

#searchform {
	clear: both;
}