.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}

.clear{
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
@media (max-width: 767px) {
	#wrapper{
		margin:0px;
	}
}
@media (min-width: 768px){
	#wrapper{
		margin:0px 45px;
	}
}

/* Fancy Shadowed Div */
.shadow_div{
	border:1px solid #CCC;
	border-radius:10px;
	box-shadow: 6px 6px 3px #888;
	padding:6px;
	margin-right:10px;
	margin-bottom:12px;
}


/* Definition for nice DL's for input */

.dlinput dt{
	font-weight: bold;
	padding: 0;
}
.dlinput dd{
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}
.dlinput dt small{
	font-weight:normal;
	font-size:.85em;
	color:red;
}

body, html { height:100%; margin: 0; padding: 0;}
img{ border:0; }
#master_canvas {
    position:absolute;
    width:100%;
    height:100%;
}
#body{
	min-height:450px;
	padding:5px;
}


.spoiler, .post_quote{
	border:1px solid black;
	border-radius:8px;
	box-shadow: 3px 3px 1px #888;
	margin-left:20px;
	margin-top:6px;
	margin-bottom:6px;
}

.post_quote_header{
	background-color:#c5c5c5;
	border-radius:8px;
	background-image:url('../_jquery/icons/quote.png');
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	padding-left:32px;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
}

.post_quote_body{
	background-color:#e5e5e5;
	border-radius:8px;
	padding:4px;
}


.username{
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.boxMenu ul {
	list-style:none;
	padding-left:0px;
}

.boxMenu ul li{
	margin-left:0px;
}

.spoiler_head{
	cursor:pointer;
	border-bottom:1px solid #EEE;
	padding:5px;
}

.spoiler_body{
	max-height:450px;
	overflow:auto;
	padding:5px;
}

.post_user_info_table{
	border-spacing:0;
	border-collapse:collapse;
	width:250px;
}

.forum_list tr td:nth-child(3){
	white-space:nowrap;
	font-size:12px;
}



.post_user_info_table td:nth-child(2){
	font-size:11px;
}
.post_user_info_table td:nth-child(1){
	font-weight:bold;
	font-size:11px;
}


.inventory_image{
	cursor:pointer;
}

td.group{
	background-color: orange;
	padding: 6px;
	text-align: center;
}

td.topicgroup{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;

	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.ThePostContent{
	word-wrap:break-word;
}

.ThePostContent pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.altTable tr:nth-child(even) {background: #EEE}

.stroke{
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
	-webkit-text-stroke: 0.5px black;
	font-weight:bold;
	font-size:1.1em;
}

.social { list-style:none; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.delicious { background-image:url("../images/social/delicious.png"); }
li.digg { background-image:url("../images/social/digg.png"); }
li.facebook { background-image:url("../images/social/facebook.png"); }
li.flickr { background-image:url("../images/social/flickr.png"); }
li.linkedin { background-image:url("../images/social/linkedin.png"); }
li.reddit { background-image:url("../images/social/reddit.png"); }
li.rss { background-image:url("../images/social/rss.png"); }
li.twitter { background-image:url("../images/social/twitter.png"); }
li.gplus{ background-image:url("../images/social/gplus.png"); }

hr{
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border-bottom: 1px solid #000;
}

.dropdown-menu{
	background-color: rgba(255,255,255,0.9);
}

/***** Hack Related Items *****/
.aobinput{
	width:400px;
}


/***** Bootstrap Group Buttons *****/
/* http://bootsnipp.com/snippets/featured/group-buttons */
.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'or';background-color:#5a5a5a;margin-top:-.1em;margin-left:-.9em;width:1.8em;height:1.8em;line-height:1.55;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;background-color:rgba(0,0,0,0);border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle;height:42px;}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}

/***** Hero Boxes *****/
/* http://bootsnipp.com/snippets/featured/hero-widgets */
.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

/***** Gmail *****/
/* http://bootsnipp.com/snippets/featured/gmail-inbox */
.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
.tab-pane .list-group .glyphicon { margin-right:5px; }
.tab-pane .list-group .glyphicon:hover { color:#FFBC00; }
.list-group-item.read { color: #222;background-color: #F3F3F3; }
.list-group-item a, .list-group-item a:link, .list-group-item a:visited, .list-group-item a:active {text-decoration: none !important;}
.nav-pills>li>a {padding: 5px 10px;}
.ad { padding: 5px;background: #F5F5F5;color: #222;font-size: 80%;border: 1px solid #E5E5E5; }
.ad a.title {color: #15C;text-decoration: none;font-weight: bold;font-size: 110%;}
.ad a.url {color: #093;text-decoration: none;}


/***** Sparklines Fix *****/
/* http://stackoverflow.com/questions/18894820/jquery-sparklines-and-twitter-bootstrap-3-tooltip-style-overrides */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/**** Bootstrap vs DataTables Fix ****/
.dataTables_wrapper button,
.dataTables_wrapper input,
.dataTables_wrapper optgroup,
.dataTables_wrapper select,
.dataTables_wrapper textarea{
	color: initial;
}

/**** Bootstrap vs Chozen ****/
ul.chzn-choices > li.search-field > input{
	height:34px;
}


/**** Icons & Such ****/
.sliceicon{
	font-size:2em;
}


.post_user_info_toggle, .post_user_adr_toggle
{
	width: 250px;
	display: block;
	cursor: pointer;
}

.post_user_adr_wrapper
{
	width:250px;
}

.post_user_adr_wrapper .progress
{
	margin:0;
}

