@font-face {
    font-family: 'Bowlby One'; 
    src: url('armalite_rifle-webfont.eot');
    src: url('armalite_rifle-webfont.eot?#iefix') format('embedded-opentype'),
         url('armalite_rifle-webfont.woff') format('woff'),
         url('armalite_rifle-webfont.ttf') format('truetype'),
         url('armalite_rifle-webfont.svg#armalite_rifle-webfont') format('svg');
    font-weight: normal;font-style: normal;}
@font-face {
    font-family: 'AftasansRegular';
    src: url('AftaSansThin-Regular-webfont.eot');
    src: url('AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('AftaSansThin-Regular-webfont.woff') format('woff'),
         url('AftaSansThin-Regular-webfont.ttf') format('truetype'),
         url('AftaSansThin-Regular-webfont.svg#AftasansRegular') format('svg');
    font-weight: normal;font-style: normal;}

/************************************************ 
 *****   			Dagaloo Global Styles					*****
 ************************************************/
html 
{
	height:100%;
	margin:50px 0 0 0;
	padding:0;
    overflow:hidden;
    background:#000;
}

body#dagaloo
{
	background:#191919 url('http://images.alphacoders.com/676/67627.jpg') left top repeat;
   background-size:100%; background-attachment:fixed;
	font-size:10px;
	font-family:'AftasansRegular', Arial, Helvetica, sans-serif;
	margin:0;
   padding:0;
   height:100%;
   width:auto;
   position:relative;
	color:#bbb;
	overflow:hidden;
}


@media all and (max-width: 1300px) and (min-width: 1200px) {
  body#dagaloo { font-size:11px; } 
  #bg-wrap #header_navigation { height:55px }
  #content_main .submenu { padding-top: 60px }
  body #content_main h2 { top:145px; }
  body #sidebar_info {top:40px;}
  body #content_main {top:165px;}
}
@media all and (max-width: 1200px) and (min-width: 1100px) {
  body#dagaloo { font-size:10px; } 
  #bg-wrap #header_navigation { height:50px }
  #content_main .submenu { padding-top: 50px }
  body #content_main h2 { top:120px; }
  body #sidebar_info {top:37px;}
  body #content_main {top:155px;}
}
@media all and (max-width: 1100px) and (min-width: 1000px) {
  body#dagaloo { font-size:9px; } 
  #bg-wrap #header_navigation { height:45px }
  #content_main .submenu { padding-top: 43px }
  body #content_main h2 { top:110px; }
  body #sidebar_info {top:33px;}
  body #content_main {top:145px;}
}
@media all and (max-width: 1000px) and (min-width: 900px) {
  body#dagaloo { font-size:8px; } 
  #bg-wrap #header_navigation { height:40px }
  #content_main .submenu { padding-top: 37px }
  body #content_main h2 { top:100px; }
  body #sidebar_info {top:30px;}
  body #content_main {top:135px;}
}
@media all and (max-width: 900px) and (min-width: 800px) {
  body#dagaloo { font-size:7px; } 
  #bg-wrap #header_navigation { height:35px }
  #content_main .submenu { padding-top: 31px }
  body #content_main h2 { top:90px; }
  body #sidebar_info {top:27px;}
  body #content_main {top:125px;}
}
@media all and (max-width: 800px) and (min-width: 700px) {
  body#dagaloo { font-size:6px; }  
  #bg-wrap #header_navigation { height:30px }
  #content_main .submenu { padding-top: 25px }
  body #content_main h2 { top:80px; }
  body #sidebar_info {top:23px;}
  body #content_main {top:130px;}
}
@media all and (max-width: 700px) and (min-width: 600px) {
  body#dagaloo { font-size:5px; } 
  #bg-wrap #header_navigation { height:25px } 
  #content_main .submenu { padding-top: 19px }
  body #content_main h2 { top:65px; }
  body #sidebar_info {top:20px;}
  body #content_main {top:120px;}
}
@media all and (max-width: 600px) and (min-width: 500px) {
  body#dagaloo { font-size:4px; } 
  #bg-wrap #header_navigation { height:20px } 
  #content_main .submenu { padding-top: 20px;padding-bottom:30px; }
  body #content_main h2 { top:55px; }
  body #sidebar_info {top:40px;}
  body #content_main {top:110px;}
}


#body_wrapper {
 	height:100%;
   overflow:hidden;  
}



.budget {
 	width:100%;
   text-align:center;
   v-align:center;
   font-size:130%;
   border-collapse:collapse; 
   empty-cells: hide;
   color:#999;
}
.budget tr:hover{
 	background:rgba(0,0,0,0.2);  
}
.budget .broad td, .budget .header td{font-weight:bold;}
.budget .green {color:green;}
.budget .red {color:red;}
.expand {cursor: pointer;}
tr.details {display:none;font-weight:normal;}
.budget .totalexpenses {font-weight:bold;color:red;}
.budget .totalincome {
 	font-weight:bold;
   color:green;  
}

