@charset "utf-8";
/* POND Trade CSS Compression
 * Generated : Wed, 08 Feb 2012 19:57:02 -0700
 * (5 hours 56 minutes and 15 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 */

#subscribe_qualify hr {
	margin:0.5em auto;
	}
#subscribe_qualify td {
	padding:1px;
	}
#subscribe_qualify input[type="checkbox"] {
	margin:3px 3px 3px 4px;
	}
#subscribe_qualify input[type="text"] {
	padding:1px 0;
	}
	
#signupConfirmationBox {
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	background-color:#ffe089;
	border:1px dashed #000000;
	margin:10px;
	text-align:center;
	cursor:pointer;
	}
#signupConfirmationBox:hover {
	background-color:#ffe700;
	}
#signup_question {
	background-color:#CCFFCC;
	border:1px solid #009933;
	font-weight:bold;
	text-align:center;
	color:#009933;
	max-width:500px;
	font-size:18px;
	padding:20px;
	margin:0 auto;
	}
.required-field {
	font-weight:bold;
	}
/****
 * Paypal Notice Page
 */
#hint {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	}
#hint h1 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#093a6b;
	font-weight:bolder;
	text-align:center;
	}
#hint span.blue {
	color:#093a6b;
	font-weight:bold;
	}
#hint span.red {
	color:#990000;
	}

/* CSS Document */

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


