@charset "UTF-8";
/* CSS Document */

/* COLORS
 * Search and replace these values to change the associated elements
 * Light shading: #c7bdd1
 * Backround: white
 * Text and dark accents: #333333
 * Light accents: #dddddd
 * Hyperlinks: #520695
 * Input borders: #666666
 * Dashboard menu hover background: #999999
 * Dashboard menu hover text: #6bd232
 * Dashboard menu selected background: #333333
 * Dashboard menu selected text: #cc5d28
 * Accepted answer border: #63be5f
 * Bottom-of-item links: #cccccc
 * Contribute drop-down: #6bd232
 * Tags: #F7C764
 */

#master {
	background-color:#c7bdd1;
	padding:20px 20px 20px 20px;
}
.body {
	background-color:white;
	border:1px solid #eeeeee;
	padding:10px;
	min-width:1000px;
	margin-bottom:10px;
	overflow:hidden;
}
#content {
	min-height:600px;
	margin-right:220px;
}

/* general */
body, a, p, td {
	font-family:Calibri, Tahoma, Arial, Helvetica;
	font-size:1em;
}
body, p, td {
	color:#333333;
}
body {
	margin:0;
}
a:link, a:visited, a:active {
	color:#520695;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, select, textarea {
	border:1px solid #666666;
	color:#333333;
}
h1 {
	font-size:1.5em;
	margin-bottom:0px;
}
h2 {
	font-size:1.2em;
	margin-top:30px;
	margin-bottom:0px;
}
p {
	margin-top:0px;
}
h2.warning {
	color:red;
}

/* item posting */
h2.postsection {
	background-image:url('/images/postsection.png');
	background-repeat:no-repeat;
	min-height:30px;
	font-size:22px;
	padding:0 0px 0 10px;
	margin:40px 0 5px 0;
}

/* dashboard */
.dashlink, .dashlink > a {
	color:#333333;
	margin-top:8px;
	padding:2px;
}
.dashlink > a:hover, .dashlink:hover {
	color:#6bd232;
	text-decoration:none;
	background-color:#999999;
	border-radius:5px;
}
.dashsub {
	margin-left:20px;
	margin-top:2px;
}
.dashselect, .dashselect > a, .dashselect > a:hover {
	background-color:#333333;
	color:#cc5d28;
	border-radius:5px;
}
.noticelist {
	font-size:.8em;
}
.noticelist  tr  th {
	background-color:#c7bdd1;
}

/* tagging */
#taglist {
	line-height:1.8em;
}
.previewtext {
	margin:0 40px 40px 40px;
	border:1px dotted #dddddd;
	padding:10px 10px 0 10px;
	font-size:.8em;
	max-height:300px;
	overflow:scroll;
}
.previewtext h2 {
	margin-top:0;
	padding-top:0;
}

/* user pages */
.statspage {
	font-size:.8em;
	background-color:#DDDDDD;
	padding:4px;
	text-align:center;
}
.tabs {
	font-size:1em;
	padding-bottom:2px;
}
.tab {
	cursor:pointer;
	padding:2px 6px 2px 6px;
	background-color:#333333;
	color:#CCCCCC;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.tabarea {
	border:2px solid #333333;
	text-align:center;
	padding:10px;
}

/* item previews */
.itempreviewtall, .itempreviewtall .tallyblock {
	min-height:120px;
}
.itempreviewshort, .itempreviewshort .tallyblock {
	min-height:120px;
}
.itempreviewmidget, .itempreviewmidget .tallyblock {
	min-height:50px;
}
.itempreviewtall > .sigblock,
.itempreviewshort > .sigblock,
.itempreviewmidget > .sigblock {
	float:right;
	margin-left:20px;
}
.itempreviewtall, .itempreviewshort, .itempreviewmidget {
	border-bottom:1px dotted #CCCCCC;
}
.itempreviewtall h2, .itempreviewshort h2, .itempreviewmidget h2 {
	margin:10px 0 0 0;
	padding:0;
}
.tallyblock {
	float:left;
	text-align:center;
	margin-right:15px;
}
.excerpt {
	font-size:.8em;
}
p.caption {
	font-size:.7em;
	margin:0;
	font-weight:normal;
	font-style:italic;
}
p.tags {
	font-size:.8em;
}
.itemtype {
	font-size:.7em;
	text-transform:uppercase;
	padding:2px;
	background-color:#DDDDDD;
	font-weight:bold;
	margin-bottom:2px;
	min-width:57px;
}
.tally {
	width:57px;
	background-repeat:no-repeat;
	margin-bottom:2px;
	height:44px;
}
.tally > p {
	font-size:24px;
	color:#666666;
	padding-top:12px;
	font-weight:bold;
}
.votetally {
	background-image:url('/images/box-votes.png');
}
.childtally {
	background-image:url('/images/box-comments.png');
}
.answertally {
	background-image:url('/images/box-unanswered.png');
}
.answered {
	background-image:url('/images/box-answered.png');
}

