/*
Theme Name: Every Road Taken v1
Theme URI: http://everyroadtaken.com
Description: A custom WordPress theme
Version: 1

*/

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
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;
}
:focus {
	outline: 0;
}
body {
	color: #646060;
	background: #423e35 url(../../../../images/backgrounds/body.png) repeat-x;
	font: 14px/20px Trebuchet MS, Arial, Helvetica, sans-serif;
}
#single {
	background: #423e35 url(../../../../images/backgrounds/body_short.png) repeat-x;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
	color: #33312a;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.none {
	display:none !important;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------- 
 *  ROUND CORNERS
 * ---------------------------------------------------------------- 
*/
.round_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.round_top_10 {
	-moz-border-radius-topright: 10px;	
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.round_bottom_10 {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
/* ---------------------------------------------------------------- 
 *  LINKS
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #4d4b31;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #4d4b31;
	text-decoration: none;
}
.post a:link, .post a:visited {
	color: #4d4b31;
	text-decoration: underline;
}
.post a:hover {
	color: #000;
	text-decoration: underline;
}
.post a:active {
	color: #4d4b31;
	text-decoration: underline;
}
.post h1 a:link, .post h1 a:visited {
	color: #59554a;
	text-decoration: none;
}
.post h1 a:hover {
	color: #000;
	text-decoration: none;
}
.post h1 a:active {
	color: #59554a;
	text-decoration: none;
}
.post a:link.more-link, .post a:visited.more-link, .post attribution a:link {
	color: #59554a;
	background: #f0c806;
	border-bottom: 1px solid #4d4b31;
	padding: 0 2px;
	text-decoration: none;
}
.post a:hover.more-link, .post attribution a:hover {
	color: #fff;
	background: #4d4b31;
	border-bottom: 1px solid #4d4b31;
	text-decoration: none;
}
.post a:active.more-link {
	color: #59554a;
	background: #f0c806;
	text-decoration: none;
}
a.button, a.new-topic, a.new-pm {
  background: #e3e614 url(../../../../images/backgrounds/button_bg.png) no-repeat center center;
	border: 1px solid #7a776f;
	font-size: 11px;
	color: #fff;
	padding: 2px 20px;
	padding-bottom: 1px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}
a.dark {
  border: 1px solid #2f2c24;
  color: #eeebe2 !important;
}
a:hover.button, a:hover.new-topic, a:hover.new-pm {
	background: #cb9359 url(../../../../images/backgrounds/button_bg_hover.png) no-repeat center center;
	border: 1px solid #7a776f;
}
a:hover.dark {
  border: 1px solid #2f2c24;
}
/* ---------------------------------------------------------------- 
 *  HEADINGS
 * ---------------------------------------------------------------- 
*/ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #59554a;
}
h1 {
	font-size: 35px;
	line-height: 39px;
	padding-right: 110px;
	letter-spacing: -2px;
	padding-bottom: 20px;
}
h2 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1px;
	padding-bottom: 5px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 13px;
}
.post h3 {
	font-size: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 30px;
	margin: 30px 0;
	text-align: center;
	clear: both;
	background: url(../../../../images/backgrounds/h3_border.gif) no-repeat 50% 0;
}
.post h3 span {
  color: #4d4b31;
}
.post h3 span.below {
  background: url(../../../../images/backgrounds/h3_border.gif) no-repeat 50% 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 30px;
}
h3.c_style {
	font-size: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 30px;
	margin: 30px 0;
	text-align: center;
	clear: both;
	background: url(../../../../images/backgrounds/h3_border.gif) no-repeat 50% 0;
}
h3.c_style span {
  color: #4d4b31;
}
h3.c_style span.below {
  background: url(../../../../images/backgrounds/h3_border.gif) no-repeat 50% 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 30px;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #ceccc9;
  padding: 20px 0 10px 0;
  margin-bottom: 15px;
}
h5 {
}
h6 {
}
/* ---------------------------------------------------------------- 
 *  WRAPS
 * ---------------------------------------------------------------- 
*/ 
#header_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	z-index: 10;
}
#content_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	background: #eeebe2 url(../../../../images/backgrounds/fff_pixel.gif) repeat-x 0 0;
}
#footer_wrap {
	background: #423e35 url(../../../../images/backgrounds/footer_background.png) repeat-x 0 0;
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
}
/* ---------------------------------------------------------------- 
 *  HEADER
 * ---------------------------------------------------------------- 
*/ 
#header {
	position: relative;
	width: 1002px;
	height: 306px;
	margin: 0 auto;
	background: url(../../../../images/backgrounds/header.jpg) no-repeat 0 0;
	z-index: 10;
}
#single #header {
	height: 103px;
}
#full #header {
	height: 230px;
}
#forum #header {
	height: 275px;
}
#directory_short #header {
	height: 275px;
}

