@charset "utf-8";
/* POND Trade CSS Compression
 * Generated : Thu, 09 Feb 2012 01:13:17 -0700
 * (47 minutes and 42 seconds ago) */




html {
	margin:0px;
	padding:0px;
	}

* {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#000000;
	}

a {
	color:#0000ff;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:3px 0;
	}
h1 {
	font-size:22px;
	}
h2 {
	font-size:18px;
	}
h3 {
	/* font-size:14px; */
	}
p {
	margin:0;
	padding:3px 0;
	}

hr {
	margin:0.5em auto;
	}

img {
	border:0;
	}

/***
 * Colors
 **/
.red {
	color:#FF0000;
	}

/**********
 * LAYOUT
 **********/

/* Overall Min/Max Width Container */
.container {
	min-width:970px;
	/* min-width:850px; */
	max-width:1200px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
	}

/************
 * HEADER
 *********/
#top_ad_banner {
	position:absolute;
	top:20px;
	right:20px;
	}
/*
a#starburst {
	background-image: url(http://www.pondtrademag.com/images/subscribe-today-starburst.gif);
	display:block;
	height:185px;
	width:185px;
	}
a#starburst:hover {
	background-position:0 185px;
	}
*/
#logo {
	position:relative;
	top:5px;
	left:0px;
	padding-left:10px;
	}
#logo img {
	border:none;
	}
#logo span {
	position:absolute;
	top:15px;
	right:20px;
	padding:5px;
	border:1px solid #3366FF;
	background:#FFFFFF;
	}
#logo p {
	font-weight:bold;
	color:#FFFFFF;
	}	
#header {
	clear:both;
	float:left;
	width:100%;
	background:url(http://www.pondtrademag.com/images/common/pond_trade_bg_blue.jpg) repeat;
	border-bottom:4px solid #000000;
	}

#header_inner {
	/*background-color:#184f75;*/
	/*background:url(pond_trade_header.jpg);*/
	}
	
#header .container {
	}
	
/* Header Menu */
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	}
	
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
	
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#184f75;
	color:#ffffff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	}
	
#header ul li a:hover {
	background:#ffffff;
	color:#000000;
	}
	
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
	}
	
#header ul li a span {
	display:block;
	}

#headerbot {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:0;
	padding:6px 15px !important;
	}
	
.headerbotlinks {
	margin:0;
	text-align:right;
	padding:0;
	}

/* column container */

/*************************
 * BODY
 *********/
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	top:0px;
	margin-bottom:10px;
	}
	
/* holy grail 3 column settings */
.holygrail {
	/*background:#ff9;    	/* Right column background colour */
	margin-top:10px;
	}
	
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	/*background:#fff;    	/* Centre column background colour */
	}
	
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
	/*background:#FFD8B7;    	/* Left column background colour */
	}
	
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	
.holygrail .col1 {
	margin:0 210px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	background:#FFFFFF;
	padding:0px;
	border:0px solid #000000;
	overflow:hidden;
	}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:200px;			/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;				/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;	/* This overrides the float:left above */
	width:200px;	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}

	

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	color:#CCCCCC;
	background-color:#184f75;
	background:url(http://www.pondtrademag.com/images/common/pond_trade_bg_blue.jpg) repeat;
	padding:15px 0;
}
#footer a {
	color:#CCCCCC;
	}
#footer p {
	margin:0;
}
/* --> */

/***
 * Helper Tags
 */
.off {
	display:none;
	}
.center {
	text-align:center;
	}
	


/***
 * Content Blocks
 */
.middle_block {
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	}

/******
 * Side Blocks
 ******/
.side_block {
	background-color:#FFFFFF;
	border:1px solid #184f75;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	}
.side_block h3 {
	font-size:18px;
	}

/****
 * Bread Crumbs
 */
#breadcrumbs {
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	/* font-weight:bold; */
	/* height:26px; */
	min-height:22px;
	border:1px solid #dedede;
	padding:0;
	}
#breadcrumbs ul {
	min-height:22px;
	padding:0;
	margin:0;
	}
#breadcrumbs li {
	float:left;
	line-height:22px;
	color:#777777;
	padding-left:6px;
	}		
