/* @override http://deliciousdrips.com/wordpress/wp-content/themes/dd_test/style.css */



/* @override http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/style.css */



img {

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);

	}



body {

	margin: 0; 

        padding: 0;

	background-color: #5984ab;

	font-family: Arial;

	color: #39444d;

}



h1,h2,h3,h4,h5,h6 {

	font-weight: normal;

	font-family: Arial;

}



img { margin: 10px;}





#main-body {}

		

#header{height:120px; width:972px; margin:0 auto; position:relative; z-index: 2;}

#logo {

	position: relative;

	margin-left: 50px;

	margin-bottom: -100px;

	left: 4px;

	top: 20px;

	width: 256px; 

	height: 83px;

	background: url("includes/images/logo.png") no-repeat left top;

	z-index: 20;

 	}

.contentTop{height:25px; width:972px; display: block; z-index: 1; background: url("includes/images/frame_top.png") no-repeat 0px bottom; margin:0 auto; position:relative;}

#main-body.container {

	height:626px;

 	background: #5984ab url("/wordpress/wp-content/themes/dd_test/includes/images/header.jpg") no-repeat center -60px; position:absolute; left:1px}

ul.meta-bottom {

	padding-top: 10px;

 	clear: both;}



ul.meta-bottom img{

	margin: 0px;

 	}



/* @group Layout */



.ostar {

	color: #fe8407;

	font-weight: bold;

}

.page-title {

	margin: 0 0 20px 0;

	font-size: 2.1em;

	line-height: 1.25em;

}

.clear {

	clear: both;

	font-size: 0px;

	line-height: 0px;

	visibility: hidden;

	margin: 0;

}



.container {

	display: block;

	width: 100%;

	margin: auto;

}



.content-bg {

	margin: auto;

	width: 972px;

	background: url("includes/images/frame_body.png") repeat top;

	position:relative

}



.left {

	display: inline; float: left;

}



.right {

	display: inline; float: right;

}



.column {

	display: inline;

}



/* @end */



/* @group Links */



a:hover {

	text-decoration: none;

}



a {

	text-decoration: none;

	color: #7bb6cd;

}



/* Generic links */

.textlink {

	margin: 0; padding: 0 10px 2px 18px;

	background: url("includes/images/link_arrow_dark.png") no-repeat 5px 50%;

	background-color: #d8e1e9;

	text-decoration: none;

	color: #39444d;

	border: none;

}



.textlink:hover {

	color: #d8e1e9;

	background: url("includes/images/link_arrow_white.png") no-repeat 5px 50%;

	background-color: #5c748b;

}



/* Links with images */

.imagelink {

	margin: 0; padding: 0;

	border: none;

	background: none;

	text-decoration: none;

	color: #39444d;

}



.imagelink:hover {

	background: none;

}



/* @end */



/* @group .listing */



/* Base Class */

.listing {

	list-style:none;

	margin: 0; padding: 0;

	position: relative;

}



.listing li {

	list-style:none;

	margin: 0; padding: 1px 0 1px 0;

	/* drawing a border that is the same color as the background is a cheap

	workaround for the doublepadding bu in IE 6.

	NOTE: for some reason setting 0px as the border width still renders 

	the border invisibly but also fixes the padding bug;

	*/

	border: 0 solid #688A02;

}



.listing li a {

	display: block;

}



/* Basic */

.listing.basic {

	margin: 0 10px 0 10px; padding: 5px 0 0 0;

}



.listing.basic li {

	/* defined at ".listing li" */

}



.listing.basic li a {

	margin: 0; padding: 5px 0 5px 25px;

	background: url("includes/images/icon_categories_default.png") no-repeat 10px 50%;

	color: #ffffff;

	clear: both;

}

.listing.basic li a:hover {

	background: url("includes/images/icon_categories_over.png") no-repeat left 50%;

}



/* Summary */

.listing.summary {

	padding-top: 10px;

	padding-left: 10px;

	padding-right: 10px;

}



.listing.summary li {

	padding: 0;

	border-bottom: 1px solid #779900;

}



.listing.summary li a {

	padding: 15px 20px 15px 20px;

	display: block;

}



.listing.summary li a span {

	display: inline;

}



.listing.summary li a span.heading {

	display: block;

	margin: 0 0 5px 0; padding: 0 0 0 15px;

	background: url("includes/images/icon_categories_default.png") no-repeat left 2px;

	color: #ffffff;

	clear: both;

}