.budget .name {
 	width:30%;
   text-align:left;
   border:none;
   border-bottom:1px dashed #666;
}
.budget .broad td {
 	color:#fff;}
.budget .location, .budget .filler {width:25%;border:none;border-bottom:1px dashed #666;}
.budget td.empty {border:none;}
.budget .empty:hover {background:none;}
.budget td {border:1px dashed #666;border-spacing: 0px;cell-padding:0;}
.budget .header td {border:none;}
.budget .header:hover {background:none;}
#profile_table {margin:0 auto;float:left;text-align:center;	}
input.assign {
	width:50px;
}
.unread {
	background:#003d43;
}
.message,.no_message {
   padding:5px 20px;
   margin:20px;
   border:1px solid #000;
   box-shadow:0px 0px 15px #000;
   }
.no_message {
   text-align:center;
}
.no_message h4 {
 font-size:30px;  
 padding:0;
 margin:15px 0 0 0;
}
table.world {
	width:100%;
	white-space: nowrap;
	font-size:90%; 
   border-collapse:collapse; 
}
table.world td{
   border:1px dashed #666;
}

.tasks .complete, .tasks .incomplete, .tasks .inprogress{
	list-style:none;
	margin:0px;
	font-size:160%;
	padding-left:70px;
	height:44px;
	padding-top:20px;
}

.tasks .complete {		background:url(http://aux.iconpedia.net/uploads/359682461.png) no-repeat left center; }
.tasks .inprogress { 	background:url(http://aux.iconpedia.net/uploads/602641550.png) no-repeat left center; }

body#dagaloo_bar
{
	background:none;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	height:100%;
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
	width:100%;
	height:1px;
}

.half
{
	max-width:50%;
}

.right
{
	float:right;
}

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


#sidebar {
	background:url(../images/bg-tile.jpg) top center;
	box-shadow: 0px 0px 4px 1px #000 inset;
	box-shadow: 5px 0px 10px #000;
	padding:0;    
	color: #fff;
	font-family: 'AftasansRegular', "Hoefler Text", Georgia, Garamond, Times, serif;	
	font-size:110%;
	text-align:center;
   position:fixed;
   margin:0px -10px 10px -10px;
   border:1px dashed #666;
   left:0;
   top:0px;
   height:100%;
   width:17%;
	z-index:10;
	}
#sidebar_info {
	background:url(../images/bg-tile.jpg) top center;
	box-shadow: 0px 0px 4px 1px #000 inset;
	box-shadow: -5px 0px 10px #000;
	padding:0;    
	color: #fff;
	font-family: 'AftasansRegular', "Hoefler Text", Georgia, Garamond, Times, serif;	
	font-size:100%;
	text-align:center;
   position:fixed;
   margin:0px -10px 10px -10px;
   border:1px dashed #666;
   right:0;
   top:50px;
   height:100%;
   width:17.2%;
	z-index:10; 
}
.info {
	width:20px;
	padding:0; 
	margin:0;	
	height:15px;
	background:url('/interface/default/images/question.png') bottom left no-repeat;
	cursor:default;
	display:inline-block;
}
	
#sidebar_left {
	float:left;
	position:absolute;
	width:175px;	
	text-align:left;
	padding:4% 0 0 9.5%; 
   margin:5px 0 0 0;
	overflow:display;
	font-size:100%;
	line-height:28px;
}
#sidebar_right {
	float:right;
	width:210px;
	text-align:right;
	padding:4% 9.5% 0 0; 
   margin:5px 0 0 0;
	font-size:100%;
	line-height:28px;
}
#sidebar .avatar {
	width:100%;
}

.per_page {
	margin:10px;	
	text-align:center;
}
.per_page a {
	margin: 5px;
}

#content_main .avatar {
	float:right;
	max-width:150px;
	max-height:150px;
	border: 2px solid #000;
	margin:0 0 10px 5px;
	padding:0;
	box-shadow:0px 0px 15px rgba(0,0,0,.8);
	z-index:2;
	position:relative;
	overflow:hidden;
}
#content_main .avatar img {
	max-width:150px;
	height:150px;
	padding:0;
	margin:0;
	z-index:1; 
	position:relative;
}

#sidebar table {  
   font-size:115%;
 	padding:0;
}

#sidebar table tr:hover {
 	background:rgba(0,0,0,0.5);
    text-shadow: 0px 0px 9px rgba(150, 150, 256, .8);
}

#sidebar table td {
 	padding:2% 5% 1% 10%;
 	text-align:left;  
   border:0;
   cell-spacing:0;
   border-collapse:collapse;
}

#sidebar ul, ul.guide {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;	
	color:#ddd;
}

#sidebar p {
   font-size: 140%;
   padding: 3% 3% 3% 8%;
	margin:5px 0; 	
    font-family: 'AftasansRegular', "Hoefler Text", Georgia, Garamond, Times, serif;
	font-shadow:3px 3px 3px #000; 
}

#sidebar {
	text-shadow:3px 3px 3px #000;
}
#sidebar h2, #sidebar_info h2 { 
	text-align:center;
	padding:3.7% 0;
	margin:0 -3% 0px -3%;
	font-variant:small-caps;
	font-size:200%;
	color:#fff;
	font-family: 'Bowlby One';
	text-shadow:0px 0px 9px rgba(150,150,256,.8);
   box-shadow:0px 5px 10px #000;
   border:1px dashed #666;
  	background:url('../images/bg-tile.jpg');
   line-height:100%;
   z-index:99999999999999;
}
.building_queues {
   clear:both;
}
.placeholder, img.loading_placeholder  {
width: 16.6%;
height: auto;
margin: 2.4% 2.5% 2.4% 2.07%;
padding: 2%;
border: 1px dashed #333;
float: left;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
} 

.placeholder:hover, img.loading_placeholder:hover  {
   border:1px dashed #666;
}

#sidebar .avatar_wrapper { 
	position:relative;
   background:#000;
}
#sidebar .avatar_wrapper .top {
	margin:-20px 0 30px 0;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.7);
	height:30px;
	z-index:100;
	width:100%;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

p.notification {
	background:#003d43;	
	text-align:center;
	color:#DDD;
	font-size:120%;
	width:90%;
	margin:0 auto;
	padding:25px;
	border:1px solid #000;
}

ul#chat {
	background:#fff;
	border:1px solid #000;
	padding:5px;
	max-height:1000px;
	overflow:auto; 
}

ul#chat li {
	font-size:15px;
	list-style-type:none;
	margin:0;
	padding:5px 20px;
	color:black;
	text-shadow:none;
	font-family:calibri;
}
ul#chat li a{
	color:#000;
	
}

.page,.message_nav a{
	display:inline-block;
	color:#aaa;
	background:#111;
	border:1px solid #333;
	box-shadow:4px 4px 4xp #000;
	padding:2px 8px 8px 8px;
	height:20px;
	margin:3px;
	}
