/* isTLDR.com CSS Default */
/* 2009 */

/*

General

*/

		body {
			background-color: #6699cc;
			color: #fff;
			margin: 0;
			padding: 0;
			text-align: center;
			font-family: arial;
			}

		form {
			}
/*

Layout

*/			
			
		#former {
			margin: 0;
			padding: 100px 0px 0px 0px;
			background-color: #fff;
			color: #000;
			width: 100%;
			font-family: helvetica, arial, sans-serif;
			}

		#latter {
			padding: 0;
			margin: -40px 0px 0px 0px;
			_margin: 0;
			font-family: georgia, serif;
			}

		#copylink a,a:link,a:visited,a:active {
			color: #6699cc;
			text-decoration: underline;
			}

		#copylink a:hover {
			color: #6699cc;
			text-decoration: none;
			}

		#nav {
			background-color: #fff;
			color: #ccc;
			width: 100%;
			margin: 0px 0px -19px 0px;
			_margin: 0;
			padding: 0;	
		}
		
		#nav a,a:link,a:visited,a:active {
			color: #ccc;
			text-decoration: underline;
			}

		#nav a:hover {
			color: #ccc;
			text-decoration: none;
			}
		
		#main-nav {
			color: #ccc;
			padding-top: 300px;
		}
		
		#main-nav a,a:link,a:visited,a:active {
			color: #ccc;
			text-decoration: underline;
			}

		#main-nav a:hover {
			color: #ccc;
			text-decoration: none;
			}

		#top-ranked {
			color: #000;
		}
		
		#down-ranked {
			color: #6677ff;
			text-decoration: line-through;
		}

		
		#copyright {
			color: #fff;
			margin: 100px 0px 50px 0px;
			font-family: georgia, serif;
		}
		
		#copyright a,a:link,a:visited,a:active {
			color: #fff;
			text-decoration: underline;
			}

		#copyright a:hover {
			color: #fff;
			text-decoration: none;
			}
			
		#tldr-source {
			color: #000;
		}
		
		#tldr-source a,a:link,a:visited,a:active {
			color: #000;
			text-decoration: underline;
			}

		#tldr-source a:hover {
			color: #000;
			text-decoration: none;
			}
			
		.subheader a,a:link,a:visited,a:active {
			color: #fff;
			text-decoration: underline;
			}
			
		.subheader a:hover {
			color: #fff;
			text-decoration: none;
			}
			
		.largecopy {
			font-size: 2em;
		}	
			
		.content {
			width: 600px;
			margin: auto;
			text-align: left;
			font-size: 1.3em;
		}
		
		.subheader {
			width: 720px;
			margin: auto;
			padding: 5px 0px 20px 0px;
			text-align: left;
			font-size: 1.5em;
			font-family: georgia, serif;
		}
		
		.share-links {
			font-size: .7em;
			font-family: georgia, serif;
			color: #fff;
		}
		
		.share-links a,a:link,a:visited,a:active {
			color: #fff;
			text-decoration: underline;
			}

		.share-links a:hover {
			color: #fff;
			text-decoration: none;
			}
		
		.tldr-stub {
			margin: 5px 0px 35px 0px;
		}
		
		.tldr-copy {
			font-family: georgia, serif;
		}
		
		.tldr-copy a,a:link,a:visited,a:active {
			color: #fff;
			text-decoration: underline;
			}

		.tldr-copy a:hover {
			color: #fff;
			text-decoration: none;
			}
		
		.tldr-meta {
			font-size: .7em;
			color: #ccc;
			font-family: georgia, serif;
		}
	
		.tldr-meta a,a:link,a:visited,a:active {
			color: #fff;
			text-decoration: underline;
			}

		.tldr-meta a:hover {
			color: #fff;
			text-decoration: none;
			}
	
		.code {
			font-family: Lucida Console, monospace;
			font-size: .9em;
		}
	
/*

Input

*/
			
		#main-input {
			width: 770px;
			}
			
		input[type=text] { 
			border: 1px solid #ccc;
			color: #ccc;
			font-size: 1em;
			padding: 7px;
			text-align: center;
			}
	
		#summary {
			width: 600px;
			text-align: left;
			color: #000;
		}
	
		/*

		YUI Autocomplete
		
		Copyright (c) 2009, Yahoo! Inc. All rights reserved.
		Code licensed under the BSD License:
		http://developer.yahoo.net/yui/license.txt
		version: 2.8.0r4
		*/
	
		.yui-skin-sam .yui-ac{
			position:relative;
			font-family:arial;
			font-size:100%;}
		.yui-skin-sam .yui-ac-input{
			position:relative;
			width:100%;}
		.yui-skin-sam .yui-ac-container{
			position:absolute;
			top:1.6em;
			width:768px;}
		.yui-skin-sam .yui-ac-content{
			position:relative;
			width:100%;
			border:1px solid #ccc;
			background:#fff;
			overflow:hidden;
			z-index:9050;}
		.yui-skin-sam .yui-ac-shadow{
			position:relative;
			margin:.3em;
			width:100%;
			background:#000;
			-moz-opacity:.10;
			opacity:.10;
			filter:alpha(opacity=10);
			z-index:9049;}
		.yui-skin-sam .yui-ac iframe{
			opacity:0;
			filter:alpha(opacity=0);
			padding-right:.3em;
			padding-bottom:.3em;}
		.yui-skin-sam .yui-ac-content ul{
			margin:0;
			padding:0;
			width:100%;}
		.yui-skin-sam .yui-ac-content li{
			margin:0;
			padding:2px 5px;
			cursor:default;
			white-space:nowrap;
			list-style:none;zoom:1;}
		.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{
			background:
			#6699bb;}
		.yui-skin-sam .yui-ac-content li.yui-ac-highlight{
			background:#6699cc;
			color:#FFF;}