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

/* COLORS
 * Search and replace these values to change the associated elements
 * Light shading: #06039c
 * Backround: white
 * Text and dark accents: #555555
 * Light accents: #dddddd
 * Hyperlinks: #045FB4
 * Input borders: #666666
 * Dashboard menu hover background: #999999
 * Dashboard menu hover text: #81BEF7
 * Dashboard menu selected background: #555555
 * Dashboard menu selected text: #cc5d28
 * Accepted answer border: #0B6138
 * Bottom-of-item links: #25253E
 * Contribute drop-down: #81BEF7
 * Tags: #F7C764
 *
 * Search Text: #FFFFFF
 */

#master {
	background-color:#06039c;
	padding:20px 20px 20px 20px;
}
.body {
	background-color:white;
	border:0px 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:#555555;
}
body {
	margin:0;
}
a:link, a:visited, a:active {
	color:#045FB4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, select, textarea {
	border:1px solid #666666;
	color:#555555;
}
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:#E0E0E0;
	margin-top:8px;
	padding:2px;
}
.dashlink > a:hover, .dashlink:hover {
	color:#9c0306;
	text-decoration:none;
	background-color:#E0E0E0;
	border-radius:5px;
}
.dashsub {
	margin-left:20px;
	margin-top:2px;
}
.dashselect, .dashselect > a, .dashselect > a:hover {
	background-color:#E0E0E0;
	color:#06039c;
	border-radius:5px;
}
.noticelist {
	font-size:.8em;
}
.noticelist  tr  th {
	background-color:#06039c;
	color:#EEEEEE;
}

/* 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:#555555;
	color:#25253E;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.tabarea {
	border:2px solid #555555;
	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 #25253E;
}
.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:#B0B0B0;
	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 #06039c;
	text-transform:uppercase;
	font-size:.8em;
	text-align:center;
}
#blognav {
	margin-left:100px;
	padding:5px;
	background-color:#06039c;
	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:#06039c;
}
.alertme > select {
	font-size:.9em;
}
.acceptedheader {
	margin-top:10px;
	background-color:#0B6138;
	text-transform:uppercase;
	color:white;
	padding-left:10px;
}
.accepted {
	border-left:2px solid #0B6138;
	border-bottom:2px solid #0B6138;
	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:#555555;
	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:#25253E;
}
h2.itemsubhead {
	margin-left:-80px;
}

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

/* header areas */
#askaquestion {
	font-size:.8em;
	text-transform:uppercase;
}
.alertbar {
	background:url(../images/goldtartan.png);
	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:left;
}	
#headerblock form {
	margin:0;
}
#headerselect > select {
	border:1px solid #25253E;
	font-size:.9em;
	color:#FFFFFF;
	background-color:#444485;
}
#headerbar {
	min-height:70px;
}
#logo {
	float:left;
}
#topbar {
	margin-bottom:10px;
	height:50px;
}
#headersig {
	float:right;
	margin-right:20px;
}
#menubar {
	margin-top:20px;
}
#actionbar {
	margin-top:5px;
	margin-bottom:15px;
}
/* sidebar */
#sidebar {
	background-color:#06039c;
	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:#06039c;
	color:#EEEEEE;
}
#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:#06039c;
	padding:3px;
	font-size:.8em;
	font-weight:bold;
}
#recentlist > li > a, .recentitems > li > a,
.pagelist > li > a {
	text-decoration:none;
	color:#555555;
}
#recentlist > li > a:hover, .recentitems > li > a:hover,
.pagelist > li > a:hover {
	color:#045FB4;
}
.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:#25253E;
	color:#EEEEEE;
	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:#555555;
	color:white;
	border:0;
	padding:0px 4px 4px 4px;
}
.mainmenu:hover {
	background-color:#81BEF7;
	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 #0B6138; }
.business { border:1px dotted #BBBBBB; }
.podcaster { background-color:#73458a; }
.teacher   { background-color:#e6e673; }
.advisor   { background-color:#0B6138; }
.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;
}
.usersigblock {
	background-color:#EEEEEE;
	min-width:190px;
	max-width:190px;
	height:110px;
	overflow:hidden;
	font-size:16px;
}
.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:#06039c;
	margin:2px;
	padding:2px;
}

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

/* other stuff */
.typelink {
	text-align:center;
	font-size:.5em;
}
.businesswarning {
	color:#404080;
	font-style:italic;
	font-size:13px;
	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:#045FB4;
	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;
}

.addtext {
	color:#DDDDDD;
}
.recentsubtext {
	color:#DDDDDD;
}
	