/*  
Theme Name: DragonFlyEye.Net Tonbo
Theme URI: http://dragonflyeye.net
Description: Newer, sleeker, more efficient version of DFE.
Version: 0.1
Author: Thomas J Belknap
Author URI: http://holisticnetworking.net
*/

/*
License: All rights to this theme are reserved.
*/


/*//////////////////////////////////////////////
//                                            //
//  Element Declarations                      //
//                                            //
//////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Ariel, Sans-Serif;
	text-align: center;
	}
	
/* Headings */
h1, h2, h3, h4, h5 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1em;
	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	margin: 0 0 5px 0;
	}

#newsupdate h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0 !important;
	}

h2.news {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0 !important;
	padding-left: 20px;
	clear: left;
	}

h4.ht_title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #FF0000;
	}
	
.post h1, h2, h3, h5 {
	margin-left: -20px;
	}
	
.post h4 {
	margin: 0px;
	}

.singletitle h1 {
	margin-bottom: 0px;
	}
	
ul.footer h2 {
	margin: 0 0 5px 0;
	}


/* Links */
a {
	text-decoration: none;
	}

#top_nav_1 a:link, #top_nav_1 a:visited, #top_nav_1 a:active {
	background:none;
	height:100%;
	width:100%;
	}
	
#top_nav_1 a:hover {
	background:#CC9900;
	}

/* Paragraphs */
p {
	text-align: justify;
	}

p.news_item {
	margin: 5px 20px;
	}

p.news_item:before {
	content: "\00BB \0020";
	}

/* Images */

img {
	border: 0;
	}
	
.img_frame img {
	width: 250px;
	}

/* Lists */

ul li {
	list-style-type: none;
	}
	
/* ul li:before {
	content: "\00BB \0020";
	} */

ul#textlink_bar {
	font: 1em 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	margin: 0px;
	padding: 3px 0; /* duplicate the tab size */
	display: block;
	}

ul#textlink_bar li {
    display: inline; 
    padding: 0px 20px 0px 0;
	width: 20%;
    margin: 0px;
	}

ul#textlink_bar li:before {
	content: "";
	}

#top_nav_1 ul {
	margin: 0px;
	padding: 0px;
	}
	
#top_nav_1 li { 
    display: inline; 
    padding: 0 10px 0 0;
    margin: 0px;
	}

ul#header_meta {
	position: absolute;
	display: block;
	top: 20px;
	right: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul#header_meta li {
	display: inline;
	padding-right: 10px;
	}

.footnotes li {
	color: #555555;
	font-size: .9em;
	font-style: italic;
	}
	
#sidebar ul {
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

#sidebar ul li:before {
	content: "";
	}

#sidebar ul li ul {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	}

#sidebar ul.rss_feed, #sidebar ul.tweet_roll {
	margin-left: 20px;
	}
	
#sidebar ul.rss_feed li, #sidebar ul.tweet_roll li {
	text-indent: -20px;
	margin-bottom: 10px;
	}
	
#sidebar ul.rss_feed li:before, #sidebar ul.tweet_roll li:before {
	content: "\00BB \0020";
	}

ul.footer {
	display: block;
	width: 300px;
	float: left;
	margin: 20px 10px 0 0;
	padding: 0 10px 0 0;
	}

ul.footer-border {
	border-right-style: solid;
	border-right-width: 1px;
	}

ul.footer li ul {
	margin: 0px;
	padding: 0px;
	}

#footer li.page_item {
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 20px
	}

#footer li.page_item:before {
	content: "\00BB \0020";
	}
	
/* Blockquotes */
blockquote {
	margin: 0px;
	padding: 45px 20px 20px 45px;
	background: url(/wp-content/themes/tonbo-home/images/blockquote_bg.gif);
	background-repeat: no-repeat;
	}



/*//////////////////////////////////////////////
//                                            //
//  Container Declarations                    //
//                                            //
//////////////////////////////////////////////*/
#page {
	display: block;
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	}

/* General classes for site-wide settings */
.full-width {
	display: block;
	width: 100%;
	}
	
.centered_container {
	display: block;
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	}

/* Percentage widths, overflows added */
.thirtyThree {
	display: block;
	width: 33%;
	overflow: hidden;
}

.sixtySix {
	display: block;
	width: 66%;
	overflow: hidden;
}

.forty {
	display: block;
	width: 40%;
	overflow: hidden;
}

.sixty {
	display: block;
	width: 60%;
	overflow: hidden;
}

/* Header elements, starting with the background stripe */
#header_stripe {
	height: 150px;
	background: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin: 0;
	padding: 0;
	}

#header {
	height: 150px;
	}

#header_title {
	display: block;
	width: 537px;
	height: 100px;
	margin-top: 10px;
	}

#header_ad {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 0;
	width: 468px;
	height: 60px;
	}

/* Top navigation bar */

#top_nav_1 { 
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding: 0; /* duplicate the tab size */
	text-align: left;
	}

#ads_stripe {

	}
	
#search_stripe {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	padding: 2px 0 1px 0;
	}

#cse-search-box {
	padding: 0;
	}
/* Content elements, starting with the background stripe */	
#content_stripe {
	background: #555555;
	background-image: url(/wp-content/themes/tonbo-home/images/content-fade.jpg);
	background-repeat: repeat-x;
	}
	
