/*
	Theme Name: Modern Clix
	Them URI: http://www.rodrigogalindez.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 1
	Media: Screen
	Version: Tue 6, Jan 2008
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	/*background: transparent url(images/headerBackground.jpg) no-repeat top center;*/
	background: #fff;
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
	color: #666666;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
	color: #666666;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a,
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover,
a:active,
a:focus {
	color: #0066ff;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

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

#header {
	height: 19em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#header h1 {
	margin-top: .45em;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h2 {
	color: #000;
}

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

#content {
	padding-top: 1em;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a,
.navlinks li a:link,
.navlinks li a:visited {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover,
.navlinks li a:active,
.navlinks li a:focus {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 35.7em;
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/*
.post-content .tthumb {
	width:43em;
	position:relative;
}
*/

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

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

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#searchform .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

.large {
	font-size:1.667em;
	
}

.xLarge {
	font-size:3em;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	/*color: #000;*/
}

/* For by-lines */

.low {
	font-family: 'Palatino Linotype', Palatino, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.dropcap {
	float:left;
	font-family: 'Palatino Linotype', Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-right: 7px;
	padding-bottom:7px;
	margin-top:-6px;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em !important;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

.smallbutton {
	background-color: #f9f9f9;
	display: block;
	padding: 4px 8px;
	font-size: .834em;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.smallbutton:hover {
	background-color: #efefef;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #666666;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}


/**
#	changes by =sixdegrees
*/
h1 {
	font-family: 'Century Gothic', 'URW Gothic L', 'MGOpen Modata', Helvetica, sans-serif;
	font-size: 4em;
	letter-spacing: -2px !important;
	margin-top:0.88em !important;
	margin-bottom: 8px !important;
}
h1 a:hover,
h1 a:active,
h1 a:focus {
	color: #666666 !important;
	/*border-bottom:1px solid #CCCCCC;*/
}
h2.subtitle {
	font-variant: small-caps !important;
	font-size:2em !important;
}
#main-nav li a {
	font-size: 1.8em;
	letter-spacing:-0.05em;
}
#main-nav li a:link,
#main-nav li a:visited {}
#main-nav li a:hover,
#main-nav li a:active,
#main-nav li a:focus {
	color: #666666;
}
#wp_page_numbers {
	padding: 1em 0 0;
	overflow: hidden;
	clear: both;
}
#wp_page_numbers li {
	border: 1px solid white !important;
	color: #000000 !important;
}
ul.widgetized-sidebar li {
	margin:0 0 1em;
}
.section {
	margin:0 0 1em;
}
.nav .small {
	font-size: 0.8333em !important;
	font-weight:bold !important;
	/*color: #ffffff !important;*/
}
.white {
	color: #ffffff !important;
}
/*
#footnotes {
	margin-top: 1em !important;
}*/
#footnotes h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
#footnotes h2 a:link,
#footnotes h2 a:visited,
#footnotes h2 a:hover,
#footnotes h2 a:active,
#footnotes h2 a:focus {
	color: #666666;
}
#footnotes .section {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:1em;
	margin-bottom:1em;
}
.post-content img.tthumb {
	margin-left:1em;
	margin-bottom:1em;
	background-color:#F6F6F6;
	padding:4px;
	border:1px solid #E1E1E1;
}
.tweetmeme_button {
	position:relative;
	top:-2px;
	margin-bottom:-2px;
}
.post-content h3 {
	font-family: 'Arial Narrow', 'Arial Narrow Bold', Futura, "Trebuchet MS", sans-serif;
	font-size: 2em;
	padding-top:1.3em; /* 4px old*/
	line-height:1.1em !important;
}
.post-content ul, .post-content ol {
	margin-left:26px !important;
	width:auto !important;
}
.post-content p img.alignleft {
	margin-right:1em !important;
	margin-bottom:1em !important;
	background-color:#F6F6F6;
	padding:4px !important;
	border:1px solid #E1E1E1;
}
.post-content p img.alignright {
	margin-left:1em !important;
	margin-bottom:1em !important;
	background-color:#F6F6F6;
	padding:4px !important;
	border:1px solid #E1E1E1;
}
/*
.post-content p img {
	padding: 1em !important;
}*/
ul.st-related-posts {
	margin-left:8px !important;
}
h6 {
	padding:0 8px 0 8px;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
	text-transform: capitalize !important;
}
.wp-caption p.wp-caption-text {
	width: auto !important;
	text-align:center;
	font-size:1em;
	line-height:1.2em;
	color:#666666;
}
.wp-caption {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}
#searchcol input {
	width: 14em !important;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}
