/*reset*/

/* v1.0 | 20080212 */

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, sub, sup, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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*/





*{
	text-align:left;
	margin:0;
	padding:0;
}
body{
	text-align: center;
	min-width: 600px;
	margin:0;
	padding:0;
	min-height:100%;
	font-family: Calibri; 
	font-size: 1em;
	line-height: 120%;
	color: #333333;
}

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;
}

.footnotes {
	font-size: 0.7em;
}


.postframe {
	width:700px;
	margin:0;
	margin-top:20px;
}

.commentframe{
	width:700px;
	margin:0;
	padding-top:20px;
	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:25px;
	font-size: 1.2em;
	float:left;
	width: 660px;
	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.85em;
	line-height: 1.3em;
	text-indent:40px;
	margin-bottom:8px;
}

.post-title {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1.1em;
	line-height: 1em;
	margin:0;
	padding:0;
}

.post-info {
	font-size: 0.7em;
	margin:4px;
	padding:0;
	color:#999999;
}

.post-info a{
	color:#999999;
}

.post-title a {
	border-bottom: none;
}

.post-share a {
	border-bottom: none;
}

.comment-count {
	margin-bottom: 5px;
	color:#999;
	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:500px;
	height:100px;
}

.reply-box  {
	font-size: 16px;
}


input.btn {
	border:1px solid;   
	width: 178px;
	cursor:pointer;
	display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#BBBBBB;
    font-size:85%;
    font-weight:bold;
    color:#ffffff;
    padding:6px 20px 10px 7px; 
	height:33px;
	vertical-align:middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 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:79px;
	color:#000;
	padding-top:10px;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:0px;
}

.header a {
		color:#fff;
}
.logo{
	padding-top:10px;
	width:150px;
	float:left;
	text-align:center;
}

.logo img{
	width:85px;
	height:40px;
}

.logofooter{
	color:#999999;
	text-align:center;
	margin-top:-8px;
}

.tabs {
	margin:0;
	padding-left:130px;
	float:left;
	margin-top:56px;
}

.tabs  ul{
	list-style:none;
}

.tabs  li{
	display:inline;
	font-size:1em;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
	height:auto;
	width:auto;
}

.tabs a{
	color:fff;
	padding: 5px 10px 5px 10px;
	background-color: #587498;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabs a:hover{
	/*background-color: #587498;*/
}

.tab a{
	background-color: #E86850;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#bbbbbb;
    font-size:100%;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    width:160px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.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:#FFD800;
}
.buttons a:active{
    background-color:#FFD800;
}


/* Chat */
.chatlist
{
	height: 90%;
	overflow: auto;
}
.chattext
{
	background-color: #f9f9f9;
	margin-bottom: 15px;
	padding: 5px;
	border-left:solid;
	border-width:5px;
	border-color: #dd0000;
	font-size: 11pt;
}
.chatbox
{
	width:90%;
}
.groups
{
	margin-top: 0;
	/*margin-bottom: 10px;*/
	text-align:left;
	line-height:100%;
}
.division
{
	margin-top: 15px;
	height:75%;
	text-align: left;
	float: right;
}
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:40px;
}

.sidebar{
	padding:20px;
	width:200px;
	float:right;
	border-left:1px solid #dddddd;
	display: inline;
	clear: both;
	min-height:500px;
}

.writebox{
	width:600px;
	height:200px;
	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
}
.max-length{
	padding-left:5px;
}

.messages{
	background-color:#A8DF00;
	font-weight: bold;
	color:#fff;
	font-size:1.2em;
	padding:10px;
	padding-left:20px;
	margin-top:10px;
	-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:50px;
}

.profile-details h1.name{
	font-size:2em;
}

.profile-details a.link{
	font-size:0.8em;
	padding:0;
	margin:0;
}



