/*reset start*/
*{
	text-align:left;
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sub, sup{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset*/
body{
	text-align: center;
	min-width: 600px;
	margin:0;
	padding:0;
	min-height:100%;
	font-family: Calibri, Arial, Sans-serif; 
	font-size: 1em;
	line-height: 120%;
	color: #000;
}

html, body {
	height: 100%;
}


* a {
	text-decoration: none;
}

* a:hover {
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	color: #555555;
}

#dsq-comments  {
	font-size: 1.3em;
	line-height: 1.5em;
}
.round{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.footnotes {
	font-size: 0.7em;
}


.postframe , .normal{
	width:740px;
	margin:0;
	margin-top:10px;
}

.commentframe{
	width:740px;
	margin:0;
	padding-top:10px;
	clear:both;
}

.points{
	float:left;
	width:40px;
	text-align:center;
	color:#C0C0C0;
}

.points img{
	display:block;
	text-align:center;
	cursor:pointer;
}

.points-value{
	text-align:center;
	font-size:0.8em;
}

.points-value-up{
	color:#E86850;
}

.points-value-down{
	color:#587498;
}

.upvote-off{
	width:100%;
	height:25px;
	background:url('images/vote-arrow-up.png') no-repeat;
	cursor:pointer;
}

.downvote-off{
	width:100%;
	height:25px;
	background:url('images/vote-arrow-down.png') no-repeat;
	cursor:pointer;
}

.upvote-on{
	width:100%;
	height:25px;
	background:url('images/vote-arrow-up-on.png') no-repeat;
	cursor:pointer;
}

.downvote-on{
	width:100%;
	height:25px;
	background:url('images/vote-arrow-down-on.png') no-repeat;
	cursor:pointer;
}

.full-post {
	padding-top:19px;
	font-size: 1.2em;
	float:left;
	width: 700px;
	overflow:hidden;
}

.full-comment {
	font-size: 1.2em;
	float:left;
	padding:0;
	padding-top:7px;
	overflow:hidden;
}

.more-thoughts-info {
	font-size: 0.8em;
}

.more-thoughts-author {
	font-weight: bold;
}

.post-body p{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-indent:40px;
	margin-bottom:8px;
}
.post-body h2{
	font-size: 1.1em;
	color:#81838a;
	line-height: 1.3em;
	padding-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}
.post-body h3{
	font-size: 1em;
	color:#81838a;
	line-height: 1.3em;
	padding-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}
.post-body h4{
	font-size: 0.9em;
	color:#2b468d;
	line-height: 1.3em;
	padding-top:5px;
	margin-bottom:0px;
	font-weight:bold;
}
.post-body pre{
	font-size: 0.85em;
	color:#0f7bc7;
	line-height: 1.3em;
	padding-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.post-body ol{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top:5px;
	padding-bottom:5px;
	list-style-position:inside;
}

.post-body ul{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top:5px;
	padding-bottom:5px;
	list-style-position:inside;
}

.post-body table {
	margin-top:10px;
	margin-bottom:10px;
}
.post-body table td{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.8em;
	border :solid 1px #ddd;
	padding:4px;
	max-width:500px;
	overflow:hidden;
}
.post-body table th{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	border :solid 1px #ddd;
	padding:4px;
	max-width:500px;
	overflow:hidden;
}
.post-body img{
	text-align:center;
	margin:15px;
}
.post-title {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1.4em;
	line-height: 1em;
	margin:0;
	padding:0;
}
.post-title a {
	border-bottom: none;
	color:#000;
}

h2.post-title {
	font-size: 1.1em;
}

.post-info {
	font-size: 0.7em;
	margin-top:4px;
	padding:0;
	color:#999999;
}
.post-info a{
	color:#999999;
}

.post-share a {
	border-bottom: none;
}

.comment-count {
	margin-bottom: 0px;
	font-size: 0.8em;
}

.comment-count a{
	color:#999;
}

.comment-body {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.85em;
	line-height: 1.3em;
	padding:0;
}

blockquote {
	padding:0;
	margin:0;
	padding-left:20px;
}

.comment-info{
	font-size: 0.7em;
	margin:0px;
	padding:0;
	color:#999999;
}

.comment-info a{
	border:0;
	color:#999999;
	padding:0;
}

.comment-reply {
	font-size: 0.7em;
	margin:0px;
	padding:0;
	color:#999999;
}

.comment-reply a{
	color:#999999;
}

.reply-box  textarea{
	width:600px;
	height:100px;
}

.reply-box  {
	font-size: 16px;
}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

h2 a {color:#111;}
h1 a {color:#111;}

.main{
	margin: auto;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD; 
	padding:0 20px 20px 20px;
	width: 1000px;
	clear:both;
	overflow:hidden;
	min-height: 100%;
}

.header{
	height:50px;
	color:#000;
	padding-top:0px;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:0px;
}

.header a {
		color:#fff;
}
.logo{
	padding-top:10px;
	padding-left:0px;
	width:230px;
	float:left;
	text-align:left;
}

.logo img{
	width:167px;
	height:27px;
}

.logofooter{
	color:#999999;
	text-align:center;
	margin-top:-8px;
}

.tabs {
	margin:0;
	padding-left:130px;
	float:left;
	margin-top:3px;
}

.tabs  ul{
	list-style:none;
}

.tabs  li{
	display:inline;
	font-family: Calibri, Arial, Sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
	height:auto;
	width:auto;
}

.tabs a{
	color:#fff;
	padding: 5px 20px 5px 20px;
	background-color: #93959d;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tab a{
	background-color: #db0048;

}

/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#93959d;
	font-family: Calibri, Arial, Sans-serif;
    font-size:100%;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    width:160px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#db0048;
	text-decoration:none;
}
.buttons a:active{
    background-color:#db0048;
	text-decoration:none;
}

input.btn {
	border:1px solid;   
	width: 178px;
	cursor:pointer;
	display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#93959d;
	font-family: Calibri, Arial, Sans-serif;
    font-size:100%;
    font-weight:bold;
    color:#ffffff;
    padding:4px 20px 10px 7px; 
	height:33px;
	vertical-align:middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h1, h2, h3
{
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:1.1em;
}
p
{
	line-height:1.3em;
}
.content {
	width:759px;
	float:left;
	margin-bottom:10px;
}

.sidebar{
	padding:20px;
	padding-right:0;
	width:200px;
	float:right;
	border-left:1px solid #dddddd;
	display: inline;
	clear: both;
	min-height:500px;
}

.writebox{
	width:600px;
	height:400px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.0em;
	margin: 5px;
}

.writebox-title{
	width:600px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.5em;
	margin: 5px;
}

.writebox-username{
	width:600px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.5em;
	margin: 5px;
}

.writebox-password{
	width:600px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.5em;
	margin: 5px;
}

.writebox-email{
	width:600px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.5em;
	margin: 5px;
}

.writebox-url{
	width:600px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.0em;
	margin: 5px;
}

.defaultTextActive {
	color: #a1a1a1;
	font-style: italic
}
.length{
	padding-left:5px;
	font-size:0.7em;
}

.messages{
	background-color:#ffffcc;
	font-weight: bold;
	color:#93959d;
	font-size:1.1em;
	padding:7px;
	padding-left:20px;
	margin-top:7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loginform {
	width:180px;
}
.loginform input.login{
	margin-top:10px;
	margin-left:2px;
	width: 170px;
}

.footer
{
	display: block;
	font-size: 10pt;
	height:20px;
	clear:both;
	border:1px solid #dddddd;
	text-align:center;
	padding:5px;
	padding-left:40px;
}

.footer  ul{
	list-style:none;
}

.footer  li{
	display:inline;
	font-size:1em;
	font-weight:bold;
	margin-right:40px;
	text-align:center;
	height:auto;
	width:auto;
}


.clear {
clear:both;
}

.profile-image {
	float:left;
	width:120px;
}

.profile-image img{
	border:3px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:20px;
	height:75px;
	width:75px;
}

.profile-details {
	float:left;
	padding-top:40px;
	padding-left:40px;
}

.profile-details a.link{
	font-size:0.8em;
	padding:0;
	margin:0;
}

.profile-name {
	float:left;
	padding-top:50px;
}

.profile-name h1.name{
	font-size:2em;
}

.register-label{
	color: #a1a1a1;
	font-style: italic;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.2em;
	margin: 5px;
	padding-right: 5px;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}
.register-submit {
	padding:5px;
	padding-top:10px;
}

.register-textbox {
	width:400px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size:1.3em;
	margin: 5px;
}

#register-error {
	visibility:hidden;
}

.error {
	color:#33aa00;
	text-align:center;
	margin:10px;
	border: solid 1px #99cc00;
	font-weight:bold;
	padding:5px;
}

.normal p{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1.05em;
	line-height: 1.3em;
	text-indent:40px;
	margin-bottom:8px;
}
.normal h1{
	font-size: 1.4em;
	color:#db0048;
	line-height: 1.3em;
	padding-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.normal h2{
	font-size: 1.2em;
	color:#81838a;
	line-height: 1.3em;
	padding-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}
.normal h3{
	font-size: 1.1em;
	color:#81838a;
	line-height: 1.3em;
	padding-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}
.normal h4{
	font-size: 1em;
	color:#2b468d;
	line-height: 1.3em;
	padding-top:5px;
	margin-bottom:0px;
	font-weight:bold;
}
.normal pre{
	font-size: 0.85em;
	color:#0f7bc7;
	line-height: 1.3em;
	padding-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.normal ol{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top:5px;
	padding-bottom:5px;
	list-style-position:inside;
}

.normal ul{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top:5px;
	padding-bottom:5px;
	list-style-position:inside;
}

.normal img{
	text-align:center;
	margin:15px;
}

.pagination{
	width:700px;
	margin:0;
	padding-top:20px;
	font-weight:bold;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	text-align:right;
	border-top:solid 1px #ddd;
	clear:both;
}

.pagination a{
	padding:5px;
	border:solid 1px #ddd;
}

a.current-page{
	background-color:#ddd;
}

.login-fail{
	font-weight: bold;
	color:#cc0033;
	font-size:0.8em;
	padding:5px;
	margin-top:5px;
}

.prompt-login {
	width: 100%; height: 100%; position: absolute; 
	opacity: 0.7; filter:Alpha(Opacity=70); background-color:#000;
	cursor:pointer;
}

.prompt-login-message{
	position:absolute;
	width:150px;
	height:40px;
	background-color:#eee;
	padding:10px 20px;
	cursor:pointer;
}

.long-button a{
	width:auto;
	float:none;
	padding:1px 5px;
	height:18px;
	text-align:center;
	font-size:0.8em;
	margin-bottom:20px;
}

.right {
	float: right;
}

.left {
	float:left;
}