#logo {
	position: absolute;
	left: 17px;
	top: 12px;
}
.user_info {
	position: absolute;
	top: 62px;
	right: 115px;
	padding: 5px 10px;
	color: #eeebe1;
	font-size: 12px;
}
#single .user_info {
	right: 84px;
}
.user_info li {
	display: inline;
}
.user_info span {
	color: #9c957f;
	padding: 0 3px;
}
.user_info a {
	color: #f0c806;
}
.user_info a:hover {
	color: #f0c806;
}
#character_large {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9;
}
#character_small {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9;
}
#panel {
	width: 1002px;
	position: absolute;
	top: 103px;
	left: 0px;
}
#home #panel {
	height: 224px;
	width: 1022px;
	left: -10px;
}
#home #panel .large_green_img {
	position: absolute;
	top: 0;
	left: 0;
}
.panel_heading {
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.breadcrumbs {
	position: absolute;
	left: 0px;
	bottom: 53px;
	color: #969288;
	font-size: 14px;
	font-family: Arial;
}
<!-- ////////////////////////////////////////as low as i got ///////////////////////////////////-->
#directory_short .breadcrumbs {
  bottom: 22px;
}
.breadcrumbs a {
	color: #f0f942;
}
.wplinks_breadcrumb {
  position: absolute;
  top: -93px;
  left: -22px;
  z-index: 99;
  color: #969288;
	font-size: 14px;
	font-family: Arial;
}
.wplinks_breadcrumb a {
  color: #f0f942 !important;
  text-decoration: none !important;
}
.welcome {
	position: absolute;
	top: 110px;
	left: 50px;
	width: 280px;
	font-size: 17px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #f1f3d8;
}
/*Resources*/
#panel .resource_side {
	position: absolute;
	top: 80px;
	left: 325px;
}
#panel .resource_side li {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 266px;
	height: 49px;
	margin-left: 55px;
}
#panel .resource_side li a {
	font-size: 18px;
	line-height: 22px;
	font-family: Helvetica, Arial;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 7px 10px;
	height: 35px;
	padding-left: 45px;
	text-indent: -9999px;
}
#panel .resource_side li a span {
	font-size: 13px;
	line-height: 13px;
	font-family: Arial;
	display: block;
	font-weight: normal;
}
#panel .re_pencil a {
	background: url(../../../../images/icons/pencil.gif) no-repeat 0 0;
}
#panel .re_plus a {
	background: url(../../../../images/icons/plus.gif) no-repeat 0 0;
}
#panel .re_user a {
	background: url(../../../../images/icons/user.gif) no-repeat 0 0;
}
#panel .re_search a {
	background: url(../../../../images/icons/search.gif) no-repeat 0 0;
}

#panel .resource_side li a:hover {
	background-position: 0 -49px;
}
/* ---------------------------------------------------------------- 
 *  NAVIGATION
 * ---------------------------------------------------------------- 
*/
#navigation {
	position: absolute;
	top: 60px;
	left: -10px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	color: #c0bbaa;
	display: block;
	padding: 5px 10px;
}
#navigation li a:hover, #navigation li.current_page_item a {
	color: #fff;
}
/* ---------------------------------------------------------------- 
 *  SEARCH FROM
 * ---------------------------------------------------------------- 
*/ 
.search_wrap {
	position: absolute;
	right: 266px;
	top: 13px;
	font:10px/22px arial, helvetica, sans-serif;
	z-index: 10;
}
.search_wrap input {
	float:left;
	background: #262222;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 10px;
	padding-top: 4px;
	height: 16px;
	text-transform: uppercase;
	color: #c5c0b0;
	width: 110px;
}
.search_button {
	border: none;
	float: left;
	background: url(../../../../images/backgrounds/go.gif) no-repeat;
	width: 33px;
	padding: 2px;
	padding-bottom: 7px;
	margin-top: 2px;
	margin-left: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}