#searchcol {
	position:relative;
	float:right;
	width:28.2em;
	top:-8em;
}
#searchcol p {
	padding-left:0px !important;
	margin-bottom:0.6em !important;
}
#suboptions-widget-3 a {
	margin-left:8px;
}
#suboptions-widget-3 a img {
	margin-top:4px;
}
.col p.author-archives-posts {
	padding-bottom:2em;	
}


/**
# color changes to add vibrance to the blog
*/ 

a.insight-mining:link,
a.online-marketing:link,
a.creative-advertising:link,
a.advertising-agency-portfolios:link,
a.actively-and-strategically-managing-brand-perceptions:link,
a.brand-strategy:link,
a.brand-cascading:link,
a.brand-profitability:link,
a.bringing-the-brand-to-life:link,
a.online-branding:link,
a.corporate-branding-strategies:link,
a.sensory-branding:link,
a.experiential-branding:link,
a.daves-opinion:link,
a.design:link,
a.research:link{
	color:#000000;
}


a.sensory-branding:visited,
a.sensory-branding:hover,
a.sensory-branding:active,
a.sensory-branding:focus,
.cat-item-6 a:hover,
.cat-item-6 a:active,
.cat-item-6 a:focus {
	color:#9D161A !important;
}
a.corporate-branding-strategies:visited,
a.corporate-branding-strategies:hover,
a.corporate-branding-strategies:active,
a.corporate-branding-strategies:focus,
.cat-item-5 a:hover,
.cat-item-5 a:active,
.cat-item-5 a:focus {
	color:#9D161A !important;
}
a.online-branding:visited,
a.online-branding:hover,
a.online-branding:active,
a.online-branding:focus,
.cat-item-16 a:hover,
.cat-item-16 a:active,
.cat-item-16 a:focus {
	color:#9D161A !important;
}
a.bringing-the-brand-to-life:visited,
a.bringing-the-brand-to-life:hover,
a.bringing-the-brand-to-life:active,
a.bringing-the-brand-to-life:focus,
.cat-item-17 a:hover,
.cat-item-17 a:active,
.cat-item-17 a:focus {
	color:#9D161A !important;
}
a.brand-cascading:visited,
a.brand-cascading:hover,
a.brand-cascading:active,
a.brand-cascading:focus,
.cat-item-7 a:hover,
.cat-item-7 a:active,
.cat-item-7 a:focus {
	color:#9D161A !important;
}
a.brand-profitability:visited,
a.brand-profitability:hover,
a.brand-profitability:active,
a.brand-profitability:focus,
.cat-item-3 a:hover,
.cat-item-3 a:active,
.cat-item-3 a:focus {
	color:#9D161A !important;
}
a.brand-strategy:visited,
a.brand-strategy:hover,
a.brand-strategy:active,
a.brand-strategy:focus,
.cat-item-11 a:hover,
.cat-item-11 a:active,
.cat-item-11 a:focus {
	color:#9D161A !important;
}
a.actively-and-strategically-managing-brand-perceptions:visited,
a.actively-and-strategically-managing-brand-perceptions:hover,
a.actively-and-strategically-managing-brand-perceptions:active,
a.actively-and-strategically-managing-brand-perceptions:focus, 
.cat-item-18 a:hover,
.cat-item-18 a:active,
.cat-item-18 a:focus {
	color:#9D161A !important;
}
a.advertising-agency-portfolios:visited,
a.advertising-agency-portfolios:hover,
a.advertising-agency-portfolios:active,
a.advertising-agency-portfolios:focus,
.cat-item-13 a:hover,
.cat-item-13 a:active,
.cat-item-13 a:focus {
	color:#CA9701 !important;
}
a.creative-advertising:visited,
a.creative-advertising:hover,
a.creative-advertising:active,
a.creative-advertising:focus,
.cat-item-4 a:hover,
.cat-item-4 a:active,
.cat-item-4 a:focus {
	color:#CA9701 !important;
}
a.experiential-branding:visited,
a.experiential-branding:hover,
a.experiential-branding:active,
a.experiential-branding:focus,
.cat-item-19 a:hover,
.cat-item-19 a:active,
.cat-item-19 a:focus {
	color:#CA9701 !important;
}
a.online-marketing:visited,
a.online-marketing:hover,
a.online-marketing:active,
a.online-marketing:focus,
.cat-item-15 a:hover,
.cat-item-15 a:active,
.cat-item-15 a:focus {
	color:#CA9701 !important;
}
a.daves-opinion:visited,
a.daves-opinion:hover,
a.daves-opinion:active,
a.daves-opinion:focus,
.cat-item-186 a:hover,
.cat-item-186 a:active,
.cat-item-186 a:focus {
	color:#9D161A !important;
}
a.design:visited,
a.design:hover,
a.design:active,
a.design:focus,
.cat-item-136 a:hover,
.cat-item-136 a:active,
.cat-item-136 a:focus {
	color:#492B73 !important;
}
a.research:visited,
a.research:hover,
a.research:active,
a.research:focus,
.cat-item-188 a:hover,
.cat-item-188 a:active,
.cat-item-188 a:focus {
	color:#492B73 !important;
}
a.insight-mining:visited,
a.insight-mining:hover,
a.insight-mining:active,
a.insight-mining:focus,
.cat-item-8 a:hover,
.cat-item-8 a:active,
.cat-item-8 a:focus {
	color:#492B73 !important;
}



