/* CSS Document */

/* --------------------BASIC SETTINGS ------------------------- */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:16px; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */

/* BASIC */

body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FEDA7A;	
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}


#socialhead  {
    border: 0 none;
    float: right !important;
    position: relative;
    right: 15px;
    top: 55px;
}

#twitterbox  {
    border-bottom: 2px solid #FFCC66;
    height: 34px;
    left: -92px;
    margin: 20px 0 0;
    padding: 10px 0 0 0;
    position: relative;
    width: 330px;
}

#twitterheader {
	border:0px;
}

#twitterheader a {
    font-size: 15px;
    text-decoration: none;
	color:#793D61;
}


#followme{
	float:right;
}

#twittertitle  {
    display: inline-block;
    margin: 6px 0 0;
}




/* Last updated date at bottom of feed */
.twitter_date {
	font-size:10px;
	color:#CC9933;
}


/* Everything goes inside of this dive */
.twitter_holder {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	margin-top:20px;
	text-align:left;
	line-height:120%;
	text-align:left;
}

/* This clears the floating thumbnails */
.tweet_clear {
	clear:both;
	height:0px;
}

/* Base styles for display of each tweet */
.tweet_even, .tweet_odd {
	border:solid 1px #FFCC66;
	padding:5px;
	margin-bottom:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Mouse over styles for each tweet */
.tweet_even:hover, .tweet_odd:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	border-color:#FFCC66;
}

/* Even numbered tweets (0, 2, 4, etc) */
.tweet_even {
	background-color:#FEE89F;
}

/* User thumbnails */
.tweet_img {
	float:left;
	padding:5px 10px 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width:48px;
	height:48px;
}

/* Odd numbered tweets (1, 3, 5, etc) */
.tweet_odd {
	background-color:#FEE89F;
}

/* Posted from date and location */
.tweet_source  {
    color: #CC9933;
    float: right;
    font-size: 9px;
}


/* Base style for links */
.tweet_odd a:link { color: #06C; }
.tweet_odd a:visited { color: #06C; }
.tweet_odd a:hover { color: #039; }
.tweet_odd a:active { color: #06C; }


/* Styles for links in even tweets */
.tweet_even a:link { color: #06C; }
.tweet_even a:visited { color: #06C; }
.tweet_even a:hover { color: #039; }
.tweet_even a:active { color: #06C; }

/* Styles for links in odd tweets */
.twitter_holder a:link { color: #793D61; }
.twitter_holder a:visited { color: #06C; }
.twitter_holder a:hover { color: #039; }
.twitter_holder a:active { color: #06C; }






/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