.listing.summary li a span.meta {

	display: block;

	margin: 0 0 5px 0;

	color: #7bb6cd;

	font-weight: bold;

	font-size: .85em;

}



.listing.summary li a span.excerpt {

	color: #7bb6cd;

	font-size: .85em;

}



.listing.summary li a:hover {

	background: url("includes/images/list_bg.png") repeat-x left top;

}



.listing.summary li a:hover span.heading {

	background: url("includes/images/icon_document_white.png") no-repeat left 2px;

}



.listing.summary li a:hover span.meta {

	color: #ffffff;

}



.listing.summary li a:hover span.excerpt {

	color: #ffffff;

}



/* Commentors */

.listing.commentors {

	padding: 0;

}



.listing.commentors li {

	padding: 0;

	border-bottom: 1px solid #779900;

	clear: both;

}



.listing.commentors li a {

	padding: 15px 20px 15px 20px;

	display: block;

}



.listing.commentors li a span {

	display: inline;

}



.listing.commentors li a img.gravatar {

	display: inline;

	float: left;

	margin: 0 10px 0 0; padding: 0;

	border: 4px solid #779900;

}



.listing.commentors li a span.heading {

	display: block;

	margin: 0 0 5px 0; padding: 0 0 0 15px;

	font-weight: bold;

	color: #ffffff;

	clear: right;

}



.listing.commentors li a span.meta {

	margin: 0 0 5px 0;

	color: #7bb6cd;

	font-size: .85em;

	clear: right;

}



.listing.commentors li a span.excerpt {

	color: #7bb6cd;

	font-size: .85em;

}



.listing.commentors li a:hover {

	background: url("includes/images/list_bg.png") repeat-x left top;

}



.listing.commentors li a:hover .gravatar {

	border: 4px solid #ffffff;

}



.listing.commentors li a:hover span.meta {

	color: #ffffff;

}



.listing.commentors li a:hover span.excerpt {

	color: #ffffff;

}



/* RSS feeds */

.listing.feeds {

	margin: 0 10px 0 10px; padding: 5px 0 0 0;

}



.listing.feeds li {

	/* defined at ".listing li" */

}



.listing.feeds li a {

	margin: 0; padding: 5px 0 5px 35px;

	background: url("includes/images/rss_icon.png") no-repeat 10px 50%;

	color: #666;

	clear: both;

}



.listing.feeds li a:hover {

	margin: 0; padding: 5px 0 5px 35px;

}



/* @end */



/* @group My Group */







/* @end */



/* @group Navigation */



/* Navigation

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

#global-nav {
	margin-top: 85px;
	margin-right: 15px;
	clear: both;
	position: relative;
	display: block;
	float: right;
 	visibility: visible;
 	}


	/* Hide from IE5-mac. Only IE-win sees this. \*/ 	
	#global-nav {
	*	margin-top: 104px; 	
		}
	/* End hide from IE5/mac */	
	*html #global-nav{margin-right:5px}

	#global-nav ul {

		clear: both;

		position: relative;

		float:left;

		}



	#global-nav li {

		list-style:none;

		position: relative;

		font-size: .9em;

	 	float: none;

	 	clear: none;}



	#global-nav .page_item {

		float:left;

		display:block;

		position: relative;

		margin: 0 -1px;

		padding: 0 5px;

		background: url("http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/includes/images/nav_tab_left.png") no-repeat left bottom;

	}



	#global-nav .current_page_item {

		margin: -14px 4px 0 0;

		position: relative;

		padding: 0 0 0 2px;

		background: url("http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/includes/images/nav_current_left.png") no-repeat left bottom;

	}



	#global-nav .current_page_item a {

		position: relative;

		margin: 0; 

		padding: 22px 22px 8px 20px;

		background: url("http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/includes/images/nav_current_right.png") no-repeat right bottom;

		color: #30475c;

		font-weight: bold;

	}



	#global-nav .current_page_item a:hover {

		position: relative;

		margin: 0; 

		padding: 22px 22px 8px 20px;

		background: url("http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/includes/images/nav_current_right.png") no-repeat right bottom;

		color: #30475c;

		font-weight: bold;

		text-decoration: none;

	}





	#global-nav a {

	position:relative;

		display:block;

		margin: 0; 

		padding: 7px 10px;

		background: url("http://deliciousdrips.com/wordpress/wp-content/themes/Delicious_Drips/includes/images/nav_tab_right.png") no-repeat right bottom;

		color: #7bb6cd;

		text-decoration: none;

		border-bottom: 0;

	float:left;

	        }

	#global-nav a:hover {
		color: #ffffff;
		text-decoration: none;
	}

