/*
Theme Name: WildMed
Theme URI: http://www.wildmed.com/
Description: Theme developed for Wilderness Medical Associates International website redesign 2011.
Author: Hall Web Services
Version: 1.0
Tags: WildMed
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

/* Set the default properties of the page */
html, body {
	color:#000;
	font-size:9pt;
	font-family:Verdana, Arial;
	background-color:#FFF;
}
body {
	behavior:url(/js/csshover.htc);
}
td {
	/* Default table cells to valign="top" */
	vertical-align:top;
}
img {
	/* set border of 0 as default for images */
	border:0;
}
img.border {
	/* use class="border" for images you want a border */
	border:1px solid black;
}
option {
	padding-right:4px;
}
a{
	color: #00466C;
	text-decoration: none;
}
a:hover{
	color: #648C18;
	text-decoration:underline;
}
.cline {
	clear:both;
}
/* =Structure
-------------------------------------------------------------- */
#wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	padding:0 10px;
}
#header {
	background:url(/graphics/header-bg.jpg) repeat-x;
	padding-bottom:48px; /* Makes space for the topnav */
}
#header #logo {
	width:193px;height:160px;padding:5px 0 10px 25px;
}
#header #head-right {
	width:700px;
	float:right;
	text-align:right;
	padding:20px 20px 0 0;
}
#header #head-right .h1-alt {
	color:#648C18;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#header #head-right .slogan {
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:22px;
	color:#0C424C;
	padding-top:10px;
}
#header #head-right .trans-text {
	font-size:9px;
	font-style:italic;
	padding-top:55px;
	padding-right:5px;
}
#header #head-right div.country-flags {
	padding:30px 0px 15px;
	float:right;
	width:700px;
}

	#header #head-right div.country-flags ul {
		list-style:none;
	}

		#header #head-right div.country-flags ul li {
			float:right;
			padding:0px 0px 0px 5px;
		}

			#header #head-right div.country-flags ul li img {
				border:1px solid #efefef;
			}

/****** Top Drop Downs ********/

/* main link area */
#topnav {
	position:absolute;
	top:175px; /*position the top nav lives at */
	z-index:1;
	left:-12px;
	height:69px;
	width:1002px;
	background:url(/graphics/nav-bg.png) no-repeat;
}
#topnav ul {
	list-style:none;
}
/* First level pop-up */
#topnav ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	z-index:3;
	background-color:#093139;
}

#topnav ul ul ul {
	display:none;
	position:absolute;
	left:20px;
	z-index:3;
	background-color:#0D3D47;
}

#topnav li:hover ul {
	display:block;
}
#topnav li {
	position:relative;
	/*border:1px solid #000;*/
	padding: 14px 25px;
	float:left;
	white-space:nowrap;
	background:url(/graphics/nav-line.png) no-repeat;
}
#topnav li a {
	color:#FFF;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
}
#topnav li a:hover {text-decoration:underline;}
#topnav li.home {padding-left:48px;background:none;}
/* First level elements */
#topnav li li {
	width:180px;
	float:none;
	border-bottom:0;
	padding: 8px;
	background:none;
}
#topnav ul li li.bgarrow{
	background:url(/graphics/menu-arrow.gif) no-repeat 175px 15px;
}
#topnav li li a {
	color:#FFF;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

/** Second level elements - remove if not using this level **/

#topnav li li li {
	width:210px;
	background:none;
}
#topnav li:hover li ul {
	display:none;
	left: 168px;
	top:-1px;
}
#topnav li:hover li:hover ul {
	display:block;
}
/** End Second level elements **/
/** Start Mega Menu **/
#topnav #coursemenu {
    width: 670px;
	padding:5px;
}
#topnav #coursemenu li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: auto;
    padding:5px 10px;
    width: 200px;
}
#topnav #coursemenu ul {
    position: static;
	display:block;
	background:none;
	border:0;
	margin-left:15px;
	margin-top:5px;
}
#topnav #coursemenu li li {
    float: none;
    width: auto;
	padding:5px 0;
}
#topnav #coursemenu li li a {
	font-weight:normal;
}
/** End Mega Menu **/
/****** End Top Drop Downs ********/

#container{
	display:inline-block;
	float:left;
	width:720px;
}

#content{
	padding:40px 50px 0px 30px;
}

#sidebar{
	display:inline-block;
	float:left;
	width:245px;
	padding:20px 0px;
}
#sidebar .sidebar-bot{
    background: url("/graphics/interior-left-nav-bottom-bg.jpg") repeat-x scroll 0 0 #EAEAEA;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    height: 8px;
    width: 232px;
    margin:0px 0px 10px;
}
#footer {
	background:#093038 url(/graphics/footer-bg.jpg) no-repeat;
	text-align:center;
	width:1002px;
	margin:0 auto;
	color:#FFF;
	font-size:8pt;
}
#footer p {margin:10px 0;}
#footer a {color:#FFF;text-decoration:none;}
#footer a:hover {color:#FFF;text-decoration:underline;}

