/*
-----------------------------------------------
looprumors.com
Stylesheet:  main.css
Author:   Ari Amanatidis
Version:  March 20th, 2008
Revision: April 22nd, 2008
----------------------------------------------- */


/* 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}


/* Typography
---------------------------------------------*/

body {
	font: 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	margin-bottom: .5em;
	color: #000;
}

.sidebar {
	font-family: "Georgia", "Times New Roman", serif;
	color: #000;
}


/* H1
---------------------------------------------*/

/* global */
h1 {
	font-size: 2em;
	margin-bottom: 20px;
}




/* H2
---------------------------------------------*/

/* global */

h2 {
	font-size: 1.4em;
	margin-bottom: 0px;
}

h2 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #bbe1e8;
}

h2 a:hover {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #bbe1e8;
}




/* H3
---------------------------------------------*/

/* global */
h3 {
	font-size: 1.6em;
}


h3.sidetitle {
	background: url('images/site/side_title_bg.gif') top left no-repeat;
	line-height: 23px;
	color: #fff;
	font-size: 1.4em;
	padding-left: 10px;
	margin-bottom: 0px;
}

h3.archive_date {
	margin: 20px 0;
}


/* H4
---------------------------------------------*/

h4 {
	font-size: 1.2em;
}

h4#w_pod  {
	color: #fff;
	font-size: 1.4em;
}

/* H5
---------------------------------------------*/

h5.date {
	color: #939598;
	font-size: 1em;
}

/* global */

p {
	color: #000;
	font-size: 1.2em;
	padding: 0 0px 10px 0px;
	line-height: 1.4em;
}

.work p {
	padding: 0 0px 10px 0px;
	margin-top: -10px;
}

a {
	color: #471dbe;
	font-size: 1.2em;
	text-decoration: underline;
}
p a {font-size: 1em;}

a:hover {
	text-decoration: underline;
}

/* Unordered lists
---------------------------------------------*/

/* global */
ul {
	font-size: 1.2em;
}

ul a  {font-size: 1em;}

ul li {
	padding-left: 7px;
	line-height: 1.2em;
}

#search_box input {
	color: #939598;
}


/* Layout
---------------------------------------------*/

#container {padding: 0 20px; position: relative;}

#float-wrapper {float: left; width: 780px; margin-bottom: 20px;}
     /*** This can be floated left or right ***/

#blog {float: left; width: 440px;}
     /*** This can be floated left or right ***/

#sidebar {margin-left: 480px; width: 300px;}
     /*** This gets margined the same direction 
        as div.work gets floated ***/

#ads {margin-left: 820px;}
     /*** This gets margined the same direction 
       as div.float-wrapper gets floated ***/ 

.clearfix {clear: both;}

.left {
	width: 49%;
	float: left;
	margin-bottom: 20px;
}

.right {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}


/* Presentation
---------------------------------------------*/


#container {width: 980px; margin: 0 auto 0px auto; text-align: left; background: #fff;}


#header  {
	margin: 0px 0px;
	height: 100px;
	background: #000;
}

#logo {
	margin: 25px 0 0 25px;
	float: left;
}

#stock_search_cont {
	float: right;
	margin: 40px 25px 0 0;
	width: 200px;
}

#stock {
	color: #fff;
}

#aapl {
	color: #0066ff;
}

#search_box {
	float: left;
    width: 166px;
    height: 17px;
	margin: 10px 0px 0 0;
    background: url('images/site/search_box.png') top left no-repeat;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 0px 0 0 6px;
    border: 0;
    width: 140px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0;
}

#top_rss {
	float: right;
	margin: 9px 0px 0 0;
}

/*=   NAV    */
#nav {
	background: url('images/site/nav_bg.gif') top left repeat-x;
	min-height: 22px;
}

#nav ul, #footer ul {
	margin: 0px;
	list-style: none;
}

#nav li {
	float: left;
	list-style: none;
	line-height: 21px; position: relative;
}

#footer li {
	display: inline;
}

#footer {
	text-align: center;
}

#footer li a {
	padding: 0 10px 10px 10px;
	text-decoration: none;
}

#nav li a {	
	display: block; 
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
}

