#juitterContainer .twittList {
    margin: 0;
    padding: 0;
}

#juitterContainer .twittList .time {
    color: #777;
    font-size: 9px;
    position: relative;
    left: 20px;
    margin-bottom:10px;;
}

.tweets_from {

	text-align: right;
	right: 8px;
}

.tweets {
	background:white;
	width: 145px;
	padding: 5px;
	position: relative;;
	left:10px;
	font-size: 10px;
	line-height:13x;
}

#juitterContainer .twittList A {
    color: black;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

#facebook_link {
	width:100px;
}

#tweet_link {
	width: 20px;
}


.tweet_types {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-bottom: 5px;;

}

.tweet_types a {
	color: grey;

	font-size: 9px;
}

li.twittLI {
	position: relative;
	
}



 /*Links inside the tweets list */
/* @override http://127.0.0.1:8000/YTPodcaster/style.css */
 .triangle {
border-color: transparent transparent white transparent;
border-style: solid;
border-width: 5px 5px 10px 5px;
height: 0px;
width: 0px;
position: absolute;
top: 4px;
right: 15px;

}

@charset "UTF-8";
/*
 Background-Styles
 */
.temp {
    margin: 10px;
    float: left;
    margin-right: 15px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #131211;
    background: rgb(218, 218, 218);
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #7f7d78;
    font-size: 13px;
    line-height: 19px;
}

#main {
    background: rgb(218, 218, 218);
    padding-bottom: 30px;
}

#main .container {
    position: relative;
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    height: 660px;
}

/*#footer {
    background-image: url(images/background_footer.jpg);
    background-repeat: repeat-x;
    padding: 40px;
    position: relative;
    top: -20px;
    min-height: 130px;
}*/

.container {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

/*
 Logo
 */
#logo {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    width: 602px;
    height: 71px;
    margin: 0 auto 20px;
}

#logo h1, #logo small {
    margin: 0px;
    display: block;
    text-indent: -9999px;
}

/*
 Header-Styles
 */
#header {
    padding: 20px 0px 20px 0px;
    background-color: black;
}

ul#menu {
    margin: 0px;
    padding: 0px;
    top: 10px;
    position: absolute;
    right: 20px;
}

ul#menu li {
    display: inline;
    margin-left: 12px;
}

ul#menu li a {
    text-decoration: none;
    color: #716d6a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
    color: #e4ece7;
}

/*
 Block-Styles
 */
.block {
    border: 1px solid #a3a09e;
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.block_inside {
    display: block;
    border: 1px solid #ffffff;
    background: #fffeff url(img/background_block_slice.jpg) repeat-x;
    /*overflow:auto;*/
}


#block_featuredblog .text_block {
    padding-top: 5px
}

/*
 Content area
 */
#content_area {
    width: 700px;
    float: left;
}

#content_area .block_inside {
    min-height: 600px;
}

#content_area .separator {
    border-top: 1px solid #e3e3e3;
    margin-top: 40px;
    padding-top: 40px;
}

/*
 Menu
 */
div#menu_block {
    /* The div containing both menu boxes */
    /* moved 1px left so the lines on the RHS doesnt double up */
    float: left;
    width: 180px;
    position: relative;
    left: 1px;
    /* moves it down below the content box */
    margin-top: 105px;
}

.sidebar {
    /* the outer outline of the menu boxes */
    /* also contains the spacing between boxes */
    margin-top: 20px;
    border: 1px solid #a3a09e;
}

.sidebar .block_inside {
    /* The inside of the menu box */
    background-color: rgb(241, 248, 254);;
    background-image: url(img/sidebar_block_slice.jpg);
    color: black;
}

.sidebar h3 {
    /* The heading in the menu */
    font-size: 15px;
    text-align: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    padding: 5px;
    padding-top: 15px
}

