@charset "utf-8";
/*
Theme Name: Aggregr
Theme URI: http://www.anubisfrommemphis.com
Description: The theme developed by <a href="http://www.anubisfrommemphis.com">Anubis From Memphis</a>.
Version: 1.0
Author: Vic Hsieh
Author URI: http://www.anubisfrommemphis.com
Tags: custom header, fixed width, two columns, widgets

	Aggregr v1.0
	 http://www.anubisfrommemphis.com

	This theme was designed and built by Vic Hsieh,
	whose blog you will find at http://www.anubisfrommemphis.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* {
	margin:0; 
	padding:0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333;
}

a,
a:link,
a:visited,
a:active {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

hr {
	display: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2em;
}

h3 {
	font-size: 1.5em;
	font-weight:normal;
	line-height: 1.5em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

h4 {
	font-size: 1.3em;
	font-weight:normal;
	line-height: 1.6em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

h5 {
	font-size: 1.2em;
	font-weight:normal;
}

pre {
	font-family:"Courier New", Courier, monospace;
	margin: 20px;
}

p {
	margin: 1em 0 0 0;
}

fieldset {
	border: none;
	margin: 1em 0 0 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.no_border {
	border: none !important;
}

.border {
	border: 1px solid #EEE;
}

img {
	border: none;
}

img.left {
	border:1px solid #EEEEEE;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

img.right {
	border:1px solid #EEEEEE;
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}

img.center {
	border:1px solid #EEEEEE;
	clear:both;
	display:block;
	margin:0px auto;
	margin-bottom:20px;
	text-align:center;
}

img.border {
	border:1px solid #EEEEEE;
	margin-bottom:20px;
	margin-right:20px;
}

div.screenshot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 250px;
	text-align: left;
	float: left;
}


div.caption {
	text-align: left;
}

.home {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/home.gif') no-repeat center center;
}

.document {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/document.gif') no-repeat center center;
}

.prev_page {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/previous.gif') no-repeat center center;
}

.next_page {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/next.gif') no-repeat center center;
}


.rss {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/rss.gif') no-repeat center center;
}

.tag {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/tag.gif') no-repeat center center;
}

.trackback {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/trackback.gif') no-repeat center center;
}

.edit {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/edit.gif') no-repeat center center;
}

.response {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/response.gif') no-repeat center center;
}

.share {
	display: inline-block;
	height: 16px;
	width: 20px;
    margin-right: 5px;
	background: url('images/share.gif') no-repeat center center;
}


#page {
	text-align: left;
	width: 720px;
	background-color: white;
	margin: 15px auto;
	padding: 0;
	border: 1px solid #EEEEEE;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#header {
	text-align: left;
	height: 200px;
	width: 720px;
	margin: 0;
	padding: 0;
	background: url('images/banner.gif') no-repeat top right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#headerfeeds {
	font-size: 1.2em;
	display: block;
	height: 40px;
	float: left;
	padding: 100px 20px 20px 20px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

#headerfeeds a {
	color: #333333;
	margin-left: 3px;
}

#headerfeeds a:hover{
	color: #666666;
}

#headerfeeds p {
	margin: 0 0 3px 0;
}

#headerimg  {
	margin-left: 125px;
	height: 200px;
	width: 520px;
	border-bottom: 1px solid #EEEEEE;
}

#navigation {
	list-style:none;
	text-align: right;
	margin-top: -10px;
	margin-right: 0px;
	height: 30px;
	display: block;
	vertical-align: top;
}

#navigation .page_item {
	display: inline;
	background-color: white;
	font-size: 1.25em;
	padding: 0px 9px 0px 10px;
	border-left: 1px solid #CCC;
	vertical-align: top;
}

#navigation .page_item a:link,
#navigation .page_item a:visited,
#navigation .page_item a:active {
	display:inline-block;
	padding: 2px; 
	border-bottom: 5px solid #CCC;
}

#navigation li.page_item a:hover {
	border-bottom: 5px solid #333;
}

#searchform {
	display: inline;
	margin: 0;
	padding: 0;
	height: 30px;
}

#searchform #s {
	display: inline;
	border: none;
	width: 80px;
	padding: 2px;
	height: 10px;
	background-color: #DDD;
}

#searchsubmit {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border: none;
	width: 0;
	height: 10px;
}

#entry_navigation {
	text-align: left;
	margin: 20px 0 10px -10px;
	padding: 0;
}

#entry_navigation .entry_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
 font-weight: bold;
	color: #000;
	padding: 0px 3px 3px 3px;
	margin: 3px 15px 3px 5px;
}

#entry_navigation .selected {
	color: #000;
	border-bottom: 5px solid #000!important;
	margin-bottom: -3px !important;
}



/*********************/
/* General Structure */
/*********************/


