/*  
Theme Name: LongLive
Theme URI: http://longlive.simayaa.com
Description: Created by Satya Ranjan Paul.
Version: 1.1
Author: SatyaRanjan
Author URI: http://www.simayaa.com/
Tags: dark sky, custom header, fixed width, two columns, widgets
*/

@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg.jpg) repeat-x 0 0 #2082ae;
	color:#6a6a6a;
	}
	
div, p, img, form, ul, h1, h2, h3, form{
	padding:0;
	margin:0;
	}
	
.spacer{
	clear:both;
	line-height:0;
	font-size:0;
	padding:0;
	margin:0;
	}
	
h2, h3, h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	}

a{
	color: #8DA315;
}

/*-----------big div start----------*/
#bigBg{
	background:url(images/big-bg.jpg) no-repeat center 0;
	}
	
/*----------main div start-------*/

#wrapper{
	width:960px;
	margin:0 auto;
	}
	
/*--------------header part start----------*/

#header{
	height:162px;
	background:url(images/header-pic.jpg) no-repeat 0 0;
	padding:81px 0 0 93px;
	}
	
	#logo{
		display:block;
		padding:0;
		margin:0;
		}
	
	/*-------------------navi --------*/
	#navi{
		height:41px;
		margin:45px 0 0 205px;
		}
	#navi ul{
		list-style-type:none;
		height:41px;
		}
	#navi ul li{
		display:block;
		height:41px;
		float:left;
		padding:0 1px;
		}
	#navi ul li a{
		background:url(images/navi.jpg) no-repeat 0 0;
		width:126px;
		height:38px;
		padding:3px 0 0 0;
		display:block;
		text-align:center;
		line-height:38px;
		color:#c6b591;
		background-color:inherit;
		text-decoration:none;
		}
	#navi ul li a:hover{
		background:url(images/navi.jpg) no-repeat 0 100%;
		color:#fff;
		background-color:inherit;
		}
	#navi ul li a.active{
		background:url(images/navi.jpg) no-repeat 0 100%;
		color:#fff;
		background-color:inherit;
		}
	#navi ul li.current_page_item a{
		background:url(images/navi.jpg) no-repeat 0 100%;
		color:#fff;
		background-color:inherit;
		}
/*----------------body-------*/

#body{
	width:960px;
	padding:44px 0 0 0;
	}
	
.leftWhite ul{
	margin-bottom: 20px;
	margin-left: 18px;
}
.leftWhite ul li{
	margin-left: 18px;
	line-height: 18px;
	padding-bottom: 5px;
}	
/*--------left part start-------*/
	#leftPart{
		width:550px;
		float:left;
		}
		
		/*--------------left white div-------*/
		
		.leftWhite{
			background-color:#fff;
			color:#6a6a6a;
			padding:44px 45px 25px 36px;
			}
			
		.leftWhite p{
			margin:0 0 21px 0;
			font-size:12px;
			line-height:18px;			
			}
			
		.leftWhite h2{
			margin:0 0 25px 0;
			font-weight:bold;
			line-height:35px;
			font-size:35px;
			color:#f14518;
			background-color:inherit;	
			}
		.leftWhite h2.pagetitle{
			font-size: 16px;
			color: #6A6A6A;
			margin-bottom: 0px;
		}
			
		.leftWhite h2 a{
			margin:0 0 11px 0;
			font-weight:bold;
			line-height:35px;
			font-size:30px;
			color:#f14518;
			text-decoration:none;
			background-color:inherit;	
			}

		.leftWhite h3{
			font-size:18px;
			line-height:20px;
			font-weight:bold;
			color:#6aabbb;
			background-color:inherit;
			margin:0 0 24px 0;
			}
		
		.leftWhite h3.post_date{
			font-size: 12px;
		}
		
		
		.leftWhite h3 a{
			color:#8da315;
			background-color:inherit;
			text-decoration:none;
			}
		
		.leftWhite h3 a:hover{
			color:#6aabbb;
			background-color:inherit;
			}
			
		.textImg{
			width:468px;
			}
		.alignright{
			float: right;
		}
		.alignleft{
			float: left;
		}
		
		.entry img,
		.textImg img,
		.wp-caption{
			margin: 5px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0px 0px 13px #000;
			-moz-box-shadow: 0px 0px 13px #000;
			box-shadow: 0px 0px 13px #000;
			border: 2px solid #FFF;
		}

			.textImg .wp-caption img{
				border: 0px solid #FFF;
				-webkit-box-shadow: 0px 0px 0px #000;
				-moz-box-shadow: 0px 0px 0px #000;
				box-shadow: 0px 0px 0px #000;
				margin: 0px;
				
			}
	
			.wp-caption{
				border: 0px solid #FFF;
			}


			.wp-caption img{
				border: 2px solid #FFF;
				border-width: 2px 2px 0px 2px;
				-webkit-border-radius: 3px 3px 0px 0px;
				-moz-border-radius: 3px 3px 0px 0px;
				border-radius: 3px 3px 0px 0px;
			}
			
			.wp-caption p{
				margin-bottom: 0px;
				background-color: #6A6A6A;
				color: #EEE;
				padding:  5px;
				-webkit-border-radius: 0px 0px 3px 3px;
				-moz-border-radius: 0px 0px 3px 3px;
				border-radius: 0px 0px 3px 3px;
			}			
		/*.textImg img{
			float:right;
			width:160px;
			height:223px;
			margin:0 0 0 31px;
			display:block;
			font-size:0;
			line-height:0;
			padding:11px;
			background:url(images/left_pic_bg.gif) 0 0 no-repeat;
			}*/
			
		.leftWhite p.comment{
			color:#7f7f7f;
			background-color:inherit;
			}
			
		.leftWhite p.comment a{
			color:#8da315;
			background-color:inherit;
			}
			
		.leftWhite p.comment a:hover{
			color:#7f7f7f;
			background-color:inherit;
			text-decoration:none;
			}
			
		.topMar{
			margin:50px 0 33px 0 !important;			
			}
			
		.marBot16{
			margin-bottom:16px !important;
			}
			
	
