/*
Theme Name: Internet Money Club
Based on: Snowblind
Author: Erika Laguna


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

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #1e82a6;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	margin:0;
	}

body {
	padding: 0; 
	margin: 0;
	font-family: Helvetica, sans-serif;
	color: #444;
	background: #333;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #888;
	}

textarea {
	width: 97%;
	}
	
.fl {
	float: left;
	}
	
.fr { 
	float: right;
	}

/* Header Elements */

#topheader {
	background: url(images/topbg.png);
	width: 100%;
	float: left;
	border-bottom: 1px solid #bfc0b8;
	height:210px;
	}
	
#header{
	margin: auto;
	}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	height:119px;
	}
	
	#title a {
		color: #fff;
		}		
	
	#title a:hover {
		color: #1e82a6;
		text-decoration: none;
		}
		
#description {
	font-size: 12px;
	margin: 0 0 30px 10px;
	padding: 0;
	color: #fff;
	}		
		
#navigation {
 	position: relative;
	clear: both;
	float: left;
	background: url(images/nav.png) repeat-x;
	width: 100%;
	}
	
#navigation ul	{
	padding: 0; 
	margin: 0;
	}
	
	#navigation ul li {
		position:relative;
		list-style-type: none;
		float: left;
		font-size: 11px;
		line-height: 18px;
		padding: 0;
		margin: 0;
		cursor: pointer;
		top: 0;
		}
	
	#navigation ul a {
		display: block;
		color: #fff;
		margin: 0;
		padding:10px 15px 15px;
		background: url(images/nav.png) repeat-x;
		border-right: 1px dotted #aaa;
		border-left: 1px solid #444;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		}
		
		#navigation ul a:hover {
			text-decoration: none;
			}

#searchform {
	font-size: 12px;
	color: #fff;
	margin:-7px 20px 0 0;
	}

	#s {
		border: 0;
		padding: 20px 30px 10px 30px;
		height: 20px;
		width: 170px;
		color: #888;
		background: url(images/searchbox-new.png) no-repeat;
		}

/* Main Elements */

#bgwrap {
	width: 100%;
	float: left;
	margin-top: -10px;
	position: relative;
	}

#body {
	margin: auto;
	position: relative;
	}
		
#tritop {
	background: url(images/tri.png) repeat-x top left;
 	margin: -5px auto 0; 
	float: left;
	width: 100%;
	height:5px;
	}		
		
#mainwrapper {
	clear: both;
	float: left;
	font-size: 14px; 
	padding: 20px 0 0;
	z-index: 500;
	position: relative;
	width: 100%;
	}
	
	#mainwrapper .rss {
		position: absolute;
		right: -30px;
		top: -60px;
		z-index: 1000;
		}
		
#sidebar {
	float: left;
	margin: 0 10px 0 20px;
	padding: 0;
	}

#secondsidebar {
	float: left;
	margin: 0 20px 0 10px;
	padding: 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	font-size: 11px;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0 0 5px 15px;
		margin: 5px 0;
		border-bottom: 1px dotted #666;
		background: url(images/bluedot.png) no-repeat left 1px;
		}
		
	.side-widget a {
		color: #444;
		}
	
	.side-widget h2 {
		font-size: 20px;
		color: #0B4265;
		margin: 0 0 4px;
		padding-bottom: 3px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		}		
		
#footer, #footerbar {
	clear: both;
	width: 100%;
	padding: 0;
	font-size: 11px;
	color: #fff;
	margin-bottom:20px;
	
	}

	#footer .text {
		margin: auto;
		padding: 0;
		clear: both;
		}
		
	#footer .text p {
		clear: both;
		float: left;
		float:inherit;
		}

	#footer .text ul {
		padding: 0 1% 0 0;
		margin: 11px 0;
		float: right;
		}

	#footer .text ul li {
		display: inline;
		list-style-type: none;
		padding: 1px 0 0 14px;
		margin-left: 10px;
		background: url(images/rss.png) no-repeat left;
		}
		
		#footer .text ul li a {
			color: #fff;
			}
				