#content {
	font-size: 1.2em;
}

.column,
.column_page,
.column_archive {
	display: block;
	float: right;
	width: 540px;
	padding: 0 0 20px 0;
}

.column_post {
	display: block;
	float: right;
	width: 690px;
	padding: 5px 10px 20px 0;
}

/************/
/* Siderbar */
/************/

#sidebar {
	display: block;
	width: 170px;
	float: left;
	margin: 25px 0 0 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar img,
#community img {
	background: white;
	border: 1px solid #EEE;
	-moz-opacity:0.80;
	filter:alpha(opacity=80);
}

img.aggregr {
	float: left;
	margin: 5px 5px 0 0;
	background: white;
}

.anobii {
	display: inline;
	width: 41px;
	height: 59px;
}

.mbl {
	display: inline;
	width: 29px;
	height: 29x;
}


.lastfm,
.flickr {
	display: inline;
	width: 41px;
	height: 41px;
}

.flickr_first {
	display: inline;
	width: 65px;
	height: 65px;
}


div.myicon {
	display: none;
	width: 150px;
	font-size: 0px;
}

#myicon_exlinklog_box span {
	display: none;
}

div.myicon_user {
	display: block;
	float: left;
	width: 29px;
	height: 29x;
	margin: 5px 7px 0 0;
}

div.myicon_user img {
	border: 1px solid #EEE;
}


body .widget_mybloglog { 
	background-color: #FFFFFF;
}

body table#MBL_COMM { 
	float: left;
	border: none;
	font-family: 'Arial Narrow', Arial, Sans-Serif;
	font-size: 9px;
	display:block  !important;
	float: left;
	background-color: #FFFFFF;
	margin: 0 !important;
	padding: 0 !important;
}

* html table#MBL_COMM { /* ie hack */
	width: 140px;
}

body table#MBL_COMM th.mbl_h { 
	height: 29px;
	text-align:left;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #FFFFFF;
}

body table#MBL_COMM td.mbl_join_img { 
	cursor:pointer;
	cursor:hand;
	width:29px;
    height:29px;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #FFFFFF;
	border: none !important;
}
body table#MBL_COMM td.mbl_join { 
	cursor:pointer;
	cursor:hand;
	text-align:left;
	padding: 3px 0 3px 0 !important;
	margin: 0 !important;
	color: #EEEEEE;
	background-color: #FFFFFF;
	border: none !important;
}

body table#MBL_COMM td.mbl_join a { 
	display:block;
	overflow:hidden;
	font-weight:normal;
	border:0;
	color: #999999;
}

body table#MBL_COMM td.mbl_img { 
	cursor:pointer;
	cursor:hand;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	border: none !important;
}

body table#MBL_COMM td.mbl_mem { 
	cursor:pointer;
	cursor:hand;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

body table#MBL_COMM td.mbl_fo_hidden {
	display:none;
}

body table#MBL_COMM img {
    border: 1px solid #CCC;
	width:29px;
	height:29px;
	border:1px solid #EEEEEE;
	z-index:999;
	padding:0 !important;
	margin: 5px 0 0 0 !important;
	z-index: 0 !important;
}

body table#MBL_COMM img + img {
    display: none;
}



/********/
/* Featured */
/********/

#featured {
	text-align: left;
	margin: 31px 0 0 0;
	width: 520px;
	height: 80px;
	padding-top: 120px;
}

.featured_content {
	width: 490px;
	height: 50px;
	position: relative;
	background: url('images/featured_mask.png') left top repeat;
	text-align: left;
	padding: 15px;
}