.page:hover,.message_nav a:hover,.active {
	background:#000;	
}
.pages {
	margin:0 auto;
	text-align:center;	
}
.message_nav {
 	float:right;
   text-align:center;
   margin-top:15px;  
}
#sidebar table {
	width:100%}

.wrapper{width:100%;clear:both;margin:0 auto;padding:0;background:rgba(0,0,0,0.85);}
.tree_wrapper {overflow-y:scroll;background:rgba(0,0,0,0.85);padding:50px 50px;margin:0 -20px -20px 0;width:2450px;display:block;
   position:fixed;
   left:50%;
   margin-left:-1258px;
   top:-1142px; 
   padding-top:990px;
   padding-left:1000px;} 

img.tree {
   border:1px dashed rgba(254,180,28,.3);
   padding:6px;
   width:56px;
   height:56px;
   float:left;
  	background:url('../images/bg-tile.jpg');
   box-shadow: 0px 3px 8px #000;
   border-radius:10px;
   }
   
.branch .imgwrapper {
   background-image: url(../images/tree-left-border.png);
   background-repeat:no-repeat;
   background-position:left center;
   padding:15px 12px 15px 12px;
   height:70px;
   width:67px;
   margin:0;
   clear:left;
}
.tree_wrapper h1 {
   border:1px dashed #666;
   margin:25px 0 0 0;
   padding:6px;
   font-size:40px;
   text-align:center;
   background:rgba(0,0,0,0.6);
   font-family: 'Bowlby One'; 
}
.tree_wrapper h2{
   border-left:1px dashed rgba(254,180,28,.3);
   border-top:1px dashed rgba(254,180,28,.3);
   border-right:1px dashed rgba(254,180,28,.3);
   margin:25px 0 0 0;
   width:256px;
   padding:6px;
   text-align:center;
   background:rgba(0,0,0,0.6);
   font-family: 'Bowlby One'; 
   font-size:28px;
	background:url('../images/bg-tile.jpg');
   -webkit-border-radius: 10px;
   -webkit-border-bottom-left-radius: 1px;
   -webkit-border-bottom-right-radius: 1px;
   -moz-border-radius: 10px;
   -moz-border-radius-bottomleft: 1px;
   -moz-border-radius-bottomright: 1px;
   border-radius: 10px;
   border-bottom-left-radius: 1px;
   border-bottom-right-radius: 1px;
}