#footer .addy-one, #footer .addy-two, #footer .addy-three {width:300px;float:right;text-align:left;margin:25px 0;}

#footer .social-one, #footer .social-two, #footer .social-three {width:80px;float:right;margin:20px 0;}
#footer .social-three {padding-right:381px;}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */


#content h1 {
        color:#648C18;
        font-size:11pt;
        padding:10px 0px;
}
#content h2 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font-size:10pt;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color:#0C424C;
}
#content p {
	/* Set top and bottom padding for element */
	padding:5px 0;
	line-height:18px;
}
#content li {
}
#content h3 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#648C18;
}
#content ul {
padding:0px 0px 0px 20px;
}
#content ol {
padding:0px 0px 0px 20px;
}
#content .post img {
    border: 1px solid #DDDDDD;
    padding: 5px;
}


.hentry {
	padding: 10px 0px 30px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-weight: bold;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #00466C;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #00466C;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #648C18;
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
.entry-content ul,
.entry-summary ul{
	padding:0px 0px 0px 30px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #EBEBEB;
	clear: both;
	height:225px;
	margin: 24px 0;
	padding: 5px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #fff;
	float: left;
}
#entry-author-info #author-description {
	float: left;
	padding:0px 10px;
	width:140px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #4D681F;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
    background: #EBEBEB;
    color:#00466C;
	list-style: disc;
    margin: 0 14px 0 2px;
    padding: 0 5px 10px 25px;
}
.widget-area ul ul li{
    padding: 4px 0px 6px;
}
.widget-area select {
	max-width: 100%;
}

.widget-container {
    background: url("/graphics/sidebar-top.jpg") no-repeat 0 0;
}
.widget-title {
    color: #4D681F;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0px 30px 10px;
}

.widget-area a {
	color:#00466C;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

#blog-search{
	padding:30px 0px 0px;
}

#blog-search #s {/* This keeps the search inputs in line */
	border: 1px solid #999999;
    padding: 3px 0;
}
#blog-search label {
	display: none;
}
#blog-search #searchsubmit {
    background: url("/graphics/med-btn-bg.jpg") no-repeat scroll 0 0 #537021;
    border: medium none;
    color: #FFFFFF;
    height: 27px;
    width: 102px;
}
.widget_search{
	background: #FFF;
	padding:15px 0px;
}

.widget_search #s {/* This keeps the search inputs in line */
	border: 1px solid #999999;
    padding: 3px 0;
    width: 55%;
}
.widget_search label {
	display: none;
}
.widget_search #searchsubmit {
    background: url("/graphics/med-btn-bg.jpg") no-repeat scroll 0 0 #537021;
    border: medium none;
    color: #FFFFFF;
    height: 27px;
    width: 102px;
}
.widget_shoppsearchwidget .widget-title {
    background: none;
	font-size: 12px;
    font-weight: normal;
    padding: 5px 0px;
}
.widget_shoppsearchwidget{
	background: #FFF;
	padding:15px 0px;
}

.widget_shoppsearchwidget #s {/* This keeps the search inputs in line */
	border: 1px solid #999999;
    padding: 3px 0;
    width: 55%;
}
.widget_shoppsearchwidget label {
	display: none;
}
.widget_shoppsearchwidget #searchsubmit {
    background: url("/graphics/med-btn-bg.jpg") no-repeat scroll 0 0 #537021;
    border: medium none;
    color: #FFFFFF;
    height: 27px;
    width: 102px;
}

.tagcloud{
    background:#EBEBEB;
    margin: 0 13px 0 3px;
    padding: 0 10px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

.textwidget{
	background: #EBEBEB;
    margin: 0 13px 0 3px;
    padding: 0 10px;
}

#calendar_wrap{
    background: #EBEBEB;
    margin: 0 13px 0 3px;
    padding: 0 10px;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss .widget-title a {
    color: #4D681F;
    text-decoration:underline;
}
.widget_rss .widget-title a:hover {
    text-decoration:none;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#shopp-cart-ajax{}
#shopp-cart-ajax .status{
	background:#EBEBEB;
	padding:10px 0px 10px 20px;
	margin: 0 14px 0 2px;
	font-size:18px;
}
#shopp-cart-ajax .status #shopp-sidecart-items, .shopp_cart_total{
	color:#4D681F;
}

#shopp-cart-ajax ul{
	list-style:none;
}
#shopp-cart-ajax ul li{
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/*--sociable--*/
div.sociable { margin: 10px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*--Author page--*/
#author-info {
	padding:20px 0px;
	border-bottom:1px solid #ddd;
}
	#author-info #avatar{
		display:inline-block;
		float:left;
	    border: 1px solid #DDDDDD;
	    padding: 5px;
	}
	#author-info #description{
		display:inline-block;
		float:left;
		width:450px;
		padding:0px 0px 0px 20px;
	}
	#author-info #description h2{
		font-size:25px;
		padding:0px;
	}
	#author-info #description #contact-info{
		color:#999;
		padding:0px;
	}
	#author-info #description #contact-info a{
		color:#999;
	}





