/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

* {
	font-family: arial, "Lucida Grande";
}

body {
	font-family: arial,"Lucida Grande" ;
	font-size:13px;
	background-color:#f7f7f7;
	text-align:center;
	line-height: 16px;
	color:#222;
}

h1 {
	font-family: "Lucida Grande", arial;
	font-size: 22px;
	font-weight: bolder;
	letter-spacing:-1px;
	margin-bottom: 20px;
	color: #000;
}

h2 {
	font-family: "Lucida Grande", arial;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder;
	letter-spacing:-1px;
	color: #FF9E29;
}

h3 {
	font-family: "Lucida Grande", arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #FF9E29;
}

p, li {
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#307ac4;
	font-weight: bolder;
}

strong, b {
	color:#000;
}

.smaller {
	font-size: 11px;
	line-height:13.2px;
	color: #666;
}

/* layout */

	.wrapper {
		width: 940px;
		margin: auto;
	}

		.wrapper-header {
			height:100px;
			display: block;
			background-color: #000;
			margin-bottom: 15px;
		}    
		
		.wrapper-body {
			width: 940px;
			text-align: left;
			height: inherit;
			float: none;
			clear: both;
			display: block;
		}

		.wrapper-footer {
			clear: both;
			padding:15px;
			background-color: #fff;
			margin-bottom: 20px;
		}    

	.footnote {
		font-size: 10px;
		height: 40px;
	}

	.graph {
		width: 250px;
		height: 200px;
		float: right;
		font-size: 10px;
		color: #777;
		text-align: center;
		margin-left: 50px;
	}
	
	.content {
		margin: 10px;
	}

	/* activity */
	
	.activity-full {
		width: 910px;
		background-color: #fff;
		float:none;
		display:block;
		clear: both;
		margin-bottom: 15px;
		padding: 15px;
	}
	
	.activity-window {
		clear: both;
		font-size: 12px;
		overflow: inherit;
		background-color: #fff;
		float: left;
		width: 670px;
		margin-bottom: 15px;
	}

	.activity-window-conversation {
		clear: both;
		margin-top: 20px;
		font-size: 10px;
		color: #444;
	}

	.activity-content {
		margin: 15px;
		display: block;
		overflow: visible;
		height: auto;
	}
	
	.activity-options {
		float: right;
		width: 250px;
		background-color: #fff;
		margin-bottom: 15px;
	}



		.activity-options h2 {
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 16px;
		}

		.activity-options p {
			font-size: 11px;
			line-height: 13px;
			color: #777;
		}

	.activity-window-loading {
		clear: both;
		position: relative;
		top: 20px;
		left: 20px;
		padding-left: 25px;
		background-image: url(../../images/ajax-loader.gif);
		background-repeat: no-repeat;
		width: 640px;
		height: 400px;
	}



.b-t {
	border-top:1px dotted #cfcfcf;
}

.b-b {
	border-bottom:1px dotted #cfcfcf;
}

.b-l {
	border-left:1px dotted #cfcfcf;
}

.b-r {
	border-right:1px dotted #cfcfcf;
}

/* floats - lazy i know ;) f- */

.f-l {
	float: left;
}

.f-r {
	float: right;
}

/* friends and followers, abbreviated to f- */

.f-pagenumbers {
	clear: both;
	min-width: 730px;
}

.f-tags {
	clear: both;
	width: 250px;
	float: left;
}

.f-tag {
	float: left;
	background-color: #000;
	color: #fff;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size:9px;
	font-weight: bold;
}

	.tag-count {
		z-index: 99;
		position: relative;
		color: #fff;
		background-color:#000;
		border: 1px solid #000;
		padding: 2px;
		margin: 0px;
		width: 10px;
		height: 15px;
		top: -21px;
		float: right;
		left: -2px;
		text-align: right;
	}

	.tag-locked {
		z-index: 99;
		position: relative;
		color: #fff;
		background-color:red;
		border: 1px solid red;
		padding: 2px;
		margin: 0px;
		width: 10px;
		height: 15px;
		top: -21px;
		float: left;
		text-align: left;
	}

	.filter-options li {
		display: block;
		min-height: 30px;
		clear: both;
	}

		.filter-options p {
			padding: 4px;
			font-size: 11px;
		}

