/*================================================
reset styles
================================================*/

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, ins, img, 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: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
b, strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}


/*================================================
base styles
================================================*/

body {
  background: #ebebeb url(/images/bg.gif) repeat-x;
  font-size: 62.5%;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  color: #333;
}

a {
  color: #036;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



/*================================================
primary structure
================================================*/

#container {
  width: 970px;
  margin: 17px auto 30px auto;
}

#header {
  position: relative;
  height: 245px;
}

#container .wrapper {
  background: #fff url(/images/contentbg.jpg) no-repeat;
}

#content {
  position: relative;
  width: 687px;
  float: left;
  padding: 20px 0 40px 20px;
  line-height: 1.3;
}

#sidebar {
  position: relative;
  width: 202px;
  float: right;
  padding: 0 20px 30px 0;
  margin: -155px 0 0 0;
  line-height: 1.2;
}

#footer {
  position: relative;
  clear: both;
  background: #ebebeb url(/images/footerbg.png) no-repeat;
  padding: 65px 0 0 0;
}


/*================================================
header
================================================*/

/* logo, taglines */
#header h1 {
  position: absolute;
  top: 0;
  width: 970px;
  height: 72px;
  background: url(/images/logo.png) no-repeat;
}

#header h1 a {
  display: block;
  width: 240px;
  height: 72px;
  text-indent: -5000em;
  overflow: hidden;
}

#header h2 {
  position: absolute;
  top: 72px;
  width: 970px;
  height: 173px;
  background: url(/images/tagline.jpg) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}

#header h3 {
  position: absolute;
  top: 42px;
  left: 250px;
  font-size: 0.95em;
}


/* primary navigation */
#nav-primary {
  position: absolute;
  top: 203px;
  left: 20px;
}

#nav-primary li {
  float: left;
  padding: 0 10px 0 0;
}

#nav-primary li a {
  display: block;
  float: left;
  width: 146px;
  padding: 15px 0 0 0;
  height: 27px;
  background: url(/images/nav_tab.png) no-repeat;
  font-family: Georgia, Times, serif;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#nav-primary li a:hover {
background: url(/images/nav_tab.png) 0 -42px no-repeat;
}

#tweet.index #nav-primary li.tweets a,
#tweet.lexblog #nav-primary li.lexblog a,
#group #nav-primary li.legaltech a,
#group #nav-primary li.groups a {
background: url(/images/nav_tab.png) 0 -84px no-repeat;
color: #333;
}

#tweeter.index #nav-primary li.tweeters a,
#tweeter.lexblog #nav-primary li.lexblog a,
#group #nav-primary li.legaltech a,
#group #nav-primary li.groups a {
background: url(/images/nav_tab.png) 0 -84px no-repeat;
color: #333;
}

#static.faq #nav-primary li.faq a {
background: url(/images/nav_tab.png) 0 -84px no-repeat;
color: #333;
}



/* search box */
#search {
  position: absolute;
  right: 0;
  top: 30px;
  width: 287px;
  height: 28px;
}

#search input[type="text"] {
  position: absolute;
  left: 0;
  top: 3px;
  padding: 3px 50px 0 25px;
  width: 153px;
  height: 16px;
  border: none;
  background: url(/images/search_input-trans.png) no-repeat;
}

#search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 28px;
  cursor: pointer;
  background: url(/images/button_search.png) no-repeat;
  border: none;
  text-indent: -5000em;
  line-height: 10em;
  overflow: hidden;
}


/*================================================
content area
================================================*/

/* headers */

#content h3.header {
  margin: 0 0 15px 0;
  height: 13px;
  text-indent: -50000em;
  overflow: hidden;
}

#tweet #content h3.header {
  background: url(/images/header_recent.png) no-repeat;
}

#group.show #content h3.header {
  background: url(/images/header_conference-attendees.png) no-repeat;
}

#tweeter #content h3.header, #group.tweeters #content h3.header {
  background: url(/images/header_legalpros-who-twitter.png) no-repeat;
}

#tweeter.lexblog #content h3.header {
  background: url(/images/header_lexblog-network-who-twitter.png) no-repeat;
}

#tweet.lexblog #content h3.header {
  background: url(/images/header_lexblog-network-tweets.png) no-repeat;
}

#group.tweeters #content h3.header.legaltech {
  background: url(/images/header_legaltech-attendees.png) no-repeat;
}

