/* @override 
	http://mediaapimeal.iacstudio.eu/style.css
*/

/* http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-Fonts
*/
/* @group Typography */
:focus { 
    outline: 0
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	min-width: 700px;
}
p {
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */
  margin: 0 0 1.5em 0;
}

h1, h2 {
	font-family: "Euphemia UCAS", Eurostile, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
  font-size: 3em; /* 36px */
  line-height: 1em; /* 36px */
  margin-top: 0.5em;
  margin-bottom: 0em;
}
h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  /*font-size: 2em;  24px 
  line-height: 1.5em;  36px*/ 
  margin-top: 0.75em;
  margin-bottom: 0em;
}
h3,
.hentry-metas {
  font-size: 1.5em; /* 18px */
  line-height: 1em; /* 18px */
  margin-top: 1em;
  margin-bottom: 0em;
  font-weight: normal;
}
.hentry-byline {
  font-size: 1.1667em; /* 14px */
  line-height: 1.2857em; /* 18px */
  margin-top: 1.2857em;
  margin-bottom: 0em;
}

a {
	color: #04f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: 0;
	height: 2px;
	background: #eef;
}

blockquote {
	font-style: italic;
}
blockquote p {
	margin: 0;
	padding: 0;
}
cite {
	display: block;
	text-align: right;
	border-top: 1px solid #ccc;
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em;
	margin-bottom: 1em;
}
/* @end */

/* @group Layout */
#header {
	background: #000 url(./hd-4.jpg) no-repeat 100% 25%;
	min-width: 700px;
}
#header h1 {
	margin: 0;
	padding: 25px 30px 20px;
}
#header h1 small {
	color: #03a;
	text-shadow: 1px 1px 1px #006;
}
#header h1 a {
	position: relative;
	color: #fff;
	z-index: 20;
	font-size: 2em;
	text-shadow: 1px 1px 1px #009;
}
ul#nav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 30px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	opacity: 0.4;
	min-width: 640px;
}
#header > ul#nav {
	background-color: rgba(0,0,0,0.6);
}

ul#nav:hover {
	opacity: 1;
}
ul#nav li {
	display: block;
	float: right;
	padding: 5px 1px;
	margin: 0;
}
ul#nav > li {
	display: inline-block;
	float: none;
	padding: 5px 1px;
	margin: 0;
}
ul#nav li a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #eff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	display: block;
	background: #000;
	padding: 5px 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(0,0,0);
	border: 1px inset #003;
}
ul#nav li > a {
	background-color: rgba(0,0,0,0.2);
}
ul#nav:hover a {
	border: 1px inset #333;
}

ul#nav li a:hover {
	background-color: rgb(0,0,100);
	border: 1px inset #007;
	color: #fff;
	border-style: outset;
}
ul#nav li a:hover {
	background-color: rgba(0,0,100,0.9);
}
#main {
	float: left;
	width: 66%;
}
#content {
	margin-left: 30px;
}

#secondary {
	width: 34%;
	float: left;
}

#secondary form#search,
#secondary .pagination,
#secondary #tag-cloud,
#sidebar-ads {
	display: block;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 0.75em;
	margin-bottom: 0em;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddf;
}

#secondary .ad {
	overflow: hidden;
	margin-right: 10px;
}

#my-menu {
	font-family: "Euphemia UCAS", Eurostile, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
}
#my-menu a {
	display: block;
	padding: 0px 9px;
}
#my-menu a:hover {
	background: #ddf;
	text-decoration: none;
	color: #000;
	/*border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px*/
}
#sidebar-ads {
	overflow: hidden;
	padding: 0;
	background: #E6E6E6;
	border-color: #ccc;
}

#footer {
	clear: both;
	background: #000 url(./hd-5.jpg) no-repeat 100% 100%;
	padding: 30px;
	min-height: 60px;
	text-align: left;
}
.hentry {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.hentry + .hentry {
	padding-top: 10px;
	background: transparent url(./sep.png) no-repeat 50% 0;
}
.entry-title,
.entry-title a {
	color: #03a;
	text-shadow: 1px 1px 2px #bbb;
}
.entry-content {
	margin-top: 1em;
}/* @end */

/* @group Forms */
.errorlist {
	margin: 0;
	padding: 5px;
	list-style: none;
	color: #f00000;
	background-color: #f0a0a0;
	-webkit-border-radius:4px;
	width: 90%;
}
form.memo_form,
form.ns_form,
form.xfolks_form {
	margin-top: 1em;
}
form table th {
	text-align: right;
}
input#id_title {
	font-size: 16px;
}