/* friends */

	.f-list {
		margin-top: 20px;
		display:block;
		float: none;
        overflow: visible;
		width: 660px; 
	}

	.f {
		position: inherit;
		width: 60px;
		height: 60px;
        margin:1px;
		float: left;
		z-index: 0;
	}

		.f img {
			float: left;
			width: 50px;
			height: 50px;
		}
		
	.f-expanded {
		width: 260px;
		height: 260px;
		z-index: 999;
		position: absolute;
		margin-top: -18px;
		margin-left: -18px;
		padding: 15px;
		background-color: #fff;
		border:3px solid #ddd;
        float: left;
	}
	
		.f-expanded p {
			margin-top: 10px;
			margin-bottom: 5px;
			font-size: 9px;
			line-height: 12px;
			width: 170px;
		}

	.f-history {
		float: none;
		clear: both;
		margin-top: 10px;
	}

	.f-numbers {
		float: left;
		font-weight: bolder;
		font-size:12px;
		margin-top:5px;
	}

	.f-title {
		float: left;
		padding: 4px;
		padding-right: 8px;
		margin-right: 4px;
		font-size: 12px;
	}

	.f-button {
		float: left;
		text-align: center;
		border:1px solid #ddd;
		background-color:#f7f7f7;
		padding: 4px;
		padding-left: 8px;
		padding-right: 8px;
		color:#307ac4;
		font-weight:bolder;
		margin-right: 4px;
		font-size: 12px;
	}

		.f-button:hover {
			background-color:#ea8b13;
			color:#fff;
		}


	.f-options {
		float: left;
		width: 260px;
		margin-top: 10px;
	}
	
		.f-options h2 {
			margin: 10px;
			margin-left: 70px;
			font-size: 20px;
		}
		
	.f-info {
		float: left;
		clear: both;
		width: 260px;
	}

		.f-info p {
			margin-bottom: 10px;
			width: 260px;
		}
	

	.f-tagged {
	}
	
	.f-tagged-not {
	}


.m-t {
	margin-top: 10px;
}

.m-b {
	margin-bottom: 10px;
}

.m-l {
	margin-left: 10px;
}

.m-r {
	margin-right: 10px;
}

.p-t {
	padding-top: 10px;
}

.p-b {
	padding-bottom: 10px;
}

.p-l {
	padding-left: 10px;
}

.p-r {
	padding-right: 10px;
}

/* charts */

.pie-chart {
	width: 200px;
	height: 200px;
}

.line-chart {
	width: 250px;
	height: 200px;
}

/* search */

.search {
	width: 300px;
	height: 60px;
	border: 1px solid #f7f7f7;
	float: none;
	display:block;
	z-index: 0;
}

.search-form {
	width: 300px;
	height: 120px;
	border: 1px solid #f7f7f7;
	background-color: #f5f5f5;
	z-index: 9999;
}

.search-highlight {
	font-weight: bolder;
	color: #FF9E29;
}


.div-loading {
	clear: both;
	position: relative;
	background-image: url(../../images/ajax-loader.gif);
	background-repeat: no-repeat;
	min-height: 16px;
	min-width: 16px;
}

.div-loading p, .div-loading h2 {
	padding-left: 30px;
	padding-right: 20px;
}

/* user types */

.user-new-to-twitter {
	border: 4px solid #ffff00; /* yellow */
	background-color: #ffff00;
}

.user-follows-more {
	border: 4px solid #ff6600; /* orange */
	background-color: #ff6600;
}

.user-2000-barrier {
	border: 4px solid #307ac4; /* blue */
	background-color: #307ac4;
}