#group.tweeters #content h3.header.techshow {
  background: url(/images/header_techshow-attendees.png) no-repeat;
}

#static.faq #content h3.header {
  background: url(/images/header_what-is-lextweet.png) no-repeat;
}

#static.signup #content h3.header {
  background: url(/images/header_signup.png) no-repeat;
}

#static.remove #content h3.header {
  background: url(/images/header_remove.png) no-repeat;
}


/* group nav link */
#content a.group-nav {
position: absolute;
right: 0;
font-family: Georgia, Times, serif;
font-weight: bold;
font-size: 1.2em;
}

#content a.group-nav span {
font-size: 1.4em;
line-height: 0;
}

/* lexblog nav link */
#content a.lexblog-nav {
position: absolute;
right: 0;
font-family: Georgia, Times, serif;
font-weight: bold;
font-size: 1.2em;
background: url(/images/avatar_lexblog.png) no-repeat;
padding-left: 20px;
}

#content a.lexblog-nav span {
font-size: 1.4em;
line-height: 0;
}


/* admin forms */

/* admin flash boxes */
#notice { background-color: #A4E7A0; border: 1px solid #26722D; }
#error { background-color: #F0A8A8; border: 1px solid #900; }
#notice, #error { width: 80%; margin: 0 auto 10px auto; padding: 5px; }
#notice p, #error p { margin-left: 20px; padding: 0; color: #000; }
#notice a, #error a { text-decoration: none; padding: 0 3px; }
#notice a { border: 1px solid #26722D; color: #26722D; }
#error a { border: 1px solid #900; color: #900; }
#notice a:hover, #error a:hover { color: #333; border: 1px solid #333; }


#admin {
	font-size: 14px;
}

#admin table {
	width: 100%;
	margin: 10px;
}

#admin table td {
	font-size: 12px;
  	padding: 5px;
  	font-size: 14px;
}

#admin table thead {
  margin-top: 20px;
  font-weight: bold;
  background-color: #bbb;
}

#admin table tbody td {
  border-bottom: solid thin grey;
}

#admin a {
  font-size: 14px;
}

#admin p {
	margin: 15px;
}

/* tweet list */
#tweets,
#tweeters-list ul {
  background: url(/images/border_content.gif) repeat-x;
  color: #35404b;
}

#tweeters-list ul {
  padding: 20px 0 0 20px;
}

#tweets ul li {
  clear: both;
  background: url(/images/border_content.gif) bottom repeat-x;
  padding: 10px 0;
}

#tweeters-list ul li {
  float: left;
  margin: 0 10px 10px 0;
  width: 208px;
  background: #f7f6f3;
}

#tweeters-list ul li div {
  padding: 10px 10px 0 2px;
  width: 115px;
  float: left;
}

#tweeters-list ul li span {
  display: block;
  color: #666;
  font-size: 0.9em;
}

#tweets ul li a.avatar,
#tweeters-list ul li a.avatar {
  position: relative;
  display: block;
  float: left;
  padding: 5px 0 5px 5px;
  border-right: none;
  width: 62px;
  height: 48px;
  background: #e4e0d7 url(/images/avatar_arrow-fff.gif) top right no-repeat;
}

#tweeters-list ul li a.avatar {
  background: #e4e0d7 url(/images/avatar_arrow.gif) top right no-repeat;
}

#tweets ul li a.avatar em,
#tweeters-list ul li a.avatar em {
  display: block;
  width: 17px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/avatar_lexblog.png) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}

#tweets ul li img,
#tweeters-list ul li img {
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
}

#tweets ul li a {
  font-weight: bold;
}

#tweets ul li blockquote {
  float: left;
  padding: 8px 0 0 5px;
  width: 615px;
  font-size: 1.3em;
}

#tweets blockquote.search_keywords {
	background-color: blue;
	color: white;
}

#tweets ul li cite {
  display: block;
  float: left;
  clear: right;
  padding: 10px 0 0 5px;
  width: 615px;
  font-size: 1.1em;
  font-weight: bold;
}

#tweeters-list ul li a {
  font-weight: bold;
}


/* contact form */
#contact {
  position: relative;
  width: 676px;
  margin: 20px 0 20px 5px;
  padding: 0 0 70px 0;
  background: #f7f7ef url(/images/contact_bottom.png) bottom left no-repeat;
  color: #333;
}

#contact h3 {
  height: 38px;
  background: url(/images/header_contact.png) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}