p label,
table label {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #039;
}
p input[type=text],
table input[type=text] {
	width: 90%;
	display: block;
	font-size: 13px;
	padding: 5px;
}
p input[type=password],
table input[type=password] {
	width: 90%;
	display: block;
	font-size: 13px;
	padding: 5px;
}
input[type=text][size],
input[type=password] {
	width: auto;
}
p textarea,
table textarea {
	width: 90%;
	display: block;
	font-size: 13px;
	padding: 5px;
}
textarea#id_content_input {
	height: 30em;
}
p.row-submit {
	position: relative;
	margin-right: 8%;
}
*[type=submit][value=save] {
	color: #030;
	font-size: 1.1em;
	font-weight: bold;
}
*[type=reset]{
	color: #663;
}
*[type=submit][value=delete] {
	color: #c00;
	font-weight: bold;
	position: absolute;
	right: 0;
}
form .line input,
form .line select {
    display: inline  !important;
}
/* @end */

/* @group Tagging */
.tag-size-1 {
	color: #9bf;
	text-shadow: 1px 1px 2px #fff;
}
.tag-size-2 {
	font-size: 1.3em;
	color: #69f;
	text-shadow: 1px 1px 2px #ddd;
}
.tag-size-3 {
	font-size: 1.6em;
	color: #37f;
	color: #04f;
	text-shadow: 1px 1px 1px #ccc;
}
.tag-size-4 {
	font-size: 2.1em;
	color: #04f;
	color: #039;
	text-shadow: 1px 1px 2px #bbb;
}

/* @end */