/*Replace Select*/
.enhanced a {
	text-decoration:none;
	color: #c5c0b0;
}
.search_select_wrap {
	float:left;
	min-height: 40px;
	display: block;
}
.search_select {
	float:left;
	width:115px;
	position:relative;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222;
	text-transform: uppercase;
	margin-left: 8px;
}
.search_select .options {
	position:absolute;
	left:-1px;
	top:26px;
	width:115px;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222;
	padding:7px 0px;
	line-height: 18px;
	color: #c5c0b0;
}
.search_select .options ul {
	list-style:none;
}
.search_select .options a {
	display:block;
	padding:1px 12px;
	color: #c5c0b0;
}
.search_select .options a:hover {
	text-decoration:none;
	background: #1d1a1a;
}
a.dropdown_toggle {
	display:block;
	background:url(../../../../images/icons/arrow.gif) no-repeat center right;
	height:22px;
	padding-right:25px;
}
a.dropdown_toggle span {
	display:block;
	padding: 0 0 0 10px;
	height:22px;
	cursor:pointer !important;
}
.enhanced2 a {
	text-decoration:none;
	color: #45433d;
}
#wplinks_sortform label {
  float: left;
  line-height: 26px;
}
.wplinksort_select {
	float:right;
	width: 80px;
	position:relative;
	border:1px solid #9d9888;
	background: #eeebe2 url(../../../../images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
	text-transform: uppercase;
	margin-left: 8px;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #45433d;
	margin-right: 10px;
}
.wplinksort_select .options {
	position:absolute;
	left:-1px;
	top:26px;
	width: 80px;
	border:1px solid #9d9888;
	background: #eeebe2 url(../../../../images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
	padding:7px 0px;
	line-height: 18px;
	color: #45433d;
}
.wplinksort_select .options ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.wplinksort_select .options ul li {
	list-style:none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.wplinksort_select .options a {
	display:block;
	padding:1px 12px;
	color: #45433d;
}
.wplinksort_select .options a:hover {
	text-decoration:none;
	background: #fff;
}

/* ---------------------------------------------------------------- 
 *  CONTENT
 * ---------------------------------------------------------------- 
*/ 
#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/* background: #c5c0b0 url(images/backgrounds/content.gif) repeat-x 0 0; */
	background: #c5c0b0 url(../../../../images/backgrounds/content_pixel.gif) repeat-x 0 0;
	border-left: 1px solid #aca592;
	border-right: 1px solid #aca592;
	padding-bottom: 60px;
	min-height: 200px;
}
#home #content {
	background: #c5c0b0 url(../../../../images/backgrounds/content_home.png) repeat-x 0 0;
}
#page {
	background: #fff url(../../../../images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 20px;
	margin-right: 0px;
	padding: 40px;
	width: 560px;
	position: relative;
	min-height: 400px;
}
.four_o_four_guy {
  position: absolute;
  left: 30px;
  top: 40px;
}
/*Lists*/
.post_inner_wrap ul {
  padding-left: 40px;
  padding-bottom: 15px;
}
.post_inner_wrap ul li {
  background: url(../../../../images/backgrounds/green_li.gif) no-repeat 0 5px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.post_inner_wrap ol {
  padding-left: 60px;
  padding-bottom: 15px;
}
.post_inner_wrap ol li {
  list-style: decimal;
  padding-left: 15px;
  margin-bottom: 10px;
}
.post_inner_wrap ul ul,
.post_inner_wrap ol ol {
  padding-bottom: 0px;
}
.archive_left {
  width: 50%;
  float: left;
}
.archive_right {
  width: 50%;
  float: left;
}
.archive_left ul, .archive_right ul {
  padding-left: 10px;
}
#full_page {
	background: #fff url(../../../../images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 20px;
	margin-right: 0px;
	padding: 40px;
	width: 878px;
	position: relative;
}
.heading_centered {
	text-align: center;
	padding: 30px 0;
}
.p_centered {
	padding: 0px 200px; 
	text-align: center;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 200px;
}
#single #page {
	margin-bottom: 50px;
}
#home #page {
	margin-top: 40px;
}
#content p {
	padding-bottom: 14px;
}
/*Post*/
.post_bg {
	position: relative;
	background: url(../../../../images/backgrounds/post_divider.jpg) no-repeat 50% 100%;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
#single .post_bg {
	margin-bottom: 5px;
	padding-bottom: 30px;
}
.post .optional_excerpt, .post .photo {
	float:right;
	font-size:10px;
	margin-bottom:20px;
	margin-left:30px;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	color: #59554a;
	background: #e8e8e8;
	padding: 0px 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 24px;
	text-align: right;
	text-indent: 10px;
	display: block;
}
.post .optional_excerpt br {
	display:block;
	height:0.5em;
	content:"";
}
.post .optional_excerpt img, .post .photo img {
	padding: 0px;
	margin: 0px -5px;
	display: block;
	margin-bottom: -2px;
}
.post .optional_excerpt a, .post .photo a:link {
	padding: 0 2px;
	background: #f0c806;
	border-bottom: 1px solid #4d4b31;
	color: #59554a;
	text-decoration: none;
}
.post .optional_excerpt a:hover, .post .photo a:hover {
	background: #4d4b31;
	border-bottom: 1px solid #4d4b31;
	color: #fff;
	text-decoration: none;
}
.post .comments_popup_link {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../../../../images/icons/comments-popup.gif) no-repeat 0 0;
	width: 95px;
	height: 69px;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 1px;
	color: #6f770a;
	text-decoration: none;
}
.post .comments_popup_link span {
	font-size: 34px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	margin-top: 3px;
	letter-spacing: -3px;
}
.post .comments_popup_link a {
	color: #6f770a;
	text-decoration: none;
}
.post .comments_popup_link a:hover span {
	color: #33312a;
	text-decoration: none;
}
.post .the_post_meta {
	color: #f0c806;
	background: #59554a;
	padding: 5px 8px;
	border: 1px solid #4d4b31;
	display: inline;
	font-size: 13px;
}
.post .the_post_meta span {
	color: #fff;
}
.post .the_post_meta li {
	display: inline;
}
.post .the_post_meta li a {
	color: #fff;
	display: inline;
	text-decoration: none;
}
.post .the_post_meta li a:hover {
	color: #3b3f01;
	text-decoration: none;
}
.post .post_inner_wrap {
	margin-top: 10px;
}
.post a.more-link {
	position: static;
	display: inline;
	bottom: 35px;
	right: 5px;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.post blockquote {
  color: #33312a;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  padding-left: 60px;
  padding-top: 20px;
  background: url(../../../../images/backgrounds/blockquote.gif) no-repeat 5px 25px;
}
.post attribution {
  color: #59554a;
  font-size: 10px;
  font-family: Verdana, Arial;
  padding-left: 60px;
  padding-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
.post .the_tags {
  font-size: 10px;
  font-family: Verdana, Arial;
  text-transform: uppercase;
  padding-top: 20px;
}
/*Author Bio*/
.about_author {
	position: relative;
	padding-right: 80px;
	padding-bottom: 10px;
}
.about_author .avatar {
	position: absolute;
	right: 0px;
	top: 5px;
	border: 1px solid #9b9b9b;
}
.author_links li {
	display: inline;
	font-weight: bold;
}
.author_links li.first {
	background: url(../../../../images/backgrounds/li_square.jpg) no-repeat 0 3px;
	padding-left: 20px;
}
.author_links li span {
	padding: 0 5px;
}
/*Post Footer*/
#related_articles {
	background: #eeebe2 url(../../../../images/backgrounds/post_footer_bg.jpg) no-repeat 50% 0;
	border: 1px solid #b5b09d;
	padding: 15px 25px;
	padding-bottom: 50px;
	margin: 0 5px;
	font-size: 15px;
}
#related_articles h3 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#related_articles li {
	padding: 10px 0px;
}
#related_articles li span {
	padding-left: 25px;
	background: url(../../../../images/backgrounds/li_arrow_right.gif) no-repeat 15px 3px;
	text-indent: -9999px;
	width: 15px;
}
#related_articles li li {
	padding: 10px 0px;
	padding-left: 25px;
	background: url(../../../../images/backgrounds/li_square.jpg) no-repeat 0 15px;
}
#related_articles a {
	color: #5f5d57;
}
#related_articles a:hover {
	color: #829110;
}
.post_footer {
	position: absolute;
	bottom: -40px;
	left: 15px;
	width: 610px;
	height: 145px;
	background: url(../../../../images/backgrounds/post_footer_panel.png) no-repeat 0 0;
}
.post_footer .share {
	position: absolute;
	bottom: 110px;
	right: 43px;
}
.post_footer .digg {
	position: absolute;
	bottom: 20px;
	right: 52px;
}
.post_footer .social {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px !important;
}
.post_footer .social li {
	float: left;
	padding: 10px 0 20px 0;
	padding-left: 75px;
	margin-right: 25px;
	width: 100px;
}
.post_footer .social li a {
	color: #fff;
}
.post_footer .social li a:hover {
	text-decoration: underline;
}
.post_footer .rss {
	background: url(../../../../images/icons/rss.png) no-repeat 29px 0px;
}
.post_footer .printer {
	background: url(../../../../images/icons/printer.png) no-repeat 0px 0px;
}
.post_footer .mail {
	background: url(../../../../images/icons/mail.png) no-repeat 30px 4px;
}
.post_footer .delicious {
	background: url(../../../../images/icons/del.png) no-repeat 10px 7px;
}