/*--------left part start-------*/
	#rightPart{
		width:400px;
		float:left;
		color:#fff;
		background-color:inherit;
		}
		
		/*--------------right left div--------*/
				
		#rightPartLeft{
			width:190px;
			float:left;
			}
			
			.right_common,
			.searchfrm{
				width:190px;
				background:url(images/right-left_bg.gif) repeat-y 0 0;
				position:relative;
				margin:0 0 10px 0;
				}
				
				.right_common_inside,
				.right_common_inside1{
					background:url(images/right-left_bg-top.gif) no-repeat 0 0;
					padding:19px 0 15px 21px;
					border-bottom:#5eaec2 1px solid;
				}
				
				#rightPart h2{
					font-size:17px;
					line-height:20px;
					margin:0 0 7px 0;
					
				}
				#rightPart h2.search{
					margin:0;
				}
				
				.searchForm{
					width:118px;
					height:26px;
					background:url(images/search_bg.gif) no-repeat 0 0;
					padding:8px 37px 0 5px;
					}
					
				.searchForm input{
					width:115px;
					/*height:18px;*/
					padding:3px 0 0 0;
					background:url(images/textbox_bg.gif) repeat-x 0 1px;
					border:none;
					outline:none;
					margin:0;
					}
						
				.flower_left{
					background:url(images/flower-icon.png) no-repeat 0 0;
					width:30px;
					height:36px;
					position:absolute;
					left:-5px;
					top:-6px;
					display:block;
					}
					
				.flower_right{
					background:url(images/flower-icon.png) no-repeat 0 0;
					width:30px;
					height:36px;
					position:absolute;
					right:4px;
					top:-7px;
					display:block;
				}

				.right_common_inside ul{
					list-style-type:none;
					margin:0 0 8px 0;
					}	

				.right_common_inside ul li{
					display:block;
					font-size:11px;
					line-height:18px;
					}

				.right_common_inside ul li a{
					text-decoration:none;
					color:#fff;
					background-color:inherit;
					}
					
				.right_common_inside ul li a:hover{
					color:#74e3ff;
					background-color:inherit;
					}
					
	/*--------------right left div--------*/		
		#rightPartRight{
			width:190px;
			float:left;
			margin-left: 10px;
			}
			
		#rightPartRight ul{
			list-style-type:none;
		}
		
		#rightPartRight ul li.widget{
			background:url(images/right-right-bg.gif) no-repeat 0 0;
			padding:19px 0 15px 21px;
			border-bottom:#5eaec2 1px solid;
			margin:0 0 10px 0;
		}
		
		#rightPartRight a{
			text-decoration:none;
			color:#fff;
			background-color:inherit;
		}
		
		#rightPartRight a:hover{
			color:#74e3ff;
			background-color:inherit;
		}


				
				
				
				/*------------Flickr Stream---------*/
				.flickr{
					width:169px;
					padding:4px 0 0 0;
					}
					
				.flickr ul{
					list-style-type:none;
					}

				.flickr ul li{
					display:block;
					float:left;
					padding:0 7px 7px 0;
					width:auto;
					}

				.flickr ul li img{
					border:#fff 2px solid;
					display:block;
					font-size:0;
					line-height:0;
					}
				/*----------listen-------*/
				
				.listen{
					width:169px;
					padding:4px 0 0 0;
					}
					
				.listen img{
					float:left;
					width:auto;
					margin:0 16px 0 0;
					}
					
				.listenLeft{
					width:86px;
					float:right;
					}
					
				.listen h3{
					font-size:11px;
					left:16px;
					font-weight:bold;
					}
					
				.listen p{
					font-size:11px;
					line-height:16px;
					margin:0 0 4px 0;
					}
					
.navigation{
	padding: 0px 0px 25px 0px;
	margin-bottom: 25px;
	display: block;
}
			
.navigation .alignleft,
.navigation .alignright{
	display: block;
	width: 45%;
}
.navigation .alignright{
	text-align: right;
}		
/*---------------footer part start------------*/
#fotoer{
	width:957px;
	color:#5ed0e8;
	background-color:inherit;
	padding:18px 0 13px 3px;

	}
	
.footerText{
	font-size:12px;
	line-height:16px;
	float:right;
	width:auto;
	}
	
.footerText a{
	color:#abeaf8;
	background-color:inherit;
	text-decoration:none;
	}
	
.footerText a:hover{
	color:#fff;
	background-color:inherit;
	}
	
.long{
	float:left;
	display:block;
	font-size:0;
	line-height:0;
	width:auto;
	}