.sidebar ul {
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

.sidebar ul li {
    width: 180px;;
    list-style: none;
    cursor: pointer;
}

.sidebar ul li a {
    padding: 8px 0px 8px;
    color: #585758;
    text-decoration: none;
    position: relative;
    /*left:20px;*/
    padding-left: 20px;
    width: 160px;
    height: 100%;
    display: block;
    font: 10px Verdana;
    cursor: pointer;
}

.sidebar ul li a:hover {
    color: #184080;
    text-decoration: none;
	cursor:pointer;
}

a:active, a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

.selected {
    background: #96cafd url(img/sidebar_block_slice1.jpg) repeat-x;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: -1px;
	cursor:pointer;
}

/*
 Coda Slider
 */
#slider {
    width: 690px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 600px;
    overflow: auto;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
    /* background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 20px;
    height: 560px;
    width: 650px; /* change to 560px if not using JS to remove rh.scroll */
    overflow: hidden;
}

/*
 Content Styling
 */
h1 {
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    color: #585758;
}

h2 {
    top-margin: 0px;
    font-size: 16px;
    text-align: center;
    color: #585758;
}

strong {
    font-size: 12px;
    line-height: 20px;
    margin-right: 7px;
}

.info_block {
    background-color: #fbffd2;
    border: 1px solid #faee2e;
    padding: 10px;
    font-size: 12px;
}

.results_block {
    margin-top: 20px;
    position: relative;
    border: 1px solid darkgrey;
    padding-left: 12px;
    padding-bottom: 25px;
    overflow: auto;
    background: #f5f5f5 url(img/results_background.jpg) repeat-x;
    color: #636363;
    max-height: 300px;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.image_block {
    border: 1px solid #b5b5b5;
    background-color: #d2d2d2;
    padding: 5px 5px 1px 5px;
    margin-right: 20px;
    float: left;
    /*position: absolute;
     right: 30px;
     top: 40px;*/
}

.image_block img {
    border: 1px solid #b5b5b5;
}

.error_block {
    background-color: #f9a8a5;
    border: 1px solid #ea2018;
    padding: 8px;
    margin-top: 20px;
    position: relative;
    color: black;
}

.close {
    position: absolute;
    right: 3px;
    top: -3px;
    color: red;
    text-decoration: none;
	cursor:pointer;
}

a.close:hover {
    color: black;
	cursor:pointer;
}

div.input_block {
    margin-top: 20px;
}

input[type = text] {
    width: 415px;
    padding: 7px;
    margin-right: 10px;
}

select {
    width: 110px;
    padding: 7px;
    margin-right: 10px;
    font-size: 12px;
}

#standard_feeds label {
    width: 4em;
    text-align: right;
    margin-right: 0.5em;
}

.focusField {
    border: solid 2px #73A6FF;
    background: #EFF5FF;
    color: #000;
}

.idleField {
    background: #EEE;
    color: #6F6F6F;
    border: solid 2px #DFDFDF;
}

#bookmarklet_input {
	margin-bottom:5px;
}

.hd {
    background: #32312f url(img/button_bg.jpg) repeat-x;
    padding: 9px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #32312f;
    text-transform: uppercase;
    font-size: 9px;
	cursor: pointer;
}



.hd:hover {
    background: #007de2 url(img/button_bg_o.jpg) repeat-x;
    border-color: #007de2;
}

.bookmarklet {
	background: #32312f url(img/button_bg.jpg) repeat-x;
    padding: 9px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #32312f;
    text-transform: uppercase;
    font-size: 9px;
}

.bookmarklet:hover {
    background: #38bf90 url(img/button_bookmarklet_o.jpg) repeat-x;
    border-color: #238462;	
}

.hdon {
    background: #007de2 url(img/button_bg_o.jpg) repeat-x;
    border-color: #007de2;
}

.validate {
    background: #ed511b url(img/button_validate_o.jpg) repeat-x;
    padding: 9px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #942a0c;
    text-transform: uppercase;
    font-size: 9px;
}

/* @group My Group */
/* @end */

#bookmarklet div.input_block label {
	display: inline-block;
	width: 100px;
	text-align: right;
}

#bookmarklet_feed_title {
	margin-bottom: 20px;
	
}

#bookmarklet_buttons {
	width: 210px;
	margin: 0px auto;
}

#bookmarklet_results p {
	text-align:center;
}


#bookmarklet_links {
	width: 205px;
	margin: 0 auto;
}

#bookmarklet_dragger {
	margin-left:10px;
}

.ads {
	width: 480px;
	margin: 10px auto;
	
}

.link_ads{
	width: 468px;
	margin: 0 auto;
}
	