/* ---------------------------------------------------------------- 
 *  IMAGES
 * ---------------------------------------------------------------- 
*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* PHOTO STYLES */

img.photo_right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*** PHOTO STYLE ***/

.cartoon {
  border:1px solid #d8d6ce;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

div.photo_centre {
	float:none;
	font-size:10px;
	margin-bottom:20px;
	margin-left:30px;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	color: #59554a;
	background: #e8e8e8;
	padding: 0px 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 24px;
	text-align: right;
	text-indent: 10px;
	display: block;
}
div.photo_centre br {
	display:block;
	height:0.5em;
	content:"";
}
div.photo_centre img {
	padding: 0px;
	margin: 0px -5px;
	display: block;
	margin-bottom: -2px;
}
div.photo_centre a:link {
	padding: 0 2px;
	background: #f0c806;
	border-bottom: 1px solid #4d4b31;
	color: #59554a;
	text-decoration: none;
}
div.photo_centre a:hover {
	background: #4d4b31;
	border-bottom: 1px solid #4d4b31;
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------------------- 
 *  SIDEBAR
 * ---------------------------------------------------------------- 
*/ 
#sidebar {
	float: right;
	margin: 19px 20px;
	margin-left: 20px;
	width: 280px;
	position: relative;
}
#home #sidebar {
	margin-top: 40px;
}
#sidebar .side_inner {
	background: url(../../../../images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	position: relative;
	color: #5f5d57;
}

