/* 
Theme Name: Secret Land Profits Theme
Theme URI: http://www.JackBosch.com
Design Name: Jack Bosch Theme
Author: Alex Delacruz
Author URI: http://www.zvendor.com
*/
body{
		background: url('images/body-bg.jpg') repeat-x;
		min-height: 592px;
		text-align: center;
		font-family: arial;
		padding: 0px;
		margin: 0px;
	}
	
	br{
		margin-bottom: 15px;
	}
	
	a{
		color: blue;
	}
	
	a:hover{
		color: #0071E4;
	}
	
	input, select{
		padding: 7px;
		font-size: 12pt;
	}
	
	h1{
		color: red; 
		text-align: center;
	}
	
	li{
		margin-bottom: 10px;
	}
	
	.center{
		text-align: center;
	}
	
	.red{
		color: #CC0000;
	}
	
	.big{
		font-size: 25pt;
	}
	
	.b{
		font-weight: bold;
	}
	
	#alex{
		border: 8px solid red;
		background: #E5E5E5; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC); /* for firefox 3.6+ */ 
		font-size: 12pt;
		padding: 15px 30px;
	}
	
		#alex:hover{
			cursor: pointer;
			border: 8px solid green;
		}
	
	.list{
		list-style:none;
	}
	
	.list li{
		padding: 5px 40px
	}
	
	.list-check li{ 
		background: url("images/list-check.png") no-repeat top left;
	} 
	.list-x li{
		background: url("images/list-x.png") no-repeat top left;
	}
	
	#main-div{
		background: url('images/header.png') no-repeat;
		min-height: 362px;
		width: 1069px;
		margin: 0px auto;
		padding: 0px;
	}
	
	#header{
		width: 1004px;
		margin: 0px auto;
		height:100px;
	}
	
		#logo{
			text-align: left;
			padding-top: 9px;
		}
	
	#header-top{
		width: 992px;
		margin: 0px auto;
		text-align: right;
		color: #2F7D1B;
		font-size: 10pt;
		font-weight: bold;	
	}
		
		#header-top ul{
			list-style: none;
			margin-top: 8px;
		}
		
		#header-top ul li{
			display: inline;
			margin-left: 5px;
			border-left: 1px solid #666;
			padding-left: 10px;
		}
		
		#header-top a{
			color: #2F7D1B;
			text-decoration: none;
		}
		
		#header-top a:hover{
			text-decoration: underline;
		}
		
	#menu{
		width: 992px;
		margin: 0px auto;
		padding: 0px;
	}
		
		#menu-left{
			float: left;
			width: 10px;
			height: 50px;
			background: url('images/header-left.png') no-repeat;
		}
		
		#menu-middle{
			float: left;
			width: 700px;
			height: 50px;
			background: url('images/header-bg.png') repeat-x;
			font-size: 11pt;
			color: #FFF;
			text-align: left;
			padding: 0px;
			margin: 0px;
		}
		
		#menu-search{
			float: left;
			width: 270px;
			height: 46px;
			background: url('images/header-bg.png') repeat-x;
			padding-top: 4px;
			text-align: right;
		}
		
		#menu-right{
			float: left;
			width: 10px;
			height: 50px;
			background: url('images/header-right.png') no-repeat;
		}
		
		#menu ul{
			margin: 0px; 
			padding: 0px; 
			line-height: 50px;
		}
		#menu ul li{
			list-style: none;
			padding: 0px;
			margin: 0px;
			float: left;
			position: relative;
		}
		
		#menu ul li a{
			text-decoration: none;
			text-align: center;
			color: #FFF;
			height: 30pp;
			min-width: 100px;
			display: block;
			font-size: 11pt;
			overflow: hidden;
		}
				
		#menu ul li a:hover{
			background: url('images/header-over.png') repeat-x;	
			cursor: pointer;
		}
		
			#menu ul ul{
				position:absolute;
				visibility: hidden;
				opacity: 0;
				-webkit-transition: 0.25s linear opacity; 
				top: 50px;	
				text-align: left;
			}
			

			#menu ul li:hover ul{
				opacity: 1;
				visibility: visible;
				position: absolute;
			}
			
			#menu ul li ul li a{
				background: #212121;	
				width: 200px;
				border-bottom: 1px dashed #000;
			}
			
			#menu ul li ul li a:hover{
				background: #333333;	
				cursor: pointer;
			}


	#content{
		background: url('images/content-bg.png') repeat-y;
		width: 972px;
		margin: 0px auto;
		padding: 16px;
	}
		#content-normal{
			width: 622px;
			float: left;
			text-align: left;
			min-height: 400px;
		}
		
		.post{
			padding: 15px;
		}
		
		.post-header{
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #ccc;
		}
		
		.post-date{
			float: left;
			background: #242424;
			padding: 5px;
			width: 110px;
			overflow: hidden;
			font-size: 13pt;
			font-weight: bold;
			color: #FFF;
			text-align: center;
			border-bottom: 1px solid #ccc;
		}
		
		.post-title{
			float: right;
			background: #F0EEEE;
			padding: 5px;
			width: 492px;
			overflow: hidden;
			border-bottom: 1px solid #ccc;
		}
			.post-title h1{
				font-size: 13pt;
				padding: 0px;
				margin: 0px;
			}
			
			.post-title a{
				color: #000;
				text-decoration: none;
			}
			
			.post-comments{
				padding: 25px;
			}
				.post-comments-title{
					padding: 3px 10px;
					background: #F0EEEE;
					border-top: 1px solid #ccc;
					font-size: 13pt;
					color: #666;
					font-weight: bold;
				}
				
				.post-comments-box{
					border-left: 10px solid #ccc;
					background: #F0EEEE;
					padding: 3px 10px;
					margin: 0px 20px 20px 20px;
				}
			
			.post-tags{
				padding: 25px;
			}
			
			#post-optin{
				width: 605px;
				height: 196px;
				background: url('images/article-optin-bg.png') no-repeat;
			}
						
			.more-left{
				float: left;
				width: 422px;
				padding-right: 15px;
				text-align: right;
			}
			
			.more-right{
				float: right;
				width: 155px;
			}
		
			a.more-button{
				background: url('images/more-button.png') no-repeat 0 0;
				height: 60px;
				width: 157px;
				display: block;
			}
			
			a.more-button:hover{
				background-position: 0 -57px; 
			}
			
			#pagination{
				margin: 15px;
			}
			
				#pagination a{
					margin-left: 3px;
					width: 30px;
					height: 30px;
					background: #E5E5E5;
					padding: 10px;
					text-decoration: none;
					color: #666;
					font-weight: bold;
					border: 1px #ccc solid;
				}
			
				#pagination a:hover{
					color: #000;
					background: #CCC;
				}
				
				#pagination .current{
					color: #000;
					background: #CCC;
				}
		
	
	#sidebar{
		width: 348px;
		float: right;
	}
	
		#sidebar-top{
			background: url('images/sidebar-top.png') no-repeat;
			height: 46px;
			width: 348px;
		}
		
		#sidebar-middle{
			background: url('images/sidebar-middle.png') repeat-y;
			min-height: 400px;
			width: 348px;
			text-align: left;
			padding: 15px;
			font-size: 11pt;
		}
			.sidebar-left{
				float: left;
				width: 150px;
				background: #E5E5E5;
				border: 1px solid #ccc;
				margin-bottom: 10px;
			}
			
			.sidebar-right{
				float: right;
				width: 150px;
				margin-right: 30px;
				background: #E5E5E5;
				border: 1px solid #ccc;
				margin-bottom: 10px;
			}
		
			.sidebar-widget{
				margin-right: 30px;
				margin-bottom: 10px;
				background: #E5E5E5;
				border: 1px solid #ccc;
				padding: 10px;
			}
			
			.sidebar-widget-focus-box{
				background: #f1f1f1;
				border: 1px solid #ccc;
				padding: 0px 5px;
				margin-bottom: 10px;
				overflow: hidden;
			}
			
			.sidebar-widget-focus-box p{
				margin-bottom: 5px;
			}
			
			.sidebar-widget-focus-box img{
				margin-top: 5px; margin-right: 5px;
			}
			
			.sidebar-widget-focus-box a{
				font-size: 9pt;
			}
			
			.banners{
				width: 312px;
				padding: 0px; 
				margin: 0px;
			}
				.ban{
					margin: 0px;
					padding: 0px;
				}
			
				.banners img{
					margin: 0px;
					padding: 0px;
					border: 0px;
				}
				
				.banners img:hover{
					margin-bottom: 1px;
				}
		
		#sidebar-bottom{
			background: url('images/sidebar-bottom.png') no-repeat;
			height: 46px;
			width: 348px;
		}
	
	#footer{
		background: #74E02A;
		min-height: 300px;
	}
	
		#footer-top{
			background: url('images/content-bg.png') repeat-y;
			width: 1004px;
			margin: 0px auto;
			height: 30px;
		}
		
		#footer-main{
			width: 990px;
			margin: 0px auto;
		}
		
		#footer-bottom{
			background: #000;
			height: 30px;
		}
		
	
		#footer-left{
			float: left;
			width: 10px;
			height: 50px;
			background: url('images/footer-left.png') no-repeat;
		}
		
		#footer-middle{
			float: left;
			width: 970px;
			height: 50px;
			background: url('images/footer-middle.png') repeat-x;
			font-size: 10pt;
			color: #666;
			text-align: center;
			overflow: hidden;
		}
		
		#footer-right{
			float: left;
			width: 10px;
			height: 50px;
			background: url('images/footer-right.png') no-repeat;
		}
		
		#footer-middle ul{
			list-style: none;
			line-height: 50px;
			padding: 0px;
			margin: 0px;
		}
		
		#footer-middle li{
			display: inline;
		}
		
		#footer-middle a{
			text-decoration: none;
			color: #666666;
		}
		
		#footer a:hover{
			color: #000;
			text-decoration: underline;
		}
		
		#footer-bottom-menu{
			text-align: left;
			color: #2B2B2B;
			font-size: 10pt;
		}
		
		#footer-bottom-menu a{
			color: #2B2B2B;
		}
			
			#footer-bottom-menu ul{
				list-style: square;
				text-align: left;
				line-height: 20px;
			}
			
			#footer-bottom-menu li{
				display: list-item;
				margin-bottom: 5px;
			}
			
			#footer-bottom-menu-left{
				float: left;
				width: 314px;
				overflow: hidden;
				padding: 10px;
			}
			
			#footer-bottom-menu-middle{
				float: left;
				width: 308px;
				overflow: hidden;
				padding: 10px;
			}
			
			#footer-bottom-menu-right{
				float: left;
				width: 308px;
				overflow: hidden;
				padding: 10px;
			}