#breadcrumbs li a {
	background:url(http://www.pondtrademag.com/images/pond_trade_category_breadcrumbs.gif) no-repeat right center;
	font-weight:bold;
	display:block;
	padding:0 16px 0 0;
	}							
#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color:#0066CC;
	text-decoration:none;
	}
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color:#3399FF;
	}
	

/* Menu */
#menu_block {
	width: 198px;
	padding:0;
	border:none;
	border-top:1px solid #666666;
	}


#menu_block li a {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	text-decoration: none;
	}	
#menu_block li a.menu_current {
	font-weight:bold;
	}
#menu_block li a:link,
#menu_block li a:visited {
	color: #000066;
	display: block;
	background: url(http://www.pondtrademag.com/images/pond_trade_main_menu.jpg);
	background-repeat:no-repeat;
	padding: 8px 10px;
	}
	
#menu_block li a:hover {
	color: #000066;
	background: url(http://www.pondtrademag.com/images/pond_trade_main_menu.jpg) 0 -96px;
	background-repeat:no-repeat;
	padding: 8px 10px;
	}
	
#menu_block li a:active {
	color: #000066;
	background: url(http://www.pondtrademag.com/images/pond_trade_main_menu.jpg) 0 -96px;
	background-repeat:no-repeat;
	padding: 8px 10px;
	}
/* Sub Menu */
#menu_block li li a {
	border:none;
	/*border-bottom:0;*/
	}
#menu_block li li.last a {
	border-bottom:1px solid #666666;
	}
#menu_block li li a:link,
#menu_block li li a:visited {
	color: #000066;
	display: block;
	background: url(http://www.pondtrademag.com/images/pond_trade_sub_menu.jpg);
	background-repeat:no-repeat;
	padding: 8px 10px 8px 20px;
	}
	
#menu_block li li a:hover {
	color: #000066;
	background: url(http://www.pondtrademag.com/images/pond_trade_sub_menu.jpg) 0 -96px;
	background-repeat:no-repeat;
	padding: 8px 10px 8px 20px;
	}
	
#menu_block li li a:active {
	color: #000066;
	background: url(http://www.pondtrademag.com/images/pond_trade_sub_menu.jpg) 0 -96px;
	background-repeat:no-repeat;
	padding: 8px 10px 8px 20px;
	}
	
/* Menu Current */
#menu_block li a.current:link,
#menu_block li a.current:visited,
#menu_block .current {
	font-weight:bold;
	background: url(http://www.pondtrademag.com/images/pond_trade_main_menu.jpg) 0 -96px;
	}
	
	
	
/* Download Mag */
#download_side_block {
	border:1px solid #DDAA99;
	background-color:#FFDDBB;
	}
#download_side_block h3 a,
#download_side_block a {
	color:#0000FF;
	font-weight:bold;
	}
#download_side_block h4 {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	}
#download_side_block p {
	margin-left:10px;
	}
	

/* Advertise */
#advertise_side_block {
	border:1px solid #FF0000;
	background-color:#FFFFBB;
	}
#advertise_side_block h3 a,
#advertise_side_block a {
	color:#660000;
	font-weight:bold;
	}
	
/* Subscribe */
#subscribe_side_block {
	text-align:center;
	background-color:#FFFFFF;
	border-color:#0033CC;
	}
#subscribe_side_block img {
	margin-top:5px;
	}
#subscribe_side_block a:hover {
	color:#CC0000;
	}
	
/* Newsletter */
#newsletter_side_block {
	border:1px solid #FF0000;
	background-color:#FFFFBB;
	}
	
/* Tradenews */
#tradenews_side_block {
	}
#tradenews_side_block p {
	padding-left:10px;
	text-indent:-10px;
	font-size:11px;
	font-weight:bold;
	color:#184f75;
	}
#tradenews_side_block p a {
	padding-top:3px;
	font-weight:normal;
	font-size:14px;
	color:#062e92;
	}


/* Top Articles */
#top_articles_side_block hr {
	margin:10px;
	}
#top_articles_side_block h3 {
	font-size:16px;
	font-weight:bold;
	color:#184f75;
	}
#top_articles_side_block p {
	font-size:14px;
	font-weight:normal;
	}
