/*   
Theme Name: WP Bids
Theme URI: http://www.wpbids.com
Description: Create (awesome) Project Proposals Using WordPress.
Author: Brian Casel
Author URI: http://www.themejam.com
Version: 1.2
Tags: proposals, clients, niche themes
*/

@import url('styles/reset.css');
@import url('styles/typography.css');


body {
	background: #ecf1f2;
}


/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */




/* Layout 
=================================*/

#wrap {
	width: 960px;
	margin: 0 auto;
}


#middle {
	padding: 25px;
	background: #fff;
	margin: 0 0 2em 0;
}


/* Top
=================================*/

#top {
	position: relative;
	padding: 0;
	background: url(images/bg-top.jpg) top left no-repeat #cbdbe0; 
	border-bottom: 1px solid #cbdbe0;
	color: #fff;
	min-height: 200px;
}

.home #top,
.protected #top {
	min-height: 80px;
}

#my-logo {
	position: absolute;
	top: 1.5em;
	left: 25px;
}

ul#actions {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.5em;
	right: 25px;
}

ul#actions li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#actions li a {
	display: block;
	background: url(images/btn-gradient.jpg) top left repeat-x;
	border: 1px solid #677f87;
	color: #fff;
	height: 16px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 2px #363636;
	text-decoration: none;
	padding: 5px 10px 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#actions li a:hover {
	background-position: 0 -25px;
}

ul#actions li a:active {
	text-shadow: none;
	color: #000;
}

ul#actions li a span {
	display: block;
	padding: 0 2px 0 24px;
}

ul#actions li.print a span {
	background: url(images/icon-print.png) top left no-repeat;
	background-position: 0 1px;
}

ul#actions li.feedback a span {
	background: url(images/icon-discussion.png) top left no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
}

#title {
	padding: 156px 0 0 0;
	margin: 0 0 3em 0;
}

#title span {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	width: 224px;
	padding: 19px 10px 8px 0;
	margin: 0 23px 0 0;
}

ul#contacts {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#contacts {
	list-style: none;
	margin: 0 0 7.5em 260px;
	padding: 0;
	color: #59717a;
	float: none;
}

ul#contacts li {
	float: left;
	margin: 0 50px 0 0;
}

ul#contacts li h4 {
	margin: 0 0 .15em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #59717a;
}

ul#contacts li p {
	margin: 0;
}

ul#contacts a {
	color: #59717a;
	text-decoration: none;
}

ul#contacts a:hover {
	color: #000;
	text-decoration: underline;
}


/* Middle
=================================*/

#middle {
	background: #fff;
	padding: 0 25px 2em 260px;
	margin: 0;
}

.home #middle,
.error404 #middle {
	margin: 0 0 2em 0;
	padding-left: 25px;
}

.protected.is-admin #middle {
	padding: 0 25px 2em 260px;
}

.protected-post-form input {
	padding: 7px;
	width: 206px;
}

.protected-post-form input.submit {
	width: auto;
	padding: 9px 12px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: Arial, sans-serif;
}


h1 { 
	font-size: 4em; 
	line-height: .75em; 
	margin: 0; 
	letter-spacing: -2px;
	font-weight: normal;
}

.home h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	letter-spacing: 0;
}

h2 { 
	font-size: 1em; 
	font-weight: normal;
	text-transform: uppercase;
	background: url(images/bg-h2.gif) top left no-repeat;
	border-bottom: none;
	border-top: 1px solid #7c9fab;
	color: #fff;
	text-align: right;
	line-height: 1em;
	padding: 18px 736px 0 0;
	height: 38px;
	margin: 3.5em -25px -40px -260px;
}
h2.first {
	margin: 0 -25px -40px -260px;
}

h3 { 
	font-size: 1em; 
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	line-height: 1; 
	margin: 0 0 1em 0;
	padding: .5em 0 0 0;
}

h2 + h3 {
	padding: .25em 0 0 0;
}

table {
	margin: 2px 0 1em 0;
	border: none;
}




th, 
td,
.home tr.last th, 
.home tr.last td {
	padding: 8px 0 9px 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1em;
}

tr.last th, 
tr.last td {
	border: none;
}

thead th, 
thead td {
	background: none;
	text-transform: uppercase;
	border-bottom: 2px solid #464646;
	padding: 0 0 5px 0;
}

tfoot {
	font-style: normal;
}

tfoot th, 
tfoot td {
	border-bottom: none;
	border-top: 2px solid #464646;
	font-weight: bold;
}