* html .featured_content { /* ie hack */
	background: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.featured_title,
.featured_title a {
	font-size: 1.2em;
	color: #FFFFFF;
}

.featured_title a:hover {
	color: #808080;
}

.featured_excerpt,
.featured_excerpt p {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	margin: 3px;
	padding-right: 15px;
	padding-left: 15px;
	color: #B0B0B0;
}

/********/
/* Post */
/********/

.post {
	background-color: #FFFFFF;
	text-align: justify;
	margin: 30px 19px 40px 0;
	padding: 0;
}

.post hr {
	display: block;
}

.post h2 {
	display: inline;
	color: #333;
	background-color:#FFFFFF;
	text-align: left;
}

.column_archive .post h2,
.column_post .post h2,
.column_page .post h2 {
	color: #808080;
	padding: 2px 10px 2px 10px;
	border-left: 5px solid #808080;
}

.post h4 {
	color: #A0A0A0;
	border-bottom: 1px solid #EEE;
}

.post h2 a:link,
.post h2 a:visited,
.post h2 a:active {
	color: #808080;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #CCC;
	border-left: 5px solid #808080;
	text-align: left;
}

.post h2 a:hover {
	color: #666;
	border-left: 5px solid #666;
}

.post .postdate {
	display: inline-block;
	position: relative;
	padding: 0 10px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2em;
	color: #CCC;
	vertical-align: baseline;
}

.post .entry {
	margin-top: 20px;
}

.post ul {
	margin: 10px 20px 10px 20px;
}

.postobject {
}

.postobjectinner{
	border: 1px solid #EEEEEE; 
	margin: 0pt auto; 
	padding: 5px; 
	text-align: center; 
	width: 350px;
}

/***********/
/* Comments */
/***********/

#comments h2 {
	color: #808080;
	padding: 0 10px 2px 10px;
	margin-top: 30px;
    margin-bottom: 0px;
	border-left: 5px solid #808080;
}

.comment {
	margin: 20px 10px 10px 0;
	border-top: 1px solid #EEE;
	padding: 10px 0 5px 0;
}

.comment img.avatar {
    float: left;  
    margin: -15px 5px;
}

.comment .comment-author {
	display: inline-block;
	color: #606060;
	padding: 0 10px 2px 10px;
	border-right: 1px solid #EEE;
	vertical-align: top;
}

.comment .comment-date {
	position: relative;
	padding: 0 10px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 3px;
	color: #CCC;
	vertical-align: top;
}

.comment-text {
	display: inline-block;
	margin-left:50px;
}

.comment-approval{
	position: relative;
	padding: 0 10px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 3px;
	color: #CCC;
	vertical-align: top;
}


#commentform label {
	padding: 10px;
	float: left;
	display: block;
	width: 10%;
	height: 1.2em;
} 

#commentform #author,
#commentform #email,
#commentform #url,
#commentform #message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 70%;
	padding: 10px;
	margin-left: 10%;
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #EEE;
}

#commentform #author:hover,
#commentform #email:hover,
#commentform #url:hover,
#commentform #message:hover {
	background-color: #E0E0E0;
}


#commentform .submit {
background-color: #E0E0E0;
	border: 1px solid #EEE;
	padding: 5px;
	margin-top: 10px;
}

.postmetadata {
	text-align: left;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.5em;
	margin: 30px 0 30px 0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.postmetadata:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/***********/
/* Archive */
/***********/

.archive_title {
        margin: 40px 0 0 0;
	color: #B0B0B0;
	padding: 5px 0px 5px 0px;
}

.archive_list li {
	display:block;
	float:left;
	margin:0 10px 0 0 !important;
	padding:2px 0 2px 10px !important;
	width:150px;
}

/**********/
/* Feeds */
/**********/

#feeds {
	list-style-type: none;
}

#feeds li {
padding: 5px;
}

#feeds li a {
color: #808080;
}

.feed_title {
	font-size: 1.0em;
	line-height: 1.5em;
	text-transform:capitalize;
	padding-left: 10px;
	border-left: 5px solid #808080;
}

.feed_exerpt {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px 0px 5px 15px;;
	color: #AAA;
}


/**********/
/* Footer */
/**********/

#ad {
        padding-top: 20px;
	width: 720px;
	clear: both;
	text-align: center;
}

.adb {
padding: 10px;
}

#footer {
	width: 720px;
	clear: both;
	text-align: left;
	height: 130px;
	width: 720px;
	background: url('images/footer.gif') no-repeat top center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}


/**********/
/* Footer */
/**********/


.flickr-photos {
	margin: 10px 10px 20px 10px;
	text-align: left;
}

.flickr-photos img {
	border:1px solid #EEEEEE;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	padding-top: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url(/images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;

	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #EEE;
	text-align:center;
	top:50%;
	left:50%;
    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px auto;
	border: 1px solid #EEE;
}

#TB_caption{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:25px;
	padding: 0px 20px 10px 35px;
	float: left;
}

#TB_closeAjaxWindow,
#TB_closeWindow{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	height:25px;
	padding:11px 25px 10px 0;
	float: right;
	bottom: 0px;
	right: 0px;
}


#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:30px;
}

#TB_ajaxContent{
	background: #FFFFFF;
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:50px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	text-align: center;
	vertical-align: middle;
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_prev,
#TB_next {
    display: block;
    position: absolute;
    top: 50%;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-opacity:0.30;
	filter:alpha(opacity=30);
}

#TB_next:hover ,#TB_prev:hover {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
} 

#TB_next {
    right: -30px;
}

#TB_prev {
    left: -30px;

}