/* @group Code */
.highlight {
	overflow: auto;
	background: #f9f9ff;
	margin: 1em 0;
	padding: 0 1em;
}
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #606060; font-style: italic } /* Comment */
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */
.highlight .k { color: #208090; font-weight: bold } /* Keyword */
.highlight .o { color: #303030 } /* Operator */
.highlight .cm { color: #606060; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #507090 } /* Comment.Preproc */
.highlight .c1 { color: #606060; font-style: italic } /* Comment.Single */
.highlight .cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #208090; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #208090; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #208090; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #208090; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #6060f0; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */
.highlight .s { background-color: #e0e0ff } /* Literal.String */
.highlight .na { color: #000070 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #e090e0; font-weight: bold } /* Name.Class */
.highlight .no { color: #50e0d0; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #505050; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #800000 } /* Name.Entity */
.highlight .ne { color: #F00000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #50e0d0; font-weight: bold } /* Name.Function */
.highlight .nl { color: #907000; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #007000 } /* Name.Tag */
.highlight .nv { color: #003060 } /* Name.Variable */
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
.highlight .sb { background-color: #e0e0ff } /* Literal.String.Backtick */
.highlight .sc { color: #8080F0 } /* Literal.String.Char */
.highlight .sd { color: #D04020 } /* Literal.String.Doc */
.highlight .s2 { background-color: #e0e0ff } /* Literal.String.Double */
.highlight .se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */
.highlight .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */
.highlight .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
.highlight .sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */
.highlight .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */
.highlight .s1 { background-color: #e0e0ff } /* Literal.String.Single */
.highlight .ss { color: #f0c080 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #c0c0f0 } /* Name.Variable.Class */
.highlight .vg { color: #f08040 } /* Name.Variable.Global */
.highlight .vi { color: #a0a0f0 } /* Name.Variable.Instance */
.highlight .il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */

/* @end */


/* @group Usability */


.ak {
	border-bottom: 0;
}
.accesskey-hit .ak {
	border-bottom: 1px dotted #fff;
}


/* @end */


/* @group Disqus */
#dsq-content #dsq-comments .dsq-comment {
list-style: none;
padding: 0;
margin: 0;
border: 0;
}
#dsq-content #dsq-comments .dsq-comment {
margin-bottom: 20px;
}
#dsq-content #dsq-comments .dsq-comment-rate {
float: left;
line-height: 1.22em;
*margin-top: 15px;
}
#dsq-content #dsq-comments .dsq-comment-rate a,
#dsq-content #dsq-comments .dsq-comment-rate img {
border: 0;
margin: 0;
padding: 0;
background-color: transparent;
}
#dsq-content #dsq-comments .dsq-arrows,
#dsq-content #dsq-comments .not-votable .dsq-arrows:hover {
opacity: .25;
filter: alpha(opacity=25);
_width: 16px;
_height: 14px;
}
#dsq-content #dsq-comments .dsq-arrows.voted {
opacity: .5;
filter: alpha(opacity=50);
}
#dsq-content #dsq-comments .dsq-arrows:hover {
opacity: 1;
filter: alpha(opacity=100);
}
#dsq-content #dsq-comments .dsq-arrows img {
_width: 16px;
_height: 14px;
}
#dsq-content #dsq-comments .dsq-comment-header {
	margin-left: 20px;
	background: url('http://media.disqus.com/images/embed/header-grey.png') repeat-x;
	height: 30px;
	line-height: 30px;
	height: 38px;
	line-height: 38px;
	font-size: 1.1667em; /* 14px */
}
#dsq-content #dsq-comments .dsq-comment.special .dsq-comment-header {
background: url('http://media.disqus.com/images/embed/header-blue.png') repeat-x;
}
#dsq-content #dsq-comments .dsq-comment-header a {
text-decoration: none;
}
#dsq-content #dsq-comments .dsq-header-avatar {
position: relative;
float: left;
width: 32px;
height: 34px;
margin-top: -2px;
height: 43px;
width: 40px;
}
#dsq-content #dsq-comments .dsq-header-avatar.dsq-menu-on,
#dsq-content #dsq-comments .dsq-header-avatar:hover{
background: url('http://media.disqus.com/images/embed/avatar-frame-32.png') no-repeat top left;
cursor: pointer;
z-index: 9999;
}
#dsq-content #dsq-comments .dsq-header-avatar img{
float: left;
margin: 4px;
width: 32px;
height: 32px;
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-menu img {
height: 8px;
width: 7px;
display: inline;
float: none;
margin-bottom: -1px;
}
#dsq-content #dsq-comments .dsq-comment-header cite {
float: left;
margin: 0 3px;
line-height: inherit;
cursor: pointer;
}
#dsq-content #dsq-comments .dsq-comment-header cite a {
line-height: inherit;
}
#dsq-content #dsq-comments .dsq-comment-header .dsq-header-meta {
line-height: inherit;
}
#dsq-content #dsq-comments a.dsq-header-time{
margin: 0 5px;
color: inherit;
line-height: inherit;
}
#dsq-content #dsq-comments span.dsq-header-points{
margin: 0 5px;
color: inherit;
line-height: inherit;
}
#dsq-content #dsq-comments .dsq-comment-body{
margin-left: 20px;
padding-top: 5px;
}
#dsq-content #dsq-comments .dsq-comment-footer {
margin: 10px 0 0 20px;
}
#dsq-content #dsq-comments .dsq-footer-alert {
text-align: right;
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-menu {
display: none;
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-menu {
float: left;
left: 0px;
position: relative;
_position: absolute;
_top: 30px;
background: #f0f0f0;
z-index: 2;
border-left: 1px solid #888;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
display: inline;
padding: 5px 10px 5px 0;
}
#dsq-content #dsq-comments .dsq-menu li{
float: left;
clear: both;
line-height: 1.3em;
margin-bottom: 2px;
margin-left: 4px;
white-space: nowrap;
}
#dsq-content #dsq-comments .dsq-menu li a.dsq-admin-toggle {
}
#dsq-content #dsq-comments .dsq-menu li.dsq-admin-email,
#dsq-content #dsq-comments .dsq-menu li.dsq-admin-ip {
color: #555;
cursor: default;
}
#dsq-content #dsq-comments .dsq-menu li.dsq-admin-ip {
padding-bottom: 3px;
border-bottom: 1px dotted #aaa;
cursor: default;
}
#dsq-content #dsq-comments .dsq-menu li a{
text-decoration: none;
color: #333;
}
#dsq-content #dsq-comments .dsq-menu li a:hover {
color: #869AAD;
}
#dsq-content #dsq-comments .dsq-menu-clout{
margin: 6px 0;
width: 72px;
height: 32px;
background: url('http://media.disqus.com/images/embed/clout-background.png') no-repeat top left;
}
#dsq-content #dsq-comments .dsq-menu-clout.unverified{
background: url('http://media.disqus.com/images/embed/unverified-background.png') no-repeat top left;
}
#dsq-content #dsq-comments li.dsq-menu-clout a{
float: left;
width: 100%;
text-align: center;
color: #FFF;
margin-top: 5px;
}
#dsq-content #dsq-comments li.dsq-menu-clout.unverified a{
}
#dsq-content #dsq-comments li.dsq-menu-clout a:hover{
color: #FFF;
}
img.dsq-record-img {
border: 0;
padding: 0;
margin: 0;
float: none;
text-indent: 0;
background: none;
}
a.dsq-brlink {
color: #666;
text-decoration: none;
}
span.disqus {
text-transform: uppercase;
color: #64747d;
}
span.logo-disqus {
text-transform: uppercase;
color: #64747d;
}
span.logo-disq {
text-transform: uppercase;
color: #64747d;
}
span.logo-us {
text-transform: uppercase;
color: #ff9300;
}
#disqus_thread #dsq-content {
text-align: left;
}
#disqus_thread #dsq-content iframe {
overflow-y: auto;
overflow-x: hidden;
width: 100%;
height: 320px;
background-color: #fff;
}
#disqus_thread #dsq-content iframe.dsq-post-video {
height: 370px;
overflow: hidden;
}
#disqus_thread #dsq-content a.dsq-post-report {
/*  color: #c03000;*/
/*  background-color: #fff;*/
}
.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#dsq-content #dsq-comments img.icon-adjust {
margin-bottom: -3px;
}
#disqus_thread #dsq-content ul,
#disqus_thread #dsq-content li,
#disqus_thread #dsq-content ol,
#disqus_thread #dsq-content cite,
#disqus_thread #dsq-content img, /* dsq-content */
#dsq-content #dsq-comments ul,
#dsq-content #dsq-comments li,
#dsq-content #dsq-comments ol,
#dsq-content #dsq-comments div,
#dsq-content #dsq-comments p,
#dsq-content #dsq-comments a,
#dsq-content #dsq-comments cite,
#dsq-content #dsq-comments img {
border: 0;
padding: 0;
margin: 0;
float: none;
text-indent: 0;
background: none;
}
#disqus_thread #dsq-content cite,
#dsq-content #dsq-comments cite {
font-style: normal;
}
#dsq-content #dsq-comments img {
max-width: none;
}
#disqus_thread #dsq-content li,
#disqus_thread #dsq-content ul,
#disqus_thread #dsq-content ol,
#dsq-content #dsq-extra-links li,
#dsq-content #dsq-comments ul,
#dsq-content #dsq-comments li,
#dsq-content #dsq-comments ol {
list-style: none;
background: none;
display: block;
}
#dsq-content #dsq-extra-links li:before,
#dsq-content #dsq-comments li:before {
content: "";
}
#dsq-content #dsq-content #dsq-post-add {
margin: 0 0 10px 0;
}
#dsq-content #dsq-comments {
width: 100%;
list-style: none;
padding: 0;
border: 0;
}
#dsq-content #dsq-comments .dsq-remove-message {
color: #555;
list-style: none;
margin: 10px 0;
padding: 5px;
border: 1px solid #c03000;
background-color: #FDDFD0;
}
#dsq-content #dsq-comments .dsq-comment-alert,
#dsq-content #dsq-alerts p {
color: #555;
margin: 15px 0;
padding: 5px;
background-color: #fdf1d0;
border: 1px solid #fad163;
}
#dsq-content #dsq-comments .dsq-comment-header .dsq-hl-up {
background-color: #92C72A;
color: #fff;
margin:0pt 5px;
padding:0 2px;
}
#dsq-content #dsq-comments .dsq-comment-header .dsq-hl-down {
background-color: #c03000;
color: #fff;
margin:0pt 5px;
padding:0 2px;
}
#dsq-content #dsq-comments .dsq-hl-anchor {
background-color: #ffff99 !important;
color: #000 !important;
}
#dsq-content #dsq-comments .dsq-hl-anchor p {
color: #000 !important;
}
#dsq-content #dsq-comments .dsq-hl-anchor a {
color: #000 !important;
}
/* ------ outside comment list ------ */
#dsq-content #dsq-auth .dsq-auth-header{
margin-bottom: 10px;
}
#dsq-content h3 { margin: 10px 0; }
#disqus_thread #dsq-content h3 {
}
#dsq-content #dsq-auth .dsq-by {
float: right;
}
#dsq-content #dsq-auth img,
#dsq-content #dsq-options-toggle img {
border: 0;
margin: 0;
padding: 0;
max-width: none;
float: none;
}
#dsq-content #dsq-options {
margin-bottom: 20px;
}
#dsq-options .dsq-extra-meta {
background: transparent url('http://media.disqus.com/images/embed/transp-line-10.png') repeat-x top center;
margin-top:10px;
padding-top:10px;
}
#dsq-extra-links {
margin-top: 15px;
}
#dsq-extra-links img {
margin-bottom: -3px;
}
/* ------- pagination -------- */
#dsq-content #dsq-pagination {
margin-bottom: 20px;
}
/* ------- popup div -------- */
#dsq-popup-profile h4,
#dsq-popup-profile ul,
#dsq-popup-profile li,
#dsq-popup-profile ol,
#dsq-popup-profile div,
#dsq-popup-profile p,
#dsq-popup-profile a,
#dsq-popup-profile cite,
#dsq-popup-profile img {
border: 0;
padding: 0;
margin: 0;
float: none;
text-indent: 0;
background: none;
}
#dsq-popup-profile img {
max-width: none;
}
#dsq-popup-profile ul,
#dsq-popup-profile li,
#dsq-popup-profile ol {
list-style: none;
background: none;
display: block;
}
#dsq-popup-profile li:before {
content: "";
}
#dsq-popup-profile {
padding: 0;
border: 0;
}
.dsq-popupdiv,
.dsq-reblogdiv {
color: #333;
display: none;
position: absolute;
z-index: 9999;
}
.dsq-popupdiv p {
color: #222;
line-height: 1.22em;
}
.dsq-popupdiv a {
color: #1C5392;
}
.dsq-popupdiv a:hover {
color: #869AAD;
}
#dsq-popup-profile {
text-align: left;
width: 520px;
_background: transparent url(http://media.disqus.com/images/embed/popup-body.png) repeat-y;
}
#dsq-popup-profile #dsq-popup-top {
position: relative;
text-align: right;
width: 520px;
height: 10px;
background: transparent url(http://media.disqus.com/images/embed/popup-top.png) no-repeat;
}
#dsq-popup-profile #dsq-popup-top img {
margin: 12px 13px 0 0;
*margin: 12px 13px 0 0;
}
#dsq-popup-profile #dsq-popup-bottom {
text-align: right;
width: 520px;
height: 20px;
background: transparent url(http://media.disqus.com/images/embed/popup-bottom.png) no-repeat;
}
#dsq-popup-profile #dsq-popup-body div.show-more{
padding-left: 10px;
color:#7aa5d5;
}
#dsq-popup-profile #dsq-popup-body div.powered-by{
text-align: right;
padding-right: 15px;
}
#dsq-popup-profile #dsq-popup-body div.powered-by a {
color: #888;
text-decoration:none;
}
#dsq-popup-profile  #dsq-popup-body {
width: 520px;
background: transparent url(http://media.disqus.com/images/embed/popup-body.png) repeat-y;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding {
padding: 0 10px;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-header {
	background-color: #e5ebed;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid #445460;
	/*font-size: 1.1667em;  14px*/ 
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-header a.dsq-close-link {
color:#7aa5d5;
position: absolute;
top:0px;
right: 5px;
text-decoration:none;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-header img {
border: 1px solid #fff;
width: 32px;
height: 32px;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding cite {
	margin-left: 5px;
	top: 0;
	line-height: 50px;
	position: absolute;
	font-style: normal;
	font-size: 1.1667em; /* 14px */
	text-align: left;
	text-indent: 10px;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding cite {
position: static;
margin: 0;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding cite span {
margin-right: 10px;
margin-left: 50px;
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding cite a{
/* pass */
}
#dsq-popup-profile #dsq-popup-body #dsq-popup-body-padding .dsq-popup-profilelink {
margin: 0 0 0 5px;
}
#dsq-popup-profile .dsq-clout {
float: left;
width: 72px;
height: 32px;
line-height: 32px;
background: url('http://media.disqus.com/images/embed/clout-background.png') no-repeat top left;
}
#dsq-popup-profile .dsq-clout.unverified {
background: url('http://media.disqus.com/images/embed/unverified-background.png') no-repeat top left;
line-height: 24px;
}
#dsq-popup-profile .dsq-clout a{
float: left;
width: 100%;
text-align: center;
color: #FFF;
text-decoration: none;
}
#dsq-popup-profile .dsq-clout.unverified a{
}
#dsq-popup-profile .dsq-clout a:hover {
color: #fff;
}
#dsq-popup-profile #dsq-profile-services {
padding: 10px;
background-color: #f0f0f0;
border-bottom: 1px solid #aaa;
height: 1%;
overflow: hidden;
}
#dsq-popup-profile #dsq-profile-services a.dsq-profile-badge {
color: #fff;
text-decoration: none;
font-weight: bold;
float: left;
display: block;
padding: 0 3px;
text-align: center;
background-color: #ffaf42;
border: 1px solid #dc7f00;
}
#dsq-popup-profile #dsq-profile-services a.dsq-profile-badge.anon {
border-color: #888;
background-color: #aaa;
color: #666;
}
#dsq-popup-profile #dsq-profile-services ul {
margin-left: 15px;
float: left;
}
#dsq-popup-profile #dsq-profile-services ul li{
display: inline;
margin-right: 15px;
}
#dsq-popup-profile #dsq-profile-services span.dsq-services-description {
color: #555;
position: absolute;
top: 25px;
left: 5px;
display: none;
white-space: nowrap;
}
#dsq-popup-profile #dsq-clout-label {
margin-top: 5px;
color: #555;
visibility: hidden;
clear: both;
padding-left: 10px;
}
#dsq-popup-profile #dsq-profile-services img {
border:2px solid #fff;
}
#dsq-popup-profile a#dsq-profile-follow {
color:#7aa5d5;
}
#dsq-popup-profile #dsq-profile-status,
#dsq-popup-profile #dsq-profile-recentcomments {
clear: both;
padding: 10px;
}
#dsq-popup-profile #dsq-profile-status h4,
#dsq-popup-profile #dsq-profile-recentcomments h4 {
border-bottom: 2px solid #D7DBDD;
margin-bottom: 10px;
}
#dsq-popup-profile #dsq-profile-status h4 span,
#dsq-popup-profile #dsq-profile-recentcomments h4 span {
background-color: #D7DBDD;
padding: 2px 5px;
color: #555;
}
#dsq-popup-profile p.dsq-profile-label {
color: #aaa;
}
#dsq-popup-profile ul#dsq-profile-commentlist {
margin-top: 10px;
}
#dsq-popup-profile #dsq-profile-commentlist li{
padding: 5px 0;
border-bottom: 2px solid #e9ebed;
}
#dsq-popup-profile #dsq-profile-commentlist li img.avatar-small {
width: 24px;
height: 24px;
border: 1px solid #DDD;
float: left;
}
#dsq-popup-profile #dsq-profile-commentlist li .comment-message {
margin-left: 30px;
*float: left;
*margin-left: 5px;
}
#dsq-popup-profile #dsq-profile-commentlist li span.comment-meta {
clear: both;
margin-left: 30px;
display: block;
}
#dsq-popup-profile #dsq-profile-commentlist span{
color: #666;
}
/* Reblog */
.dsq-reblogdiv #dsq-popup-profile cite {
color: #333;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-reblog-form {
padding: 10px;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-blogauth-form {
margin: 10px 0;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-blogauth-form li {
margin-bottom: 5px;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-blogauth-form li input {
width: 250px;
}
.dsq-reblogdiv #dsq-popup-profile #dsq-blogauth-form li label {
width: 100px;
display: block;
float: left;
}
.dsq-reblogdiv #dsq-popup-profile ul.dsq-reblog-input {
margin: 10px 0;
}
.dsq-reblogdiv #dsq-popup-profile ul.dsq-reblog-input li {
margin-bottom: 10px;
}
.dsq-reblogdiv #dsq-popup-profile ul.dsq-reblog-input li input {
width: 450px;
}
.dsq-reblogdiv #dsq-popup-profile ul.dsq-reblog-input li textarea {
width: 450px;
height: 175px;
}
.dsq-reblogdiv #dsq-popup-profile ul.dsq-reblog-input li label {
float: none;
display: block;
}
.dsq-reblogdiv #dsq-popup-profile .dsq-blogauth-toggle {
}
p.dsq-reblog-supported {
color: #555;
}
/* Trackbacks and Pingbacks */
#disqus_thread #dsq-content ul#dsq-references li {
margin-bottom: 20px;
display: list-item;
list-style: disc;
margin-left: 15px;
}
#disqus_thread #dsq-content ul#dsq-references cite {
margin-bottom: 0px;
padding-bottom: 0px;
}
#disqus_thread #dsq-content ul#dsq-references p.dsq-meta {
margin-top: 0px;
padding-top: 0px;
}

/* @end */