li.actively-and-strategically-managing-brand-perceptions,
li.brand-strategy,
li.brand-profitability,
li.brand-cascading,
li.bringing-the-brand-to-life,
li.online-branding,
li.corporate-branding-strategies,
li.sensory-branding,
li.daves-opinion {
	background-color:#9D161A !important;
	color:#FFFFFF !important;
}

li.online-marketing,
li.creative-advertising,
li.advertising-agency-portfolios,
li.experiential-branding {
	background-color:#CA9701 !important;
	color:#FFFFFF !important;
}
li.insight-mining,
li.design,
li.research {
	background-color:#492B73 !important;
	color:#FFFFFF !important;
}

li.insight-mining a,
li.online-marketing a,
li.creative-advertising a,
li.advertising-agency-portfolios a,
li.actively-and-strategically-managing-brand-perceptions a,
li.brand-strategy a,
li.brand-cascading a,
li.brand-profitability a,
li.bringing-the-brand-to-life a,
li.online-branding a,
li.corporate-branding-strategies a,
li.sensory-branding a,
li.experiential-branding a,
li.daves-opinion a,
li.design a,
li.research a {
	color:#FFFFFF !important;
}


.new {
	border-top:1px solid #000000;
	padding-top:0.6em !important;
}
.post .new {
	padding-top:0.6em !important;
	border-top:none;
}

.blurb {
	margin-bottom:24px;
}

.piccol {
	overflow:hidden;
	float:left;
	margin-bottom:24px;
}

.authortitle {
	text-transform: lowercase;
}

#archivesmonth, #archivesauthor {
	list-style:none;
}
#archivesmonth li, #archivesauthor li {
	width:14em;
	float:left;
	display:inline;
	margin-right:0em;
}

.authorstyle {
	/*
	border-top:1px solid #949DA7;
	background: #ffffff url(images/admin-comment.gif) 60px 0px no-repeat;
	padding-top:2.4em;
	padding-bottom:1em; */
}
.authorstyle a,
.authorstyle a:link,
.authrostyle a:visited {
}
.authorstyle a:hover,
.authorstyle a:active,
.authrostyle a:focus {
}

ul.manual-sidebar,
ul.subscribe-sidebar {
	list-style-type: none;
}

ul.manual-sidebar li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}
ul.subscribe-sidebar li {
	margin: 0;
	padding: 1em 8px 1.1em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
	overflow:hidden;
}

ul.subscribe-sidebar li.rss-ico {
	background: transparent url(images/ico/rss-64x64.png) 83% 8px no-repeat;
	padding-left:8px;
}
ul.subscribe-sidebar li.email-ico {
	background: transparent url(images/ico/email-64x64.png) 83% 8px no-repeat;
	padding-left:8px;
}
ul.subscribe-sidebar li.twit-ico {
	background: transparent url(images/ico/twitter-64x64.png) 83% 8px no-repeat;
	padding-left:8px;
}
ul.subscribe-sidebar li.face-ico {
	background: transparent url(images/ico/facebook-64x64.png) 83% 8px no-repeat;
	padding-left:8px;
}
#sharethis_0 {
  width: 15.2em !important;
  position:relative;
  float:left;
}
#sharethis_0 span {
	font-size:1.2em;
}
div.reminder {
	background: #FFFFFF url(images/subscribeReminder.gif) 54px 34px no-repeat;
	min-height:110px;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
}
.socialshare {
	height:64px;
	overflow:hidden;
	position:relative;
	margin:-24px auto 0 auto;
	padding-left:8px;
	text-align:center;
}
div.post-ratings {
	float:right;
	text-align:right;
	padding-top:0;
	font-size:1.2em;
	line-height:1.6em;
	width:21.6em !important;
}
div.post-ratings em {
	font-style:normal;
}
div.post-ratings-loading {
	float:right;
	text-align:right;
}
/**
*	To Hide the Rating Text
*/
span.post-ratings-text {
	display:none !important;
	height:0px !important;
}

.highlight {
	background-color: #FFFFDD;
	color: inherit;
}
/*
#ab_adblock {
	padding-top:0.6em;
}
#ab_adblock a {
	margin-left:1.2em;
	margin-bottom:1.2em;
}
*/