/*Blog*/
#sidebar .explore_blog {
	background: url(../../../../images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding: 0px 0 20px 0;
	position: relative;
	color: #5f5d57;
}
#sidebar .explore_blog_header {
	margin-bottom: 15px;
}
#sidebar .explore_blog_body {
	padding: 15px 25px 25px 30px;
	background: #eeebe2 url(../../../../images/backgrounds/explore_the_blog.jpg) repeat-x 0 0;
	border: 1px solid #aea894;
}
#sidebar .explore_blog_body li a {
	padding: 10px 0;
	padding-left: 25px;
	background: url(../../../../images/backgrounds/green_li.gif) no-repeat 0 16px;
	font-size: 16px;
	color: #5f5d57;
	display: block;
}
#sidebar .explore_blog_body li a:hover {
	color: #010101;
}

/* ---------------------------------------------------------------- 
 *  Footer
 * ---------------------------------------------------------------- 
*/ 
#footer {
	background: #423e35 url(../../../../images/backgrounds/footer.jpg) no-repeat 0 0;
	position: relative;
	width: 1002px;
	height: 325px;
	margin: 0 auto;
}
#footer_logo {
	position: absolute;
	left: 17px;
	top: 30px;
}
.help_desk_footer {
	background: url(../../../../images/icons/life_saver.gif) no-repeat 0 5px;
	position: absolute;
	left: 30px;
	top: 100px;
	padding-left: 0px;
	color: #c0bbaa;
	width: 450px;
}
.help_desk_footer a {
	color: #fff;
	font-weight: bold;
}
.help_desk_footer a:hover {
	color: #ebdeb6;
}
.community_stats {
	width: 390px;
	position: absolute;
	right: 105px;
	top: 100px;
	color: #ebdeb6;
}
.community_stats a {
	color: #ebdeb6;
}
.community_list {
	float: right;
}
.community_list li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}
.stats_list {
	float: right;
	font-size: 18px;
	font-family: Helvetica, Arial;
	padding-top: 10px;
}
.stats_list li {
	display: inline;
	list-style: none;
	margin-left: 35px;
	float: left;
}
.stats_list li span {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, Arial;
	display: block;
	color: #817762;
	line-height: 25px;
}
.footer_bottom {
	background: url(../../../../images/backgrounds/footer_divider.gif) repeat-x 0 0;
	position: absolute;
	width: 942px;
	top: 215px;
	left: 30px;
	color: #817762;
	font-size: 10px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
.footer_bottom p {
	padding-top: 27px;
	float: left;
}
.footer_bottom a {
	color: #c5c0b0;
}
.footer_bottom a:hover {
	color: #a1ab09;
}
.footer_bottom #envato_logo {
	padding: 22px 15px 0 2px;
	float: left;
}

/* ---------------------------------------------------------------- 
 *  Tags
 * ---------------------------------------------------------------- 
*/
.tag1 {
  font-size: 100%;
}
.tag2 {
  font-size: 130%;
}
.tag3 {
  font-size: 150%;
}
.tag4 {
  font-size: 170%;
}
.tag5 {
  font-size: 200%;
}



#social {
float:left;
}

#social a img {

border:none;
}
