/*  
Skin Name: Reptile Default Skin v1.1
Skin URI: http://wpbandit.com/themes/plush/
Description: Reptile Framework Default Skin
Version: 1.1
Author: WP Bandit
Author URI: http://wpbandit.com
*/

/*

  *** ---> NOTE: DO NO EDIT THIS FILE <--- ****

  Use the ./custom/custom.css file to override
      or add custom styles to this skin.

*/

/*--:[ CSS Reset ]:------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, img, hr, object
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

address, caption, cite, code, dfn, th, var
{
	font-style: normal;
	font-weight: normal;
}

ol, ul, li
{
	list-style: none;
}

caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}

abbr, acronym
{
	border: 0;
}

img
{
	display: block;
}

/*--:[ Core Layout ]:------------------------------------------------*/

body
{
	background: url('img/bg.png') repeat;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

a
{
	color: #4e7287;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

h1,h2,h3,h4,h5,h6
{
	color: #2a2a2a;
	font-size: 100%;
	font-weight: normal;
}

.alignleft
{
	float: left;
	margin: 0 15px 5px 0;
}

.alignright
{
	float: right;
	margin: 0 0 5px 15px;
}

.aligncenter
{
	margin: 0 auto;
}

img.alignleft
{
	display: inline;
}

img.alignright
{
	display: inline;
}

.container
{
	width: 960px;
	margin: 0 auto;
}

/*- header -*/

#header_top
{
	height: 17px;
}

#header_full
{
	background: url('img/bg_headerfooter.png') repeat-x;
	height: 230px;
	border-bottom: 10px solid #d9d3c7;
}

/*- content -*/

#header_full, #content_full, #footer_full
{
	clear: both;
	width: 100%;
}

#content_top, #content_bottom
{
	clear: both;
}

#content_top
{
	background: url('img/bg_content_topbottom.png') no-repeat;
	margin: -100px auto 0 auto;
	padding: 0 5px;
	height: 50px;
	width: 960px;
}

#content_full .container
{
	background: url('img/bg_content.png') repeat-y;
	padding: 0 5px 24px 5px;
	width: 960px;
}

#content_data
{
	float: left;
	margin: -10px 40px 0 40px;
	width: 540px;
}

#content_bottom
{
	background: url('img/bg_content_topbottom.png') 0 -51px no-repeat;
	margin: 0 auto 22px auto;
	padding: 0 5px;
	height: 26px;
	width: 960px;
}

/*- posts -*/
.post_nav {margin: 0 12px;}

.post_nav a
{
	display: block;
	line-height: 24px;
	padding: 12px 0;
}

h1
{
	font-size: 36px;
	font-weight: bold;
}

h2
{
	font-size: 28px;
	font-weight: bold;
}

.post h1, h2 {font-weight: bold;}

.post h1, h2
{
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.post h3
{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 6px 0;
}

.post h4, .post h5,.post h6 {line-height: 24px;}
.post h4 {font-size: 16px;}
.post h5 {font-size: 14px;}
.post h6 {font-size: 12px;}

.post .byline
{
	color: #aaa;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 18px;
}

.post .byline_first {margin-bottom: 0;}
.post .byline_first a {font-weight: bold;}

.post p
{
	line-height: 24px;
	margin-bottom: 16px;
}

.post ol, .post ul
{
	line-height: 24px;
	margin: 0 0 16px 24px;
}

.post ol li {list-style: decimal;}
.post ul li {list-style: square;}

.post blockquote
{
	border-left: 6px solid #e5e5e5;
	padding-left: 12px;
	color: #777;
}

/*- comments -*/
#comments h4
{
	color: #444;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 12px;
}


/*#comments img.avatar { border:4px solid #ccc; float:right; margin-left:6px; }*/
#comments cite.fn
{
	font-size: 13px;
	font-weight: bold;
}

#comments .comment-meta {font-size: 11px;}

#comments ol.commentlist {font-size: 13px;}

#comments ol.commentlist li
{
	clear: both;
	padding: 12px 0;
}

#comments ol.commentlist cite {line-height: 16px;}

#comments ol.commentlist .comment-meta
{
	line-height: 16px;
	margin-bottom: 12px;
}

#comments ol.commentlist p
{
	line-height: 18px;
	margin-bottom: 8px;
}

#comments blockquote
{
	border-left: 6px solid #e5e5e5;
	padding-left: 12px;
	color: #777;
}

#comments ol.commentlist li ul.children
{
	background: #f6f6f6;
	margin-top: 12px;
	margin-left: 12px;
	padding: 12px;
}

#comments ol.commentlist li ul.children li .comment-body {padding: 12px 0;}

#comments ol.commentlist li ul.children ul.children
{
	background: #fff;
	margin-bottom: 12px;
	padding: 0 12px;
}

#comments ol.commentlist li ul.children li {padding: 0;}
#comments ol.commentlist li ul.children ul.children li .comment-body {padding: 12px 0;}

#commentform input
{
	border: 1px solid #999;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
}

#commentform p {margin-bottom: 12px;}
#commentform textarea {margin-bottom: 12px;}

/*- sidebar -*/
#sidebar
{
	float: left;
	margin: 10px 40px 0 40px;
	width: 260px;
}

#sidebar ul li.widget
{
	margin-bottom: 36px;
}

/*- footer -*/

#footer_full
{
	background: url('img/bg_headerfooter.png') 0 -231px repeat-x;
	height: 186px;
	border-top: 10px solid #d9d3c7;
}

#footer
{
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

/*- self clearing divs -*/

#header_full:after, #content:after, #content_data:after, #footer_full:after, .post:after
{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--:[ Header ]:------------------------------------------------*/

#header #site_name, #header #site_desc
{
	margin-left: 30px;
}

#header #site_name
{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 30px;
}

#header #site_name a
{
	color: #fff;
}

#header #site_desc
{
	color: #9eaec2;
	font-size: 12px;
}

/*- dropdown menu -*/

#dropdown-menu
{
	float: right;
	margin: -27px 0 0 0;
	padding: 0 30px 0 0;
	z-index: 1;
}

#dropdown-menu ul, #dropdown-menu *
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#dropdown-menu li
{
	float: left;
	list-style: none;
	margin: 0 12px;
	padding: 0px;
}

#dropdown-menu li a
{
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

#dropdown-menu li.current a, #dropdown-menu li:hover a
{
	color: #fff;
	text-decoration: #fff;
	border-bottom: 4px solid #4e7287;
	height: 22px;
}

#dropdown-menu li ul
{
	position: absolute;
	left: -999em;
	padding-top: 10px;
	background: #1b2027;
	width: 160px;
	padding-bottom: 7px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
}

#dropdown-menu li li
{
	margin: 0;
	margin-bottom: 2px;
}

#dropdown-menu li:hover li a
{
	font-size: 11px;
	font-weight: normal;
	color: #a4aeb3;
	display: block;
	line-height: 18px;
	padding: 1px 13px;
	width: 134px;
	text-shadow: none;
	border: none;
}

#dropdown-menu li:hover li a:hover
{
	font-size: 11px;
	color: #fff;
	display: block;
	line-height: 18px;
	padding: 1px 13px;
	width: 160px;
	text-shadow: none;
	border: none;
}

#dropdown-menu li:hover ul
{
	left: auto;
}

#dropdown-menu li:hover ul ul, #dropdown-menu li:hover ul ul ul, #dropdown-menu li:hover ul ul ul ul
{
	left: -9999px;
}

#dropdown-menu li:hover ul, #dropdown-menu li li:hover ul, #dropdown-menu li li li:hover ul, #dropdown-menu li li li li:hover ul
{
	left: auto;
}

#dropdown-menu li:hover ul li:hover ul
{
	margin: -28px 0 0 140px;
}

/*- top header menu -*/

#header_top ul
{
	background: #20272f;
	float: right;
	list-style: none;
	padding-left: 10px;
	border-bottom: 1px solid #353f4c;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#header_top ul li
{
	float: left;
	padding: 3px 0;
	color: #737c85;
	height: 15px;
	line-height: 12px;
	padding-top: 5px;
}

#header_top ul li.first
{
	border-left: none;
	font-size: 11px;
}

#header_top ul li span
{
	color: #fff;
	font-size: 11px;
	padding-right: 5px;
}

#header_top ul li a
{
	border-left: 1px solid #283039;
	color: #737c85;
	display: block;
	font-size: 11px;
	padding: 0 5px;
}

#header_top ul li a:hover
{
	color: #fff;
}

#header_top ul li.last
{
	padding-right: 5px;
}

/*--:[ Content ]:------------------------------------------------*/

.post_headline
{
	float: left;
	overflow: auto;
}

.byline
{
	margin-bottom: 16px;
	font-size: 11px;
}

.entry
{
	clear: both;
	overflow: hidden;
}

.post p a
{
	border-bottom: 1px solid #ebebeb;
}

.post p a:hover
{
	border-bottom: 1px solid #ccc;
}

.post
{
	margin-bottom: 40px;
}

.divider
{
	background: url('img/bg_divider.png') no-repeat;
	float: left;
	margin: -40px 0 0 -44px;
	height: 17px;
	width: 625px;
}

.post_date
{
	background: url('img/bg_date.png') no-repeat;
	float: left;
	margin: 8px 0 0 -57px;
	padding: 5px 3px 0 0;
	height: 53px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.post_date span
{
	font-size: 12px;
	text-transform: uppercase;
	color: #dab4b7;
}

.post h1, .post h2
{
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 500px;
}

.post h1, .post h2 a
{
	color: #222;
}

.post h2 a:hover
{
	color: #444;
}

.byline .date
{
	color: #969696;
	font-size: 11px;
}

.post_author
{
	color: #222;
	font-weight: bold;
	font-size: 11px;
}

.reptile_post_image
{
	clear: both;
	margin-bottom: 12px;
	; max-width: 540px;
	overflow: hidden;
}

a.more-link
{
	background: url('img/bullet_more.png') no-repeat right 4px;
	font-weight: bold;
	color: #4e7287;
	font-size: 12px;
	border: 0!important;
	padding: 0 24px 0 7px;
}

a.more-link:hover
{
	color: #333f4c;
	border: 0;
}

.comments_num
{
	float: left;
	margin: 8px 0 0 0;
}

.comments_num span
{
	display: none;
}

.comments_num a
{
	border: 0!important;
	background: url('img/bg_comments.png') no-repeat top;
	text-align: center;
	width: 37px;
	height: 26px;
	display: block;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.comments_num a:hover
{
	background-position: bottom;
}

/*- captions -*/

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
}

.wp-caption img
{
	margin: 0 auto;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 3px 0;
	margin: 0;
}

/*- post metadata -*/

.postmetadata
{
	border-top: 1px solid #e6e5e3;
	color: #6f6f6f;
	padding-top: 12px;
	clear: both;
}

.postmetadata p
{
	font-size: 12px;
	line-height: 16px;
}

.postmetadata a
{
	color: #666;
	border: 0!important;
}

.postmetadata a:hover
{
	color: #222;
}

.postmetadata span
{
	color: #2a2a2a;
	font-weight: bold;
}

.postmetadata .post_cat
{
	background: url('img/icon_category.png') no-repeat;
	float: left;
	padding-left: 20px;
}

.postmetadata .post_tag
{
	background: url('img/icon_tags.png') no-repeat;
	float: right;
	padding-left: 22px;
}

/*- archives -*/

h1#archive_heading
{
	background: #4e7287;
	font-size: 12px;
	line-height: 8px;
	margin: 4px 0 28px -39px;
	text-transform: uppercase;
	width: 620px;
}

h1#archive_heading span
{
	background: #fff;
	color: #4e7287;
	font-weight: bold;
	margin-left: 35px;
	padding: 0 5px;
}

#archive_heading_fold
{
	display: block;
	height: 10px;
	width: 11px;
	position: relative;
	top: -35px;
	left: -43px;
}

p#query
{
	border-bottom: 1px dashed #ccc;
	font-size: 18px;
	line-height: 24px;
	margin: -12px 0 24px -40px;
	padding: 0 0 12px 40px;
	width: 580px;
	color: #777;
}

p#query span
{
	color: #4e7287;
	font-weight: bold;
}

p#noresults
{
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 24px;
	color: #2a2a2a;
}

p#noresults_alt
{
	font-size: 14px;
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

#searchform_noresults
{
	clear: both;
	margin-bottom: 48px;
	overflow: auto;
}

#searchform_noresults input#searchsubmit
{
	float: left;
	margin-left: 12px;
}

#empty_box
{
	background: url('img/empty_box.png') no-repeat top;
	display: block;
	width: 207px;
	height: 169px;
}

#empty_box:hover
{
	background-position: bottom;
}

/*- comments -*/

ol.commentlist .comment_meta
{
	float: left;
	width: 135px;
	font-size: 11px;
}

ol.commentlist .comment_text
{
	float: left;
	width: 405px;
}

ol.commentlist li
{
	border-top: 1px solid #e0e0e0;
	overflow: auto;
}

ol.commentlist li.comment-author-admin
{
	background: url('img/bg_admin_comment.png') no-repeat top right;
}

ol.commentlist li  a
{
	color: #4e7287;
	border-bottom: 1px solid #ebebeb;
}

ol.commentlist li  a:hover
{
	color: #000;
}

ol.commentlist li  img.avatar
{
	padding: 3px;
	border: 1px solid #e0e0e0;
}

ol.commentlist p.c_author
{
	font-weight: bold;
	color: #444;
}

ol.commentlist p.c_author a
{
	color: #000;
	border-bottom: 1px solid #ebebeb;
}

ol.commentlist p.c_date
{
	border-left: 5px solid #4e7287;
	padding: 0 0 0 10px;
	margin: 0!important;
	line-height: 10px!important;
}

ol.commentlist p.c_time
{
	border-left: 5px solid #4e7287;
	padding: 7px 0 0 10px;
	margin: 0!important;
	line-height: 10px!important;
}

ol.commentlist .alt p.c_date
{
	border-left: 5px solid #9d1f2b!important;
}

ol.commentlist .alt p.c_time
{
	border-left: 5px solid #9d1f2b!important;
}

ol.commentlist .alt a.comment-edit-link
{
	color: #9d1f2b;
}

ol.commentlist .c_num
{
	font-size: 28px;
	color: #dbdbdb;
	position: relative;
	float: left;
	margin: -40px 0 0 60px;
	width: 100%;
}

/*- comment fields -*/

#respond
{
	margin-top: 24px;
}

form#commentform p
{
	color: #777;
}

input#author
{
	border: 1px solid #ccc;
	padding: 7px;
	margin-right: 15px;
	color: #777;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input#email
{
	border: 1px solid #ccc;
	padding: 7px;
	margin-right: 15px;
	color: #777;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input#url
{
	border: 1px solid #ccc;
	padding: 7px;
	margin-right: 15px;
	color: #777;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea#comment
{
	border: 1px solid #ccc;
	padding: 7px;
	color: #777;
	width: 526px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input#submit
{
	background-color: #9e212c;
	border: 1px solid #620f17;
	color: #fff;
	padding: 6px 15px;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*--:[ Sidebar ]:------------------------------------------------*/

ul.sidebar
{
	margin-top: 30px;
}

#sidebar h3
{
	border-bottom: 4px solid #ded7c9;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 4px;
	padding-bottom: 12px;
}

#sidebar li.widget
{
	clear: both;
	float: left;
	display: block;
	width: 100%;
}

#sidebar li.widget ul li
{
	font-size: 13px;
}

#sidebar li.widget ul li a:hover
{
	color: #444;
}

#sidebar li.widget ul li a
{
	background: url('img/bg_li.png') repeat-x bottom;
	color: #777;
	padding: 5px 0 8px 15px;
	display: block;
}

#sidebar li.widget ul li li a
{
	background: url('img/bg_li_li.png') no-repeat bottom;
	padding: 5px 0 8px 30px;
	font-size: 11px;
}

#sidebar li.widget ul li li li a
{
	background: url('img/bg_li_li_li.png') no-repeat bottom;
	padding: 5px 0 8px 45px;
}

a#rss_sub
{
	background: url('img/icon_subscribe.png') no-repeat top left;
	height: 24px;
	display: block;
	margin-top: 20px;
	padding: 1px 24px;
	font-weight: bold;
	color: #444;
}

/*- search -*/

input#s
{
	background: url('img/bg_searchfield.png') no-repeat top;
	width: 152px;
	height: 28px;
	border: 0;
	display: block;
	padding: 10px 8px 0 8px;
	color: #777;
	float: left;
	margin-top: 4px;
}

input#searchsubmit
{
	background: url('img/bg_btn_search.png') no-repeat top;
	border: 0;
	display: block;
	height: 36px;
	width: 87px;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	margin-top: 4px;
}

input#searchsubmit:hover
{
	background-position: bottom;
}

label.screen-reader-text
{
	display: none;
}

/*- recent comments -*/

#sidebar li.widget ul#recentcomments li
{
	background: url('img/bg_li_recentcomments.png') repeat-x bottom;
	color: #555;
	padding: 5px 15px 8px 35px;
	display: block;
	float: left;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, Arial;
}

#sidebar li.widget ul#recentcomments li a
{
	font-weight: normal;
	width: 205px;
	background: none;
	color: #777;
	font-style: normal;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	float: left;
}

#sidebar li.widget ul#recentcomments li a:hover
{
	color: #777;
}

#sidebar li.widget ul#recentcomments li a.url
{
	color: #777;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, Arial;
	margin-right: 5px;
	float: none;
}

/*- calendar -*/

#sidebar #calendar_wrap
{
	clear: both;
	margin-top: 8px;
	padding: 7px 0 15px 15px;
	height: 267px;
	display: block;
	background: url('img/bg_calendar.png') no-repeat top;
	margin-top: 20px;
}

#sidebar #wp-calendar caption
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 6px 5px 15px 5px;
	text-transform: uppercase;
}

#sidebar #wp-calendar th
{
	color: #2a2a2a;
	font-weight: bold;
}

#sidebar #wp-calendar th, #sidebar #wp-calendar td
{
	padding: 5px 9px 5px 9px;
	text-align: center;
	border: 1px solid #e6e4d9;
	font-size: 12px;
}

#sidebar #wp-calendar a td
{
	display: block;
	background: #000;
}

#sidebar #wp-calendar td a
{
	color: #4e7287;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

#sidebar #wp-calendar td a:hover
{
	color: #555;
}

#sidebar #wp-calendar td#next a
{
	margin: 0px 5px 5px 5px;
	padding: 0 0 1px 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	display: block;
	color: #555;
}

#sidebar #wp-calendar td#next
{
	border: 0;
	padding: 0;
}

#sidebar #wp-calendar td#next a:hover
{
	color: #777;
}

#sidebar #wp-calendar td#prev a
{
	margin: 0px 5px 5px 5px;
	padding: 0 50px 1px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	display: block;
	color: #555;
}

#sidebar #wp-calendar td#prev a:hover
{
	color: #777;
}

#sidebar #wp-calendar td#prev
{
	border: 0;
	padding: 0;
}

#sidebar #wp-calendar tfoot td.pad
{
	background: #fff;
	border: 0!important;
	background: transparent;
}

/*- wp-default widget | tag cloud -*/

#sidebar li.widget_tag_cloud a
{
	color: #444;
}

#sidebar li.widget_tag_cloud a:hover
{
	color: #777;
}

/*- wp-default widget | rss -*/

#sidebar li.widget_rss h3 a
{
	color: #444;
}

#sidebar li.widget_rss  img
{
	display: none;
}

/*- reptile widget | flickr -*/

#sidebar li.widget_reptile_flickr h3
{
	margin-bottom: 12px;
}

#sidebar #flickr_wrap
{
	margin-left: -1px;
}

#sidebar .flickr_badge_image
{
	background: url('img/flickr_badge_bg.png') no-repeat top;
	width: 75px;
	height: 83px;
	padding: 8px 6px;
	float: left;
	margin: 0px;
}

#sidebar li.widget_reptile_flickr img
{
	float: left;
}

#sidebar #flickr_badge_image3 img, #sidebar #flickr_badge_image6 img, #sidebar #flickr_badge_image9 img
{
	margin-right: 0;
}

/*- reptile widget | get recent comments -*/

#sidebar li.widget_reptile_recentcomments ul li
{
	color: #555;
	padding: 7px 0px 7px 0px;
	display: block;
	float: left;
	font-style: italic;
	font-size: 14px;
	background: none;
	border-bottom: 1px solid #d4d4d4;
}

#sidebar li.widget_reptile_recentcomments ul li a
{
	border: 0;
}

#sidebar li.widget_reptile_recentcomments ul li .post_link
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

#sidebar li.widget_reptile_recentcomments ul li .post_link span
{
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	color: #2a2a2a;
	font-size: 11px;
	font-weight: bold;
}

#sidebar li.widget_reptile_recentcomments ul li .wrap_comment
{
	float: left;
	width: 187px;
	margin-left: 10px;
	padding: 5px 0;
}

#sidebar li.widget_reptile_recentcomments ul li .wrap_comment p
{
	font-size: 14px;
	padding: 5px 0;
	color: #555;
}

#sidebar li.widget_reptile_recentcomments ul li a.comment_link
{
	color: #777;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 0 0 0;
}

#sidebar li.widget_reptile_recentcomments ul li a.comment_link:hover
{
	color: #2a2a2a;
}

#sidebar li.widget_reptile_recentcomments ul li .gravatar
{
	background: url('img/bg_sidebar_gravatar.png') no-repeat;
	width: 50px;
	padding: 8px 8px 0 8px;
	float: left;
	margin: 0 0 0 -3px;
}

#sidebar li.widget_reptile_recentcomments ul li .gravatar img
{
	width: 50px;
	height: 50px;
}

#sidebar li.widget_reptile_recentcomments ul li a.view_more
{
	background: #333f4c;
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 10px -5px 0 0;
	padding: 3px 0;
	float: right;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar li.widget_reptile_recentcomments ul li a.view_more:hover
{
	background: #9e212c;
}

/*--:[ Footer ]:------------------------------------------------*/

#footer
{
	background-color: #5a5446;
	border-bottom: 1px solid #3c372c;
	height: 50px;
	margin-top: 50px;
	text-transform: uppercase;
	padding: 0 20px;
	width: 920px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#footer a
{
	color: #fff;
}

#footer a:hover
{
	color: #eee;
}

#footer p
{
	color: #ddd6c6;
	float: left;
	padding-top: 18px;
	font-size: 12px;
}

#footer p.right
{
	float: right!important;
}

#footer p.right a
{
	padding: 1px 0 0 25px;
	color: #ddd6c6;
	background: url('img/bullet_top.png') no-repeat top left;
	display: block;
	height: 16px;
}

#footer p.right a:hover
{
	background-position: bottom left;
	color: #fff;
}

#footer_full #credit
{
	color: #97907f;
	font-size: 11px;
	float: right;
	margin: 49px 25px 0 0;
}

#footer_full #credit span
{
	float: left;
	padding-right: 5px;
}

#footer_full #credit a
{
	color: #fff;
	background: url('img/logo_wpbandit_footer.png') no-repeat 0 1px;
	float: left;
	display: block;
	text-indent: -9999px;
	width: 49px;
}