.tree_wrapper .branch .level {
float: left;
width: 500px;
border-right: 1px dashed rgba(254,180,28,.3);
border-bottom: 1px dashed rgba(254,180,28,.3);
border-top: 1px dashed rgba(254,180,28,.3);
opacity:.2;background:rgba(0,0,0,0.55);}
img.bldg {
   border:1px dashed rgba(254,180,28,.3);
   padding:6px;
   width:56px;
   height:56px;
   float:left;
  	background:url('../images/bg-tile.jpg');
   box-shadow: 0px 3px 8px #000;
   border-radius:10px;width:256px;height:257px;border-left:1px dashed rgba(254,180,28,.3);background:none;margin:0 0 25px 0;background:rgba(0,0,0,0.6);
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 1px;
-webkit-border-top-right-radius: 1px;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
border-radius: 10px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
border-top:none;
-moz-transition: opacity 2s ease 1s;
/* WebKit */
-webkit-transition: opacity 2s ease 1s;
/* Opera */
-o-transition: opacity 2s ease 1s;
/* Standard */
transition: opacity 2s ease 1s;}
img.tech {border:1px dashed rgba(254,180,28,.3);}
img.hover1, .tree_wrapper h2.hover1,html body .tree_wrapper .branch div.hover1,.tree_wrapper div.hover1,img.building_training:hover {border-color:rgba(254,180,28,1); text-shadow: 0px 0px 15px rgba(254,180,28,.5); color:#fff;
	-webkit-box-shadow: 0px 2px 5px 10px rgba(254,180,28,.2);-moz-box-shadow: 0px 2px 5px 3px rgba(254,180,28,.2);box-shadow: 0px 2px 5px 3px rgba(254,180,28,.15);opacity:1;
-moz-transition: opacity 1s ease 1s;-webkit-transition: opacity 1s ease 1s;-o-transition: opacity 1s ease 1s;transition: opacity 1s ease 1s;}
.bldgLabel {background-color:rgba(0,0,0,0.4);float:left;width:317px;margin:0;font-size:30px;font-family:"Bowlby One";text-align:center;padding:6px;border:1px dashed rgba(254,180,28,.3); text-shadow: 0px 0px 15px rgba(254,180,28,.2); color:#bbb;-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);position:fixed;top:103px;left:50%;margin-left:-590px;z-index:99999999999999999999;}
.eraLabel {background-color:rgba(0,0,0,0.4);float:left;width:487px;margin:0;font-size:30px;font-family:"Bowlby One";text-align:center;padding:6px;border-left:none;border:1px dashed rgba(254,180,28,.3);  color:#bbb;	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,.3);-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,.3);box-shadow: 0px 0px 5px 3px rgba(0,0,0,.3);position:fixed;top:103px;left:50%;margin-left:-260px;opacity:.3;}
html body .tree_wrapper .branch div.hover2 {background:url('../images/tree-border-gold.png') left center no-repeat;border-color:rgba(254,180,28,.5);}
html body .tree_wrapper .hover3 {border-color:rgba(254,180,28,1);-webkit-box-shadow: 0px 0px 5px 3px rgba(254,180,28,.3);-moz-box-shadow: 0px 0px 5px 3px rgba(254,180,28,.3);box-shadow: 0px 0px 5px 3px rgba(254,180,28,.3);text-shadow: 0px 0px 15px #fcb21f; color:#fff}
html body .branch div.hasChildren1 {background: url('../images/tree-border.png') left center no-repeat;}
html body .branch div.hasChildren2,html body .branch div.hasChildren3 {border-right: 1px dashed rgba(254,180,28,.3);background: url('../images/tree-border.png') left center no-repeat;}
.branch {clear:both;display:table-row;border-bottom:1px dashed rgba(254,180,28,.3);border-top:1px dashed rgba(254,180,28,.3);} 
.branch .branch{clear:right;border-bottom:1px dashed #666;border:none;} 
.childColumn {vertical-align : middle; display : block;height:100%;float:left}
.line {border-bottom:1px dashed rgba(254,180,28,.3); width:100%;height:1px;}
.bldgWrapper {display:table-cell;height:100%;vertical-align:middle;padding: 0 30px; border: 1px dashed rgba(254,180,28,.3);opacity:.2;z-index:9999999999;position:fixed;left:50%;top:150px;margin-left:-590px;
opacity:.5;background:rgba(0,0,0,0.55);}
.topLevel {z-index:-1;}
#moveUp {position:fixed;top:550px;left:50%; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid rgba(254,180,28,1); margin-left:-440px;z-index:99999999999; cursor:pointer;}
#moveDown {position:fixed;top:615px;left:50%; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid rgba(254,180,28,1); margin-left:-440px;z-index:99999999999; cursor:pointer;}
#moveLeft {position:fixed;top:575px;left:50%; width: 0; height: 0; border-bottom: 15px solid transparent; border-top: 15px solid transparent; border-right: 15px solid rgba(254,180,28,1); margin-left:-465px;z-index:99999999999;cursor:pointer;}
#moveRight {position:fixed;top:575px;left:50%; width: 0; height: 0; border-bottom: 15px solid transparent; border-top: 15px solid transparent; border-left: 15px solid rgba(254,180,28,1); margin-left:-399px;z-index:99999999999; cursor:pointer;}
.qtip_placeholder {position:fixed;width:340px;height:500px;border: 1px dashed rgba(254,180,28,.3); left:50%;top:150px;margin-left:242px;
	background:rgba(0,0,0,0.55);opacity:0;}
a
{
	text-decoration:none;
	color:#aaa;
	font-weight:700;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-transition:all 0.5s ease-in-out;
}
pre {
	margin:0 40px;
	padding:10px 25px;
	background:#eeeeee;
	border:1px solid #888888;
	border-radius:7px;  
}
/************************************************ 
 *****   			Content Area Styles						*****
 ************************************************/

#content_main {
	width:64%;
	float:right;
	padding:20px;
   color: #FFF;
   font-family: 'AftasansRegular', "Hoefler Text", Georgia, Garamond, Times, serif;	
	font-size:100%;
	line-height:32px;
	text-shadow:1px 1px 1px #000;
	margin:0px 0 45px 0;
	position:fixed;
	top:225px;
	right: 17%;
	overflow-y:auto;
	overflow-x:visible;
	height:83%;
	z-index:1;
}

#content_main #content_main {
 	margin:-20px;  
}

#bg-wrap
{
	background:rgba(0,0,0,0.85);
	width:100%;
	height:100%;
   max-height:100%;
	padding:0;
   margin:0;
}
#content_main h1 {font-size:40px;
   font-family:'Bowlby One';
   font-size:28px;
   -webkit-text-stroke: 1px #000000;
	margin:0;
   padding:0;
   text-shadow:2px 2px 2px #000;
   text-align:center;
   text-transform:uppercase;
   width:100%;} 
#content_main h2 {font-size:300%;}
#content_main h3 {font-size:20px;padding:0;margin:5px 0 10px 0;line-height:100%;text-align:center;}
.content h1,.content h2,#content_main h1, #content_main h2
{
	text-shadow:2px 2px 2px #000;
	display:block;
	clear:both;
	text-align:center;
	letter-spacing:0.1em;
   text-transform:uppercase;
}
#content_main h2{
   margin: 0;
	padding: .5% 0 .5% 0;
   font-family:'Bowlby One';
	background:rgba(0,0,0,0.4);	
	box-shadow:0px 3px 8px #000;
   border:1px dashed #666;
	position: fixed;
	top: 150px;
	left: 50%;
   margin-left:-35%;
	width: 70%;
	z-index: 5;
  	background:url('../images/bg-tile.jpg');
	box-shadow:0px 5px 15px #000,0px -5px 15px #000;
	text-shadow:0px 0px 9px rgba(150,150,256,.8);
   }

#content_main h2 span.screwleft {
	background:url(../images/screw.png) center top;
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	left:40px;
	top:18px;
	margin-top:
	-moz-transform:rotate(58deg);
	-webkit-transform:rotate(58deg);
}

#content_main h2 span.screwright {
	background:url(../images/screw.png) center top;
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	right:40px;
	top:18px;
	-moz-transform:rotate(12deg);
	-webkit-transform:rotate(12deg);
}
.content,.content p
{

    color: #aaa;
    font-family: 'AftasansRegular', "Hoefler Text", Georgia, Garamond, Times, serif;	
	font-size:18px;
	line-height:32px;
	text-shadow:1px 1px 1px #111;
	margin:0;
	padding:0 0 30px 0;
}

#header_navigation a.active {
 	color:#fff;
	text-shadow:0px 2px 5px rgba(150,150,256,.8);  
}

.content
{
	background:transparent url(../images/content-middle-bg1.png) center top repeat-y;
	z-index:1;
	clear:both;
	position:relative;
	display:block;
	overflow:visible;
	margin:50px auto;
	padding:0;
  	width:980px;
}

.content_wrapper
{
	background:transparent url(../images/content-top-bg1.png) center top no-repeat;
	z-index:10;
	position:relative;
	top:-50px;
	left:0px;
	margin:0 0 -100px;
	padding:30px 40px 0;
}

.content_footer
{
	background:transparent url(../images/content-bottom-bg1.png) center bottom no-repeat;
	height:50px;
	position:relative;
	left:0;
	bottom:-50px;
	margin:0;
	padding:0;
}