#top_articles_side_block p a {
	color:#0000FF;
	font-weight:bold;
	}


/* Product of the Year Block */
#poty_side_block {
	border-color:#000099;
	background-color:#ddffdd;
	}
#poty_side_block h3 {
	font-size:18px;
	}
#poty_side_block a {
	color:#CC0000;
	font-weight:bold;
	}


/****************************
 *
 * STANDARD IMAGE LAYOUTS
 *
 ***************************/
.figure {
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin:0 10px 10px 0;
	}
.figure img {
	vertical-align:bottom;
	}

#global_search_box {
	position:absolute;
	bottom:6px;
	right:20px;
	}
#global_search_box button {
	padding:2px 6px;
	}
/****************
 * Thumb Box... Still used? Admin/Newsletter/Image_manager
 *****/
 
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
margin:0;
text-align: right;
}
#footerprev {
	display:inline;
	text-align:left;
	/*border:1px solid #FF0000; */
	padding:3px;
	float:left;
	}
#footernext {
	display:inline;
	text-align:left;
	/*border:1px solid #FF0000; */
	padding:3px;
	float:left;
	}
#thumbImageText {
	display:inline;
	text-align:left;
	padding:3px 8px;
	float:left;
	}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
overflow:hidden;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	}

#imgbox {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:3px double #000000;
	padding:5px;
	width:320px;
	/* height:220px; */
	}
	
#showimg {
	/* border:1px solid #000000; */
	text-align:center;
	}



/* - - - - - - - - - - - - - - - - - - - - -
 * LIGHTBOX CSS
 * Title : Lightbox CSS
 * Author : Kevin Hale
 * URL : http://particletree.com/features/lightbox-gone-wild/
 * - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
#comment_lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	/* height:400px; */
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	padding:10px;
	width:500px;
	min-height:30px;
	max-height:400px;
	overflow:auto;
	}
#comment_lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
/******
 * END Lightbox
 **/


/* CSS Document */

#article_fulltext p {
	text-indent:20px;
	margin:1em 0;
	}

/* CSS Document */

.small {
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin-right:10px;
	}
.small img {
	vertical-align:top;
	}

#article_fulltext {
	}
#article_fulltext h1 { /* Title */
	font-size:28px;
	color:#184f75;
	}
#article_fulltext h2 { /* Alternate Article Title */
	clear:left;
	}
#article_fulltext h3 {
	font-size:18px;
	}
#article_fulltext h4 { /* Author */
	}
#article_fulltext p {
	/*
	text-indent:20px;
	margin:1em 0;
	*/
	}
#article_fulltext a {
	color:#0000FF;
	}
p.article_text {
	text-indent:25px;
	}
.img_preload {
	visibility:hidden;
	position:absolute;
	}

#digg_this_block {
	float:right;
	}

#article_footer_links {
	border:1px dotted #000000;
	min-height:1%;
	overflow:hidden;
	}
#article_footer_title {
	width:100%;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	}
#article_footer_links a {
	color:#0033CC;
	}
.article_footer_link_left {
	float:left;
	width:270px;
	text-indent:-10px;
	margin-left: 15px;
	}
.article_footer_link_right {
	float:right;
	width:270px;
	text-indent:-10px;
	margin-left: 15px;
	}
	

/****
 * Article Figures
 */
.figure {
	float:right;
	border:1px solid #000000;
	padding:1px;
	margin:0 0 5px 10px;
	width:250px;
	position:relative;
	}
.figure p {
	padding:0;
	}
.figure img {
	/* position:absolute; */
	width:250px;
	vertical-align:bottom;
	}
.figure p.caption {
	padding:3px;
	}
.primary {
	float:left;
	clear:left;
	margin:0 10px 5px 0;
	width:350px;
	}
.primary img {
	width:350px;
	}
#article_fulltext p.caption {
	margin:0;
	padding:3px 5px;
	text-indent:0;
	font-size:12px;
	}

/***
 * Author hCard
 */
#hcard .fn {
	font-size:20px;
	}
#hcard .fn a {
	color:#0066CC;
	}
#hcard .photo {
	padding:1px;
	border:1px solid #000000;
	float:left;
	margin-right:10px;
	}