#contact a {
  display: block;
  width: 222px;
  height: 48px;
  margin: 0 0 0 20px;
  background: url(/images/contact_lexblog.jpg) no-repeat;
  text-indent: -5000em;
}

#contact .copy {
  width: 285px;
  height: 111px;
  margin: 20px 0 0 20px;
  background: url(/images/contact_copy.png) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}

#contact form {
  position: absolute;
  top: 50px;
  right: 25px;
}

#contact form dt,
#contact form dd {
  margin: 0 0 3px 0;
}

#contact form label {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}

#contact form dd input {
  width: 294px;
  height: 17px;
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

#contact FORM input[type="submit"] {
  margin: 10px 0 0 0;
  width: 88px;
  height: 20px;
  background: url(/images/send.gif) no-repeat;
  border: none;
  text-indent: -5000em;
  line-height: 10em;
  overflow: hidden;
}


/* pagination */
#content .pagination {
  clear: both;
  margin: 30px 0;
  font-size: 1.2em;
}

#content .pagination ol li {
  display: inline;
}

#content .pagination a {
  font-weight: bold;
}

#content .pagination ol {
  display: inline;
  margin: 0 5px;
}


/* content copy text */

#content .entry {
  background: url(/images/border_content.gif) repeat-x;
  padding: 10px 0 0 0;
}

#content .entry h4, #admin h4 {
  padding: 0 0 20px 0;
  font-size: 1.7em;
  color: #930;
}

#content .entry p {
  padding: 0 0 20px 0;
  font-size: 1.3em;
}

#content .entry blockquote {
  padding: 10px 20px;
  margin: 0 20px 20px 20px;
  border-top: 1px dotted #ccc5b5;
  border-bottom: 1px dotted #ccc5b5;
  text-align: center;
  color: #252839;
  font-family: Georgia, Times, serif;
  font-size: 2.3em;
}

#content .entry blockquote cite {
  display: block;
  padding: 0 0 0 405px;
  text-align: left;
  font-size: 0.608em;
}


/* signup form */
#signup-form {
  background: #7b8268 url(/images/signup_bottom.png) bottom left no-repeat;
  width: 339px;
  padding: 0 0 10px 0;
  margin: 10px 0 0 20px;
  float: right;
}

#signup-form form {
  background: url(/images/signup_top.png) no-repeat;
  padding: 20px 18px 20px 19px;
}

#signup-form label {
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 1.1em;
}

#signup-form dd {
  margin: 0 0 15px 0;
}

#signup-form dd input {
  display: block;
  border: none;
  background: url(/images/signup_input.png) no-repeat;
  width: 300px;
  height: 25px;
}

#signup-form input[type="submit"] {
  width: 125px;
  height: 27px;
  background: url(/images/button_signup.png) no-repeat;
  border: none;
  text-indent: -5000em;
  line-height: 10em;
  overflow: hidden;
  cursor: pointer;
}

#static.remove #signup-form input[type="submit"] {
	width: 125px;
	height: 27px;
	background: url(/images/button_remove.png) no-repeat;
	border: none;
	text-indent: -5000em;
	line-height: 10em;
	overflow: hidden;
	cursor: pointer;
}


/*================================================
sidebar
================================================*/

#sidebar a.more {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar a.more span {
  font-size: 1.4em;
}

#sidebar .ad {
  display: block;
  margin: 30px auto;
}


/* testimonials */
#sidebar .testimonials {
margin: 0 0 30px 0;
}

#sidebar .testimonials h3 {
padding: 0 0 0 10px;
font-style: italic;
font-family: Georgia, Times, serif;
}

#sidebar .testimonials h3 strong {
position: relative;
left: -10px;
display: block;
width: 206px;
height: 56px;
background: url(/images/header_testimonials-trans.png) no-repeat;
text-indent: -5000em;
overflow: auto;
}

#sidebar .testimonials li {
padding: 10px 0;
background: url(/images/border_fff.gif) bottom repeat-x;
font-size: 1.1em;
}

#sidebar .testimonials li a {
font-weight: bold;
}

#sidebar .testimonials li cite {
	display: block;
	padding: 5px 0 0 0;
	font-style: italic;
	text-align: right;
	font-size: 0.818em;
}

#sidebar .testimonials li cite a {
font-style: italic;
}


/* join lextweet */
#sidebar .join {
  margin: 0 0 30px 0;
}

#sidebar .join h3 a {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 37px;
  background: url(/images/button_join-trans.png) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}