#content {
	background: #FFFFFF;
	padding: 5px 0 0 0;
	}

.footnotes {
	margin: 0px;
	padding: 25px 20px 20px 25px;
	background: url(/wp-content/themes/tonbo-home/images/footnote_bg.gif);
	background-repeat: no-repeat;
	}
	
/*
//
// News update declarations
//
*/

#newsupdate {
	display: block;
	margin: 0 20px 20px 20px;
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	}
	
.img_frame {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	}

.image_credit {
	display: block;
	width: 100%;
	text-align: center;
	font-size: .8em;
	color: #aaaaaa;
	}

#hottags {
	display: block;
	clear: both;
	}

.st-tag-cloud {
	display: inline;
	}
	
#posts {
	float: left;
	margin: 0;
	}

.post {
	display: block;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	clear:left;
	}

.singletitle {
	display: block;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 0 0 3px 0;
	}

#sidebar {
	float: right;
	}

#sidebar .st-tag-cloud {
	margin: 0 0 10px 20px;
	display: block;
	}

#sidebar .cat-item {
	margin: 0 0 0 20px;
	}

#sidebar .rss_desc {
	display: block;
	font-size: .8em;
	color: #666666;
	margin: 5px;
	font-style:italic;
	}

.loading_vodpod {
        display: block;
        height: 184px;
        text-align: center;
        border: 1px solid #aaaaaa;
        }

#facebook_div {
	display: block;
	margin: 20px 0 0 30px;
	}
	
.blogtitle {
	display: block;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-left: -20px;
	padding: 0 0 3px 0;
	height: 85px;
	}


.blog_image {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 3px;
	left: 0;
	}
	
.posttitle {
	display: block;
	position: absolute;
	bottom: 3px;
	margin: 0px !important;
	left: 85px;
	}

#blog_title {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 100px;
	}

#blog_title_bar {
	display: block;
	width: 545px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 25px;
	border-width: 2px;
	border-style: solid;
	}
	
#blog_title_bar a:hover {
	text-decoration: underline;
	}
	
#blog_title_bar h1 {
	margin: 10px 0 0 105px;
}

#blog_title_image {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	top: 6px;
	left: 40px;
	overflow: hidden;
	border-width: 2px;
	border-style: solid;
	}

.postsnav {
	display: block;
	text-align: center;
	padding: 10px 20px;
	}

.postnav_left {
	display: block;
	float: left;
	width: 250px;
	text-align: right;
	}

.postnav_center {
	display: block;
	float: left;
	width: 60px;
	}

.postnav_right {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	}

/* Comment section styling */

#commentlist, #pinglist {
	margin: 10px 0 10px 20px;
	padding: 0;
	}

	
.comment {
	margin: 10px 0;
	padding: 0px;
	}

.comment-author {
	display: block;
	border-style: solid;
	border-width: 2px;
	margin-top: 30px;
	}

.comment-author img {
	margin-top: -20px;
	margin-left: 10px;
	}

.comment-meta {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}

/* Tan-Tan Noodles Flickr Photo Album */

#tantan_photos {
	display: block;
	margin: 30px;
	}


/* Footer elements, starting with the background stripe */
#footer_stripe {
	background: #ffffff;
	background-image: url(/wp-content/themes/tonbo-home/images/footer_fade.gif);
	background-repeat:repeat-x;
	}

/*//////////////////////////
//  Utility Declarations  //
//////////////////////////*/

.clear_both {
	height: 1px;
	visibility: hidden;
	clear: both;
	}

/*//////////////////////
//                    //
//   VodPod Videos    //
//                    //
//////////////////////*/
#vodpod {
	display: block;
	width: 375px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
	vertical-align: top;
	}

.vodpod_video {
	display: block;
	float: left;
	position: relative;
	width: 120px;
	margin: 2px 0 0 2px;
	}

.vodpod_overlay {
	position: absolute;
	display: block;
	margin: 0;
	height: 40px;
	width: 115px;
	left: 0px;
	top: 45px;
	background:#000000 none repeat scroll 0 0;
	opacity:0.7;
	filter:alpha(opacity=70);
	overflow: hidden;
	padding: 2px;
	z-index:9;
	}

.vodpod_title {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	line-height:15px;
	position:absolute;
	top: 0px;
	width:115px;
	z-index:10;
	opacity:1;
	filter:alpha(opacity=100);
	vertical-align: top;
	text-align: left;
	}

.vodpod_link {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	}
	
/*//////////////////////////////
//                            //
//  WordPress Utility Styles  //
//                            //
//////////////////////////////*/

.alignleft {
	display: block;
	float: left;
	margin: 8px 8px 8px 0;
	}

.alignright {
	display: block;
	float: right;
	margin: 8px 0 8px 8px;
	}

/* TinyMCE-inserted images */

.mceTemp, .wp-caption {
	display: block;
	background: #eeeeee;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-align: center;
	padding: 8px 10px;
	font-style: italic;
/*	Not sure about this, leave it for now.
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
*/
}

.mceTemp dl {
	margin:0;
	padding:0;
}

.mceTemp dl dd {
	margin:0;
	padding:0;
}
