/*
Theme Name: Freelance Escape
Theme URI: http://www.freelanceescape.com
Description: Built exclusively for Freelance Escape by Artiste Media.
Version: 3.0
Author: Nathan Fitzsimmons
Author URI: http://artistemedia.net/
Tags:

	Designed by Artiste Media 2008
	http://artistemedia.net

*/

/*colors*/
.green {
	background: #8da600;
}

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style: italic;
}

/*Float clear div*/
.clr {
	clear:both;
}

/*Hide H1 for SEO*/
h1 {
	margin-left:-9999px;
	position:absolute;
}

/*Page layout*/
body {
	background:#888 url(images/body_back.jpg) 0 0 repeat;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
}
#container {
	width:900px;
	margin:0 auto;
}
#content {
	width:750px;
	margin:0 auto;
}

/*Header, logo, nav*/
#header {
	width:100%;
	height:48px;
	background:#627300 url(images/header_back.png) 0 0 repeat-x;
	border-top:1px solid #8da600;
	border-bottom:1px solid #777777;
}
#header_inner {
	width:900px;
	height:48px;
	margin:0 auto;
}
#logo {
	float:left;
	width:238px;
	height:48px;
	margin-left:45px;
	background:transparent url(images/logo.png) 0 0 no-repeat;
}
html>body #logo {
	margin-left:75px;
}
#page_nav {
	float:right;
	padding-top:12px;
	margin-right:55px;
}
html>body #page_nav {
	margin-right:75px;
}
#page_nav li {
	float:right;
	padding:0 10px;
}
#page_nav li a {
	font-size:12px;
	color:#dddddd;
	text-decoration:none;
}
#page_nav li a:hover {
	color:#bbbbbb;
}

/*blog nav*/
.blog_nav {
	display: none;
	margin:20px 0 0 0;
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
	border:1px solid #777777;
}
.blog_nav_inner {
	padding:22px 0 0 0;
	border:1px solid #555555;
}
.blog_nav ul {
	margin:0 0 0 22px;
}
.blog_nav ul li {
	display:inline;
}
.blog_nav a {
	display:block;
	float:left;
	width:157px;
	height:25px;
	background:#888888;
	text-align:center;
	margin:0 21px 21px 0;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	padding:8px 0 0 0;
	border:1px solid #999999;
}
.blog_nav a:hover {
	background:#666666;
}
.searchform {
	display: none;
	width:350px;
	margin:20px auto 0 auto;
	text-align:center;
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
	border:1px solid #777777;
}
.searchform_inner {
	padding:22px 0;
	border:1px solid #555555;
}
.searchform #s {
	height:22px;
	border:1px solid #999999;
	width:300px;
	padding:2px;
	background:#ffffff;
	font-size:16px;
}
#s.search_back {
	background:#ffffff url(images/search_back.jpg) 0 3px no-repeat;
}

/*Box and post structure*/
.photo_thumb {
	float:left;
	display:block;
	border:1px solid #aaaaaa;
	margin:0 22px 10px 0;
}
.info_box.alt .thumb_fill {
	display:block;
	float:left;
	border:1px solid #aaaaaa;
	margin:0 22px 10px 0;
	width:50px;
	height:150px;
	background:#8da600;
}
.info_box .thumb_fill {
	display:block;
	float:left;
	border:1px solid #888888;
	margin:0 22px 10px 0;
	width:50px;
	height:150px;
	background:#aaaaaa;
}
.photo {
	float:right;
	display:block;
	border:1px solid #aaaaaa;
	margin:0 0 10px 22px;
}
.info_box {
	margin:20px 0 0 0;
	border:1px solid #777777;	
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
}
.info_box.alt {
	background:#fff url(images/info_box_alt_back.png) 0 0 repeat-x;
}
.info_box_inner {
	padding:18px 22px 13px 22px;
	border:1px solid #555555;
}
.info_box h2, .info_box h3 {
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", serif;
	font-size:20px;
	color:#555555;
}

.info_box h3 {
	margin:5px 0 10px 0;
}
.info_box h2 a, .info_box h3 a {
	color:#eeeeee;
	font-weight:normal;
	text-decoration:none;
}
.info_box h2 a:hover, .info_box h3 a:hover {
	color:#cccccc;
}
.info_box.alt h2 a, .info_box.alt h3 a {
	color:#555555;
}
.info_box.alt h2 a:hover, .info_box.alt h3 a:hover {
	color:#777777;
}
.info_box {
	font-size:12px;
	line-height:16px;
	color:#dddddd;
}
.info_box.alt {
	color:#777777;
}
.info_box p {
	margin:0 0 10px 0;
}
.info_box ul, .info_box ol {
	margin:0 25px 10px 65px;
	list-style: square;
}
.info_box li {
	padding:5px 0;
}
.info_box a {
	color:#dddddd;
	text-decoration:underline;
}
.info_box a:hover {
	color:#eeeeee;
}
.info_box.alt a {
	color:#555555;
}
.info_box.alt a:hover {
	color:#777777;
}
.info_box blockquote {
	clear: both;
	margin:20px 0 20px 0;
	padding:10px 25px 10px 50px;
	color:#555555;
	background:#dddddd url(images/quotes.jpg) 4px 3px no-repeat;
	border:1px solid #aaaaaa;
}
.first_p {
	font-size:18px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", serif;
	line-height:22px;
	color:#8da600;
}
h2.pagetitle {
	font-family:Georgia, "Times New Roman", serif;
	font-size:16px;
	color:#dddddd;
	margin:20px 0 0 0;
	font-weight:normal;
}
.post_meta {
	margin:0 0 15px 0;
	font-size:11px;
}
strong.search-excerpt {
  background-color: #555555;
  color:#ffffff;
}