/* KB special */
#preview {
	padding:10px;
	border:1px solid #DDDDDD;
}

/* item viewing */
.reminder {
	font-size:.8em;
	color:green;
	border:1px solid green;
	padding:2px;
	margin-bottom:10px;
}
.tagnav {
	padding:5px;
	border:1px solid #c7bdd1;
	text-transform:uppercase;
	font-size:.8em;
	text-align:center;
}
#blognav {
	margin-left:100px;
	padding:5px;
	background-color:#c7bdd1;
	text-transform:uppercase;
	font-size:.8em;
	text-align:center;
}
.blognavlinknext {
	float:right;
}
.blognavlinkprev {
	float:left;
}
#audioplayer {
	margin-left:100px;
	padding:10px;
	background-color:#dddddd;
}
#audioplayer h3 {
	margin:0;
	padding:0;
}
.alertme {
	font-size:.6em;
	float:right;
	border:1px solid #DDDDDD;
	padding:8px;
	margin:0 0 5px 5px;
	background-color:#c7bdd1;
}
.alertme > select {
	font-size:.9em;
}
.acceptedheader {
	margin-top:10px;
	background-color:#63be5f;
	text-transform:uppercase;
	color:white;
	padding-left:10px;
}
.accepted {
	border-left:2px solid #63be5f;
	border-bottom:2px solid #63be5f;
	margin-left:-50px;
}
.children {
	margin-left:100px;
}
.itemstack {
	float:left;
	margin:20px;
	text-align:center;
}
h2.itemtitle {
	font-size:1.5em;
	margin-bottom:10px;
}
a.tag {
	color:#333333;
	font-size:.8em;
}
.itemcontent {
	margin-left:100px;
	padding-bottom:10px;
	min-height:210px;
	margin-top:20px;
}
.tagblock {
	margin-bottom:20px;
	line-height:1.5em;
	margin-right:220px;
}
.itemfooter {
	font-size:.9em;
	margin-left:100px;
	min-height:80px;
}
.itemcontent > .itemfooter,
#followups > .itemcontent > .itemfooter {
	margin-left:0px;
}
.signature {
	float:right;
	font-size:.8em;
}
a.flaglink {
	color:#cccccc;
}
h2.itemsubhead {
	margin-left:-80px;
}

/* footer */
#footer {
	font-size:.75em;
	text-align:center;
}

/* header areas */
#askaquestion {
	font-size:.8em;
	text-transform:uppercase;
}
.alertbar {
	background-color:gold;
	padding:5px;
	color:black;
	text-align:center;
	font-size:1.1em;
	display:none;
	border:1px solid black;
}
#sponsorlogo {
	float:right;
	margin-right:55px;
}
#headerblock {
	float:right;
}	
#headerblock form {
	margin:0;
}
#headerselect > select {
	border:1px solid #cccccc;
	font-size:.9em;
	background-color:#6bd232;
}
#headerbar {
	min-height:70px;
}
#logo {
	float:left;
}
#topbar {
	margin-bottom:10px;
	height:50px;
}
#headersig {
	float:right;
	margin-right:20px;
}
#menubar {
	margin-top:20px;
}

/* sidebar */
#sidebar {
	background-color:#c7bdd1;
	padding:5px;
	min-width:200px;
	max-width:200px;
	overflow:hidden;
	min-height:200px;
	float:right;
}
.sidemodule {
	background-color:white;
	padding:5px;
}
.selector {
	font-size:.8em;
	padding:1px;
	border:1px solid #EEEEEE;
	margin-bottom:2px;
	cursor:pointer;
}
.on {
	background-color:#c7bdd1;
}
#filtertags {
	margin-top:5px;
	margin-bottom:5px;
	line-height:21px;
}
#recentlist, .pagelist {
	list-style:none;
	margin:0;
	padding:0;
}
#recentlist > li {
	padding:5px;
}
.recentsection {
	background-color:#c7bdd1;
	padding:3px;
	font-size:.8em;
	font-weight:bold;
}
#recentlist > li > a, .recentitems > li > a,
.pagelist > li > a {
	text-decoration:none;
	color:#333333;
}
#recentlist > li > a:hover, .recentitems > li > a:hover,
.pagelist > li > a:hover {
	color:#520695;
}
.recentitems {
	background-color:white;
	font-size:.7em;
	list-style:none;
	padding:0;
}
.recentitems > li {
	border-bottom:1px dotted #DDDDDD;
	padding:2px 0 2px 0;
}
.pagelist > li {
	border-top:1px dotted #DDDDDD;
	padding:2px 0 2px 0;
	font-size:.8em;
}