#bottombar {
	margin: 60px auto 0;
	font-size: 13px;
	padding: 0 0 10px;
	color: #ccc;
	}
	
	#bottombar h3 {
		background: url(images/twitterbox.png) no-repeat right;
		height: 46px;
		float: left;
		padding: 0 25px 0 0;
		line-height: 44px;
		margin: 0 0 10px 0px;
		font-weight: normal;
		letter-spacing: 0.6px;
		}
		
		#bottombar .twitter-l {
			background: url(images/twitterbox-l.png) no-repeat left;
			width: 17px;
			height: 46px;
			float: left;
			margin-left: 5px;
		}
	
	#bottombar h4 {
		text-transform: uppercase;
		}
		
		#bottombar ul {
			padding: 0 0 20px;
			margin: 0;
			}	
			
			#bottombar ul li {
				list-style-type: none;
				padding: 10px 0;
				border-bottom: 1px solid #222;
				}
	
	#bottombar .bottom-widget {
		float: left;
		width: 22%;
		margin: 0 1.5%;
		}
		
		#bottombar .comments {
			width: 24%;
			}
		
		#bottombar .sml {
			width: 16%;
			}
		
		#bottombar .twitter {
			width: 34%;
			}
			
			#bottombar h3 a {
				color: #fff;
				}
	
	#bottombar .rsswidget img {
		display: none;
		}		
			
	#bottombar h4 .rsswidget {
		color: #fff;
		}	

/* Left 		 Elements */

#leftcontent {
	float: left;
	padding: 0;
	}

	#leftcontent h1 {
		margin:0px;
		padding:0 0 5px;
		font-size: 26px;
		line-height: 32px;
		color: #0B4265; 
		font-weight: normal;
		clear: both;
		float: left;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		border-bottom:2px solid #DDDDDD;
		}

	#leftcontent h1 a {
		color: #1e82a6;
		}
		
		#leftcontent h2 {
		margin:0px;
		padding: 10px 0 10px 0;
		font-size: 22px;
		color: #0B4265; 
		font-weight: normal;
		clear: both;
		float: left;
		width: 100%;
		
		font-family: Arial, Helvetica, sans-serif;
		
		}

	#leftcontent h2 a {
		color: #1e82a6;
		padding:0 0 5px;
		border-bottom:2px solid #DDDDDD;
		
		}
			
			
		#leftcontent h3 {
		margin:0px;
		padding: 0;
		font-size: 20px;
		line-height: 28px;
		color: #0B4265; 
		font-weight: normal;
		clear: both;
		float: left;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		}

	#leftcontent h3 a {
		color: #1e82a6;
		}
		
		
		#leftcontent h3 a:hover {
		color: #666;
		}
		
		#leftcontent h4 {
		font-family:Arial,Helvetica,sans-serif;
		font-size:18px;
		font-weight:normal;
		font-weight:bold;
		margin:0;
		}
		
		#leftcontent h4 a {
			margin:0px;
		padding: 0;
		font-size: 15px;
		line-height: 18px;
		font-weight: normal;
		clear: both;
		float: left;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		color: #1e82a6;
		}
		
		
		#leftcontent h4 a:hover {
		color: #666;
		}
		
	#leftcontent .catheader {
		font-size: 18px;
	
		
		width: 90%;
		border: 1px solid #ccc;
		padding:  5px;
		background: #f1f1f1;
		font-weight: bold;
		}
		
	.content {
		clear: both;
		width: 100%;
		float: left;
		font-size:14px;
		line-height:20px;
		margin: 0px 0 20px 0;
		padding: 0;
		
		}
		
		.content-modules{
		clear: both;
		width: 100%;
		float: left;
		font-size:14px;
		line-height:15px;
		margin: 0;
		padding: 10px 0 10px 0;
		border-bottom:1px solid #E38625;
		}
	
		
		.content-modules h2 {
		
		color:#666666 !important;
		
		
		
}
		.content-modules h4 a{
			line-height:25px !important;
		}
		
	.content p{
		
	}
	
	
	
	.content h2{
		margin:15px 0 15px 0;
	}
		
	.postheader {
		position: relative;
		float: left;
		width: 100%;
		padding-top:20px;
		}	
		
	.dateauthor {
		clear: right;
		float: right;
		font-size: 11px;
		padding: 10px 0 0;
		position: absolute;
		bottom: 0;
		right: 0;
		}
	
	.commentcount {
		clear: both;
		float:left;
		font-size: 11px;
		
		}
		
	.postmetadata {
		line-height: 12px;
		color: #888;
		}
		
	.index img {
		border: 1px solid #ddd;
		padding: 5px;
		background: #eee;
		}
		