#sidebar .join a.more {
  text-align: center;
}

/* lexmonitor tweets */
  #twitter_div {
  padding-bottom: 21px;
  background: url(/images/lmtweets_bottom.png) bottom left no-repeat;
}

#twitter_div h3 {
  padding: 0 20px 0 20px;
  background: url(/images/lmtweets_bg.png) repeat-y;
  font-style: italic;
  font-family: Georgia, Times, serif;
}

#twitter_div h3 strong {
  position: relative;
  left: -19px;
  display: block;
  width: 207px;
  height: 36px;
  margin-bottom: 5px;
  background: url(/images/header_lmtweets.png) no-repeat;
  text-indent: -5000em;
  overflow: auto;
}

#twitter_div ul {
  padding: 10px 0;
  background: url(/images/lmtweets_bg.png) repeat-y;
}

#twitter_div ul li {
  padding: 10px 0;
  margin: 0 18px 0 17px;
  background: url(/images/border_content.gif) bottom repeat-x;
  font-size: 1.1em;
}

#twitter_div a.follow {
  display: block;
  padding: 5px 15px 10px 15px;
  background: url(/images/lmtweets_bg.png) repeat-y;
  font-weight: bold;
}

/* top 5 attorneys */

#sidebar .top5 h3 {
  padding: 0 0 0 10px;
  font-style: italic;
  font-family: Georgia, Times, serif;
}

#sidebar .top5 h3 strong {
  position: relative;
  left: -10px;
  display: block;
  width: 206px;
  height: 36px;
  background: url(/images/header_top5-trans.png) no-repeat;
  text-indent: -5000em;
  overflow: auto;
}

#sidebar .top5 li {
  background: url(/images/border_content.gif) bottom repeat-x;
  padding: 10px 20px;
}

#sidebar .top5 ul li img {
  float: left;
  margin: 0 10px 0 0;
}

#sidebar .top5 ul li h4 {
  margin: 0 0 3px 0;
}

#sidebar .top5 ul li h4 a {
  font-size: 1.2em;
  font-weight: bold;
}

#sidebar .top5 ul li p {
  font-size: 0.9em;
}

#sidebar .top5 ul li p a {
  text-transform: uppercase;
  font-weight: bold;
}

#sidebar .top5 ul li p em {
  display: block;
  margin: 3px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  color: #666;
}


/* what is twitter? */
#sidebar .twitter-info {
  margin: 30px 0 0 0;
}

#sidebar .twitter-info h3 {
  padding: 0 0 0 10px;
  font-style: italic;
  font-family: Georgia, Times, serif;
}

#sidebar .twitter-info h3 strong {
  position: relative;
  left: -10px;
  display: block;
  width: 206px;
  height: 36px;
  background: url(/images/header_whatwhy-twitter-trans.png) no-repeat;
  text-indent: -5000em;
  overflow: auto;
}

#sidebar .twitter-info p {
  margin: 10px 0 0 0;
  font-size: 1.1em;
}



/*================================================
footer
================================================*/

/* lx icon explanation */
#footer .lx-explained {
display: block;
width: 320px;
height: 11px;
background: url(/images/explain-lx.png) no-repeat;
text-indent: -5000em;
position: absolute;
top: -30px;
left: 20px;
}


/* copyright and branding */
#footer .credits {
  position: absolute;
  top: 17px;
  width: 930px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 1.1em;
}

#footer .credits strong {
  float: left;
}

#footer .credits a {
  display: block;
  float: right;
  width: 254px;
  height: 14px;
  background: url(/images/lexblog.png) no-repeat;
  text-indent: -5000em;
  overflow: hidden;
}


/* legal links */
#footer ul {
  margin: 20px 0 0 0;
}

#footer ul li {
  padding: 0 5px 0 0;
  float: left;
}

#footer ul li + li {
  border-left: 1px solid #036;
  padding: 0 0 0 5px;
}

#footer ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}

#footer p {
  clear: both;
  margin: 20px 0 0 0;
  width: 400px;
  color: #666;
  font-size: 1.1em;
  line-height: 1.3;
}

#footer .disclaimer {
position: absolute;
right: 20px;
top: 70px;
font-size: 1.1em;
color: #666;
}

/*================================================
self-clearing floats
================================================*/

#tweets ul li:after,
#tweeters-list ul:after,
#sidebar .top5 ul li:after,
#footer ul:after {
  display: block;
  clear: both;
  content: "";
}