.user-power-user {
	border: 4px solid #00cc33; /* green */
	background-color: #00cc33;
}

.user-follows-good-ratio {
	border: 4px solid #663300; /*  brown */
	background-color: #663300;
}

.user-follows-less {
	border: 4px solid #ff0000; /* red */
	background-color: #ff0000;
}

.user-follows-back {
	border: 4px solid #000;  /* black */
	background-color: #000;
}

.user-unfollow {
	border: 4px solid #fff;  /* white */
	background-color: #fff;
}

.user-radio {
	border: 4px solid #f7f7f7;  /* light grey */
	background-color: #f7f7f7;
}

/* inputs */

	.input-screen_name {
		border:1px solid #444;
		background-color:#fff;
		padding: 3px;
		font-weight: bolder;
		font-size: 15px;
		width: 200px;
		float:left;
		margin-right: 10px;
	}

	.input-search-button {
		background-image: url(../../images/layout/search.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 21px;
		float: right;
		margin-top: 5px;
		margin-right: 8px;
	}



/* keywords */

#keywords {
	display: block;
	margin-top: 10px;
	margin-bottom: 50px;
}

.keyword {
	background-color: #000;
	border:1px solid #000;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
    color: #fff;
	font-size: 11px;
	float: left;
	display: block;
}


/* qtip */

	.qtip-content {
		font-size: 11px;
	}

	.tip {
		clear:both;
		padding: 10px;
		background-color: #ffffe1;
	}

	.tab-tweetpromote {
		width: 290px;
		height: 60px;
		background-image:url("../../images/layout/header.jpg");
	}
		
	.tab-active {
		background-image: url('../../images/layout/menu-active.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
	}


/* credentials */

	.input-search {
		border: 1px solid #fff;
		width: 180px;
		font-size: 15px;
		font-weight: bold;
		margin: 4px;
		padding: 2px;
	}

	.header-search {
		text-align: left;
		float: right;
		background-color:#fff;
		margin-top:15px;
		margin-right: 15px;
		height: 30px;
		width: 230px;
	}

	.header-logo {
		height: 60px;
		width: 940px;
		background-color: #FF9E29;
		text-align: left;
	}
    
	.header-menu {
		height: 30px;
		width: 940px;
	}

	.credentials {
		width: 925px;
		margin-top: 12px;
	}
	
		.credentials ul {
		}

		.credentials li {
			height: 28px;
			float: left;
			margin: 0px;
			padding: 0px;
			margin-left: 15px;
		}

		.credentials li a {
			color: #fff;
			font-weight: bolder;
		}

		.credentials li span {
			padding:3px;
			padding-left: 15px;
			padding-right: 15px;
			background-color:#333;
		}

	.tab-active span {
		background-color:#000;
	}

	#tab-tweetpromote {
		
	}



/* blog */

	#tweet {
		background-color: #ffffe1;
		padding: 10px;
		font-size: 10px;
		margin-top: 10px;
		height: 90px;
		font-size: 18px;
		line-height: 22px;
	}
	
	.blog-window {
		clear: both;
		padding: 15px;
		font-size: 12px;
		overflow: inherit;
		background-color: #fff;
		width: 650px;
		margin-bottom: 15px;
		float: left;
	}

		.blog-text h1 {
			font-size: 24px;
			line-height: 26px;
		}
	
		.blog-text h2 {
			margin-top: 20px;
			margin-bottom: 10px;
			font-size: 18px;
			line-height: 18px;
			color: #333;
		}
	
		.blog-text h3 {
			margin-top: -14px;
			margin-bottom: 20px;
			font-size: 12px;
			color: #bbb;
		}
		
		.blog-text ul {
			margin: 20px;
		}

		.blog-text li {
			margin: 20px;
			list-style: lower-roman;
		}

/* footer */

		.footer-section {
			text-align:left;
			float: left;
			width: 240px;
		}
		.footer-section h3 {
			margin-bottom: 10px;
		}
		.footer-section p {
			font-size: 11px;
		}