/* kaleidoscope */	

	#global-nav li ul {
		position: absolute;
		left:-9999px; 
		top:-9999px;
		width:0; 
		height:0; 
		margin:0; 
		padding:0; 
		list-style:none;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
	/* End */
	
	#global-nav li:hover ul, li.over ul { 
		display: block;
		left:0; 
		top:29px;  
		height:auto;
		width:117px;
		filter: alpha(opacity=90); 
		-moz-opacity: 0.90; 
		opacity: 0.90;
	}
	
	#global-nav li:hover ul li a {
		display:block; 
		height:20px; 
		width:120px; 
		text-decoration:none;
		padding:0 0 0 25px; 
		cursor:pointer;
	}

	#global-nav li:hover ul li a b {
		position:absolute; 
		left:-9999px; 
		margin:0;
	}

	#global-nav li:hover ul li.cat-item {
		display:block; 
		height:27px; 
		position:relative; 
		float:left; 
		width:117px; 
		font-weight:normal; 
		background-color:#fff;
	}
		
	#global-nav li:hover ul li.cat-item  a {
		display:block; 
		height:27px; 
		width:121px; 
		text-decoration:none; 
		background-color:#fff; 
		padding:0 0 0 3px; 
		cursor:pointer;
	}
	
	#global-nav li:hover ul li.cat-item  a b {
		position:absolute; 
		left:-9999px; 
		margin:0;
	}
	
	#global-nav li:hover ul li.cat-item  a:hover { 
		position:relative;
	}
	
	#global-nav li:hover ul li.cat-item  a:hover b {
		left:100px; 
		top:15px; 
		background:#fff; 
		color:#000; 
		border:1px solid #888; 
		display:block; 
		width:100px; 
		height:20px; 
		text-align:center; 
		font-size:12px; 
		line-height:18px;
	} 
	
	/* kaleidoscope */		

/* @end */





/* @group Author Block */



#author-block {

	display: block;

	margin: 20px 0 40px 0; padding: 0;

	height: 75px;

	background: url("includes/images/author.png") no-repeat left;

}



#author-block #author-block-dialog {

	display: block;

	margin: 0; padding: 0;

	width: 466px; height: 75px;

	background: url("includes/images/dialogbase.png") no-repeat left;

}



#author-block #author-block-dialog p {

	height: 0px;

	margin: 10px 10px 0; padding: 0;

	width: 420px;

}



#author-block #author-block-dialog p.generic-text {



	font-size: .9em;

	line-height: 1.45em;

}



#author-block #author-block-dialog p.postmetadata-alt {

	/*margin: 10px 10px 0; padding: 0;

	width: 420px;	

	font-size: .8em;

	line-height: 1.6em;*/

	visibility:hidden;

}



/* @end */



/* @group Boxes */



/* Box Class

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

.boxborder {

/*	border: 1px dotted pink;

*/

}



.box {

	display: block;

	float: left;

	overflow: hidden;

	margin: 0;

}



.box-title {

	display: block;

	margin: 0; padding: 7px 0 0 30px;

	height: 25px;

	font-family: Arial;

	font-size: .9em;

	font-weight: bold;

	color: #ffffff;

	position: relative;

}



.box-top {

	display: block;

	margin: 0; padding: 0;

}



.box-body {

	display: block;

	background-color: #30475c;

	color: #ffffff;

	margin: 0; padding: 0 0 1px 0;

}



.box-bottom {

	display: block;

	margin: 0 0 10px 0; padding: 0 0 1px 0;

	height: 19px;

}



/* Box Sizing */

.box.one-col {

	width: 290px;

}



.one-col .box-top {

	background: url("includes/images/1col_box_top.png") no-repeat left top; height:30px

}



.one-col .box-bottom {

	background: transparent url("includes/images/1col_box_bottom.png") no-repeat left top;

}



.box.two-col {

	width: 601px;

}



.two-col .box-top {

	background: transparent url("includes/images/2col_box_top.png") no-repeat left top;

}



.two-col .box-bottom {

	background: transparent url("includes/images/2col_box_bottom.png") no-repeat left top;

}



.box.three-col {

	width: 912px;

}