.building {
   text-align:center;
   height:auto;
}
.building_icons {
width: 3.5%;
height: auto;
padding: 5px;
border: 1px dashed #666;
margin: 8px 1% 4% 0.5%;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
box-shadow: 0px 5px 10px #000;
}
.building .training, .building .queue {
margin: 0 4.9% 0 0;
width: 28.5%;
float: right;
}

.building h4 {
   font-weight: bold;
   text-shadow: 0px 3px 2px black;
   font-size: 125%;
   font-variant: small-caps;
   margin: 25px 0 5px 5px;
   border-bottom: 1px dashed #666;
   width: 96%;
}

img.building_img {
 	float:left;
   margin:0 5% 5% 1%;   
   width:90.2%;
   height:auto;
   padding:5px;
   border:1px dashed #666;
   background:rgba(0,0,0,0.4);
   box-shadow:0px 3px 8px #000;
}

img.building_training {
width: 65.5%;
height: auto;
background: rgba(0, 0, 0, 0.4);
padding: 8%;
border: 1px dashed #666;
display: block;
float: left;
margin: 9.5% 8%;
box-shadow: 0px 1px 6px #000;
}

img.building_training:hover {
   
}

.loading {
 	display:block;
   background:black url(../images/loading.gif) center center no-repeat;
   width:150px;
   height:82px;  
   background-size:40px;
   position:absolute;
   top:0;
   left:0;
}

.building p.building_description {
   line-height: 150%;
   text-align: left;
   font-size: 140%;
   padding: 0;
   display: inline-block;
   height: 40px;
   text-shadow: 0px 3px 3px black;
   width:64%;
}
.building div.sub, .building div.add {
 	font-size:20px;
   font-weight:bold;
   padding:0;
   margin:0 10px;  
   display:inline-block;
   cursor:pointer;
}
.enqueue {
 	position:relative; 
   display:block; 
   overflow:hidden; 
   float:left;
   cursor:pointer;
   width:24.9%;
}

.enqueue .countdown {
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: white;
top: 0;
left: 0;
margin: 8%;
padding-top: 17%;
width: 84%;
height: 67%;
font-size: 140%;
font-weight: bold;
} 

.employees {background: rgba(0, 0, 0, 0.4) url(../images/workers.png) 8% center no-repeat;
float: left;
height: 35px;
width: 41%;
padding: 0px 0 5px 10%;
margin: 2%;
border: 1px dashed #666;
position: relative;
background-size: 24px 24px;
font-size: 150%;
font-weight: bold;
box-shadow: 0px 3px 8px #000;}
.unemployed {background:rgba(0,0,0,0.4) url(../images/icons/unemployed.png) 8% center no-repeat; float:left; height:30px; width:29%;padding:5px 0 5px 10%;margin:2%;border:1px dashed #666; background-size:24px 24px;font-size: 17px; font-weight: bold;  box-shadow:0px 3px 8px #000;}
.building_left {width:28%;float:left;}

/************************************************ 
 *****   			Header & Logo Styles					*****
 ************************************************/
header
{
	background:url(../images/bg.png) center top;
	width:100%;
	height:155px;
	clear:both;
	display:block;
	z-index:0;
	margin:-35px 0 10px;
	padding:5px 0 0;
}

.subheader
{
	height:auto;
	margin:0;
}

.dagaloo_logo
{
	-webkit-transform:scale(.99);
	background-image:url(../images/dagaloo_logo.png);
	display:block;
	float:left;
	width:834px;
	height:127px;
	margin:10px 70px;
}

#header_navigation
{
	width:100%;
	height:50px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	z-index:99999;
   	position:fixed;
   	top:0; 
	overflow:visible;
}

#header_navigation div.wrapper {
position: fixed;
width: 84%;
background: rgba(0, 0, 0, 0.3);
border-right: 1px dashed #666;
border-top: 1px dashed #666;
height: 50px;
left: 16%;
top: 0;   
}
#header_navigation h2 {
	width:17%;
	text-align:center;
	font-family: "Bowlby One";	
	background:url(../images/bg-tile.jpg) bottom center;
	height:25px;
	display:block;
	padding:14px 0;
	margin:0;
}

.divider
{
	width:100%;
   margin:15px 0 0 0;
   border-bottom:10px solid rgba(0,0,0,0.2);
   box-shadow:0px 2px 3px #000;
}

#header_navigation a
{
	text-decoration:none;
	color:#666;
	font-weight:700;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-transition:all 0.5s ease-in-out;
}
html body #header_navigation a:hover {
 	color:rgba(254, 180, 28, 1);
   text-shadow: 0px 0px 30px rgba(254, 180, 28, 1); 
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-transition:all 0.5s ease-in-out;
}

.navigation_logo
{
	background:url(../images/navbar_logo.png) top center no-repeat; 
	display:block;
	height:24px;
	width:100%;
	clear:both;
	margin:7px 0px 0 0px;
}

.navigation_logo_sidebar
{
	background-image:url(../images/navbar_logo.png);
	display:block;
	height:24px;
	width:158px;
	margin:0 auto 20px auto;
}

ul.top_menu
{
	margin:0 auto;
	padding:0;
   	width:101%;
}

ul.top_menu li
{
	list-style:none;
	font-weight:700;
	font-size:135%;
	margin:0;
	position: relative;
   	cursor: pointer;
   	width:9.9%;
   	padding: 1% 0;
   	margin: 0;
	text-align:center;
   box-shadow: 0px 8px 10px #000;
	border-left:1px dashed #666;
 	border-bottom:1px dashed #666; 
	background: url(../images/bg-tile.jpg) bottom center;
}

ul.top_menu a {
   
}
ul.top_menu a.active {
 	border-bottom:none;  
	box-shadow:none;
	background:none;
}

ul.top_menu a.border {
   border-left:1px dashed #666;
}

ul.top_menu a {
   font-variant: small-caps;
   text-align:center;
   
}
/************************************************ 
 *****   			Footer Styles									*****
 ************************************************/
footer.bar {
 	position:fixed;
   bottom:0px;  
   margin:0 -20px 0 0;
   height:35px;
   padding:0 20px 0 0; 
   z-index:99999999;
   border-top:1px dashed #666;
}