/* Discussion 
=================================*/

#discuss {
	padding: 0 0 2em 260px;
}

#discuss ol {
	margin: 0;
	padding: 0;
}

#discuss ol,
#discuss ul {
	list-style: none;
}

#discuss ol.commentlist {
	padding: 4px 0 0 0;
}

#discuss h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -40px;
	border-top: 1px solid #7C9FAB;
}

.commentlist li {
	margin: 0 0 1.5em 0;
	clear: both;
}

.commentlist ul.children {
	margin: 0 0 0 1.5em;
	padding: 1.5em 0 0 0;
}

.comment-body {
	padding: 9px 0 1em 0;
	border-top: 1px solid #7c9fab;
}

.comment-avatar {
	float: left;
	margin: 0 15px 0 0;
}

.comment-avatar img {
	border: 1px solid #666;
}

.comment-author {
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.comment-author .comment-date a {
	font-size: .75em;
	font-weight: normal;
}

.comment-author a {
	text-decoration: none;
}

.comment-content {
	float: left;
	width: 610px;
	position: relative;
}

.children .comment-content { width: 590px; }
.children .children .comment-content { width: 570px; }
.children .children .children .comment-content { width: 550px; }
.children .children .children .children .comment-content { width: 530px; }
.children .children .children .children .children .comment-content { width: 510px; }

.commentlist .reply {
	position: absolute;
	top: 0;
	right: 0;
}

.commentlist .reply a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#respond {
	margin: 3em 0 4em -260px;
	padding: 1em 25px;
	width: 910px;
	background: #dce8eb;
	border: 1px solid #cbdbe0;
	position: relative;
}

#respond .cancel-comment-reply {
	position: absolute;
	top: 1em;
	right: 25px;
	text-transform: uppercase;
}

#respond p {
	margin: 0 0 1.2em 0;
}

#respond p#logged-in-as {
	padding: 1.5em 0 0 0;
}

#respond #commenter-meta {
	float: left;
	margin: 0 25px 0 0;
	width: 210px;
}

#respond #commenter-message {
	float: left;
}

#respond input,
#respond textarea {
	padding: 7px;
	width: 190px;
}

#respond label {
	display: block;
	padding: 0;
	font-weight: normal;
	font-size: .856em;
	text-transform: uppercase;
}

#respond textarea {
	width: 659px;
}

#respond #submit-comment {
	clear: both;
	padding: 0 0 0 260px;
	text-align: right;
}

#respond input#submit {
	width: auto;
	background: #7c9fab;
	color: #fff;
	font-family: Arial, sans-serif;
	padding: 7px 10px 5px 10px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


/* End
=================================*/

#end {
	background: #bed2d9;
	border: 1px solid #000;
	margin: 0 0 1em 0;
	padding: 6px 0 0 0;
	font-size: 1.5em;
	line-height: 3em;
	color: #000;
	font-weight: bold;
}

.home #end,
.error404 #end,
.protected #end {
	display: none;
}

#end p {
	margin: 0;
	text-align: center;
}

#end .label {
	background: #000;
	color: #fff;
	float: left;
	margin: -6px 25px 0 0;
	padding: 6px 0 8px 0;
	width: 234px;
	text-align: center;
	text-transform: uppercase;
}

#end a {
	color: #000;
	text-decoration: none;
}
#end a:hover {
	text-decoration: underline;
}

p#credit {
	font-size: .856em;
	text-align: right;
}

p#credit a {
	color: #59717a;
}

p#credit a:hover {
	color: #000;
}


/* Root level (home page)
=================================*/

table#list-proposals {
	border: none;
}

table#list-proposals th {
	width: 25%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	background: url(images/sort-both.png) top left no-repeat #000;
	background-position: 95% 11px;
	color: #fff;
	padding: 8px 12px;
	line-height: 1.5em;
	font-weight: normal;
	cursor: pointer;
}

table#list-proposals th.last {
	border-right: none;
}

table#list-proposals th.headerSortDown {
	background: url(images/sort-down.png) top left no-repeat #363636;
	background-position: 95% 16px;
}

table#list-proposals th.headerSortUp {
	background: url(images/sort-up.png) top left no-repeat #363636;
	background-position: 95% 15px;
}

table#list-proposals td {
	background: #ebebeb;
	padding: 8px 12px;
	border-bottom: 2px solid #fff;
}

table#list-proposals td a {
	font-weight: bold;
}

.url input {
	width: 200px;
}
