
/* ----- ALL ----- */

::selection {
	background: #37AFDB;
	color: white;
	text-shadow: none; }

* {
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none; }

li, a, .linktitle {
	transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-webkit-transition: background 0.4s ease; 
	-o-transition: background 0.4s ease; }

.nav, .main, .quotes-list a li {
	background: #FFF;
	border: 1px solid #E0DFDF; }

.nav li, .nav li ul a li, .maincontent, .main .indent, #quotes-title, #main-title, #nav-title, .title, .quotes-list a li, .footer, .popout-btn {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	color:#444;
	-webkit-box-shadow: 0 1px 0 ?; }

#quotes-title, #main-title, #nav-title, .popout-btn {
	padding: 10px;
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	color:#000;
	font-size: 15px;
	text-align: center;
	text-shadow: 0 1px 0 white;
	background-color: #ECECEC;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,whiteSmoke 0,#ECECEC 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,whiteSmoke),color-stop(100%,#ECECEC));
	background-image: -webkit-linear-gradient(top,whiteSmoke 0,#ECECEC 100%);
	background-image: -ms-linear-gradient(top,whiteSmoke 0,#ECECEC 100%);
	background-image: -o-linear-gradient(top,whiteSmoke 0,#ECECEC 100%);
	background-image: linear-gradient(top,whiteSmoke 0,#ECECEC 100%);
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #FFF; }
	
#quotes-title {
	margin-left: 1px;
	margin-right: 1px;
	border-top: 1px solid #fff ;
	border-bottom: none;
	outline: 1px solid #E0DFDF; }

html {
	background: url(../images/canvas.png);
	word-spacing:1px; }
	
.wrap {
	position:relative;
	top:32px;
	width:1104px;
	height: auto;
	margin-left:auto;
	margin-right:auto; }
/* ----- ALL-END ----- */

.top-bar {
	height: 48px;
	width: 100%;
	background: #333;
	border-bottom: 6px solid #777; }

/*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(1%,#2E2E2E), color-stop(100%,#1B1B1B));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#1b1b1b',GradientType=0 ); }
*/	

.top-bar h1 {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 15px;
	background: url(../images/activity.png) no-repeat;
	background-position: 21px 13px;
	font-weight: normal;
	padding: 13px 0 5px 55px; }

.top-bar h1 a {
	padding-left: 4px;
	color: #FFF;
	border-bottom: 2px solid transparent;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; }
	
.top-bar h1 a:hover {
	color: #0CF;  }
	
.nav li {
	font-size: 12px;
	position:relative;	
	height:40px;
	padding-left:34px;
	line-height:40px;
	background-position: right bottom;
	border-top: 0px solid #FFF;
	border-bottom: 1px dotted gainsboro;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease; 
	-o-transition: all 0.6s ease;  }

.selected {
	text-shadow: 0 1px 0 white;
	border-top: none;
	color: #37AFDB !important;
	border-bottom: 1px solid #EEE;
	-webkit-box-shadow: inset 0 1px 0 white; }

.nav .active {
	padding-left: 18px;
	text-shadow: 0 1px 0 white;
	background-color: #f4f4f4;
	color: #37AFDB;
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: inset 0 1px 0 white; }

.nav li:hover {
	color:#3CABD2; }

.nav a, .dropdown {
	cursor:pointer;
	text-decoration:none;
	line-height:28px;
	font-size:12px;
	color: #555; }

.nav a:hover {
	color:#37AFDB; }

.dropdownmenu {
	opacity:0;
	visibility:hidden;
	position:relative;
	width:180px;
	margin-top:-41px;
	padding: 2px 0 6px 0;
	list-style: none;
	background:#FFF;
	border: 1px solid #d6d6d6; }

.dropdown:hover .dropdownmenu { 
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease; 
	-o-transition: all 0.6s ease;
	visibility:visible; opacity:1; }

.nav li ul li {
	padding-left: 18px;
	border: none;
	line-height:40px;
	height:40px;
	color:#666;
	background: none; }

.nav li ul li a {
	color:#666; }

.nav li ul li a:hover {
	color:#37AFDB;
	border-left: none !important;
	background-image: none; }

.main {
	float:left;
	height: auto; }

.title {
	width:100%;
	float: left;
	padding-top:26px;
	margin-bottom:18px;
	height:30px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DFDBD3;
	box-shadow: 0 3px 0 #F9F8F6; }

.title h2 {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size:15px;
	color:#333;
	font-weight: normal;
	line-height:26px;
	padding: 0 30px 6px 30px; }

.maincontent {
	margin-left:30px;
	margin-right:30px;
	line-height:32px;  }

.main .maincontent a {
	font-weight: bold;
	color: #666;
}

.main .maincontent a:hover {
	color: #000;
}

.main .indent {
	overflow: auto;
	line-height: 32px;
	padding: 0 0 0 50px; }

.main .indent a {
	font-weight: bold;
	color: #666;
}

.main .indent a:hover {
	color: #000;
}

.maincontent strong {
	padding-left:40px;
	color: #666; }
	
.maincontent .no-padding {
	padding-left: 0; }
	
#footnotes {
font-size: 14px;
line-height: 25px;
font-style: italic;
color: #333;
margin-top: 20px;
border-top: 1px solid #ddd;
padding: 23px 30px; }

/*
.maincontent .content-indent {
	padding-left: 22px; }
*/

.quotes { 
	height: auto; 
	width:200px;
	float:left;
	margin-left:12px; }

.quotes-list  a {
	line-height:25px; }

.quotes-list a .first-li {
	border-top: none;
	border-left: 1px solid #E0DFDF;
	border-right: 1px solid #E0DFDF;
	border-bottom: 1px solid #E0DFDF; }	

.quotes-list a li {
	padding: 10px 10px 0 10px;
	line-height:23px;
	color:#666;
	font-size:13px;
	margin-bottom:12.7px; }

.quotes-list a li .linktitle {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 12px;
	line-height:26px;
	font-weight: 10px;
	text-align:right;
	color:#666;
	margin-top:8px;
	margin-left:-10px;
	margin-right:-10px;
	padding:4px 10px 4px 0;
	background: #f4f4f4;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: inset 0 1px 0 white;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; }

.quotes-list  a:hover p {
	color:#333; }
	
.footer {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	line-height:26px;
	font-size: 12px;
	float:left;
	width: 100%;
	padding:5px 0 4px 0;
	margin-top:42px;
	text-align:center;
	color: #666;
	background: #f4f4f4;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: inset 0 1px 0 white; }

.footer a {
	text-decoration:none;
	color:#444;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; }

.footer a:hover {
	color:#0CF; }

.gap {
	float:left;
	height:22px;
	width:100%; }