footer.bar div.wrapper {
   height:40px;  
   border-bottom:1px dashed #666;
   border-right:1px dashed #666;
   border-left:1px dashed #666;
   background:none;
}

footer.bar .widget {
   text-align:center;
}

footer.bar .missions {
 	padding: 10px 0px;  
 	width:16.5%;  
   	text-transform:uppercase;
   	font-family: "Bowlby One";
   	font-size:18px;
   	border-right:1px dashed #666;
   	float:left;
   	z-index:2;
}
.missions_box {
 	height:0;
   width:254px;
   padding:15px;
   background:url(../images/bg-tile.jpg) top right;
   border:1px dashed #666;
   position:fixed;
   bottom:0;  
   margin-left:-491px;
   font-family:'AftasansRegular';
   z-index:1;
   left:50%;
}

.missions_box_full {
   height:300px;
}

footer.bar .stats {
 	width:80%;  
   	text-transform:uppercase;
   	font-family:'AftasansRegular';
   	font-size:12px;
   	float:left;
   	height:40px;
}

footer.bar .stats div {
   	width:10.9%;
   	float:left;
   	margin-top:3px;
   	border-right:1px dashed #666;
   	padding:6px 0px 0px 40px;
   	height:22px;
}

footer.bar .stats .food { 	background:url(../images/food.png) 10px center no-repeat;  }
footer.bar .stats .wood { 	background:url(../images/wood.png) 10px center no-repeat;  }
footer.bar .stats .stone { 	background:url(../images/stone.png) 10px center no-repeat;  }
footer.bar .stats .gold { 	background:url(../images/gold.png) 10px center no-repeat;  }
footer.bar .stats .fuel { 	background:url(../images/fuel.png) 10px center no-repeat;  }
footer.bar .stats .steel { 	background:url(../images/steel.png) 10px center no-repeat;  }
footer.bar .stats .citizens { 	background:url(../images/workers.png) 10px center no-repeat; border:none; background-size:24px 24px; }

.submenu {
	background: url(../images/bg-tile.jpg) top center;
	width: 100%;
	height: 0.8%;
	margin: 0 -25px 0 -35px;
	padding: 60px 15px 6% 55px;
	border-bottom: 1px dashed #666;
	box-shadow:0px 5px 15px #000;
	position: fixed;
	top: 0px;
	left: 17%;
}

footer
{
	box-shadow:0px -5px 10px #000;
	background:url(../images/bg-tile.jpg) top center;
	width:100%;
	height:60px;
	clear:both;
	display:block;
	position:absolute; 
	bottom:0;
	margin:10px 0 0 0;
	padding:0;
   border-top:1px dashed #666;
}
footer .wrapper {
 	border-left:1px dashed #666;
   border-right:1px dashed #666;  
   margin-top:0px;
}
#footer_spacer
{
	width:100%;
	height:85px;
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

footer p,footer p a
{
	line-height:25px;
	font-size:13px;
	color:#aaa;
	text-shadow:3px 3px 3px #000;
	font-weight:400;
	margin:8px 0 0;
	padding:0 30px 10px;
}
footer p span a{
    margin:0 0 0 25px;
}
footer p a
{
	padding:0px;
}

#profile_sidebar
{
	background:url(../images/about-this-user.png) left top no-repeat;
	width:285px;
}
#profile_sidebar a
{
    color:#fff;
}
/************************************************ 
 *****   			Newest Users Styles						*****
 ************************************************/
#newest_users
{
	background:url(../images/newest-members.png) left top no-repeat;
	width:285px;
	margin-top:7px;
}

.newuser_events
{
	height:auto;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
}

.newuser_events p
{
	color:#ccc;
	text-align:center;
	position:relative;
	top:40%;
	text-shadow:3px 3px 3px #000;
	margin:auto;
}
/************************************************ 
 *****   			Events Timeline Styles				*****
 ************************************************/
#events_header
{
	background:url(../images/recent-activity.png) center top no-repeat;
	width:695px;
	float:left;
	margin:11px 0;
	padding:55px 0 0;
}
.full {
	width:75%;
}

.table {
	margin:0 auto;
	width:660px;
   	border:0px;
   	cellspacing:0px;
}
.table h2 {
	margin:20px 0 0 0;
}

.table td {
	padding:3px;	
	text-align:center;
}
.table th {
	font-size:16px;
}
.table td.unit {
	text-align:left;
}

#main_right
{
	background:url(../images/events-bg.png) center top;
	float:left;
	width:640px;  
	height:420px;
	margin:0 -5px 0 0;
	padding:30px; 
}

#events
{
	background:url(../images/events-bg.png) center top;
	float:left;
	width:700px;
	height:420px;
	margin:0 -5px 0 0;
	padding:0;
}

#events ul
{
	background:#111;
	height:380px;
	overflow:hidden;
	list-style:none;
	margin:21px 22px 20px 20px;
	padding:0;
}

#events ul li
{
	list-style:none;
	background:url(../images/bg.png) center bottom;
	text-shadow:3px 3px 3px #000;
	color:#ccc;
	font-size:13px;
	height:39px;
	width:100%;
	overflow:hidden;
}

#events ul li p
{
	margin:0;
	padding:7px 0 0 10px;
}

#events ul li div
{
	display:inline;
	float:right;
	font-size:9px;
	padding:11px 22px 0 0;
}

#events ul li a
{
	color:#FFF;
	margin:0;
	padding:0;
}

#events ul li.last
{
	background:url(../images/bg.png) center center;
	height:32px;
	border-bottom:solid 2px #111;
}
/************************************************ 
 *****   			Account Form Styles						*****
 ************************************************/
.bankrow
{
	width:100%;
	clear:both;
	display:block;
	margin:6px auto;
}

.bankrow_header
{
	width:100%;
	clear:both;
	border-bottom:1px solid #111;
	height:25px;
	font-weight:700;
	margin:6px auto;
}

.bankrow .extra-small
{
	width:5%;
	float:left;
	display:block;
}

.bankrow .small
{
	float:left;
	width:10%;
	display:block;
}

.bankrow .large
{
	float:left;
	width:25%;
	display:block;
}
/************************************************ 
 *****   			Front Page Slider Styles			*****
 ************************************************/
.home-page-concept
{
	margin:-7px 0 -34px -20px;
}
/************************************************ 
 *****   			The Dagaloo Bar Styles				*****
 ************************************************/
#the_dagaloo_bar
{
	width:100%;
	height:60px;
	background-image:url(../images/navbar_background.png);
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:11px;
}

body#dagaloo_bar a
{
	text-shadow:none;
	color:#bbb;
}

#tweet_form
{
	background:url(../images/navbar_background.png) center top;
	position:absolute;
	top:56px;
	right:15%;
	height:35px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	padding:5px 10px;
}

.tweet_form input.text
{
	width:220px;
	font-size:15px;
	padding:2px;
}
#thumb_down img {
 	border:none;   
}
.navbar_name
{
	font-family:'AftasansRegular', Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:700;
	color:#EA8B1C;
}