#nav li a:hover {	
	text-decoration: none;
	color: #000;
	background: transparent url('images/site/nav_over_bg.png') top left repeat-x;
}

#nav li a.active {	
	color: #fff;
	font-weight: bold;
	background: transparent url('images/site/nav_over_bg.png') top left repeat-x;
}

#nav ul li#home a {margin-left: 15px;}




/*=   PROMO AREA    */
#promo_area {margin-top: 15px;}

#internal_promo {
	float: left;
	min-height: 90px;
	width: 240px;
	/*background: #000 url('images/site/weekly_podcast_bg.gif') 5% 85% no-repeat;*/
}

#internal_promo div {
	margin: 5px 5px 5px 10px;
}

#internal_promo h4, #internal_promo h5 {
	display: inline;
}

#internal_promo h5 {
	padding-left: 5px;
}

#internal_promo p {
	margin-left: 68px;
	margin-top: 12px;
	font-size: 1em;
	line-height: 1.2em;
}

#internal_promo a {
	color: #fff;
	text-decoration: none;
}

#internal_promo a:hover {
	text-decoration: underline;
}

#leaderboard_ad {
	float: right;
	height: 90px;
	width: 728px;
}

#text_promo {
	float: left;
	width: 980px;
	margin: 15px 0;
	text-align: center;
	background: url('images/site/top_text_ad_bg.gif') top left no-repeat;
        height: 28px;
}

#text_promo p {
	color: #fff;
	line-height: 28px;
}

#text_promo a {
	color: #fff;
}

/*=   BLOG AREA    */

.entry, .result {
        margin-bottom: 40px;
		padding-bottom: 20px;
		border-top: 1px dotted #dfdfdf;
		clear: both;
}

p.post_info {
	color: #939598;
	margin-top: 2px;
	font-size: 1em
}

p.excerpt {color: #939598;}


.entry img {
	float: left;
	margin: 0 20px 20px 0;
}

.social_bookmark {
	margin: 10px 0;
}

.entry .readmore em {
	font-style: italic;
}

.pagination {
	display: block;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

.newer_pagi {
	float: left;
	margin-top: 20px;
}

.older_pagi {
	float: right;
	margin-top: 20px;
}

.pagecount {
	margin-top: -10px;
}

#comments_cont {
	margin-top: 40px;
}

.comment_entry {
	padding: 10px 10px 20px 10px;
	border-bottom: 1px dotted #939598;
}

#comment_box {
	margin-top: 20px;
}

.two {
	background: #efefef;
} 

.cats {
	width: 75%;
	float: left;
}

.cats h6 {
	color: #939598;
	font-weight: bold;
	display: inline;
}


.entry, .cats a {
	color: #939598;
	font-size: 1em;
}


.post_util {
	width: 25%;
	float: right;
	text-align: right;
}

.google_ads {
	display: block;
	margin: 40px 0;
	clear: both;
}

/*=   SIDEBAR    */


ul.categories, ul.archive {
	background: #D4D4D4;
	padding: 10px 5px 10px 0px;
	margin-top: 2px;
	margin-bottom: 20px;
}


ul.categories  {
	padding: 8px 5px 0px 35px;
	margin-bottom: 2px;
}

ul.categories img {
	float: left;
	margin: -8px -20px 0 -42px;
	list-style: none;
}



ul.categories {
	padding-left: 35px;
	min-height: 66px;
}

ul.categories li a, ul.archive li a {
	padding-left: 10px;
	background: url('images/site/fforward.gif') center left no-repeat;
	text-decoration: none;
}

ul.categories li a:hover, ul.archive li a:hover {
	text-decoration: underline;
}

ul#podcast {
	margin-bottom: 20px;
}


ul.categories li a.nobullet {
	background: none;
	padding-left: 0px;
}



#button_links a img {
	margin: 10px 0;
}


#footer {
	padding: 10px;
	border-top: 1px solid #000;
	clear: both;
	text-align: center;
}

#footer img {
	text-align: center;
	margin: 0 auto 10px auto;
	display: block;
}

#sponserd_by {
  position: absolute;
  top: 5px;
  right: 25px;
}