.more-link {
	font-size: 11px;
	float: left;
	clear: both;
	}

/* Comment Elements */

p.nocomments {
    clear: both;
    }

h3#comments {
	text-transform: none;
	padding: 10px 0 5px;
	clear: both;
	}

#postcomments {
	padding-top: 20px;
	}

#respond {
	clear: both;
	}			
			
	 h4#comments, #respond h3 { color:#333; font:normal 140% Arial, Helvetica, sans-serif;; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:20px 0 0; padding:0; }

	 ol.commentlist li { border-bottom:1px dotted #999999;  padding:15px 0 0 15px;  }

	 ol.commentlist li .author { font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-transform: capitalize; font-size: 16px; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li img.avatar { background: #fff; border:1px solid #ddd; padding: 5px; right:10px; position:absolute; top:7px; }

	 ol.commentlist li .comment-meta { font-size: 10px; line-height: 16px; }

	 ol.commentlist li .comment-meta a { color:#888; text-decoration:none; }

	 ol.commentlist li p { font-size: 12px; line-height: 16px; margin:5px 0 12px;  }

	 ol.commentlist li ul { font-size: 12px; line-height: 20px; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:130px; }

	 ol.commentlist li div.reply:hover { background:#1e82a6; border:1px solid #1e82a6; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; text-indent:0; padding-left:15px;}

	 ol.commentlist li ul.children li.depth-2 { margin:0px; border:0px !important ;}

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback p { width: 100%; }
	 
	 .bypostauthor{
	background-color: #FFF8DF; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}
		
/* input boxes */

input, textarea {
	/*border: 1px solid #ccc;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding: 5px;
	background: #eee;*/
	border-width:1px;
	}
	
	input#submit {
		cursor: pointer;
		border: 1px solid #ccc;
		border-bottom: 1px solid #888;
		border-right: 1px solid #888;	
		}
		
		input#submit:hover {
			border: 1px solid #ccc;
			border-top: 1px solid #888;
			border-left: 1px solid #888;			
			}
	

/* WordPress Required Elements */

.navigation .alignleft a {
	background: url(images/older.png) no-repeat;
	padding: 11px 22px 10px 37px;
	float: left;
	}

.navigation .alignright a {
	background: url(images/newer.png) no-repeat;
	padding: 11px 35px 10px 15px;
	float: right;
	}
	
.navigation {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	}
	
	.navigation a {
		color: #b3b3b3;
		}

.aligncenter,
div.aligncenter {
   display: block;
   margin: 15px auto 5px;
}

.alignleft, div.alignleft {
   float: left;
   margin: 15px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 15px 0 5px 15px;
}

.alignnone {
	margin: 15px 0 5px;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #1e82a6;
	}

#wp-calendar {
	margin: auto;
	}
	
	
.search-header{
		
		width:950px; 
		float:right;
		background-image:url(http://internetmoneyclub.net/wp-content/themes/internetmoneyclub/images/menu-top.png); 
		padding: -1opx 0 20px 0;
		background-repeat:no-repeat; 
		background-position:top;
		height:43px;
	}
	
.menu-top{
	float:left; 
	padding-left:40px;
	margin-top:15px;
	font-size:12px;
	
}

.menu-top a{
	color:#333;
	text-decoration:none;	
	
}

.menu-top a:hover{
	color:#1E82A6;
	text-decoration:none;
	
	
}

.intro_warning {
	font-family: impact ;
	font-size: 20px;
	color: #dc6206;
	}

.articletitle {
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight:bold;

}

.articletitle2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0478bb;
	font-weight:bold;

}
.small_font {font-size: 11px}
	
	.style1 {color: #487303}
	
	
.link_title {color:#0D5F94;
	font-size: 14px;
	font-weight:bold;
	}
	
	
.title_calendar{
	font-size: 14px;
	font-weight:bold;
	margin-left:5px;
	}


.author_name
 {
	color: #333333;
	font-size: 14px;
}

a.bottom:link {
font-size: 11px;
	text-decoration: none;
	color: #333333;
     
}
a.bottom:visited {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
a.bottom:hover {
font-size: 11px;
	text-decoration: none;
	color: #dc6206;
}
a.bottom:active {
font-size: 11px;
	text-decoration: none;
	color: #333333;
	}

.table {
	border-top: 1px solid #cd681f;
	border-right: 1px solid #cd681f;
	border-bottom: 1px solid #cd681f;
	border-left: 1px solid #cd681f;
	
	
}

.table2 {
	border: 1px solid #afb0a9; 
	
}

.table_form {
	border: 1px solid #afb0a9;
	background-color:#eef0e8;
	min-height:200px;
	min-width:100%;
	
	
}


.celltopbottomright {
border-top: 3px solid #ffffff;
border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;

}

.celltopbottom {
border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;

}
.cellbottomleft {

	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	

}
.cellbottomright {

	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;

}
.cellbottom{

	border-bottom: 3px solid #ffffff;

}

.li_padding {
	vertical-align: baseline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	
}

.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	
}

.one {
	width: 208px;
	height: 26px;
	background: url(http://internetmoneyclub.net/images/text_field.jpg) no-repeat;
	border: none;
	padding: 0px 0 0 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;

} 

.two {;
	width: 36px;
	height: 26px;
	background: url(http://internetmoneyclub.net/images/text_field2.jpg) no-repeat;
padding: 5px 0 0 0px;
border: none;
padding:5px 0 0 5px;
vertical-align:middle;
	
} 

.table_form2 {
	border: 1px solid #afb0a9;
	background-color:#eef0e8;
	min-height:150px;
	min-width:100%;
	
	
}

hr{
color: #E38625;
background-color: #E38625;
height: 1px;
border: 0px;
margin-bottom:20px

	
}

a.linkcalendar:link {
	text-decoration: none;
	color: #333333;
	margin-left:5px;
	font-size: 13px;
	font-weight:bold;
     
}
a.linkcalendar:visited {
	text-decoration: none;
	color: #333333;
	margin-left:5px;
	font-size: 13px;
	font-weight:bold;

}
a.linkcalendar:hover {
	text-decoration: none;
	color: #dc6206;
	margin-left:5px;
	font-size: 13px;
	font-weight:bold;

}
a.linkcalendar:active {
	text-decoration: none;
	color: #333333;
	margin-left:5px;
	font-size: 13px;
	font-weight:bold;
	}
	
#schedule{
	display: none; 
      border-color: ffffff; 
      border-style: solid; 
      border-width: 0px; 
      font-weight: normal; 
      padding: 0px; 
      margin: 0px;
	  background-color: #ffffff;
      font-size:13px; 
      font-family:Helvetica,sans-serif;
}
	p.audioplayer_container {  
	text-align: left;  
	font-size:11px;
}

.hidecomments {
	
	font-size:16px;
	color: #900;
	background-image:url(../../../images/b_openclose-comments.jpg);
	background-repeat:no-repeat;
	background-position:bottom ;
	line-height:20px;

	
}

.table-download{
	border-bottom:#666 1px solid;
}

.dhtmlgoodies_question{	/* Styling question */
	color: #03F;
	font-size:0.9em;
	width:430px;
	margin-bottom:2px;
	margin-top:20px;
	padding-left:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	text-decoration:underline;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:400px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #F3F3F3;
	border:1px #CCC solid;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