.navbar_logo
{
	background-image:url(../images/navbar_logo.png);
	display:block;
	height:24px;
	width:158px;
	float:left;
	margin:9px 25px 0 0;
}

.navbar_share
{
	background-image:url(../images/twitter_button.png);
	display:block;
	height:32px;
	width:36px;
	float:left;
	margin:4px 15px 0 20px;
}

.content_name
{
	display:inline;
	clear:none;
	margin:0;
	padding:0;
}

iframe#dagalooFrame
{
	color:#666;
	width:100%;
	height:95%;
	z-index:10;
	-webkit-box-sizing:border-box;
}

h1.navbar_header
{
	font-size:12px;
}

.navbar_logo,.navbar_share,.navbar_twitter,.navbar_content_name,.navbar_random
{
	display:inline;
	float:left;
}

.navbar_content
{
	height:100%;
	float:left;
	width:40%;
	margin:5px 20px 0;
	padding:0;
}

.navbar_content h1
{
	height:25px;
	overflow:hidden;
	font-size:18px;
	color:#017D83;
	margin:0 0 5px;
	padding:0;
}

.navbar_views
{
	padding-left:15px;
}

.navbar_exit
{
	background-image:url(../images/logout.png);
	display:block;
	height:28px;
	width:28px;
	float:right;
	margin:6px 15px 0 30px;
}

.navbar_login
{
	background-image:url(../images/login.png);
	display:block;
	height:32px;
	width:23px;
	float:right;
	margin:6px 15px 0 30px;
}

.navbar_random
{
	background-image:url(../images/question.png);
	height:32px;
	width:32px;
	display:inline;
	margin:4px 5px 0 20px;
}

.newest_user_1,.newest_user_2
{
	background:url(../images/recent-joins.png) no-repeat;
	display:block;
	width:255px;
	height:243px;
	float:right;
	margin:-8px 0 9px 40px;
	padding:0;
}

.newest_user_1 img,.newest_user_2 img
{
	width:197px;
	height:197px;
	border:1px solid #000;
	z-index:0;
	margin:25px 0 0 35px;
	padding:0;
}

.newest_user_subtitle
{
	position:relative;
	bottom:0;
	opacity:0.8;
	filter:alpha(opacity=80); 
	background:#000;
	color:#fff;
	height:40px;
	text-align:center;
	z-index:100;
	font-size:11px;
	text-shadow:1px 1px 2px rgba(10,10,10,0.5);
	margin:-50px 22px 3px 35px;
	padding:5px 5px 0;
}

.profile_description
{
	position:relative;
	bottom:0;
	opacity:0.8px;
	filter:alpha(opacity=80);
	background:#000;
	color:#fff;
	height:196px;
	text-align:left;
	z-index:100;
	font-size:13px;
	text-shadow:1px 1px 2px rgba(10,10,10,0.5);
	margin:24px 22px 23px 35px;
	padding:5px 5px 0;
}

.profile_description p
{
	margin:0;
	padding:0 0 10px;
}

.profile_description span
{
	text-align:center;
	font-size:18px;
	font-weight:700;
}

.newest_user_subtitle a,.newest_user_subtitle span
{
	color:#fff;
	font-size:16px;
	font-weight:700;
	padding:5px;
}
.small {
   font-size:60%;
   }
.awesome
{
	background:rgba(0,0,0,0.6) url(../images/button-overlay.png) repeat-x;
	display:inline-block;
	color:#bbb;
	text-decoration:none;
	font-size:12px;
	line-height:1;
   font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.5);
	border:1px solid rgba(0,0,0,0.25);
	font-variant:small-caps;
	position:relative;
	cursor:pointer;
	padding:5px 9px 6px;
   font-family:'AftasansRegular';
	margin:0px; 
}

.nohand
{
	cursor:default;
}

.noselect
{
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}


.small.awesome
{
	font-size:11px;
}

.medium.awesome
{
	font-size:13px;
}

.large.awesome
{
	font-size:14px;
	padding:8px 14px 9px;
}

label.title,input.title
{
	width:450px;
}

label.submit-title
{
	width:320px;
}

label.submit-url
{
	width:208px;
}

input.submission-title,input.submission-url
{
	width:225px;
}

select.submission-category
{
	width:118px;
	margin:0 10px;
}

div.title
{
	width:470px;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	margin:0;
	padding:0;
}

div.current,div.current-content,div.allocation
{
	width:100px;
	font-size:17px;
	font-weight:700;
	text-align:center;
	display:inline-block;
	margin:0;
	padding:0;
}

input,label
{
	text-align:center;
}

label.current,input.current
{
	text-align:center;
	width:75px;
}

label.allocation,label.attack
{
	width:110px;
}

input.allocation,div.allocation
{
	width:108px;
	margin:0 9px;
}