/* vote block */
.vote {
	width:50px;
	text-align:center;
}
.votecount {
	font-family:Calibri, Tahoma, Arial, Helvetica;
	font-size:26pt;
	color:#555555;
	font-weight:bold;
}

/* buttons */
.buttonlink {
	cursor:pointer;
}
.button {
	background-color:#CCCCCC;
	color:black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding:2px 6px 2px 6px;
	cursor:pointer;
	text-transform:capitalize;
	font-weight:normal;
}
.small {
	font-size:.8em;
}
.smaller {
	font-size:.7em;
}
.right {
	float:right;
}
.mainmenu {
	background-color:#333333;
	color:white;
	border:0;
	padding:0px 4px 4px 4px;
}
.mainmenu:hover {
	background-color:#6bd232;
	text-decoration:none;
}

/* signature block */
.badge {
	font-size:.8em;
	padding:1px 3px 1px 3px;
	cursor:pointer;
	font-weight:bold;
	color:black;
}
.member { border:1px dotted #63be5f; }
.business { border:1px dotted #BBBBBB; }
.podcaster { background-color:#73458a; }
.teacher   { background-color:#e6e673; }
.advisor   { background-color:#63be5f; }
.donor     { background-color:#e17078; }
.celebrity { background-color:#4682ff; }
.founder { background-color:#A49118; }
.extra { border:1px dotted #BBBBBB; }
.useresteem {
	font-weight:bold;
}
.gravatar {
	padding:3px 3px 0px 3px;
}
.sigblock {
	min-width:200px;
	max-width:200px;
	height:50px;
	overflow:hidden;
	font-size:12px;
}
.sigflag {
	position:relative;
	top:-4px;
	padding:0px 3px 3px 3px;
}


/* editor - tagging */
#tagmaker {
	width:600px;
}
#suggestedtags, #yourtags {
	padding:5px;
	margin:5px;
	font-size:.8em;
	min-height:50px;
}
#suggestedtags {
	background-color:#EEEEEE;
}
#yourtags {
	background-color:#EEEEEE;
}
#tags-accepted, #tags-suggested {
	line-height:24px;
}

/* editor - attachments */
.attachment {
	width:98%;
	background-color:#c7bdd1;
	margin:2px;
	padding:2px;
}

/* tags */
.tag {
	padding:2px;
	background-color:#F7C764;
	color:#222222;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-bottom:10px;
	cursor:pointer;
	font-style:normal;
}

/* other stuff */
.typelink {
	text-align:center;
	font-size:1.2em;
}
.businesswarning {
	color:#e17078;
	margin-bottom:10px;
}

/* tagcloud */
.taglevel5 { font-size:1.4em; }
.taglevel4 { font-size:1.2em; }
.taglevel3 { font-size:1em; }
.taglevel2 { font-size:.8em; }
.taglevel1 { font-size:.6em; }
.taglevel0 { font-size:.4em; }

/* login */
#loginchoices {
	border:1px #DDDDDD solid;
	margin:20px 40px 20px 40px;
	padding:0 20px 20px 20px;
}

/* page insertions */
#tipbox {
	font-size:.8em;
	padding:5px;
	margin:10px;
	border:1px solid #DDDDDD;
	float:right;
	width:200px;
	background:#DDDDDD;
}

/* general modifiers */
.selectedbutton {
	background-color:#520695;
	color:white;
}
.hint {
	font-size:.8em;
}
.large {
	font-size:1.1em;
}

.rounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.centered {
	text-align:center;
}
.huge {
	font-size:2em;
	font-weight:bold;
}
.big {
	font-size:1.5em;
	font-weight:bold;
}
.pointer {
	cursor:pointer;
}
.red, a.red {
	color:red;
}