.three-col .box-top {

	background: transparent url("includes/images/3col_box_top.png") no-repeat left top;

}



.three-col .box-bottom {

	background: transparent url("includes/images/3col_box_bottom.png") no-repeat left top;

}



/* Box Toggle */

.toggle {

	position: absolute;

	top: 5px; right: 5px;

	width: 20px; 

	height: 20px;

	text-align: center;

	text-indent: -9999px;

	overflow: hidden;

}



.toggle.open {

	background: transparent url("includes/images/toggle_open.png") no-repeat 50% 50%;

}



.toggle.close {

	background: transparent url("includes/images/toggle_close.png") no-repeat 50% 50%; height:20px ; width:20px

}



/* @end */



/* @group Columns */



#column-left {

	margin: 0 40px 0 60px;

	width: 541px;

	/*deal with the overflow*/

	overflow: hidden;

}

#column-right {

	margin: 0 30px 0 0;

	width: 290px;

	/* testing

	border: 1px dotted pink; */

}



/* @end */



/* @group Search Form */

#search #searchform {

	display: block;

	margin: 0; padding: 15px 15px 1px 15px;

	

}

#search #searchform p {

	margin: 0;

}



#search #s {

	margin: 0 5px 0 0;

	width: 70%;

}



#search #searchsubmit {

	width: 25%;

	/*

	float: right;

	clear: both;

	*/

}



/* @end */



/* @group Lower Content */



/* Lower Content

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

#frame-grass {

	margin: auto;

	width: 952px; 

	height: 153px;

	background: url("includes/images/frame_grass.png") no-repeat bottom;

	clear: both;

}



#main-lower-content {

	display: block;

	margin: auto; 

	padding: 0 10px 0 10px;

	width: 932px;

	background: #30475c url("includes/images/frame_lowercontent.png") repeat-x top;

	z-index: 10;

}



#main-lower-content #column-container {

	margin: auto; padding: 0;

	

}



#column-container .box {

	padding: 0 10px 0 10px;

	

}



.lower-content-title {

	display: block;

	margin: 0 0 30px 10px; padding: 0;

	font-size: 1.7em;

	font-weight: normal;

	color: #ffffff;

}



/* @end */



/* @group Twitter */



#twitter_div ul li {

	list-style-type: none;

	margin: 9px;

	font-size: small;

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

	font-variant: normal;

	list-style-position: outside;

}



h2.twitter-title {

	margin-top: 10px;

	margin-left: 20px;

	padding-left: 16px;

}



/* @end */

}





/* @group Flickr */

#flickr {

	display: block;

	margin: 1px 5px 1px 5px; padding: 0;

}



#flickr a img {

	display: inline; float: left;

	margin:  10px 10px 0 10px; padding: 0;

	border: 1px solid #18232e;

}



#flickr a:hover img {

	border: 1px solid #ffffff;

}



/* @end */



/* @group Main Footer */



/* Main Footer

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

#main-footer {

	padding: 0;

	width: 972px; height: 100px;

	background: url("includes/images/frame_footer.png") no-repeat top;

}



#main-footer #disclaimer {

	margin: auto; padding: 35px 0 0 0;

	width: 870px;

	color: #ffffff;

	clear: both;

}



#main-footer #disclaimer p {

	font-size: .9em;

	line-height: 1.5em;

}



#main-footer #disclaimer strong {

	font-weight: bold; 

}



/* @end */



/* @group Copyright */



/* Copyright

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

#main-copyright {

	padding: 18px 0 20px 0;

	width: 972px; height: 41px;

	background: transparent url("includes/images/frame_copyright.png") no-repeat top;

	color: #ffffff;

	font-size: .85em;

}



#main-copyright ul {

	margin: 0 20px 0 20px; padding: 0;

}



#main-copyright li {

	list-style: none;

	margin: 0; padding: 0 10px 0 15px;

	background: transparent url("includes/images/link_arrow.png") no-repeat left 50%;

}



#main-copyright #legal{

	background: none;

}



#main-copyright a {

	color: #ffffff;

	text-decoration: none;

}



#main-copyright a:hover {

	color: #ffffff;

}



/* @end */



.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.clearfix {

	display: inline-table;

}



/* @end */



/* @group IE Fix */



/* Hides from IE-mac \*/



* html .clearfix {

	height: 1%;

}



.clearfix {

	display: block;

}



/* End hide from IE-mac */