#hcard .photo img {
	vertical-align:top;
	}
#hcard .label {
	font-weight:bold;
	margin-right:5px;
	border:dotted #99CCFF;
	border-width:0 0 1px 0;
	}
#hcard .author {
	background-color:#FFFFFF;
	}

/***
 * Sponsors
 */
.article_sponsor {
	float:right;
	border:1px solid #000000;
	padding:1px;
	margin:5px 0 5px 10px;
	width:250px;
	}
.article_sponsor img {
	width:250px;
	vertical-align:bottom;
	}


/* CSS Document */


/*************
 * COMMENTS
 ************/
 
/****
 * Comments: Display
 */
#comments {
	}
#comment_title {
	font-size:22px;
	}
#new_comment {
	min-height:1%;
	}
#comments_waiting {
	min-height:1%;
	}
#comments_waiting_title {
	font-size:22px;
	}
#poweredbygravatars {
	padding:10px 0 0 5px;
	text-align:center;
	}
.gravatar {
	float:left;
	padding:1px;
	border:1px solid;
	}
.gravatar img {
	vertical-align:bottom;
	}
.comment {
	border:1px solid;
	margin:0 0 10px 90px;
	}
.comment_text {
	padding:5px;
	min-height:40px;
	}
	
.comment_info {
	padding:0;
	margin:0;
	}
.comment_info p {
	font-size:10px;
	padding:2px 5px;
	}
.comment_info p span {
	color:#990033;
	}
.comment_info p span a {
	color:#CC0033;
	}
	
.odd { /* Blue */
	background-color:#f1fbff;
	border-color: #b7e8ff;
	}
.odd .comment_info {
	background-color:#b7e8ff;
	}
	
.even { /* Green */
	background-color:#EEFFEE;
	border-color: #AAFFAA;
	}
.even .comment_info {
	background-color:#AAFFAA;
	}

.author { /* Yellow */
	background-color:#FFFDCB;
	border-color: #F6F088;
	}
.author .comment_info {
	background:#F6F088 url(../../images/common/comment_author.png) no-repeat right;
	padding-right:55px;
	}

.editor { /* Red */
	background-color:#FFF6F6;
	border-color: #FFDEDE;
	}
.editor .comment_info {
	background:#FFDEDE url(../../images/common/comment_editor.png) no-repeat right;
	padding-right:50px;
	}
	
.disapproved { /* Gray */
	background-color:#F3F3F3;
	border-color: #DDDDDD;
	}
.disapproved .comment_info { /* Gray */
	background:#DDDDDD url(../../images/common/comment_disapproved.png) no-repeat right;
	padding-right:94px;
	}

	
/****
 * Comments: Post Form
 */
#lastname {
	display:none;
	}
	
#comment_post_container {
	/* margin:0 auto; */
	/* max-width:460px; */
	padding:0;
	border:1px solid #000000;
	background-color:#EEEEEE;
	}
#comment_post {
	color:#000000;
	margin:0 auto;
	width:360px;
	padding:10px;
	}
#comment_headline {
	font-size:24px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
#comment_post input,
#comment_post textarea {
	background-color:#DDDDFF;
	border:1px solid #000000;
	width:100%;
	}
#comment_post textarea {
	height:180px;
	}

#comment_post #submit {
	text-align:right;
	}
#comment_post .submit {
	cursor:pointer;
	width:auto;
	}
#comment_post .submit:hover {
	background-color:#FFFFFF;
	}
#comment_post p span {
	color:#BB0000;
	}

#comment_notice {
	font-size:10px;
	margin-top:20px;
	color:#999999;
	}

#comment_preview_headline {
	font-size:24px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
/*****
 * Comment Post Validation
 */
#invalidEmail {
	/* height:0px;
	overflow:hidden; */
	/* display:none; */
	}
.commentProblem {
	display:none;
	margin:5px;
	padding:5px;
	background-color:#FFDDDD;
	border:1px dotted #999999;
	font-size:10px;
	font-weight:bold;
	}



/* CSS Document */

#twitter_block,
#facebook_block {
	border:0;
	margin:0;
	padding:0;
	text-align:center;
	}