/*next-last post*/
.navigation_sgl {
	margin:20px 0 0 0;
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
	border:1px solid #777777;
}
.navigation_inner_sgl {
	padding:11px;
	border:1px solid #555555;
}
.navigation_sgl span {
	display:block;
	text-align:center;
	background:#888888;
	border:1px solid #999999;	
	margin:0 0 0 0;
	width:355px;
	height:30px;
	font-size:12px;
}

.navigation_sgl .next_link {
	float:left;
	width:355px;
}
.navigation_sgl span.next a {
	display:block;
	background:transparent url(images/next_arrow.jpg) right 0 no-repeat;
	padding:7px 33px 11px 5px;
	color:#ffffff;
	text-decoration:none;
	text-align:right;
}
.navigation_sgl span.next a:hover {
	background-color:#666666;
	background-position: right -30px;
}
.navigation_sgl .prev_link {
	float:right;
	width:355px;
}
.navigation_sgl span.prev a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:transparent url(images/prev_arrow.jpg) 0 0 no-repeat;
	padding:7px 5px 11px 33px;
	text-align:left;
}
.navigation_sgl span.prev a:hover {
	background-color:#666666;
	background-position: 0 -30px;
}
/*pagination posts*/
.navigation {
	margin:20px 0 0 0;
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
	border:1px solid #777777;
}
.navigation_inner {
	padding:11px;
	border:1px solid #555555;
}
.navigation a {
	display:block;
	background:#888888;
	border:1px solid #999999;
	color:#ffffff;
	text-decoration:none;
	margin:0 0 0 0;
	width:355px;
	height:30px;
	font-size:12px;
}

.navigation a span.next {
	display:block;
	background:transparent url(images/next_arrow.jpg) right 0 no-repeat;
	padding:7px 33px 11px 5px;
	text-align:right;
}
.navigation a span.prev {
	display:block;
	background:transparent url(images/prev_arrow.jpg) 0 0 no-repeat;
	padding:7px 5px 11px 33px;
	text-align:left;
}
.navigation .next_link {
	float:right;
	width:355px;
}
.navigation a:hover span.next {
	background-color:#666666;
	background-position: right -30px;
}
.navigation .prev_link {
	float:left;
	width:355px;
}
.navigation a:hover span.prev {
	background-color:#666666;
	background-position: 0 -30px;
}

/*Footer*/
#footer p {
	text-align:left;
	font-size:11px;
	line-height:25px;
	color:#aaaaaa;
	padding:20px 0 25px 0;
}
#footer a {
	color:#aaaaaa;
	text-decoration:underline;
}
#footer a:hover {
	color: #999999;
}


/*Comments*/
#commentform input[type=text], #commentform textarea {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#555555;
}
#commentform input[type=text] {
	background:#ffffff;
	width:355px;
	border:1px solid #777777;
}
#commentform textarea {
	width:355px;
	height:400px;
}
#commentform .text_box {
	margin:0 0 10px 0;
	float:left;
}
#commentform .comment_descrip {
	float:left;
	width:335px;
	margin-left:4px;
}
#commentform small.allowed_tags {
	font-size:11px;
}
.searchbutton {
	padding:6px 15px 7px 15px;
	cursor:pointer;
	text-align:center;
	background:#888888;
	border:1px solid #999999;
	color:#ffffff;
}
.searchbutton:hover {
	background:#666666;
}
#commentform code {
	font-size:11px;
	font-family:Courier, monospace;
}
h4#respond, h4#comments {
	font-family:Georgia, "Times New Roman", serif;
	font-size:16px;
}
h4#respond {
	margin:0 0 22px 0;
}
ul.commentlist {
	margin:0 0 20px 0;
	list-style: none;
	padding:0;
}
li.comment_box {
	display:block;
	margin:20px 0 0 0;
	border:1px solid #777777;	
	background:#8da600 url(images/info_box_back.png) 0 0 repeat-x;
	padding:22px;
}
li.comment_box.alt {
	background:#fff url(images/info_box_alt_back.png) 0 0 repeat-x;
}
li.comment_box {
	font-size:12px;
	line-height:16px;
	color:#dddddd;
}
li.comment_box.alt {
	color:#777777;
}
ul.commentlist li.comment_box a {
	color:#eeeeee;
	font-weight:normal;
	text-decoration:underline;
}
ul.commentlist li.comment_box a:hover {
	color:#cccccc;
}
ul.commentlist li.comment_box.alt a {
	color:#555555;
}
ul.commentlist li.comment_box.alt a:hover {
	color:#777777;
}
li.comment_box p {
	margin:0 0 10px 0;
}
li.comment_box ul, li.comment_box ol {
	margin:0 25px 10px 65px;
	list-style: square;
}
li.comment_box li {
	padding:5px 0;
}
li.comment_box blockquote {
	margin:20px 0 20px 0;
	padding:10px 25px 8px 50px;
	color:#555555;
	background:#dddddd url(images/quotes.jpg) 4px 3px no-repeat;
	border:1px solid #aaaaaa;
}
.comment_meta {
	margin:0 0 15px 0;
	font-size:11px;
	height:32px;
}
.comment_meta h5 {
	display:block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	padding:2px 0 0 0;
}
.comment_meta .comment_date {
	display:block;
	margin:2px 0 0 0;
}
img.avatar {
	float:left;
	margin:2px 10px 0 0;
	border:1px solid #777777;
}
.author_response {
	font-size:13px;
	font-style:italic;
	color:#8da600;
}