input.attack
{
	width:60px;
	margin:0 9px;
}

input.add,input.delete
{
	width:80px;
	margin-left:20px;
}

input.addtitle
{
	width:340px;
}

input.addurl
{
	width:220px;
}

.Bank_Row
{
	margin:10px 0;
}

.formbuttons
{
	text-align:left;
	width:595px;
	float:left;
}

.blue.awesome
{
	background-color:#003d43;
}

.red.awesome
{
	background-color:#aa0000;
}

.black.awesome
{
	background-color:#000000;
}

.orange.awesome
{
	background-color:#bc7300;
}

.yellow.awesome
{
	background-color:#ffb515;
}

.main_view
{
	float:left;
	position:relative;
}

.window
{
	height:221px;
	width:945px;
	overflow:hidden;
	position:relative;
	display:block;
	clear:both;
	border:1px solid #000;
	margin:-11px 0 0 -24px;
	padding:0;
}

.image_reel
{
	position:absolute;
	top:0;
	left:0;
}

.image_reel img
{
	float:left;
	border:none;
}

.paging
{
	position:absolute;
	bottom:-44px;
	right:0;
	height:35px;
	width:100px;
	z-index:100;
	text-align:center;
	font-size:14px;
	line-height:35px;
	background:#141414;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom:1px solid #212121;
	border-left:1px solid #212121;
	border-right:1px solid #212121;
	padding:0 10px;
}

.paging a
{
	text-decoration:none;
	color:#fff;
	padding:5px;
}

.paging a.active
{
	font-weight:700;
	background:#920000;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #222;
}
.achievements {
	text-align:center;	
}
.achievement_image {
	border:2px solid #000;
	padding:1px;
	margin:5px 10px;
	width:135px;
	height:135px;
	display:inline-block;
	font-size:12px;
	position:relative;
}
.unit_image {
	border:2px solid #000;
	padding:1px;
	margin:5px 7px;
	width:135px;
	height:135px;
	display:inline-block;
	font-size:12px;
	position:relative;
}
.wide {
 	width:630px;  
   height:100px;
   padding:2px;
   margin-top:-15px;
   box-shadow:3px 3px 8px #000;
}
.achievement_image img {
	z-index:1;
}
div.caption {
	padding:0;
	margin:-2px;
	background:rgba(0, 0, 0, 0.8);
	z-index:2;
	border-top:2px solid #000;
	position:absolute;
	bottom:0;
	width:139px;
}
div.caption p {
	line-height:140%;
	padding:5px;
	margin:0;
	text-align:center;
}
.paging a:hover
{
	font-weight:700;
}

.hidden,.invisible_tweet_form
{
	display:none;
}

a:hover,#header_navigation a:hover
{
	text-shadow:1px 1px 2px rgba(10,10,10,0.5);
}

.navbar_notes,.left
{
	float:left;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .30;
	z-index: 9999;
}
.popup_block{
	color:#444;
	display: none; /*--hidden by default--*/
	background:#1B1B19 url('../images/bg-tile.jpg') repeat top;	
	padding: 20px;
	border: 20px solid #0a0a0a;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 40%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 40px #000;
	-moz-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-height:400px;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;	
}
.popup_wrapper {
	overflow-y:auto;
	overflow-x:hidden;
	max-height:330px;
	margin:0 -20px -20px -20px;
	padding:0;	 		
	}
.popup_block h1, .popup_block h2 {
	color:#ddd;
	text-align:center;	
	padding:0;
	margin:0;
}
.popup_block h1 {	
	background:url(../images/bg.png) center bottom;
	margin:-20px -20px 0 -20px; 
}
.popup_block p {
	color:#ddd;
	padding:10px;
	margin:0;	
	line-height:140%;
}
.popup_block h2 {
	margin-top:-20px -20px 0 -20px;
	padding-top:25px;
	background:url(../images/bg.png) center top;
}
img.achievement {
	float:left;
	border:2px solid #000;
	padding:1px;
	margin:3px 10px 20px 10px;
}
div.achievement {
	clear:both;
	padding:0;
	margin:0; 
}
img.btn_close {
	float: right;
	margin: -45px -45px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.center {
   text-align:center;
   }

.qtip {
	display:none;
	font-size:100%;
	line-height:20px;
	padding:5px;
	color:#FFF;
	max-width:17.25%;
   text-align:center;
   z-index:99999999999;
   text-shadow:0px 0px 1px #FFF;
   border-radius:25px;
   height:100%;
   position:fixed;
   top:50px;
   right:0;
  	background:url('../images/bg-tile.jpg');
   border-left:1px dashed #666;
}
.qtip h4 {
	text-align:center;
	padding:11px 0 13px 0;
	margin:0 -15px 0px -15px;
	font-variant:small-caps;
	font-size:200%;
	color:#fff;
	font-family: 'Bowlby One';
	text-shadow:0px 0px 9px rgba(150,150,256,.8);
   box-shadow:0px 5px 10px #000;
   border:1px dashed #666;
  	background:url('../images/bg-tile.jpg');
   clear:both;
   line-height:120%;
   
}

.qtip .description, .description { 
 	padding:1% 7%; 
   text-align:left; 
   line-height:180%; 
	font-size:130%; 
}

.qtip img,#sidebar_info img {
 	float:left;
   padding:0;
   margin:0; 
   width:83%;
   height:auto;
   border:1px dashed #666;
   padding:3%;
   margin:5%;
   clear:both;
}

.qtip .divider {
   border-bottom:1px dashed rgba(254,180,28,.3); 
   width:100%;
   clear:both;
   padding:0;
   height:0;
   margin:10px 0;
}
.ui-slider-handle {
 
height: 15px;
width: 15px;
background-image: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: white;
display: block;
position: relative;
left: 64%;
border-radius: 15px;
margin: -3px 0 0 -3px;  
}

.ui-slider {
 	width:69%;
   float:right;
   height:10px;
   background:rgba(0,0,0,0.4);  
}
